ArtEze

Results 76 comments of 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. ![IMG_20240902_214214](https://github.com/user-attachments/assets/f60ac783-ac12-4614-9093-89fd3103dc20) 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. ![Captura de pantalla(1)](https://github.com/geany/geany/assets/3245767/91fbe08d-8eb7-475d-86a2-00a76628acf6) ![Captura de pantalla(2)](https://github.com/geany/geany/assets/3245767/51399288-e160-47de-a909-32d009592cfe) I...