You are not logged in.
I can't run easyeffects with the --gapplication-service flag on Wayland. I couldn't find a similar problem on the Internet, there is only a solution for X11. As a WM i use Hyprland.
in terminal:
$ easyeffects --gapplication-service
Failed to register: Unable to acquire bus name 'com.github.wwmm.easyeffects'
$ sudo easyeffects --gapplication-service
[sudo] :
Authorization required, but no authorization protocol specified
(easyeffects:6868): Gtk-WARNING **: 14:02:47.425: Failed to open displayI will be glad to receive any help ![]()
Offline
if it can't acquire the bus, chances are you're launching hyprland in a way that thrashes your DBUS session, what output do you get from
loginctl session-status
printenv | grep DBUSSide note, sudo is not a "make this thing work harder" shortcut. There's absolutely never a reason you'd want to run easyeffect as root and you should get out of the habit of slapping sudo in front of things because of error messages. While harmless in this case, many situations could be catastrophic.
Offline
$ sudo easyeffects --gapplication-service
You might want to run sudo like this to preserve the environment variables:
$ sudo -E easyeffects --gapplication-service Offline
No you don't. You never run this tool with sudo and there's no reason for it
Offline
Hiya, i know this was over a year ago, but if anyone encounters the same issue, there's a good chance you have another instance of easyeffects already open, close that and it should work
and if it still doesn't then good luck
Offline