quickgui icon indicating copy to clipboard operation
quickgui copied to clipboard

issue cannot change workspace

Open jhonoryza opened this issue 3 years ago • 2 comments

I am using garuda linux, try binary release version 1.1.5, cannot change workspace

jhonoryza avatar Dec 02 '21 03:12 jhonoryza

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.

vgivanovic avatar Dec 03 '21 01:12 vgivanovic

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.

ymauray avatar Dec 10 '21 00:12 ymauray