You are not logged in.
Pages: 1
This is mainly for whoever takes care of the "Custom actions" page in the Docs.
Thanks for all the examples, I've added 6 to my Thunar already. :)
'Copy Pathname to Clipboard' didn't work for me as given,
but it did when I added -selection "clipboard",
so the the command is like this:
echo -n %f | xclip -i -selection "clipboard"
This works when pasting with Ctrl+V,
maybe the original was for a more UNIXy way of pasting.
Off-topic:
Could you add some clues about where the action 'launcher' files are stored?
On my box, ~/.local/share/Thunar/ does not exist,
and /usr/share/Thunar/ contains only sendto.
(Mint 15 Cinnamon, with Xfce installed later.)
-- j77
Offline
This is mainly for whoever takes care of the "Custom actions" page in the Docs.
Thanks for all the examples, I've added 6 to my Thunar already.
'Copy Pathname to Clipboard' didn't work for me as given,
but it did when I added -selection "clipboard",
so the the command is like this:echo -n %f | xclip -i -selection "clipboard"
This works when pasting with Ctrl+V,
maybe the original was for a more UNIXy way of pasting.
I jus replied to another post asking the same question here.
Off-topic:
Could you add some clues about where the action 'launcher' files are stored?
On my box, ~/.local/share/Thunar/ does not exist,
and /usr/share/Thunar/ contains only sendto.
(Mint 15 Cinnamon, with Xfce installed later.)-- j77
You mean the custom actions? Try ~/.config/Thunar/uca.xml. If you'd like this information added to the documentation, it might be better to create a bug report against wiki.xfce.org.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 519.85 KiB (Peak: 521.22 KiB) ]