topic title: How to Install Plank in Antix-15
3 posts
• Page 1 of 1
-
Posts: 3
- Joined: 03 May 2015
#1
Please advise if/how you can install the plank dock in Antix-15. Thanks.
-
Posts: 1,445
- Joined: 09 Feb 2012
#2
package for plank is absent from the debian"current stable" (jessie) repository.
You would need to add"testing" (stretch) repository to your sources list.
After doing so, plank should be one-click installable via synaptic package manager, or via commandline:
sudo apt update && apt install plank
IIRC, plank expects to operate in a"compositing" desktop environment (as does docky)
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://en.wikipedia.org/wiki/Comparison_of_X_window_managers"
linktext was:"https://en.wikipedia.org/wiki/Compariso ... w_managers"
====================================
but iceWM/JWM/fluxbox are stacking, not compositing, window managers...
so plank probably won't launch, or won't behave as expected, until you also install"compton" to provide compositing functionality.
You'll need to start compton (manually, or add to autostarts) before starting the plank program.
You would need to add"testing" (stretch) repository to your sources list.
After doing so, plank should be one-click installable via synaptic package manager, or via commandline:
sudo apt update && apt install plank
IIRC, plank expects to operate in a"compositing" desktop environment (as does docky)
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://en.wikipedia.org/wiki/Comparison_of_X_window_managers"
linktext was:"https://en.wikipedia.org/wiki/Compariso ... w_managers"
====================================
but iceWM/JWM/fluxbox are stacking, not compositing, window managers...
so plank probably won't launch, or won't behave as expected, until you also install"compton" to provide compositing functionality.
You'll need to start compton (manually, or add to autostarts) before starting the plank program.
-
Posts: 3
- Joined: 03 May 2015
#3
Thanks for info.