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: prev   1  2  3 

-

 really want your servicemenu..

 
 by kickass on: Feb 5 2011
 
Score 50%

Hello and thanks in advance,
When i run python setup.py i get

'File "setup.py", line 7, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command'

and when I try to copy the files manually, I can't get past:

'QApplication::qAppName: Please instantiate the QApplication object first
could not find one or more of the required .ui files. Make sure these files are installed to a directory listed by `kde4-config --path data`'

although I copy the .ui files into the --path data directories.
Help.


Reply to this

-

 really want your servicemenu..

 
 by kickass on: Feb 5 2011
 
Score 50%

Hello and thanks in advance,
When i run python setup.py i get

'File "setup.py", line 7, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command'

and when I try to copy the files manually, I can't get past:

'QApplication::qAppName: Please instantiate the QApplication object first
could not find one or more of the required .ui files. Make sure these files are installed to a directory listed by `kde4-config --path data`'

although I copy the .ui files into the --path data directories.
Help.


Reply to this

-

 Arch Linux PKGBUILD

 
 by infectedsoundsystem on: Mar 27 2011
 
Score 63%

I've created an Arch PKGBUILD here: http://aur.archlinux.org/packages.php?ID=47750

Is there a repo anywhere with the latest source?

Cheers :)

@kickass - remove the "from DistUtilsExtra.command import *" line from setup.py (or install python-distutils-extra, but it isn't needed)


Reply to this

-
.

 KDE Service Menu Editor v0.2

 
 by Fitzgerald on: May 21 2011
 
Score 50%

@kickass: If the suggestion by infectedsoundsystem did not solve your problem, I had to edit the KDE Service Menu Editor installer (setup.py), which is in the source code tarball (kservicemenueditor-0.2a.tar.gz), and change the line:

('share/kde4/apps/servicemenueditor', glob.glob("*.ui")),

to:

('share/apps/servicemenueditor', glob.glob("*.ui")),


http://fitzcarraldoblog.wordpress.com/
Reply to this

-
.

 .;./.

 
 by floopy1962 on: Aug 17 2011
 
Score 50%

'File "setup.py", line 7, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command'

somebody ?????????????????????? i just wanna make one service menu why i have to going through hell


:)
Reply to this

-

 Re: .;./.

 
 by DavidEdmundson on: Aug 17 2011
 
Score 50%

Install python-setuptools

(I think)


Reply to this

-
.

 Re: Re: .;./.

 
 by floopy1962 on: Aug 17 2011
 
Score 50%

how to use it... same results trying to install the servise menu editor :(


:)
Reply to this

-

 not working

 
 by warrob on: Sep 3 2011
 
Score 50%

$ ./setup.py
Traceback (most recent call last):
File "./setup.py", line 7, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command

python-setuptools and python-kde4 are installed.

(debian sid x86_64)


Reply to this

goto page: prev   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