helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
30 stars 9 forks source link

Off topic: Filer on X11 Plasma in Linux #151

Closed ulliperk closed 1 year ago

ulliperk commented 1 year ago

Playing around with filer on Linux - Plasma - X11 I found the following: Filer cancels logout from plasma-shell if one tries to use 'qdbus org.kde.ksmserver /KSMServer logout' [filer is a fork of pcmanfm-qt, which also cancels logout from plasma-shell if running as 'pcmanfm-qt --desktop'], I know that filer was never ment to work in plama 5 but it can do and it makes a good job there. With plasma only logout is a problem. Is it possible to fix that or to find a workaround?

ulliperk commented 1 year ago

Solution found:

using the command: 'qdbus org.kde.KWin /Session org.kde.KWin.Session.quit' to log out fixes the issue