bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

change closeEvent for who doesn't have systray and taskbar #132

Closed arduinocc04 closed 10 months ago

arduinocc04 commented 10 months ago

If someone doesn't have system tray and taskbar, it is impossible to close OneDriveGUI window.

This solves issue by quitting app when system tray and taskbar are not available.

bpozdena commented 10 months ago

It's be design. When system tray is available, GUI will close to tray, when tray is not available, the GUI will close to taskbar. I've tested it on many desktop environments and it worked everywhere both under X11 and Wayland. See https://github.com/bpozdena/OneDriveGUI/issues/41

To quit the GUI completely, simply use the 'quit' button: image