Skip to content
Snippets Groups Projects
Commit 416e2495 authored by David Keogh's avatar David Keogh
Browse files

Update README

parent eb79bb99
No related branches found
No related tags found
No related merge requests found
......@@ -2,20 +2,19 @@
A modern, minimalist taskbar for Xfce
## Internationalization
## Documentation & Screenshots
- New translations: go to the `/po` directory, and create a new `[langcode].po` file by editing `xfce4-docklike-plugin.pot`.
- Updating translations: edit the `[langcode].po` file and translate new strings. Any lines containing `#, fuzzy` can be deleted if the translation they precede is correct.
- Open a pull request
For usage instructions, keyboard shortcuts, and screenshots, see <https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start>.
#### Dependencies
### Dependencies
+ libxfce4panel-2.0
+ libxfce4ui-2
+ gtk-3.0
+ cairo-1.16
+ libwnck-3.0
+ x11-1.6
- libxfce4panel-2.0
- libxfce4ui-2
- gtk-3.0
- cairo-1.16
- libwnck-3.0
- x11-1.6
- exo-utils (for exo-desktop-item-edit)
## Build & Install
......@@ -31,10 +30,14 @@ Use `./configure --prefix=/usr/local` to change install location
### From git
```bash
git clone https://github.com/davekeogh/xfce4-docklike-plugin && cd xfce4-docklike-plugin
git clone https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git && cd xfce4-docklike-plugin
./autogen.sh
make
sudo make install
```
Use `./autogen.sh --prefix=/usr/local` to change install location
## Reporting bugs
<https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/issues>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment