Summary: Removes hard requirement for xterm, which caused connection editing to fail. Test Plan: 1. Right click on nm-tray 2. Click "Edit Connections" If successful, qterminal will open, though the display will not be correct. Additional changes to lubuntu-default-settings are required, as described in the bug. Reviewers: tsimonq2 Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D3
11 lines
367 B
Diff
11 lines
367 B
Diff
Description: Use x-terminal emulator in lieu of xterm for connection edits.
|
|
Author: Walter Lapchynski <wxl@ubuntu.com>
|
|
Bug: https://launchpad.net/bugs/1786978
|
|
--- a/resources/nm-tray.conf
|
|
+++ b/resources/nm-tray.conf
|
|
@@ -1,3 +1,3 @@
|
|
[General]
|
|
-connectionsEditor=xterm, -e, nmtui-edit
|
|
+connectionsEditor=x-terminal-emulator, -e, nmtui-edit
|
|
enableNotifications=true
|