bossfight
bossfight
UBUniversal Blue
Created by bossfight on 2/15/2025 in #🛟bazzite-help
kate editor doesn't work from command line for my user only
Seems to be related to this upstream QT bug: https://github.com/mkiol/dsnote/issues/150 No real fixes other than not using terminals in flatpak (Black Box had the same problem). Not really completed but I'll get over it since it's irrelevant as far as Bazzite goes.
5 replies
UBUniversal Blue
Created by bossfight on 2/15/2025 in #🛟bazzite-help
kate editor doesn't work from command line for my user only
Progress: This has something to do with my terminal (flatpak'ed Konsole) Doesn't happen in Ptyxis
5 replies
UBUniversal Blue
Created by bossfight on 2/15/2025 in #🛟bazzite-help
kate editor doesn't work from command line for my user only
Realized it launched with the Application menu. Saw that the application menu's launch command was kate -b $U and decided to give it a try:
> kate -b %U
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-egl, wayland, xcb.

fish: Job 1, 'kate -b %U' terminated by signal SIGABRT (Abort)
> kate -b %U
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-egl, wayland, xcb.

fish: Job 1, 'kate -b %U' terminated by signal SIGABRT (Abort)
5 replies
UBUniversal Blue
Created by bossfight on 2/15/2025 in #🛟bazzite-help
kate editor doesn't work from command line for my user only
Tried using a clean shell with env -i bash --noprofile --norc and it did not solve the issue
5 replies