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

App running at system start triggers wizard screen #173

Open John-Development opened 3 months ago

John-Development commented 3 months ago

Describe the bug I would like for this app to be up and running on system start, but if setting the AppImage file to run at startup, it will open the setup configuration every time, presumably because at that point the onedrive process is still starting.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

I would expect for it to start as if I will launch it manually.

Screenshots If applicable, add screenshots to help explain your problem. Start settings for the AppImage image

Screen shown when system starts image

Log If applicable, add relevant output from log file /tmp/onedrive-gui/onedrive-gui.log.

System Info

or output of below commands:

lsb_release -a
echo $XDG_CURRENT_DESKTOP
loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
python --version
which onedrive
onedrive --version

OneDriveGUI info How did you install OneDriveGUI?: AppImage What is the name of the AppImage file (if applicable)? : OneDriveGUI-1.0.3_fix150-x86_64.AppImage

Additional context Tried setting the app to run at startup both as an Application and a Login script, both ending with the same result.

EDIT It might be important to note that I am using a live instalation with persistent memory. I think this should not be an issue but just in case...

John-Development commented 3 months ago

Further tries and I got it working, dont understand why it wasnt working before, but now it is.

In any case, a graphical checkbox to run at start could be a nice to have thing for the client.