Skip to content

Commit

Permalink
Merge pull request geany#3815 from ntrel/fb-open
Browse files Browse the repository at this point in the history
[plugins/filebrowser] Change external open default to `xdg-open`
  • Loading branch information
eht16 committed Jun 9, 2024
2 parents be7e3ce + b3b2eed commit 7909ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filebrowser.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#elif defined(__APPLE__)
# define OPEN_CMD "open \"%d\""
#else
# define OPEN_CMD "nautilus \"%d\""
# define OPEN_CMD "xdg-open \"%d\""
#endif

GeanyPlugin *geany_plugin;
Expand Down

0 comments on commit 7909ce2

Please sign in to comment.