https://bugs.kde.org/show_bug.cgi?id=517770
Bug ID: 517770
Summary: _SEPARATOR_ not working in service menus
Classification: Applications
Product: dolphin
Version First 25.12.3
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
I'm using custom service menus in Dolphin
after the latest update I get log messages and _SEPARATOR_ not working in
context menu
log message:
Skipping Action "_SEPARATOR_" due to empty Name field in file
using desktop-file-validate I get:
error: value "_SEPARATOR_;pdf2jpg;_SEPARATOR_" for key "Actions" in group
"Desktop Entry" contains invalid action identifier "_SEPARATOR_", only
alphanumeric characters and '-' are allowed
service menu file used:
[Desktop Entry]
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/pdf
Actions=_SEPARATOR_;pdf2jpg;_SEPARATOR_
Icon=application-pdf
Type=Service
X-KDE-Priority=TopLevel
[Desktop Action pdf2jpg]
Exec=/home/andrei/bin/pdf2jpg.sh "%f"
Icon=application-pdf
Name=Extract images from PDF
in previous version it was working
_SEPARATOR_ needs to be replaced with a different name to have the separators
in the context menu?
--
You are receiving this mail because:
You are watching all bug changes.