M.Sz.
M.Sz.
It works, whats more, you need to put the popup command just under your button in context menu here is working main.go file: ```golang package main import ( "example.com/controller" "github.com/AllenDang/giu"...
> It works, whats more, you need to put the popup command just under your button in context menu here is working main.go file: > > ```go > package main...
ok, let me know if you have any issues
@LunaMoo thank you for your review! (and also for remaining mi about this PR :smile:) I'll fix these typos and consider your suggestions!
@hrydgard sorry, forgot to finish that PR, I need to make some more changes/fixes yet. I'll ping you as soon as I get ready ;-)
no, using exit button doesn't help EDIT: and there is nothing in logs, Command just exits with 0 exit code ```console [~ (0) ]$ PPSSPPQt ThreadManager::Init(compute threads: 10, all: 20)...
okey, trying to build without using Qt (just running cmake .;make -j 4)
well, for SDL2 settings are saved correctly
well, the deal is, that I'm using gnome based on Wayland. After switching to Xorg version, it started working. How to compile PPSSPP for wayland?
Well, I've tried to build with USE_WAYLAND_WSI=ON my change to b.sh ```diff diff --git a/b.sh b/b.sh index b68e93e2c..fa2eaaa7b 100755 --- a/b.sh +++ b/b.sh @@ -96,6 +96,6 @@ set -e mkdir...