Warning: session_start(): open(/tmp/sess_12c5uh9kc2shosqt5bvbejnht3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Service Menu Editor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 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 
 apps.ownCloud.com ownCloud 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


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

Service Menu Editor

   0.2  

KDE Service Menu

Score 82%
Service Menu Editor
zoom


other:  Link
Downloads:  3121
Submitted:  Jul 12 2008
Updated:  Dec 30 2010

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
Subscribe
Other  Content  from DavidEdmundson
Report inappropriate content



goto page:  1  2  3 

-
.

 Nice tool

 
 by srog on: Jul 12 2008
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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


Reply to this

-

 Re: Kubuntu packages?

 
 by DavidEdmundson on: Nov 20 2009
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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
 
Score 50%

Seems to work now.



-

 Works great here on Mint 9

 
 by DanielEKFA on: Aug 24 2010
 
Score 50%

I just recently had a go at Gnome and was so pleased to find that it provides a very easy-to-use context menu editor, not unlike this one.

Thank you so much for doing this one, even if it has a bug or two (like selected icon being reset when you edit an entry).

I hope you'll keep working on this one. AFAICT, there's very little to do before it should be a standard item in the larger settings app, as suggested previously in this thread.

It would be nice with some more parameters, to add to %u and %U. At least, I hope that's not all there are. The Gnome equivalent has a lot more options, like relative paths, workdir, etc.

Thanks again! Very nice :)


Reply to this

-

 Re: Works great here on Mint 9

 
 by DavidEdmundson on: Aug 24 2010
 
Score 50%

The Exec line supports the following:
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

This may well be different from the Gnome equivalent, as the two file managers get their service menus from different files which store data in different ways.

I haven't worked on this program in a while, I'll try and at least find time to fix the icon issue.


Reply to this

-

 Still available?

 
 by wolfshift on: Dec 28 2010
 
Score 50%

Is this still available to download anywhere? The download links are broken.


Reply to this

-

 Re: Still available?

 
 by DavidEdmundson on: Dec 30 2010
 
Score 50%

My fault, try now.


Reply to this

-

 Re: Re: Still available?

 
 by wolfshift on: Dec 30 2010
 
Score 50%

It works, thanks!


Reply to this

-

 Some Patches and Questions

 
 by maidis on: Dec 30 2010
 
Score 50%

Hi,

Thanks for Service Menu Editor.

I'm going to make a package for Pardus [0]. Do you have a road map / release date for next release.

Some wishes and others:

* Translation support for Service Menu Editor GUI.

* Translation support for service menus:

X-KDE-Submenu=Pack
X-KDE-Submenu[tr]=Paketle

Name=Start to Packing
Name[tr]=Paketlemeye Başla

...

* Easy access for applications and dbus entries from action [1].

* http://www.sharpley.org.uk/page/software/servicemenu doesn't work and image doesn't shown at current page [2].

* Install script realy needs for DistUtilsExtra? I removed it with a patch for now [3].

* Could you add Turkish translation to desktop file [4].



[0] http://bugs.pardus.org.tr/show_bug.cgi?id=12225
[1] http://i.imgur.com/4Eim4.png
[2] http://www.sharpley.org.uk/node/3
[3] http://svn.pardus.org.tr/pardus/playground/maidis/kservicemenueditor/files/setup.py.diff
[4] http://svn.pardus.org.tr/pardus/playground/maidis/kservicemenueditor/files/servicemenueditor.desktop.diff


Reply to this

-

 Mandriva rpm

 
 by dglent on: Dec 30 2010
 
Score 50%

Here is a Mandriva rpm
http://www.mandrivalinux.gr/rpm/2010.1/noarch/kservicemenueditor-0.2a-1mgr2010.2.noarch.rpm


Reply to this

goto page:  1  2  3 

Add commentBack




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team