Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue loading it as service #2

Open
silocoder opened this issue Sep 1, 2020 · 0 comments
Open

Issue loading it as service #2

silocoder opened this issue Sep 1, 2020 · 0 comments

Comments

@silocoder
Copy link

silocoder commented Sep 1, 2020

I get this message after bootup. Think has anything to do with target dependency?

$ systemctl status nordvpn-system-tray.service 
nordvpn-system-tray.service - System tray icon for NordVPN
     Loaded: loaded (/etc/systemd/system/nordvpn-system-tray.service; enabled; vendor preset: enabled)
     Active: failed (Result: core-dump) since Tue 2020-09-01 19:18:05 EDT; 12min ago
    Process: 973 ExecStartPre=/bin/sleep 10 (code=exited, status=0/SUCCESS)
    Process: 1159 ExecStart=/usr/sbin/nordvpn-system-tray (code=dumped, signal=ABRT)
   Main PID: 1159 (code=dumped, signal=ABRT)

Sep 01 19:17:47 silocoder-GT60-2PC systemd[1]: Starting System tray icon for NordVPN...
Sep 01 19:17:57 silocoder-GT60-2PC systemd[1]: Started System tray icon for NordVPN.
Sep 01 19:17:59 silocoder-GT60-2PC nordvpn-system-tray[1159]: qt.qpa.xcb: could not connect to display
Sep 01 19:17:59 silocoder-GT60-2PC nordvpn-system-tray[1159]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Sep 01 19:17:59 silocoder-GT60-2PC nordvpn-system-tray[1159]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the applic>
Sep 01 19:17:59 silocoder-GT60-2PC nordvpn-system-tray[1159]: Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, w>
Sep 01 19:18:05 silocoder-GT60-2PC systemd[1]: nordvpn-system-tray.service: Main process exited, code=dumped, status=6/ABRT

Here is the service file

[Unit]
Description=System tray icon for NordVPN

[Service]
Type=simple
ExecStartPre=/bin/sleep 10
ExecStart=/usr/sbin/nordvpn-system-tray
Restart=yes

[Install]
WantedBy=default.target

And here is permissions

$ ls -lsa /usr/sbin/nordvpn-system-tray
32 -rwxr-xr-x 1 root root 32168 Sep  1 16:00 /usr/sbin/nordvpn-system-tray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant