jendrikseipp / rednotebook

RedNotebook is a cross-platform journal
https://rednotebook.app
GNU General Public License v2.0
477 stars 109 forks source link

In Ubuntu 24.04 LTS, Rednotebook won't launch but, is known to be running in the background without a window. #762

Closed Ratuiv closed 4 weeks ago

Ratuiv commented 1 month ago

Output from terminal: $ flatpak run app.rednotebook.RedNotebook INFO Using GtkSourceView 3.0 Adding /app/lib/python3.11/site-packages to sys.path INFO Available versions of the WebKit2 namespace: ['4.1'] Gtk-Message: 14:51:20.281: Failed to load module "xapp-gtk3-module" INFO Loaded version of the WebKit2 namespace: 4.1 INFO Locale path: /usr/share/locale 2024-06-13 14:51:20,317 INFO Writing log to file "/home/ratu/.rednotebook/rednotebook.log" 2024-06-13 14:51:20,317 INFO System encoding: utf-8 2024-06-13 14:51:20,317 INFO Language code: en_US 2024-06-13 14:51:20,328 INFO Spell checking languages: ['en_AU', 'en_BS', 'en_BZ', 'en_CA', 'en_GB', 'en_GH', 'en_IE', 'en_IL', 'en_IN', 'en_JM', 'en_MW', 'en_NA', 'en_NZ', 'en_PH', 'en_TT', 'en_US', 'en_ZA', 'en_ZW'] 2024-06-13 14:51:20,330 INFO Spell checking dictionaries: [('en_AU', ), ('en_BS', ), ('en_BZ', ), ('en_CA', ), ('en_GB', ), ('en_GH', ), ('en_IE', ), ('en_IL', ), ('en_IN', ), ('en_JM', ), ('en_MW', ), ('en_NA', ), ('en_NZ', ), ('en_PH', ), ('en_TT', ), ('en_US', ), ('en_ZA', ), ('en_ZW', )] Gtk-Message: 14:51:20.403: Failed to load module "canberra-gtk-module" 2024-06-13 14:51:20,452 INFO Using LibYAML 2024-06-13 14:51:20,454 INFO Connected Signals: [<Signals.SIGHUP: 1>, <Signals.SIGINT: 2>, <Signals.SIGQUIT: 3>, <Signals.SIGABRT: 6>, <Signals.SIGTERM: 15>, <Signals.SIGTSTP: 20>] 2024-06-13 14:51:20,459 INFO Running in portable mode: False 2024-06-13 14:51:20,459 INFO First Start: False 2024-06-13 14:51:20,459 INFO RedNotebook version: 2.33 2024-06-13 14:51:20,461 INFO System info: machine: x86_64, platform: Linux-6.8.0-76060800daily20240311-generic-x86_64-with-glibc2.38, processor: , python_version: 3.11.9, release: 6.8.0-76060800daily20240311-generic, system: Linux, GTK: (3, 24, 42), Glib: (2, 80, 2), PyGObject: (3, 48, 2), YAML: 6.0, WebKit2: (2, 44, 2) 2024-06-13 14:51:20,646 DEBUG Default font: Ubuntu Sans 11 2024-06-13 14:51:20,646 DEBUG Default size: 11.0 MESA: error: Failed to query drm device. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card2 (No such file or directory) MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen MESA: error: Failed to query drm device. glx: failed to create dri3 screen failed to load driver: iris failed to open /dev/dri/card2: No such file or directory failed to load driver: iris

Ratuiv commented 4 weeks ago

Still can't launch Rednotebook. Any help?

Ratuiv commented 4 weeks ago

Solution: Uninstalled the flatpak version and installed the Debian version.

jendrikseipp commented 4 weeks ago

Glad you found a solution!