Jonathan Riddell
Jonathan Riddell
Could you extend this to make an embeddable feed for a hashtag? Twitter recently took away this ability. I had embedded the #KDE tag in Planet KDE from Twitter and...
The snap package uses the older core18 and kde-frameworks-5-core18 content snaps. This has a problem e.g. https://forum.snapcraft.io/t/possible-compatibility-issue-with-kde-frameworks-5-core18-and-centos-7/26433 I've a newer one kde-frameworks-5-qt-5-15-3-core20 that uses core20. If you were interested in...
I tried to install Neon onto a partition with a Kubuntu install on it. I did not want my /home to be destroyed so I installed it without reformatting. The...
#### Submission type - [ ] Bug report - [ X ] Feature Request KDE neon would like to recreate the OEM feature that exists in Ubiquity The first step...
Current SDDM release does not compile with current SDDM ``` 16:00:45 /workspace/build/src/daemon/XorgDisplayServer.cpp: In constructor ‘SDDM::XorgDisplayServer::XorgDisplayServer(SDDM::Display*)’: 16:00:45 /workspace/build/src/daemon/XorgDisplayServer.cpp:68:42: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’ 16:00:45 68 | m_cookie[i] = digits[dis(gen)];...
the gcc flag fcf-protection only exists on x86 so it won't compile on arm, please add this patch or something similar https://invent.kde.org/neon/extras/exiv2/-/blob/master/debian/patches/fcf-protection-only-on-x86.diff
back-link: ch02/index.html#qt-quick-application QQuickView\* view = new QQuickView(); Better practice is probably to put the \* for pointer type with the variable name as this is where it binds in the...