Elegant, simple, and clean dock
Plank is meant to be the simplest dock on the planet.
The goal is to provide just what a dock needs and absolutely nothing more.
It is, however, a library which can be extended to create other dock programs with more advanced features.
- Developed at X11:Pantheon
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/plank && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
plank-0.9.1.tar.xz | 0000904056 883 KB | |
plank.changes | 0000000139 139 Bytes | |
plank.spec | 0000004024 3.93 KB |
Comments 1
Could this minor (two line changes) patch be added to plank? It's a patch that Debian added so that plank doesn't overlap other panels on the workspace. I'm using Mate on Tumbleweed now and when I add plank in a 'unity' layout, it overlaps the Mate panel at the top. Not sure why Plank doesn't respect other panels by default, but this patch seems to resolve the issue: https://sources.debian.org/patches/plank/0.11.89-3/0001_changed-plank-positioning-according-to-workarea.patch/
Edit: i branched plank and built it with the Debian patch and now it works. Would be great to have this patched up in the main repo : )