diff options
author | 2022-02-07 17:23:10 -0300 | |
---|---|---|
committer | 2022-02-07 17:23:10 -0300 | |
commit | 6f8741acd10ce1a1c85884ecdc0fd32f7f3ba330 (patch) | |
tree | 688e8e07cde3033076843f7c665fc40bf494cef8 /README.md | |
download | xfce4-panel-profiles-6f8741acd10ce1a1c85884ecdc0fd32f7f3ba330.tar.gz xfce4-panel-profiles-6f8741acd10ce1a1c85884ecdc0fd32f7f3ba330.zip |
Import Upstream version 1.0.13
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f05d4cf --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +[](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/COPYING) + +# xfce4-panel-profiles + +Xfce4-panel-profiles is a simple application to manage Xfce panel layouts. + +With the modular Xfce Panel, a multitude of panel layouts can be created. +This tool makes it possible to backup, restore, import, and export these +panel layouts. + +---- + +### Homepage + +[Xfce4-panel-profiles documentation](https://docs.xfce.org/apps/xfce4-panel-profiles/start) + +### Changelog + +See [NEWS](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/NEWS) for details on changes and fixes made in the current release. + +### Source Code Repository + +[Xfce4-panel-profiles source code](https://gitlab.xfce.org/apps/xfce4-panel-profiles) + +### Download a Release Tarball + +[Xfce4-panel-profiles archive](https://archive.xfce.org/src/apps/xfce4-panel-profiles) + or +[Xfce4-panel-profiles tags](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/tags) + +### Installation + +From source code repository: + + % cd xfce4-panel-profiles + % ./autogen.sh + % make + % make install + +From release tarball: + + % tar xf xfce4-panel-profiles-<version>.tar.bz2 + % cd xfce4-panel-profiles-<version> + % ./configure + % make + % make install + +### Reporting Bugs + +Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-panel-profiles/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes. + |