Use x-terminal-emulator in lieu of xterm for connection editing. (LP: #1786978)
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/D3ubuntu/cosmic
parent
2420674391
commit
afdd57457d
@ -0,0 +1,10 @@
|
||||
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
|
@ -1 +1,2 @@
|
||||
fix-internal-version.patch
|
||||
generalize-terminal-for-edits.patch
|
||||
|
Loading…
Reference in new issue