-
 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   
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

pyRad

   0.4.4  

KDE Other Utility

pyRad
zoom


pyRad
zoom


Homepage:  Link
other:  Link
Wiki:  Link
Version Control:  Link
Issue Tacker:  Link
Downloads:  131
Submitted:  Dec 21 2009
Updated:  2 days ago
Score: 
score67%67%score
 67% good
bad   good

Description:

A wheel type command interface for KDE 4, heavily inspired by Kommando. It's designed to appear below your mouse pointer at a gesture or keystroke.

installation:

- easy_install pyRadKDE

setup:

- call pyrad.py. You can now use Alt-F6 or Meta-F6 to show the wheel.
- Add "/usr/bin/pyrad.py" as script to your autostart (systemsettings->advanced->autostart)
- Add the mouse gesture to call D-Bus: Program: org.kde.pyRad ; Object: /MainApplication ; Function: newInstance

- Alternately set the gesture to call the command "dbus-send --type=method_call --dest=org.kde.pyRad /MainApplication org.kde.KUniqueApplication.newInstance"

- customize the menu by editing the file "~/.pyradrc" or right-clicking items.


usage:

- Just use your gesture to call up the command wheel when you want to call one of your included programs.

- Left-click the program to start it. You can also press the key shown in the programs tooltip for the same effect.
- Right-click an item to edit it. Middle-click an item to add a new one after it (clockwise).
- Make folders by clicking on folder inside the edit dialog.
Actions are simply the commands you'd use on the commandline (no shell scripting though).

- call "pyrad.py --quit" to shutdown the process in the background. "pyrad.py --help" shows the usage. "pyrad.py --daemon" starts pyRad without showing the GUI.


You can find additional Information on http://pypi.python.org/pypi/pyRadKDE/ and http://draketo.de/light/english/pyrad




Changelog:

pyRad 0.4.4

- Icon Editor: show a preview of the icon.
- Icon Editor: Added a delete and a folder.
- Register Alt-F6 and Meta-F6 als global shortcuts.
- FIX: Crash at logout ⇒ Added shutdown handling.

pyRad 0.4.3

- FIX: wrong console icon in default config.
- FIX: If the tooltip was too long, it wasn’t shown at all. Now only the first 100 chars are shown
- Folders in brackets

pyRad 0.4.2

- Improved the --help output.
- Improved the tooltips for folders.

pyRad 0.4

- Added keyboard shortcuts for all items and hiding via the escape key.

pyRad 0.3.3

- FIX: KUniqueApplication: TypeError: keyword arguments are not supported

pyRad 0.3.2

- Added --daemon argument to start pyRad without showing the wheel.

pyRad 0.3.1

- FIX: Upper level changes weren't saved.

pyRad 0.3

- Largescale rewrite in the battle for startup performance. It's now a KUniqueApplication and after the first run, subsequent runs only call the already running (but hidden) instance. Still the imports take the major share of the startup time.
- New command scheme: Right-click always edits the item, middle click adds a new item after the clicked one.
- Items are arranged clockwise.
- FIX: Changes in the layout were only effective after the next start. Now changes take effect immediately.

pyRad 0.2

- Right-click on an item opens an edit dialog.
- Changes are saved directly to the .pyradrc

pyRad 0.1.1

- moved the Rad class into a seperate file (rad.py) - same performance but cleaner.
- added a version header to the .pyradrc file, so it will be possible to update it transparently when changes should be necessary.

pyRad 0.1

- Initial version.




LicenseGPL
Source(pyrad-0.4.4.tar.gz)
Donate
Send to a friend
Subscribe
Other content from ArneBab



-

 how install and setup

 
 by erngab on: Feb 15 2010
 

I am a beginner. I use Kubuntu 9.10. I do not understand how to install pyRadKDE.

In Setup what it means ... Add a mouse gesture for "pyrad.py": go into KDE systemsettings -> keyboard shortcuts -> add a gesture with the action "pyrad.py" ...


Reply to this

-

 Re: how install and setup

 
 by ArneBab on: Feb 15 2010
 

It means “open the program systemsettings, then select the item keyboart shortcuts and add a shortcut - either a gesture or a key-combination"

