https://bugs.kde.org/show_bug.cgi?id=456482
--- Comment #22 from sunsp...@gmail.com --- (In reply to george fb from comment #21) > Try > Exec=QT_XCB_GL_INTEGRATION=xcb_egl <default command> More progress made.. doing this in the desktop file (both quotes and no quotes worked) when double-clicking on that file and selecting execute.. but then a new problem.. why doesn't it work when selected from the launcher menu? It's the exact same file that the properties say points-to. Time to figure this out.. On the Application tab, it looks weird.. Program: QT_XCB_GL_INTEGRATION=xcb_egl Arguments: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=haruna --file-forwarding org.kde.haruna @@u %u @@ But trying to edit it in file properties is a problem.. I get a dialog.. "Could not save properties due to insufficient write access" The edited file in question is fine if I execute it directly from Dolphin, but there seems to be some sort of glitch with the kde launcher.. Then I get the idea.. to put part of it in quotes.. displays properly in properties.. but trying to execute the file now says "could not find the program run" so quotes won't work (unless I did it wrong). Is there a string or operator I can add so that the kde menu launcher parses the entire desktop exec entry as a single line instead of breaking it into two pieces? It looks like what it's trying to do is take the environment variable as the program, and everything else as an argument, and I want it to not do that so that it will work properly. -- You are receiving this mail because: You are watching all bug changes.