Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack (1) Thread Tools Display Modes
Old 13-03-2008, 12:33 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default 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
ray|raven is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-03-2008, 01:47 PM   #2 (permalink)
Juke Box Hero
 
Join Date: Aug 2007
Posts: 1,204
Default Re: Pie Dock.

Yes nice, I should try it soon, demo worked fine, thanks for the info.
Hitboxx is offline  
Old 13-03-2008, 03:01 PM   #3 (permalink)
Proud to be Linux
 
abhinandh's Avatar
 
Join Date: Jun 2006
Posts: 458
Default Re: Pie Dock.

something new.
will try.
__________________
http://abhinandh.com
abhinandh is offline  
Old 13-03-2008, 03:13 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default 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
praka123 is offline  
Old 13-03-2008, 03:20 PM   #5 (permalink)
is NOT a PC/Mac
 
debsuvra's Avatar
 
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
Default Re: Pie Dock.

Indeed a great one. I will surely try it in Ubuntu Gutsy all at once!

BTW great find too
debsuvra is offline  
Old 13-03-2008, 04:55 PM   #6 (permalink)
NP : Crysis
 
xbonez's Avatar
 
Join Date: Mar 2007
Location: City 17
Posts: 1,434
Default 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
xbonez is offline  
Old 13-03-2008, 05:07 PM   #7 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Pie Dock.

Looks cool.ill try after installing ubuntu 2day
SunnyChahal is offline  
Old 14-03-2008, 02:31 PM   #8 (permalink)
NP : Crysis
 
xbonez's Avatar
 
Join Date: Mar 2007
Location: City 17
Posts: 1,434
Default 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
xbonez is offline  
Old 14-03-2008, 02:33 PM   #9 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Pie Dock.

^Compile it genius
If you've saw the site it has instructions there,
Quote:
Installation
  1. Be sure your system meets the above requirements
  2. Download tarball above
  3. Unpack tarball:
    $ tar xjvf PieDock-x.x.x.tar.bz2
  4. Change into the new directory "PieDock" and compile it:
    $ cd PieDock
    $ make
  5. 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/
  6. Now you need to set up your configuration, see below
Configuration
  1. 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.
  2. Create a directory named ".PieDock" in your home directory: $ mkdir ~/.PieDock
  3. Place all your PNG icons into this directory
  4. Create a ".PieDockrc" configuration file in your home directory; you may use the enclosed "res/PieDockrc.sample" as template: $ cp res/PieDockrc.sample ~/.PieDockrc
  5. 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
ray|raven is offline  
Old 14-03-2008, 02:51 PM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default 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
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/82556-pie-dock.html
Posted By For Type Date
Pie Dock. Open Source Question This thread Refback 23-11-2010 11:37 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
CS3 Dock Icons by Giga Gigacore Chit-Chat 9 26-01-2008 12:28 PM
Leopard Dock: New Themes for RKLauncher, Rocket Dock & Object Dock Vishal Gupta Random News 10 03-07-2007 10:51 PM
iPod Dock Charan Mobiles and Tablets 13 27-06-2007 11:51 PM
questions regarding object dock and icons Sparsh007 Software Q&A 7 04-09-2006 10:49 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2