DIscover issue (Missing Backends)

After installing discover i get the following:

To use Discover for apps, install your preferred module on the Settings page, under Missing Backends.

sudo plasma-discover --listbackends
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: wayland-egl, wayland, eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, xcb.

Aborted

Any suggestions?

Don’t use sudo for calling the command. Simply use

plasma-discover --listbackends

or real root:
su -c 'plasma-discover --listbackends'

su -c ‘plasma-discover --listbackends’
Password:
QStandardPaths: runtime directory ‘/run/user/1000’ is not owned by UID 0, but a directory permissions 0700 owned by UID 1000 GID 1000
Available backends:
libs QList(“/usr/lib64/qt6/plugins”, “/usr/bin”)

kns-backend
packagekit-backend

sudo zypper in discover6-backend-packagekit got read of the “Missing Backends” MESSSAGES,

However now i get:

unable to load applications
Please verify Internet connectivity

sudo zypper in discover6 discover6-backend-packagekit AppStream fixed “Missing Backends” messages

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.