ArtEze
ArtEze
I have the same problem, the most I got to is this. ```xml lxpanelctl menu ```
I made this script, very primitive, what it does is restart the lxpanel and creates a temporary file as a signal that the menu was activated, next time, delete that...
I see that with my technique it is not possible either, because when the menu is activated, Openbox no longer receives the Windows key shortcut.
@alankilborn Unfortunately I couldn't find any video on the internet that explains it. And right now I'm on a system where Notepad++ is not installed. I have it installed on...
Notepad++ is now changing the scrolling in a multi-page or multi-line document. I want the offset to stay on the line it was before I replaced it.
I got exactly 956,626,200 points, and the game froze. The music is playing, but the screen is still.  From the beginning, on August 8, 2024, until today, September 2,...
Changing `QtWebEngineProcess` to `QtWebEngineProcess_bin`, so I create a shell script adding `--no-zygote-sandbox` ```sh #!/bin/sh echo $0 $@ export QTWEBENGINE_LOCALES_PATH=/usr/share/qt6/translations export QTWEBENGINE_DICTIONARIES_PATH=/usr/share/qt6/qtwebengine_dictionaries export QTWEBENGINE_RESOURCES_PATH=/usr/lib/qt6/resources if [[ "$(echo -n $0 $@)" ==...
The problem is that the extension has the `wasm-unsafe-eval` property, I would like to be able to download it, extract it, remove that property from the manifest for all extensions...
I understand, the compilers don't work for me. If possible, it would be nice if in the next version of Geany, the user adds their own shebangs with their respective...
@eht16 That serves me well. I have another problem, I want file explorer to recognize the script as if it were a sh.   I...