Command should understand generic / shell variables
## Submitted by sho..@..il.com Assigned to **Jérôme Guelfucci** **[Link to original bug (#12232)](https://bugzilla.xfce.org/show_bug.cgi?id=12232)** ## Description Created attachment 6464 xfsettingsd + xfce4-screenshooter ~/Pictures is not valid directory I'd want to use command: xfce4-screenshooter --fullscreen --save ~/Pictures but it outputs ~/Pictures is not valid directory error, so I have to use this as workaround: sh -c "xfce4-screenshooter --fullscreen --save ~/Pictures" I think the command list would look much cleaner if we did not have to use sh -c "command here" syntax. xfce4-settings-editor 4.12.0 xfce4-screenshooter 1.8.2 @ Debian Stitch (testing) **Attachment 6464**, "xfsettingsd + xfce4-screenshooter ~/Pictures is not valid directory": ![not_valid_directory](/uploads/67a99f68b3168d93ce149058acf73fce/not_valid_directory.png) Version: 4.12.0
issue