 |
13-03-2008, 12:33 PM
|
#1 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Pie Dock.
Just stumbled upon this,
We all know of docks and recently 3d-docks thanks to apple and awn,
Here's something that quite different.
A PieDock.
You can even try how it feels like using, with this demo here
http://markusfisch.de/downloads/PieDockDemo/
Website: http://markusfisch.de/?PieDock
P.S: I havent tried it yet, but the demo looks like fun.
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
13-03-2008, 01:47 PM
|
#2 (permalink)
|
|
Juke Box Hero
Join Date: Aug 2007
Posts: 1,204
|
Re: Pie Dock.
Yes nice, I should try it soon, demo worked fine, thanks for the info.
|
|
|
13-03-2008, 03:01 PM
|
#3 (permalink)
|
|
Proud to be Linux
Join Date: Jun 2006
Posts: 458
|
Re: Pie Dock.
something new.
will try.
__________________
http://abhinandh.com
|
|
|
13-03-2008, 03:13 PM
|
#4 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Pie Dock.
very nice!cool demo!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
13-03-2008, 03:20 PM
|
#5 (permalink)
|
|
is NOT a PC/Mac
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
|
Re: Pie Dock.
Indeed a great one. I will surely try it in Ubuntu Gutsy all at once!
BTW great find too
|
|
|
13-03-2008, 04:55 PM
|
#6 (permalink)
|
|
NP : Crysis
Join Date: Mar 2007
Location: City 17
Posts: 1,434
|
Re: Pie Dock.
wow! looks awesome
__________________
Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0
|
|
|
13-03-2008, 05:07 PM
|
#7 (permalink)
|
|
...
Join Date: Sep 2007
Posts: 3,795
|
Re: Pie Dock.
Looks cool.ill try after installing ubuntu 2day
|
|
|
14-03-2008, 02:31 PM
|
#8 (permalink)
|
|
NP : Crysis
Join Date: Mar 2007
Location: City 17
Posts: 1,434
|
Re: Pie Dock.
uuh...how exactly are we supposed to run this thing? i dl'ed and extracted...what now? i'm getting C/C++ files (.cpp and .h)
__________________
Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0
|
|
|
14-03-2008, 02:33 PM
|
#9 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: Pie Dock.
^Compile it genius 
If you've saw the site it has instructions there,
Quote:
Installation- Be sure your system meets the above requirements
- Download tarball above
- Unpack tarball:
$ tar xjvf PieDock-x.x.x.tar.bz2
- Change into the new directory "PieDock" and compile it:
$ cd PieDock
$ make
- Place 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 below
Configuration - At first, find some high resolution icons (approx. 128x128 Pixels) in PNG format you like. I'd recommend those places:You 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 ~/.PieDock
- Place all your PNG icons into this directory
- Create a ".PieDockrc" configuration file in your home directory; you may use the enclosed "res/PieDockrc.sample" as template: $ cp res/PieDockrc.sample ~/.PieDockrc
- Edit ".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
$ make After that, you can do: $ ./PieDockUtils -l A 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.
|
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
14-03-2008, 02:51 PM
|
#10 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: Pie Dock.
@xbonz:this is meant for Linux dude!  are u on linux?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|