-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans (5) .- Knowledge Base  . 

Service Menu Editor

   0.2  

KDE Service Menu

Service Menu Editor
zoom


other:  Link
Depends on:  KDE 4.x
Downloads:  1492
Submitted:  Jul 12 2008
Updated:  Feb 1 2010
Score: 
score83%83%score
 83% good
bad   good

Description:

KDE Service Menu Editor is a simple way of editing the right-click menus that you see when using Dolphin. It has simple but flexible way of selecting the "mime types" (type of file) that the menu should appear on. Then adding the menu is as simple as typing a name and the command to be run.

The reason I wrote this application is because I noticed a lot of menus had not been ported to KDE4, rather than port them, I thought "why not write an application so everyone can make these menus easily.". So I did.

The website has more information and download links.

http://www.sharpley.org.uk/page/software/servicemenu

It's got plenty more work left to do, but if I don't release it soon it'll end up lost at the bottom of my projects folder and I'll forget all about it :-)

Please comment on bugs.




Changelog:

Version 0.2
* Installer
* Debian packages (see page for details)
* Completely redesigned interface
* Bug Fixes




LicenseGPL
Source(Source)
send to a friend
subscription
other apps from DavidEdmundson



-
.

 Nice tool

 
 by srog on: Jul 12 2008
 

I tested Service Menu Editor in the Kubuntu Intrepid Ibex (alpha-2) and there:

:~$ kde4-config --path services
/home/<user>/.kde/share/kde4/services/:/usr/share/kde4/services/

So i changed servicemenuedit.py line

from
path=QtCore.QDir.homePath()+".kde4/share/kde4/services/ServiceMenus/servicemenus/"
to
path=QtCore.QDir.homePath()+"/.kde/share/kde4/services/ServiceMenus/"


Fine application - thank you !


reply to this

-

 Re: Nice tool

 
 by DavidEdmundson on: Jul 12 2008
 

Fixed in SVN. It now runs that command on load and parses the result.


reply to this

-

 Kubuntu packages?

 
 by markwege on: Nov 20 2009
 

Are there any Kubuntu packages? Or even better a repository?


reply to this

-

 Re: Kubuntu packages?

 
 by DavidEdmundson on: Nov 20 2009
 

Not yet. I stopped doing any work on this because I didn't get that much interest back.

As you've asked I'll go investigate trying to make one :-). I don't (currently) know how to package a python app, but I'll take a look for you.


reply to this

-

 Re: Kubuntu packages?

 
 by DavidEdmundson on: Feb 1 2010
 

Slightly late.. but:

Debian packages are available for the new version of kservicemenueditor (0.2)

I've written PPA details on my site.

http://www.sharpley.org.uk/page/software/servicemenu

Please report back (even if just to say it works)

I'll update this page shortly.


reply to this

-

 Re: Re: Kubuntu packages?

 
 by markwege on: Feb 2 2010
 

Hi, thanks for the package. Unfortuneately I have run into following problem:

"Traceback (most recent call last):
File "/usr/bin/servicemenueditor", line 25, in <module>
from PyKDE4.kdecore import ki18n, KAboutData, KCmdLineArgs , KConfig, KConfigGroup, KDesktopFile, KMimeType, KServiceType, KGlobal
RuntimeError: the sip module implements API v7.0 but the PyKDE4.kdecore module requires API v6.0"
May be that is related to the fact that I am running KDE 4.4 RC2 (Karmic) which is still missing actual binding (which are still installed from KDE 4.3.5.

Something else: I think the best future for this would be as KCM-module in systemsettings. This is where it would really belong.


reply to this

-

 Re: Re: Re: Kubuntu packages?

 
 by DavidEdmundson on: Feb 2 2010
 

Bindings/Library conflict sounds likely. Try another pykde4 app (like usb-creator-kde, or jockey-kde) and see what happens then.

As for KCM-ing. I'm not sure, it's not really a setting, and as such is nice to be stand-alone. I'm not disagreeing either, I'll get the opinion of a few more people and go with the majority.

Traditionally python in KCM was tricky, not sure if that's still the case.


reply to this

-

 Re: Re: Re: Re: Kubuntu packages?

 
 by miraaz on: Feb 2 2010
 

Kubuntu KDE 4.4 RC"

usb-creator-kde
Traceback (most recent call last):
File "/usr/bin/usb-creator-kde", line 24, in <module>
from PyKDE4.kdecore import KCmdLineArgs, KCmdLineOptions, i18n, ki18n
RuntimeError: the sip module implements API v7.0 but the PyKDE4.kdecore module requires API v6.0

jockey-kde
Traceback (most recent call last):
File "/usr/bin/jockey-kde", line 28, in <module>
from PyKDE4.kdecore import *
RuntimeError: the sip module implements API v7.0 but the PyKDE4.kdecore module requires API v6.0


reply to this

-

 Re: Re: Re: Re: Re: Kubuntu pa

 
 by DavidEdmundson on: Feb 2 2010
 

Sweet. At that point, it's not my fault :-)

KDE4.4 comes out tomorrow(?) hoepfully someone wil release the python-bindings too.

(also maybe submit a bug report to the kubuntu guys that kde4.4 should 'conflict' with python-kde4.3 ?)


reply to this

-

 Re: Re: Re: Re: Re: Re: Kubuntu pa

 
 by DavidEdmundson on: Feb 15 2010
 

Seems to work now.



add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus
Online Roulette

-
Favorite Distribution 2010?
 Debian
 Gentoo
 SuSE
 Ubuntu
 Kubuntu
 Linux Mint
 Arch Linux
 Frugalware
 Fedora
 Mandriva
 PC Linux OS
 Other Distribution
 I'm a *BSD user
 Using Windows
 Using Mac OS X
 Other OS
 I don't use Computers and have asked another user to check this option for me.

resultmore
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.