It seems Keyboard Shortcuts launch user command from the root directory, rather then current user home. Take an example:

screenshot

As "gedit" is launched from the root directory, the default save location is also the root instead of default user home.

I know I can make it always be launched from the user home by:

sh -c 'cd $HOME; gedit'

But I'm bored to wrap them in a shell each time I add a keyboard shortcut. I'd like to know whether I can configure Keyboard Shortcuts so it will be in the current user home by default.

(I don't know which package Keyboard Shortcuts belongs to, so please add the correct tags for me)

link|improve this question

78% accept rate
feedback

closed as not a real question by Bruno Pereira Mar 17 at 23:38

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.