Author Topic: PieDock-1.5.0 is quite a toy!  (Read 745 times)

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8598
  • Aurum nostrum non est aurum vulgi.
PieDock-1.5.0 is quite a toy!
« on: March 27, 2012, 11:10:45 PM »
PieDock 1.5.0 is a task bar and application launcher in shape of a pie menu. It feels a little bit like the famous OS X dock in a circle.  It had been packaged and will be available for use in PCLinuxOS.


If you have the 64-bit install and can't wait for it ... http://minus.com/mz0MxlcoO/3f (md5sum 7a18731c94e557529f67ad05893a032c).

After installing PieDock, it will be automatically launched. There is no menu entry to go with the application and on reboot, the user has to manually launch it.

There are three commands to PieDock:

Code: [Select]
$ /usr/share/piedock/piedock-instant/pd start
$ /usr/share/piedock/piedock-instant/pd restart
$ /usr/share/piedock/piedock-instant/pd stop

The first starts the application; the second restarts it and the last shuts it down.

The hotkey is the combination WinKey + left mouse button. Hovering around and outside the circle of  icons will display the name of the application that will get launched on pressing the left mouse button. Clicking inside the circle of icons when the names of the applications are not displayed will not launch any application and will make PiDock disappear.

Clicking an application with the right mouse click will open another application of the same type (if permitted) if there isn't one already opened. Using the mouse scrollwheel will spin the circle of icons clockwise and counter-clockwise.

As a default there are only a limited number of application launchers available. It is suggested you copy the configuration file to your home folder.

Code: [Select]
$ cp /usr/share/piedock/piedock-instant/conf/piedockrc ~/.piedockrc
Note the dot in front of the filename. It must be a hidden file.

Using your favorite text editor, open .piedockrc and scroll all the way down to # menu of sticky icons. There should already be some entires such as icon rekonq. Add what application launchers you might like to see on your PieDock. If you get a question mark icon, it means that either the name of the application is wrong or there is no icon for it.

If you like to use you own application launcher icons, create a folder on your home:

Code: [Select]
$ mkdir ~/.piedock
and place the PNG launcher icons on the folder. It is important to note that the icons must have the same as the application.

Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12802
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: PieDock-1.5.0 is quite a toy!
« Reply #1 on: March 27, 2012, 11:14:57 PM »
Cool stuff. Thanks for the info Archie ;)!

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: PieDock-1.5.0 is quite a toy!
« Reply #2 on: March 28, 2012, 07:18:17 PM »

It is suggested you copy the configuration file to your home folder.

Code: [Select]
$ cp /usr/share/piedock/piedock-instant/conf/piedockrc ~/.piedockrc
Note the dot in front of the filename. It must be a hidden file.



Actually, you have to copy the .piedockrc file to your home directory, or the app won't launch as a normal user, unless you change the executable permissions.

[darrel@localhost ~]$ /usr/share/piedock/piedock-instant/pd start
/usr/share/piedock/piedock-instant/pd: line 27: conf/piedockrc: Permission denied
[darrel@localhost ~]$ error: Permission denied

[darrel@localhost ~]$ ls -l /usr/share/piedock/piedock-instant/conf/piedockrc
-rw-r--r-- 1 root root 5974 Mar 28 19:48 /usr/share/piedock/piedock-instant/conf/piedockrc

After copying the file, app works fine. Installed it from repo. Nice, Archie!


« Last Edit: March 28, 2012, 07:31:22 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378