Following upgrade to plasma 6, the kup-backup icon disappeared from the tray. Not present in the tray settings neither in order to activate it. The backup entry is absent as well within ''system settings''. STEPS TO REPRODUCE 1. click on tray 2. no kup-backup tray icon 3. OBSERVED RESULT no kup-backup tray icon EXPECTED RESULT kup-backup tray icon present SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.0.0 (available in About System) KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION - kup-backup 0.9.1-1 installed - kup-clent/kup-server/kup-backup-dbgsym not installed
Exact the same in my case.
Looks like an issue in Kup itself; moving there.
The problem probably is that the tray icon is in fact a plasmoid and as such requires porting to plasma6. Similarly with the settings entry.
Exact same issue. Is there a way to manually trigger backups from the command line as a workaround?
*** Bug 482486 has been marked as a duplicate of this bug. ***
The reason it's missing is that it's not built against Qt6 in the released version. master (optionally) builds against Qt6, but I don't know if it's in a good enough state to be released
(In reply to Nicolas Fella from comment #6) > The reason it's missing is that it's not built against Qt6 in the released > version. > > master (optionally) builds against Qt6, but I don't know if it's in a good > enough state to be released so the last 0.9.1 is still against qt5? if you'd like, i can test a build from master of kup and let you know of any possible issues, though you probably know better than me.
(In reply to bruno from comment #7) > (In reply to Nicolas Fella from comment #6) > > The reason it's missing is that it's not built against Qt6 in the released > > version. > > > > master (optionally) builds against Qt6, but I don't know if it's in a good > > enough state to be released > > so the last 0.9.1 is still against qt5? if you'd like, i can test a build > from master of kup and let you know of any possible issues, though you > probably know better than me. I have been using kup-backup compiled from master since Feb 29 with no issues so far in neon with Plasma 6. I believe that there is a package in neon's experimental that is built from recent git code, against Qt6/kf6. I have not tried that of course.
For me the system tray icon is present but when clicked it does not show any information (bug #480546) Operating System: Arch Linux KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Graphics Platform: Wayland
Right, if you build it from source, then the app works, but the widget doesn't since its QML code hasn't yet been ported to Qt6.
Git commit 9dc491cc7852112c3745056759c53a83574cc4ab by Simon Persson. Committed on 17/03/2024 at 18:42. Pushed by persson into branch 'master'. Add a version of the plasmoid that works on plasma 6 This commit does the following: - Move existing plasmoid to plasmoid-qt6 and finish qt6 port. - Add plasmoid-qt5 folder with contents of commit eae3138eaa, before q6 port was started. - Change CmakeLists.txt to install one of the two versions. M +2 -1 CMakeLists.txt C +8 -9 plasmoid-qt5/contents/ui/FullRepresentation.qml [from: plasmoid/contents/ui/FullRepresentation.qml - 089% similarity] C +19 -28 plasmoid-qt5/contents/ui/main.qml [from: plasmoid/contents/ui/main.qml - 058% similarity] C +0 -0 plasmoid-qt5/metadata.json [from: plasmoid/metadata.json - 100% similarity] R +24 -16 plasmoid-qt6/contents/ui/FullRepresentation.qml [from: plasmoid/contents/ui/FullRepresentation.qml - 077% similarity] R +6 -25 plasmoid-qt6/contents/ui/main.qml [from: plasmoid/contents/ui/main.qml - 068% similarity] R +1 -1 plasmoid-qt6/metadata.json [from: plasmoid/metadata.json - 099% similarity] https://invent.kde.org/system/kup/-/commit/9dc491cc7852112c3745056759c53a83574cc4ab
*** Bug 480546 has been marked as a duplicate of this bug. ***
When will this become available to the public? It doesn't work on my laptop yet... (backups work, though, so that much is fine).
I'm still encountering this problem on Plasma 6.2.5: no system tray icon or settings module.
I would suspect the software probably isn't installed, or its Qt6 version isn't installed. That said, I can still reproduce the issue of the tray icon not being visible. It seems its kded module isn't loading. However, it's a separate issue as well. Will open a new bug report for it.
(In reply to Nate Graham from comment #15) > I would suspect the software probably isn't installed, or its Qt6 version > isn't installed. The Debian kup-backup package is installed - what might I be missing?
(In reply to Martin Tlustos from comment #13) > When will this become available to the public? It doesn't work on my laptop > yet... (backups work, though, so that much is fine). On my laptop, it works. I don't know when it started working, though. Backups work, starting backups from the system try notifications works as well.
Probably a question for Debian folks. Just a shot in the dark though… was that package updated to include the Qt 6 version? If it still has the Qt 6 version, that would be the problem.
(In reply to Martin Tlustos from comment #17) > (In reply to Martin Tlustos from comment #13) > > When will this become available to the public? It doesn't work on my laptop > > yet... (backups work, though, so that much is fine). > > On my laptop, it works. I don't know when it started working, though. > Backups work, starting backups from the system try notifications works as > well. Exact the same in my case. It's working on Operating System: KDE neon 6.2 KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1
Y(In reply to Nate Graham from comment #18) > Probably a question for Debian folks. Just a shot in the dark though… was > that package updated to include the Qt 6 version? If it still has the Qt 6 > version, that would be the problem. You're right - Debian hasn't built a Qt 6 version yet: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091413 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092835 Sorry for the noise.