Merge lp:~ordishg/thunar/thunar into lp:thunar

Proposed by George
Status: Needs review
Proposed branch: lp:~ordishg/thunar/thunar
Merge into: lp:thunar
Diff against target: 38 lines (+3/-3)
3 files modified
Thunar-bulk-rename.desktop.in.in (+1/-1)
Thunar-folder-handler.desktop.in.in (+1/-1)
Thunar.desktop.in.in (+1/-1)
To merge this branch: bzr merge lp:~ordishg/thunar/thunar
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+264477@code.launchpad.net

Description of the change

Changed Exec lines to use %U instead of %F. This means thunar will be recognised by other programs as handling URIs as well as files paths.

To post a comment you must log in.

Unmerged revisions

3484. By George

Changed .desktop files so Thunar accepts URIs

Without this, programs trying to determine whether thunar accepts URIs, by looking at the .desktop files would conclude that it doesn't

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Thunar-bulk-rename.desktop.in.in'
2--- Thunar-bulk-rename.desktop.in.in 2011-02-12 16:28:22 +0000
3+++ Thunar-bulk-rename.desktop.in.in 2015-07-11 15:12:05 +0000
4@@ -2,7 +2,7 @@
5 _Name=Bulk Rename
6 _Comment=Rename Multiple Files
7 _GenericName=Bulk Rename
8-Exec=@HELPERDIR@/Thunar/ThunarBulkRename %F
9+Exec=@HELPERDIR@/Thunar/ThunarBulkRename %U
10 Icon=Thunar
11 Terminal=false
12 StartupNotify=true
13
14=== modified file 'Thunar-folder-handler.desktop.in.in'
15--- Thunar-folder-handler.desktop.in.in 2011-11-06 14:07:01 +0000
16+++ Thunar-folder-handler.desktop.in.in 2015-07-11 15:12:05 +0000
17@@ -3,7 +3,7 @@
18 _Comment=Open the specified folders in Thunar
19 _GenericName=Open Folder
20 TryExec=Thunar
21-Exec=thunar %F
22+Exec=thunar %U
23 Icon=Thunar
24 NoDisplay=true
25 Terminal=false
26
27=== modified file 'Thunar.desktop.in.in'
28--- Thunar.desktop.in.in 2011-11-06 14:07:01 +0000
29+++ Thunar.desktop.in.in 2015-07-11 15:12:05 +0000
30@@ -2,7 +2,7 @@
31 _Name=Thunar File Manager
32 _Comment=Browse the filesystem with the file manager
33 _GenericName=File Manager
34-Exec=thunar %F
35+Exec=thunar %U
36 Icon=Thunar
37 Terminal=false
38 StartupNotify=true

Subscribers

People subscribed via source and target branches

to all changes: