Deprecate -e use --

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.
This commit is contained in:
Talib Pierson 2020-04-25 19:46:57 -07:00 committed by GitHub
commit 93e1bd7de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Name=Byobu Terminal Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager Comment=Advanced Command Line and Text Window Manager
Icon=byobu 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 Type=Application
Categories=GNOME;GTK;System;Utility;TerminalEmulator; Categories=GNOME;GTK;System;Utility;TerminalEmulator;
StartupWMClass=us.kirkland.terminals.byobu StartupWMClass=us.kirkland.terminals.byobu