Summary: Reverted previous commit that changed connection editor Test Plan: edit connection should open nm-tui Reviewers: wxl, tsimonq2 Reviewed By: wxl Subscribers: wxl Differential Revision: https://phab.lubuntu.me/D25ubuntu/eoan
parent
1bc4f54069
commit
dbac91e980
@ -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,10 +0,0 @@
|
||||
Description: Use nm-connection-editor from network-manager-gnome for connection edits.
|
||||
Author: Hans P. Möller <hmollercl@lubuntu.me>
|
||||
Bug-Ubuntu: https://launchpad.net/bugs/1810095
|
||||
--- a/resources/nm-tray.conf
|
||||
+++ b/resources/nm-tray.conf
|
||||
@@ -1,3 +1,3 @@
|
||||
[General]
|
||||
-connectionsEditor=xterm, -e, nmtui-edit
|
||||
+connectionsEditor=nm-connection-editor
|
||||
enableNotifications=true
|
@ -1,2 +1,2 @@
|
||||
nm-connection-editor.patch
|
||||
generalize-terminal-for-edits.patch
|
||||
blacklist-from-menu.patch
|
||||
|
Loading…
Reference in new issue