nm-tray-packaging/debian/patches/generalize-terminal-for-edits.patch
Walter Lapchynski afdd57457d 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/D3
2018-08-16 01:08:34 -05:00

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