how to create an item in the context menu dolphin?
Hello everyone. Can anyone tell me how to add my own item to the "create" section of the Dolphin context menu? I want to add the ability to create a desktop file there, but I have no idea how to do it. I found some guide for KDE 6, where they suggest creating a directory ~/.local/share/kio/servicemenus, but it didn't work
Solution:Jump to solution
Oh, damn, I'm an idiot, I didn't look all this time. I was looking for a new item in the "create" section, and it's right there in the context menu.
Nevertheless, here's the contents of the script that creates a desktop file with the name you choose
```BASH
[Desktop Entry]...
6 Replies
works fine for me, make sure the format is correct
format of what? I did it directly with commands from the guide. Nothing appeared in the context menu. Even after rebooting the PC
format of the desktop file, like syntax and such
https://github.com/ublue-os/bazzite/blob/main/system_files/desktop/kinoite/usr/share/templates/vkBasalt.desktop
here is how bazzite does it
GitHub
bazzite/system_files/desktop/kinoite/usr/share/templates/vkBasalt.d...
Bazzite is a custom Fedora Atomic image built with cloud native technology that brings the best of Linux gaming to all of your devices - including your favorite handheld. - ublue-os/bazzite
Solution
Oh, damn, I'm an idiot, I didn't look all this time. I was looking for a new item in the "create" section, and it's right there in the context menu.
Nevertheless, here's the contents of the script that creates a desktop file with the name you choose