bpozdena / OneDriveGUI

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

[AUR] Unable to start OneDriveGUI minimized #64

Closed badlydrawnface closed 1 year ago

badlydrawnface commented 2 years ago

When I open the gui on startup, the ui opens, I would prefer to open it minimized. However, when trying to toggle on and off the minimized startup option, a log from running in the terminal keeps showing:

2022-11-01 13:18:32,128 [onedrivegui:940][fn=set_check_box_state][INFO] - [GUI][SETTINGS] start_minimized is unchecked
2022-11-01 13:18:32,293 [onedrivegui:940][fn=set_check_box_state][INFO] - [GUI][SETTINGS] start_minimized is unchecked
2022-11-01 13:18:32,440 [onedrivegui:940][fn=set_check_box_state][INFO] - [GUI][SETTINGS] start_minimized is unchecked
2022-11-01 13:18:32,592 [onedrivegui:940][fn=set_check_box_state][INFO] - [GUI][SETTINGS] start_minimized is unchecked
bpozdena commented 2 years ago

Pretty strange behavior. Maybe a permission issue accessing the config file? What happens when you manually enable it in the config file and then launch the GUI again?

config file - > ~/.config/onedrive-gui/gui_settings config line -> start_minimized = True