onedrive_tray icon indicating copy to clipboard operation
onedrive_tray copied to clipboard

not able to run as user in debian 13

Open pedroangelini opened this issue 7 months ago • 0 comments

Hi! I managed to install onedrive_tray using make install, and can run it as root user (get notifications and all), but if I try to run it as my regular user, I get an error dialog box with the message I couldn't detect any system tray on this system.. Image

trying to start the service with fails silently:

pedro@space-monster:~/Downloads/onedrive_tray/build$ systemctl start  --user onedrive_tray.service 
pedro@space-monster:~/Downloads/onedrive_tray/build$ systemctl status --user onedrive_tray.service 
● onedrive_tray.service - OneDrive Free Client tray icon
     Loaded: loaded (/usr/lib/systemd/user/onedrive_tray.service; enabled; preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sun 2025-09-14 14:36:38 CEST; 4s ago
 Invocation: 970004605a384f04b317e9167683d47f
       Docs: https://github.com/DanielBorgesOliveira/onedrive_tray
    Process: 19853 ExecStart=/usr/local/bin/onedrive_tray -s (code=exited, status=1/FAILURE)
   Main PID: 19853 (code=exited, status=1/FAILURE)
   Mem peak: 7.3M
        CPU: 93ms

Any idea of what could be going on, or how to provide better system info / logs?

pedroangelini avatar Sep 14 '25 10:09 pedroangelini