stevecrox

joined 2 years ago
[–] stevecrox@mastodonapp.uk 3 points 10 months ago (2 children)

@Fleppensteijn @leopold its a Nvidia issue.

For years Nvidia tried pushing an alternative Linux driver called EGL, everyone told them it couldn't support Wayland

Eventually Nvidia tried to implement EGL backends to Gnome and KDE (this resulted in the buggy apps). Nvidia then declared their new cards would support GBM.

This leaves the 10xx-30xx cards stuck on EGL with no one supporting the EGL backends. Nvidia have made it so GBM support can't be added by outsiders to those cards either.

[–] stevecrox@mastodonapp.uk 1 points 11 months ago

@cyborganism @kde Debian

The last stable release supplies 5.27.

[–] stevecrox@mastodonapp.uk 0 points 1 year ago (2 children)

@MartinR the Maven convention for packaging is a group identifer/package is the inverse domain order.

Taking plasma-org.kde.desktop-appletsrc you would create a group identifer of: org.plasma.kde.desktop With the artefact identifier being: appletsrc.

The folder structure would then look like:

.config  
\-\>org  
\-\>-\>plasma  
\-\>-\>-\>kde  
\-\>-\>-\>-\>desktop  
\-\>-\>-\>-\>-\>appletsrc  

Its simple