rootkiwi / an2linuxserver

Sync Android notifications encrypted to a Linux desktop
Other
401 stars 43 forks source link

Not working notification #62

Closed vnepogodin closed 3 years ago

vnepogodin commented 3 years ago

Arch linux with i3wm My notification server is dunst

When notification pop up on phone, I got these error on server:

[2020-12-08 23:02:11.075] (Notification) Error showing notification: g-spawn-exit-error-quark: Error spawning command line “dbus-launch --autolaunch=a8db15c53a7545a58bea7b178474d790 --binary-syntax --close-stderr” [2020-12-08 23:02:11.076] Please make sure you have a notification server installed on your system

rootkiwi commented 3 years ago

I'm also on arch (btw) with i3 and dunst. But don't know what that error means.

How do you run an2linuxserver.py?

From terminal, systemd, tmux or what? As you or root?

vnepogodin commented 3 years ago

I'm running from terminal as sudo

rootkiwi commented 3 years ago

Try without sudo

vnepogodin commented 3 years ago

Ok, it works as my user and systemd . But not as root.