https://bugs.kde.org/show_bug.cgi?id=497520
--- Comment #17 from Jonas E <j...@mailbox.org> --- (In reply to TraceyC from comment #13) > Some details from bug 501973 Additional (Hacky) fix for restoring snap apps after logout (default behaviour), USE AT YOUR OWN DISCRETION 1. Get the command name from the snap package either by - logging out and checking .config/ksmserverrc, or by - opening the snap app, and searching through the output of 'xwininfo -tree -root', which list all open x11 windows and contains the WM_COMMAND set for the leader window) 2. Now, the hacky part: create a symlink with the command name to the actual correct command (has to be on your path, so that it is found for execution) -> e.g. for the snap firefox on my machine: 'ln -s /usr/bin/firefox firefox_firefox' Result: We manually resolve the wrong command and restore correct behaviour. -- You are receiving this mail because: You are watching all bug changes.