John Crawley
John Crawley
Looking (for a different reason) at jgmenu-gtktheme.py again, it struck me that there are the prepend and append files to consider too. Passing a non-standard config file might also require...
This patch: https://github.com/geany/geany-plugins/issues/690#issuecomment-723503783 worked for me on Debian Bullseye. (I had to remove the two commented lines to get it to build.) Thank you!
I think x-terminal-emulator's -e option is only supposed to work with a _single_ command + arguments. Terminator's support for a multiple-command line is outside the spec. However, you can make...
Many terminal emulators behave differently if they are called as `x-terminal-emulator`, compared with if you call them directly by their name. If you install eg tilix on a Debian system,...
Right, even without x-terminal-emulator, while some terminals support multiple commands after `-e`, it's safer to use `bash -c`or `sh -c` the way you did.
I'm planning to make a new version for BunsenLabs Linux, when Jessie is out, when BunsenLabs is ready and when there's a reasonable install route available. It might take a...
This looks related to #1184
> After fix this should be following order: > > * Should recognize icon themes in ~/.icons > > * Should respect XDG_DATA_DIRS when specified > > * Should follow...
> I realize this isn't the best bug report since it includes multiple regressions but I do not want to keep track of these critical issues separately. > please do...