• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H21-Feb-2021-31

data/H21-Feb-2021-696637

po/H21-Feb-2021-7,1055,777

xfce4-panel-profiles/H03-May-2022-1,094907

AUTHORSH A D21-Feb-202185 22

COPYINGH A D21-Feb-202134.3 KiB675553

ChangeLogH A D21-Feb-202183.5 KiB2,8971,840

INSTALLH A D21-Feb-2021156 86

Makefile.in.inH A D03-May-20225.5 KiB127107

NEWSH A D21-Feb-20216.9 KiB183154

README.mdH A D21-Feb-20211.5 KiB5231

configureH A D21-Feb-20211.7 KiB6556

org.xfce.PanelProfiles.desktop.inH A D21-Feb-2021340 1211

xfce4-panel-profiles.1H A D21-Feb-20212.3 KiB8369

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/COPYING)
2
3# xfce4-panel-profiles
4
5Xfce4-panel-profiles is a simple application to manage Xfce panel layouts.
6
7With the modular Xfce Panel, a multitude of panel layouts can be created.
8This tool makes it possible to backup, restore, import, and export these
9panel layouts.
10
11----
12
13### Homepage
14
15[Xfce4-panel-profiles documentation](https://docs.xfce.org/apps/xfce4-panel-profiles/start)
16
17### Changelog
18
19See [NEWS](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/NEWS) for details on changes and fixes made in the current release.
20
21### Source Code Repository
22
23[Xfce4-panel-profiles source code](https://gitlab.xfce.org/apps/xfce4-panel-profiles)
24
25### Download a Release Tarball
26
27[Xfce4-panel-profiles archive](https://archive.xfce.org/src/apps/xfce4-panel-profiles)
28    or
29[Xfce4-panel-profiles tags](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/tags)
30
31### Installation
32
33From source code repository:
34
35    % cd xfce4-panel-profiles
36    % ./autogen.sh
37    % make
38    % make install
39
40From release tarball:
41
42    % tar xf xfce4-panel-profiles-<version>.tar.bz2
43    % cd xfce4-panel-profiles-<version>
44    % ./configure
45    % make
46    % make install
47
48### Reporting Bugs
49
50Visit 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.
51
52