Before you can do that, you have to download pyrad.py and install PyKDE4 (the second should be `apt-get install pykde4` or so).


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

-

 Re: Re: how install and setup

 
 by erngab on: Feb 18 2010
 

I tried the installation, but I lost somewhere.
My steps
I downloaded pyRadKDE 0.3.3.
Extract pyRadKDE-0.3.3.tar.gz.
In terminal put - python pyrad.py
Traceback (most recent call last):
File "pyrad.py", line 114, in <module>
from PyKDE4.kdecore import KCmdLineArgs, KCmdLineOptions
RuntimeError: the sip module implements API v7.0 but the PyKDE4.kdecore module requires API v6.0
???
From where I download http://pypi.python.org/pypi/pyRadKDE says that the pyRadKDE request PyQt4, PyKDE4.
Problem with PyQt4.
Extract PyQt-x11-gpl-4.7.tar.gz
python configure.py
Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q
argument to explicitly specify a working Qt v4 qmake.
???
I do not know what to do and what is what, how to install ...


Reply to this

-

 Re: Re: Re: how install and setup

 
 by ArneBab on: Feb 19 2010
 

The error means that your ‘sip’ is newer than your PyKDE - you need an older sip.

Why don't you simply install PyKDE from your package manager? There all this hassle schould be taken care of (I yust used `emerge pykde4` on Gentoo).

If you can't do that, you need to see if you can get an older version of sip. Or get a newer version of PyKDE4.

Also you might need to intstall qmake.

(Sorry for the heavy dependencies - it's the only way to access KDE from Python, and most systems with KDE4 should have them preinstalled)


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

-

 Re: Re: Re: how install and setup

 
 by ArneBab on: Feb 19 2010
 

What just came to mind: Do you have KDE 4?


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

-

 Re: Re: Re: Re: how install and setup

 
 by erngab on: Feb 19 2010
 

I think Kubuntu 9.10 is with KDE4.

With synaptic I install all
gmake
http://img189.imageshack.us/img189/8616/qmake.png
pykde
http://img651.imageshack.us/img651/2880/pykde.png

I tried to install
PyQt4
PyQt-x11-gpl-4.7$ python configure.py
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.

pyRadKDE-0.3.3$ python pyrad.py
Traceback (most recent call last):
File "pyrad.py", line 114, in <module>
from PyKDE4.kdecore import KCmdLineArgs, KCmdLineOptions
RuntimeError: the sip module implements API v7.0 but the PyKDE4.kdecore module requires API v6.0

I'll probably have to leave this for later, because I do not know what I was doing.
With Linux I started this year, so I'm noob.

thanks for the attempt.
Regards


Reply to this

-

 Re: Re: Re: Re: Re: how install and setup

 
 by ArneBab on: Feb 21 2010
 

This makes one part clear: Your PyQt4 intstallation failed.

Could you try to get PyQt-x11-gpl-4.6 ?

Best wishes,
Arne

PS: Please feel free to ask when something is unclear. We all started as noobs :)


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

-
.

 Re: Re: Re: Re: Re: Re: how install and setup

 
 by erngab on: Feb 24 2010
 

I tried PyQt-x11-gpl-4.6.2 - same thing.

PyQt-x11-gpl-4.6.2$ python configure.py
Determining the layout of your Qt installation...
Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q
argument to explicitly specify a working Qt v4 qmake.



-

 Re: Re: Re: Re: Re: how install and setup

 
 by ArneBab on: Aug 3 2010
 

Sorry for taking so long — I’m at the limit of my install debugging with that :(

You might have to ask in the Kubuntu forums how to install PyQt3.


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

-
.

 installing PyQt in Ubuntu

 
 by ArneBab on: Feb 24 2010
 

what happens if you just use

apt-get install PyQt-x11-gpl-4.7

?

or

apt-get install python-kde4

?

Did you intstall some stuff by hand (it looks strage, that sip uses a newer API than pykde, without synaptic complaining.


Being unpolitical
means being political
without realizing it
- Arne Babenhauserheide ( http://draketo.de )

Reply to this

Add commentBack




-
-
all messages

openDesktop.org Facebook App





 
 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
Facebook App
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-2010 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