quickgui
quickgui copied to clipboard
issue cannot change workspace
I am using garuda linux, try binary release version 1.1.5, cannot change workspace
Same here. I'm on Arch Linux and I built my own quickgui. I've tried rebuilding, ripgrepping for a file containing part of the incorrect directory and using strace to find out where quickgui is getting the incorrect filename. So for now, I'm just using quickget to get the ISO. I'll try quickgui to manage creating and running the Win11 VM.
I was not able to reproduce this. The current working directory is stored in local preferences, in ${HOME}/.local/share/quickgui/shared_preferences.json, check to see what value it has there.
Also, in the code, it is set in downloader_menu.dart, lines 64 to 83, if you want to tinker with that.