Search found 3 matches

by raphael75
Wed Jul 10, 2024 3:30 am
Forum: MP - Suggestions
Topic: A few requests
Replies: 0
Views: 831

A few requests

Here are a few items I would love to see in XnView MP. If these already exist somewhere, please let me know where I can find them.


When you close a tab, return to the last tab that was open instead of the tab immediately to the left of the closed tab. For example, if I'm in the browser and ...
by raphael75
Sun Dec 18, 2022 6:25 am
Forum: MP - General Support
Topic: KDE Dolphin integration?
Replies: 1
Views: 369

Re: KDE Dolphin integration?

It looks like it was just a matter of creating a file called "open_in_xnview.desktop" in

/usr/share/kio/servicemenus

with this:

[Desktop Entry]
Type=Service
MimeType=inode/directory;
Actions=openInXnView

[Desktop Action openInXnView]
Name=Open In XnView
Icon=app-xnsoft-48
Exec=xnview '%u ...
by raphael75
Sat Dec 17, 2022 11:38 pm
Forum: MP - General Support
Topic: KDE Dolphin integration?
Replies: 1
Views: 369

KDE Dolphin integration?

I was looking at the KDE Dolphin Servicemenu documentation here:

https://develop.kde.org/docs/extend/dolphin/service-menus/

and I was trying to figure out how to add a context menu (servicemenu) option where if you right-click on a folder, under the "Actions" you could open the folder in XnView ...