Gaupol reliably crashes desktop when launched (how to log and fix?)

I installed Gaupol to do some subtitle editing and tried to start it. It immediately crashes the desktop and sends me to the login screen. This is completely repeatable and reliable.

Is there a way to record logs of some sort to see what is causing it to do this so I can hopefully fix it and go back to using the program?

1 Like

I'd try to launch the application in terminal and redirect output to file like this:

$ app_name > log.txt

or

$ script log.txt
$ app_name

plus investigate logs in /var/log

2 Likes

Thanks! I ran the second one and got this:

Script started on 2025-03-29 11:40:32-05:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"]
e[?2004he]0;bornagainpenguin@ThinkMate-T14: ~ae[01;32mbornagainpenguin@ThinkMate-T14e[00m:e[01;34m~e[00m$ gaupol
e[?2004l


(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: unity.css:109:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:65:67: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:102:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:148:42: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:152:68: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:156:51: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gedit.css:163:77: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: nautilus.css:29:47: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: nautilus.css:40:16: The 'outline-radius' property has been renamed to '-gtk-outline-radius'

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: nautilus.css:50:71: Using one color stop with linear-gradient() is deprecated.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: nautilus.css:51:71: Using one color stop with linear-gradient() is deprecated.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gnome-panel.css:56:29: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gnome-panel.css:71:35: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.089e[0m: Theme parsing error: gnome-panel.css:72:35: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: gnome-panel.css:82:28: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: gnome-panel.css:83:28: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: gnome-panel.css:98:36: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: gnome-panel.css:104:36: The :prelight pseudo-class is deprecated. Use :hover instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: unity-greeter.css:49:30: The :focused pseudo-class is deprecated. Use :focus instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: unity-greeter.css:53:29: The :focused pseudo-class is deprecated. Use :focus instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: unity-greeter.css:58:23: The :focused pseudo-class is deprecated. Use :focus instead.

(gaupol:8478): Gtk-e[1;33mWARNINGe[0m **: e[34m11:40:36.090e[0m: Theme parsing error: unity-greeter.css:59:22: The :focused pseudo-class is deprecated. Use :focus instead.

(

Any idea what is causing my issues?

1 Like

Alas, I see only warnings which can not nuke desktop session.
Deeper debugging may be logging application system/library calls using strace or ltrace commands. See man for these commands for more details.

1 Like

I think I'm going to try a live environment install and if that doesn't give issues try a fresh install. Thanks.

2 Likes

Doing a fresh install fixed it.

3 Likes

Did you try looking at your system logs, e.g. journalctl -r? This will usually include information about what triggered the logout/end-of-session.

I say this in almost every other thread now, but a handy way to test stuff out is with virt-manager. That way, you can keep using your desktop while you experiment with a fresh image.