Skip to content

Commit 4c3be1e

Browse files
committed
Use xdg-open to browse files on linux
1 parent 78a8e29 commit 4c3be1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preditor/resource/settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ bdev_path_temp = /tmp/
2222
bdev_path_blur = $HOME/.blur
2323
bdev_path_prefs_shared = $BDEV_PATH_PREFS
2424
bdev_path_prefs = $BDEV_PATH_BLUR/userprefs
25-
bdev_cmd_browse = nemo %(filepath)s
25+
bdev_cmd_browse = xdg-open %(filepath)s

0 commit comments

Comments
 (0)