Plank Reloaded is a Fresh Take on the Classic Dock Experience
Plank Reloaded aims to refine what the classic Plank dock offered by staying simple but with a modern take on it.
Plank Reloaded aims to refine what the classic Plank dock offered by staying simple but with a modern take on it.
Docks on Linux desktop serve as a very neat way for launching applications on the go, offering users a straightforward way for accessing their installed applications without needing to open the app launcher or type in commands.
Many popular distros ship with dock implementations, like Ubuntu with Ubuntu Dock or Zorin OS with Zorin Taskbar. GNOME-equipped distros like Fedora need an extension like Dash to Dock for achieving the same functionality.
Similarly, for users of other distros, options like Plank and Docky were once a popular choice, but sadly both of those have stopped receiving updates from their respective maintainers. That is where the Plank Reloaded project comes in.
It is a successor to Plank, which builds on its foundation while striving to offer users a refined experience on the Cinnamon desktop environment.
Seeing the need for a proper Plank replacement, the lead developer of Plank Reloaded, Josh Ellithorpe and other open source collaborators set out to create a dock that would play nice with recent versions of Cinnamon.
As such, they have worked to provide reliable compatibility with Cinnamon, better stability and handling of docklets (think widgets, but for a dock), and introduced improvements to the theme picks.
Some other notable highlights include:
I ran it on a Linux Mint 22.1 virtual machine over a few days to see how it fared, and during that, I found out that it stands true to its slogan, βStill Stupidly Simpleβ.
For adding new apps to the dock, a simple drag/drop from an application launcher should do, but for me, it didn't work. So, I launched the apps using the Applications docklet and dragged their icons to the dock for adding them.
I could also right-click on a running app and select βKeep in Dockβ to get it added quickly.
For removing apps, it's either right-click, then unchecking the βKeep in Dockβ option, or a quick drag/drop to make apps disappear from the dock. In case you don't like the positions of the apps, then you can drag them around until you find the right placement.
If you enjoy playing around with the settings of your dock, then Plank Reloaded's won't disappoint you. Holding down the Ctrl key and right-clicking will open up a context menu, with the βPreferencesβ menu housing many configuration settings for the dock.
The βAppearanceβ menu has controls for changing the theme, position, alignment, and icon size of the dock. The βBehaviourβ menu has controls for the automatic hide function, with granular control over the delay intervals.
Plank Reloaded's configuration settings. Click to enlarge.
There is also a wide range of docklets under the βDockletsβ page, with the Applications and Clock docklets being my personal favorites. The latter could be set to show the date, a 24-hour clock, or transformed into a digital clock.
I liked the Battery docklet too, but it didn't work for me. It could have been because I was running Linux Mint on a virtual machine.
Currently, Plank Reloaded is available for Arch Linux via AUR. It can be easily installed using this command:
yay -S plank-reloaded-git
For users on Linux Mint and even Ubuntu or Debian to some extent (haven't tested it for those), they can follow these steps to get Plank Reloaded installed on their system.
First, update your system using these commands:
sudo apt update
sudo apt upgrade
Plank Reloaded's Linux Mint installation process.
Then run these commands one-by-one to get the latest Plank Reloaded release installed:
sudo apt-get remove plank libplank-common libplank1
sudo apt-get install git meson valac libgnome-menu-3.0 libgnome-menu-3-dev libxml2-utils gtk+-3.0 gee-0.8 libbamf3-dev libwnck-3.0 libwnck-3-dev bamfdaemon
git clone https://github.com/zquestz/plank-reloaded.git
cd plank-reloaded
meson setup --prefix=/usr build
ninja -C build
sudo meson install -C build
Then, launch Plank Reloaded from the application launcher, or run this command:
plank
If you want Plank Reloaded to automatically launch during system startup, then you can set it up using the Startup Applications utility on Linux Mint.
If all that seems too tedious, then you can wait a bit, as DEB and Flatpak packages for Plank Reloaded are coming soon. It was confirmed by the lead developer a few weeks ago. There are also plans to add support for Wayland and new docklets in the future, but that is a long way from becoming reality.
Meanwhile, you can check out the source code if you want to build it manually for other Linux distros, and existing Plank users (like the ones using elementary OS) can migrate to this by following the official migration guide.
Suggested Read π
Stay updated with relevant Linux news, discover new open source apps, follow distro releases and read opinions