View Issue Details

IDProjectCategoryView StatusLast Update
0008384Kali LinuxGeneral Bugpublic2023-07-10 19:29
ReporterX0RW3LL Assigned To 
PrioritynormalSeveritycrashReproducibilitysometimes
Status newResolutionopen 
Product Version2023.2 
Summary0008384: Joplin intermettintly crashes on first launch on GNOME 44.1
Description

Joplin has been displaying this behavior since GNOME 44's launch where launching the application for the first time will end up with a blank view.
To get around this, the application must be closed and relaunched.
Additionally, this behavior is sporadic across spaced out launches, but the first launch will almost always fail.

Steps To Reproduce

Either:

  • Launch Joplin using Activities
  • Or launch joplin from terminal

The latter provides more [immediate] info as to what's happening.

Additional Information

Launching joplin from terminal will output the following:

xdg-settings: invalid application name
Try 'xdg-settings --help' for more information.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

$ uname -a
Linux 1984.local 6.1.0-kali9-amd64 0000001 SMP PREEMPT_DYNAMIC Debian 6.1.27-1kali1 (2023-05-12) x86_64 GNU/Linux

$ grep VERSION /etc/os-release
VERSION_ID="2023.2"
VERSION="2023.2"
VERSION_CODENAME=kali-rolling

$ apt policy libva-drm2:amd64 gnome-shell joplin nvidia-driver libdrm2
libva-drm2:
  Installed: 2.18.0-1
  Candidate: 2.18.0-1
  Version table:
 *** 2.18.0-1 500
        500 https://kali.download/kali kali-rolling/main amd64 Packages
        100 /var/lib/dpkg/status
gnome-shell:
  Installed: 44.1-1
  Candidate: 44.1-1
  Version table:
 *** 44.1-1 500
        500 https://kali.download/kali kali-rolling/main amd64 Packages
        100 /var/lib/dpkg/status
joplin:
  Installed: 2.11.1-0kali1
  Candidate: 2.11.1-0kali1
  Version table:
 *** 2.11.1-0kali1 500
        500 https://kali.download/kali kali-rolling/main amd64 Packages
        100 /var/lib/dpkg/status
nvidia-driver:
  Installed: 525.105.17-2
  Candidate: 525.105.17-2
  Version table:
 *** 525.105.17-2 500
        500 https://kali.download/kali kali-rolling/non-free amd64 Packages
        100 /var/lib/dpkg/status
libdrm2:
  Installed: 2.4.114-1+b1
  Candidate: 2.4.114-1+b1
  Version table:
 *** 2.4.114-1+b1 500
        500 https://kali.download/kali kali-rolling/main amd64 Packages
        100 /var/lib/dpkg/status

$ sudo journalctl | grep joplin
Jul 10 16:46:09 1984.local systemd[2876]: Started app-gnome-joplin-37902.scope - Application launched by gnome-shell.
Jul 10 16:46:09 1984.local joplin.desktop[37926]: xdg-settings: invalid application name
Jul 10 16:46:09 1984.local joplin.desktop[37926]: Try 'xdg-settings --help' for more information.
Jul 10 16:46:10 1984.local joplin.desktop[37942]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Jul 10 16:49:56 1984.local joplin.desktop[37949]: (node:37949) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 appClose listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
Jul 10 16:49:56 1984.local joplin.desktop[37949]: (Use `exe --trace-warnings ...` to show where the warning was created)
Jul 10 16:51:18 1984.local joplin.desktop[37949]: (node:37949) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 keymapChange listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-07-10 19:29 X0RW3LL New Issue