This commit is contained in:
parent
24a1ea420f
commit
06025cb900
1 changed files with 24 additions and 0 deletions
24
doc/bugs/dolphin_integration_file_is_broken.mdwn
Normal file
24
doc/bugs/dolphin_integration_file_is_broken.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
|||
### 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.
|
||||
|
||||
### 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.
|
||||
"""]]
|
Loading…
Reference in a new issue