PieDock

PieDock is a task bar and application launcher in shape of a pie menu of icons.
Download

PieDock Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Markus Fisch
  • Publisher web site:
  • http://www.markusfisch.de/?PieDock

PieDock Tags


PieDock Description

PieDock is a task bar and application launcher in shape of a pie menu of icons. PieDock is a task bar and application launcher in shape of a pie menu of icons.Requirements:· C++ compiler· make· X11 (headers and libraries)· libpng (headers and libraries)Installation:Be sure your system meets the above requirementsDownload tarball.Unpack tarball: $ tar xjvf PieDock-x.x.x.tar.bz2Change into the new directory "PieDock" and compile it: $ cd PieDock$ makePlace the executable somewhere in your path, i.e. for a local install try: $ mv PieDock ~/bin/Or, if you want to make the program available for all users, do this as root: $ mv PieDock /usr/local/bin/Now you need to set up your configuration, see belowConfiguration:At first, find some high resolution icons (approx. 128x128 Pixels) in PNG format you like. I'd recommend those places: http://tango.freedesktop.org/Tango_Desktop_Projecthttp://www.kde-look.orghttp://www.deviantart.comhttp://www.pixelgirlpresents.comhttp://www.iconfactory.comhttp://interfacelift.comhttp://www.crystalxp.netYou may use GIMP to convert XP icons; OS X icons can be converted by gthumb or ImageMagick. Create a directory named ".PieDock" in your home directory: $ mkdir ~/.PieDockPlace all your PNG icons into this directoryCreate a ".PieDockrc" configuration file in your home directory; you may use the enclosed "res/PieDockrc.sample" as template: $ cp res/PieDockrc.sample ~/.PieDockrcEdit ".PieDockrc" to meet your requirements. The format of the file is very simple: Each line begins with a statement and continues with space-seperated arguments to this statement. If an argument has spaces, it must be enclosed in quotes, just like you do on the command line. There are only two statements that are important: sticky and alias. Use the sticky statement to specify persistent icons in the menu. Normally an icon would only appear if there is a corresponding window. sticky icons do always appear. The statement accepts two arguments: the name of the application (which must also be the name of the icon in "~/.PieDock/") and, optionally, a string to launch the application if the first argument isn't enough to do that (i.e. a path is required or you want to give some arguments). The alias directive allows you to recognize windows that do not give the correct name of their corresponding executable. Every application window in X11 should have a resource with it's name in it (the so-called class hints for the interested). Unfortunately, this name may differ from the name of the executable which is where alias comes in. alias accepts two arguments: a string for recognition and the true name of the executable. The recognition string may be prefixed by another argument (either name, class or title) to specifiy the property which the string is checked against. There is a "utils" subdirectory in the source directory which contains a helpful utitlity to find the right settings. Just change into this directory and compile it: $ cd utils$ makeAfter that, you can do: $ ./PieDockUtils -lA list of all open windows with their properties will be displayed. Now you can use those values (always prefer the class or name property) to set up aliases for windows which doesn't get recognized the right way. If you have some unused button on your mouse, I suggest you specify its number to the trigger button directive like this:trigger button (number of mouse button)You may find the right number by using the xev utitlity. Then you can open the pie menu by clicking that button.


PieDock Related Software