Skip to content

Commit

Permalink
eel-gnome-extensions.c: Set GNOME Terminal to FALSE (linuxmint#3421)
Browse files Browse the repository at this point in the history
This ensures that paths are not escaped when the "Run in Terminal" option is
selected.

Fixes linuxmint#3420
  • Loading branch information
rcalixte authored Jun 18, 2024
1 parent 9deb150 commit cd33b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eel/eel-gnome-extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const struct {
{ "color-xterm", "-e", TRUE },
{ "dtterm", "-e", TRUE },
{ "foot", "--", FALSE },
{ "gnome-terminal", "--", TRUE },
{ "gnome-terminal", "--", FALSE },
{ "kgx", "-e", TRUE },
{ "kitty", "--", FALSE },
{ "konsole", "-e", TRUE },
Expand Down

0 comments on commit cd33b6f

Please sign in to comment.