Skip to content
Snippets Groups Projects
README.md 1.57 KiB
Newer Older
# Docklike Taskbar for Xfce
~/nico's avatar
~/nico committed

A modern, minimalist taskbar for Xfce
~/nico's avatar
~/nico committed

David Keogh's avatar
David Keogh committed
Docklike Taskbar behaves similarly to many other desktop environments and operating systems. Wherein all application windows are grouped together as an icon and can be pinned to act as a launcher when the application is not running. Commonly referred to as a dock.
David Keogh's avatar
David Keogh committed
For usage instructions, keyboard shortcuts, and screenshots, see:
<https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start>.
David Keogh's avatar
David Keogh committed

David Keogh's avatar
David Keogh committed
## Build & Install
David Keogh's avatar
David Keogh committed
tar xvf xfce4-docklike-plugin-0.4.0.tar.gz && cd xfce4-docklike-plugin-0.4.0
./configure
make
sudo make install
```

Use e.g. `./configure --prefix=/usr` to change install location
David Keogh's avatar
David Keogh committed
### From git
David Keogh's avatar
David Keogh committed

```bash
David Keogh's avatar
David Keogh committed
git clone https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git && cd xfce4-docklike-plugin
nsz32's avatar
nsz32 committed
./autogen.sh
nsz32's avatar
nsz32 committed
make
sudo make install
f's avatar
f committed
```
Use e.g. `./autogen.sh --prefix=/usr` to change install location
David Keogh's avatar
David Keogh committed

## Reporting bugs

David Keogh's avatar
David Keogh committed
To assist with troubleshooting plugin issues, please run Xfce Panel in debugging mode, and include the relevant output in issues.

David Keogh's avatar
David Keogh committed
<https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/issues>
David Keogh's avatar
David Keogh committed

### Running Xfce Panel in debugging mode

- Open a terminal
- Quit the Xfce Panel using `xfce4-panel -q`
- Start the panel in debugging mode with `PANEL_DEBUG=1 G_MESSAGES_PREFIXED= G_MESSAGES_DEBUG=docklike xfce4-panel`
David Keogh's avatar
David Keogh committed
- Perform any actions you want to debug and copy the relevant output
- Stop debugging by pressing `Ctrl^C`
- Start the panel again using `xfce4-panel &`

The Xfce wiki has more details on panel debugging:
<https://docs.xfce.org/xfce/xfce4-panel/debugging>.