How can I make easyeffects run on startup background?

Hello.

I want my easyeffects to run even if I close the application window. Right now, when I close the window, the easyeffects also closes.

I found one solution where type the terminal command: easyeffects --gapplication-service but when I close the terminal, it also closes.

Can you please give me a way to make it work?

Thank you.

nohup easyeffects --gapplication-service

This is a bug:

You can make a file easyeffects.desktop and put it in ~/.config/autostart:

[Desktop Entry]
Terminal=false
Name=EasyEffects
Type=Application
Exec=/usr/bin/easyeffects --gapplication-service
Comment=EasyEffects Service

If this doesn’t work you can try changing the Exec command to:

Exec=/usr/bin/nohup /usr/bin/easyeffects --gapplication-service
1 Like

this works. thank you again sir @ishaan2479.

but this has some issue for me. at first, I thought its not working but you have to select the line out radio button then the easy sink radio button to have a sound.

but nonetheless, its working.

this one is nice. nohup thank you for this.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.