From 93e1bd7de6f301752008185a6bac3da6dfe3d088 Mon Sep 17 00:00:00 2001 From: Talib Pierson <47838810+TalibPierson@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:46:57 -0700 Subject: [PATCH] Deprecate -e use -- MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Option ā€œ-eā€ is deprecated and might be removed in a later version of gnome-terminal. Use ā€œ-- ā€ to terminate the options and put the command line to execute after it. --- usr/share/byobu/desktop/byobu.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/desktop/byobu.desktop b/usr/share/byobu/desktop/byobu.desktop index 88b04b34..fc982aa1 100644 --- a/usr/share/byobu/desktop/byobu.desktop +++ b/usr/share/byobu/desktop/byobu.desktop @@ -2,7 +2,7 @@ Name=Byobu Terminal Comment=Advanced Command Line and Text Window Manager Icon=byobu -Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -e byobu +Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -- byobu Type=Application Categories=GNOME;GTK;System;Utility;TerminalEmulator; StartupWMClass=us.kirkland.terminals.byobu