flathub / com.github.wwmm.easyeffects

https://flathub.org/apps/details/com.github.wwmm.easyeffects
10 stars 4 forks source link

Autostart .desktop file #194

Closed pchmykh closed 5 months ago

pchmykh commented 5 months ago

Hello! Installed Easyeffects on Fedora workstation 40 here, Flatpak version. Enabled autostart at preferences, app added file:

~$ cat ~/.config/autostart/com.github.wwmm.easyeffects.desktop 
[Desktop Entry]
Type=Application
Name=com.github.wwmm.easyeffects
Exec=flatpak run --command=easyeffects com.github.wwmm.easyeffects --gapplication-service
X-Flatpak=com.github.wwmm.easyeffects

It crashes every boot for me. How to collect debug information? Every time I am starting manually and closing the window, easyeffects just closes completely and processing is stopped.

Found https://github.com/flathub/com.github.wwmm.easyeffects/issues/3#issuecomment-908632842 this post and looks like it working properly. Maybe it is a good idea to make file according this manual? Thank you!

vchernin commented 5 months ago

https://github.com/flathub/com.github.wwmm.easyeffects/issues/3#issuecomment-908632842 is an old comment and should not be followed. The created autostart file using the auto start switch looks correct and works on my fedora 40 silverblue system.

Every time I am starting manually and closing the window, easyeffects just closes completely and processing is stopped.

Do you have shutdown on window closing enabled in easyeffects preferences?

pchmykh commented 5 months ago

Nope, shutdown on window close is disabled, but I have permanent crashes with created autostart file.

vchernin commented 5 months ago

To collect logs see https://github.com/wwmm/easyeffects/wiki/Reporting-Bugs#basic-logs

If you can only reproduce the crash from what happens at start up, you way want to obtain the coredump from flatpak-coredumpctl (also described on that page).

pchmykh commented 5 months ago

Thank you for you time, I think this one can be closed. Crashes dissapeared when I am rebooted with autostart option enabled with default autostart .desktop file.