Warning: session_start(): open(/tmp/sess_bbf8c7d9356f32a6b7123a036bb9ee9d, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Gnome Multimedia Keys 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 (2) . 

Gnome Multimedia Keys

   0.5.2  

Amarok Script

Score 73%
Gnome Multimedia Keys
zoom


Gnome Multimedia Keys
zoom


Link:  http://
Downloads:  13520
Submitted:  Jun 22 2007
Updated:  Apr 25 2009

Description:

This script will allow the use of keyboard multimedia keys in Gnome 2.18 and above (eg. ubuntu feisty/gusty/hardy) to control playback. This includes most multimedia buttons found on many laptops. Support for this was broken due to changes in the handling of keyboard shortcuts by gnome 2.18 and later.

Amarok 2 Version is here: http://www.kde-apps.org/content/show.php?content=103448

Currently supported operations are:
Play/Pause
Pause
Stop
Next Track
Previous Track

Simply run the script, no configuration of the script itself is required. The desired keyboard shortcuts can be configured by selecting "System-->Prefrences-->Keyboard Shortcuts" from the Gnome pannel.

Requires:
python >2.4
python-dbus
libdbus-glib




Changelog:

0.2: Added checks to make sure we only run on an affected system.
0.3: Locale fix.
0.4: Add configuration dialogue, add checks to avoid multiple instances.
0.5: add gnome 2.21/22 support
0.5.2: locale fix




LicenseGPL
(Gnome Multimedia Keys 0.5.2)
Send to a friend
Subscribe
Other  Content  from browner
Report inappropriate content



goto page:  1  2  3  4 

-

 Not for this site

 
 by ChaosWars on: Jun 23 2007
 
Score 50%

This is www.kde-apps.org. WTF is wrong with people nowadays, are they incapable of reading? Go post this on a GNOME site.


Reply to this

-
.

 Re: Not for this sit

 
 by browner on: Jun 23 2007
 
Score 50%

It needs to be posted here to be available for download from the Amarok script manager. Gnome users enjoy Amarok too.


Reply to this

-
.

 Re: Re: Not for this

 
 by AndreSomers on: Jun 29 2007
 
Score 50%

What a crap argument. It's still for GNOME on a KDE website. If Amarok can't find it if not posted here, adapt Amarok instead of bothering KDE users with GNOME stuff. Nothing against GNOME, but I don't see why it should be advertised on a KDE website.


Reply to this

-

 Re: Re: Re: Not for

 
 by browner on: Jun 29 2007
 
Score 50%

I can see your point however I do feel that since the Amarok developers are unwilling/unable to fix this issue until Amarok 2 is rolled out with dbus support an alternative should be provided for Gnome users.
Why post it here? Simply because it gives the script the widest possible exposure to all Amarok users that MAY require it. The first place I searched for a fix was the script manager and had there been one there it would have saved me much time spent digging around. Surly you can sympathise with the Gnome users? If there was a viable alternative I would have taken it.
I'm sorry to have angered anyone and don't mean to insult the KDE crowd. I have total respect for you guys.


Reply to this

-

 Re: Re: Re: Not for

 
 by csanchisb on: Jun 29 2007
 
Score 50%

Are you really "bothered" with this? Amarok is a KDE app and so this is a script for a KDE _app_, which happens to also run outside the KDE _desktop_. You really should look for a better hobby instead of _bothering_ creative people who write scripts.


Carlos Sanchis
Valencia (Spain)

Reply to this

-

 eror when executing:

 
 by bugmenot on: Jul 3 2007
 
Score 50%

Traceback (most recent call last):
File "/home/xavy/.kde/share/apps/amarok/scripts/gnome_media_keys/gnome_media_keys.py", line 30, in ?
if (int(major) < 2) | ((int(major) == 2) & (int(minor) < 17)):
NameError: name 'major' is not defined


Reply to this

-

 Re: eror when execut

 
 by bugmenot on: Jul 3 2007
 
Score 50%

if we avoid the error by deleting the check og gnome version ( I use 2.18.2) the following error is obtained:
Traceback (most recent call last):
File "./gnome_media_keys.py", line 38, in ?
object = bus.get_object('org.gnome.SettingsDaemon', '/org/gnome/SettingsDaem on')
File "/var/lib/python-support/python2.4/dbus/bus.py", line 240, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/var/lib/python-support/python2.4/dbus/proxies.py", line 236, in __init_ _
self._named_service = conn.activate_name_owner(bus_name)
File "/var/lib/python-support/python2.4/dbus/bus.py", line 179, in activate_na me_owner
self.start_service_by_name(bus_name)
File "/var/lib/python-support/python2.4/dbus/bus.py", line 277, in start_servi ce_by_name
'su', (bus_name, flags)))
File "/var/lib/python-support/python2.4/dbus/connection.py", line 602, in call _blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The na me org.gnome.SettingsDaemon was not provided by any .service files


