You are not logged in.

1

Wednesday, October 31st 2007, 12:22pm

Servicemenu won't show up in konquerors web browsing profile

Hi guys,

i've created a service menu to pipe a file (or more specifically: the contents of a url)

[Desktop Entry]
Version=0.5
Icon=kbibtex
ServiceTypes=all/all
Actions=appendBibTex
#Type=Application

[Desktop Action appendBibTex]
Name=Booklist
Name[de]=an bibtex-liste anhängen
Name[en]=append to bibtex list
Icon=kbibtex
Exec="/home/philipp/.scripts/ appendbibtex %f"

the plan is to click a link in konqueror (web browing profile) with the rmb to choose Actions -> append to bibtex list. However the action "append to bibtex list" simply doesn't show up in the servicemenu list. If I right click a real file in konqueror (filemanagement profile) the servicemenu comes up.

What is wrong there? Or does ServiceType=all/all exclude unkonown content referenced by a url?
Or does it simply not work like this when one is using the webbrowsing profile???


Cheers

Philipp