Bugzilla – Bug 1224070
Missing Ark context menu in dolphin
Last modified: 2024-06-25 10:52:12 UTC
Because Dolphin is installed through rpm and ark through flatpak, the integration is flawed between the 2. Could be fixed by either having both be installed through rpm's or both through flatpak.
Hi Martin, This looks to be fixed already, as seen here: https://build.opensuse.org/package/rdiff/devel:microos/plasma-branding-MicroOS?linkrev=base&rev=18. Basically 2 new servicemenus were created: extract and compress to mimic the normal integration (only RPM or only Flatpak installations). If this is not working for you out-of-the-box, it could be because your user was created BEFORE this change was introduced, therefore the user did not inherit the /etc/skel from the commit. If you want to have the integration working you could: 1. Make sure you have plasma-branding-MicroOS package (I did not have it, because I probably removed it by accident). 2. cp -r /etc/skel/.local/share/kio/ ~/.local/share/
Created attachment 875171 [details] RPM dolphin with Flatpak ark working
(In reply to Gerardo Gomez Rodriguez from comment #1) > Hi Martin, > This looks to be fixed already, as seen here: > https://build.opensuse.org/package/rdiff/devel:microos/plasma-branding- > MicroOS?linkrev=base&rev=18. Basically 2 new servicemenus were created: > extract and compress to mimic the normal integration (only RPM or only > Flatpak installations). > > If this is not working for you out-of-the-box, it could be because your user > was created BEFORE this change was introduced, therefore the user did not > inherit the /etc/skel from the commit. If you want to have the integration > working you could: > > 1. Make sure you have plasma-branding-MicroOS package (I did not have it, > because I probably removed it by accident). > 2. cp -r /etc/skel/.local/share/kio/ ~/.local/share/ Hello thanks for the reply, I just did a quick test in a VM fresh install of kalpa with the microos installer as described in the Kalpa wiki. And it seems like plasma-branding-MicroOS is not installed by default. So thanks to your suggestion I did a quick: sudo transactional-update pkg install plasma-branding-MicroOS systemctl reboot cp -r /etc/skel/.local/share/kio/ ~/.local/share/ The issue is then fixed, It's however not done by default in my case.
Hi Martin, There was a potential fix for not having the plasma-branding-Microos installed by default, but I just tested it in a newly spinned Kalpa VM and the package is still not installed and instead plasma-branding-Kalpa is installed. It is unknown to me where else this package might be required. My assumption was that plasma-branding-Microos was marked as "obsolete" by plasma-branding-Kalpa, but the "obsoletes" field was removed recently from the rpm spec file.
I can confirm. Fresh installation of openSUSE Kalpa does't installs plasma-branding-MicroOS and does't put Ark options in Dolphin's context menu. Why openSUSE Kalpa doesn't move to Flathub's Dolphin?