blob: 41a854e4742ced65cdbae17f7b31b695997703d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
### Please describe the problem.
git annex will automatically create the file
.kde/share/kde4/services/ServiceMenus/git-annex.desktop
However the actions created do not work because the variable used is %U (file:/// style URL) which git annex does not understand. All %U should be replaced by %F.
According to http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
### What steps will reproduce the problem?
### What version of git-annex are you using? On what operating system?
5.20141125
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]
|