josh-richardson / cadmus

A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
GNU General Public License v3.0
2.09k stars 55 forks source link

Cadmus not starting when installed from deb; works when run manually #61

Open fgrzadkowski opened 3 years ago

fgrzadkowski commented 3 years ago

First, thanks for this. It works really nicely.

I installed cadmus from deb package on Ubuntu 20 with gnome and it seems it doesn't start - I don't see the icon. When I start binaries manually (download zip, unpack and run) it works nicely.

Any advice?

josh-richardson commented 3 years ago

I'll look into this.

fgrzadkowski commented 3 years ago

@josh-richardson any update? I'm happy to help debugging.

fgrzadkowski commented 3 years ago

Actually part of it was my mistake - I though the app should be starting on boot by default. After unpacking your deb package it became clear it's not case.

Having said that, when I add cadmus to autostart it doesn't show the tray icon. If I run it manually it (as an installed app) it works nicely.

$ cat .config/autostart/cadmus.desktop 
[Desktop Entry]
Type=Application
Exec=/opt/cadmus/cadmus
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Cadmus
Name=Cadmus
Comment[en_US]=Noice cancelling app
Comment=Noice cancelling app