https://bugs.kde.org/show_bug.cgi?id=367561
--- Comment #2 from Tristan Miller <psychon...@nothingisreal.com> --- It is not possible to use an alias with output redirection, so I don't think that's an acceptable solution. Regarding kdeinit5_wrapper (I assume "kinit5_wrapper" was a typo), thanks for the tip. But it has the disadvantage of invoking the command using $HOME as the current working directory. This means it's not possible to pass relative-path arguments to commands like kwrite (unless you happen to launch it from your home directory). That is, the following doesn't work: $ cd /tmp $ echo "Hello world" > foo.txt $ kdeinit5_wrapper kwrite foo.txt Is there any way of altering kdeinit5_wrapper's behaviour so that it doesn't change the working directory? (If not, would it be acceptable to file a feature request for a command-line parameter implementing this?) -- You are receiving this mail because: You are watching all bug changes.