Reply to this

-

 Re: eror when execut

 
 by s3tsk8 on: Jul 9 2007
 
Score 50%

I get the same error


version 0.1 works..
but this new one I couldn't even run the script


Reply to this

-

 Re: Re: eror when ex

 
 by browner on: Jul 17 2007
 
Score 50%

Sorry about that. Someone has kindly pointed out to me that this error occurs on systems with a non english locale due to some errors in my code. this was an oversight on my part and should now be fixed in v0.3 Thanks go to Jean-Luc Coulon for his fix.



-
.

 Re: Re: Re: Re: Not for

 
 by BorgQueen on: Dec 10 2007
 
Score 50%

I agree, the script is for a KDE app, helping it to intergrate into a alien environment.


Reply to this

-
.

 Re: Re: Re: Re: Re:

 
 by Hyperion on: Feb 9 2008
 
Score 50%
HyperionHyperion
NullE Software GmbH
Home

Yes in this case it might be ok! But I can understand that people are quickly annoyed by NON-KDE-apps! We have so much alien applications here, which have nothing todo with KDE, that you just wanna kick these tools out here.

However in this case I see the direct relation to KDE.

Unfortunately most other alien-apps argue just like this: "U can run it under KDE too!" - which is - to be honest - just crap! So we have a lot of GTK and Java-Apps here around ... and no "inform the admin"-Button!!! That would be a great feature...


Reply to this

-

 Thank you

 
 by subscribed-lists on: Jul 7 2007
 
Score 50%

Thank you. I just upgraded from FC6 to F7 and lost the Amarok key functions for my Logitech keyboard. After a couple of days, I finally hit the right combination in Google to turn up your script.


Reply to this

-

 ReMoot - multi-app

 
 by ReMoot on: Jul 28 2007
 
Score 50%

ReMoot can control multiple programs like Xmms, Kmplayer, RhythmBox, Kaffeine, Banshee, Quodlibet, Totem, Xine, Juk, Noatun and Amarok.

Toghether with LinEAK or KlinEAK ReMoot can make your multimedsia keys work for all those apps without the need to remap keys between use.

ReMoot
http://kde-apps.org/content/show.php/ReMoot?content=63140

LinEAK
http://lineak.sourceforge.net/index.php?nav=download


Reply to this

-

 nice

 
 by skatox on: Nov 28 2007
 
Score 50%

congratulations, good script.


Reply to this

-

 hmmm

 
 by shevegen on: Nov 29 2007
 
Score 50%

This should not be here. It is part of Gnome. If amarok users need that, post it at amarok.

This site is KDE specific, not Gnome specific. For me, this app is useless, and thus I am forced to vote negatively on it. Can we move this away please?


Reply to this

-

 Re: hmmm

 
 by Rinse on: Nov 29 2007
 
Score 50%

This script is for amarok, which is a kde-application.

Who cares if it is meant for the gnome environment, windows environment or even macos.

kde-software can run on all kinds of platforms and desktops, so you can expect to find kde software meant for a specific situation.


Reply to this

-

 Thanks a lot!

 
 by rahulthewall3000 on: Feb 13 2008
 
Score 50%

This works perfectly for me, thanks a ton!


Reply to this

goto page:  1  2  3  4 

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