This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Associating custom script with Quicken files

Tags: None
(comma "," separated)
janko
Registered Member
Posts
10
Karma
0
I'm trying to add my custom script to Dolphin's context menu following instruction found here: https://askubuntu.com/questions/1179100 ... in-dolphin
This includes creation of a .desktop file, like so:
Code: Select all
[Desktop Action move-file]

Exec=/usr/lib/x86_64-linux-gnu/libexec/kf5/kdesu mv "%U" /usr/share/applications

Name=Move file
Icon=document-send

[Desktop Entry]
Actions=move-file

MimeType=application/x-desktop;

ServiceTypes=KonqPopupMenu/Plugin
Type=Service
X-KDE-Priority=TopLevel

In my particular case I want my script to be associated with .qif files. So I tried altering this line:
Code: Select all
MimeType=application/x-desktop;

So far I tried
  • application/qif
  • application/x-qif
  • application/x-quicktime
but none of that worked. Any ideas how to associate my script successfully with .qif files?
Any ideas how to associate it with .qif files? Can I do any better then using application/octet-stream? Perhaps there's a way of pattern matching the extension as a string, instead of using mime types?


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]