replace deprecated option -e with --

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:
Rosemary Pierson 2021-08-17 04:38:33 -07:00 committed by GitHub
commit 96d9720527
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