Skip to content

Commit 407a1c8

Browse files
committed
Merge pull request darktable-org#12 from supertobi/patch-2
Update selection_to_pdf.lua
2 parents 026823d + 30e2913 commit 407a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/selection_to_pdf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dt.preferences.register
3434
("selection_to_pdf","Open with","string",
3535
"a pdf viewer",
3636
"Can be an absolute pathname or the tool may be in the PATH",
37-
"evince")
37+
"xdg-open")
3838

3939
local title_widget = dt.new_widget("entry") {
4040
placeholder="Title"

0 commit comments

Comments
 (0)