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

..03-May-2022-

common/H03-May-2022-1,6271,177

docs/H03-May-2022-2,6332,273

icons/H03-May-2022-4,6784,118

libxfce4panel/H03-May-2022-9,6055,935

m4/H06-May-2021-245211

migrate/H03-May-2022-2,0041,610

panel/H03-May-2022-23,45317,107

plugins/H03-May-2022-52,39340,889

po/H06-May-2021-133,657104,999

wrapper/H03-May-2022-1,9791,473

AUTHORSH A D05-May-202165 32

COPYINGH A D08-Aug-201517.6 KiB340281

COPYING.LIBH A D08-Aug-201525.8 KiB

ChangeLogH A D06-May-20211.2 MiB39,88125,034

INSTALLH A D28-Aug-202015.4 KiB369287

Makefile.amH A D10-Dec-20201.2 KiB5845

Makefile.inH A D03-May-202233 KiB1,057946

NEWSH A D06-May-202149.3 KiB1,1051,044

README.mdH A D02-Nov-20201.3 KiB5231

THANKSH A D08-Aug-2015259 96

aclocal.m4H A D06-May-2021435.5 KiB12,21111,008

compileH A D06-May-20217.2 KiB349259

config.guessH A D06-May-202143.2 KiB1,4811,288

config.h.inH A D06-May-20214.3 KiB171120

config.subH A D06-May-202135.3 KiB1,8021,661

configureH A D06-May-2021647.5 KiB21,99118,268

configure.acH A D06-May-202110.4 KiB306272

depcompH A D06-May-202123 KiB792502

gtk-doc.makeH A D06-May-202110.5 KiB322275

install-shH A D06-May-202115 KiB519337

intltool-extract.inH A D06-May-20210

intltool-merge.inH A D06-May-20210

intltool-update.inH A D06-May-20210

ltmain.shH A D06-May-2021319.6 KiB11,2528,044

missingH A D06-May-20216.7 KiB216143

panel-desktop-handler.desktop.inH A D08-Aug-2015302 1110

panel-preferences.desktop.inH A D21-Aug-2020495 1615

test-driverH A D06-May-20214.5 KiB14987

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/COPYING)
2
3# xfce4-panel
4
5
6The Xfce Panel is part of the Xfce Desktop Environment and features
7application launchers, panel menus, a workspace switcher and more. Many
8aspects of the panel can be configured through the GUI, but also by GTK+
9style properties and hidden Xfconf settings.
10
11----
12
13### Homepage
14
15[Xfce4-panel documentation](https://docs.xfce.org/xfce/xfce4-panel/start)
16
17### Changelog
18
19See [NEWS](https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/NEWS) for details on changes and fixes made in the current release.
20
21### Source Code Repository
22
23[Xfce4-panel source code](https://gitlab.xfce.org/xfce/xfce4-panel)
24
25### Download a Release Tarball
26
27[Xfce4-panel archive](https://archive.xfce.org/src/xfce/xfce4-panel)
28    or
29[Xfce4-panel tags](https://gitlab.xfce.org/xfce/xfce4-panel/-/tags)
30
31### Installation
32
33From source:
34
35    % cd xfce4-panel
36    % ./autogen.sh
37    % make
38    % make install
39
40From release tarball:
41
42    % tar xf xfce4-panel-<version>.tar.bz2
43    % cd xfce4-panel-<version>
44    % ./configure
45    % make
46    % make install
47
48### Reporting Bugs
49
50Visit the [reporting bugs](https://docs.xfce.org/xfce/xfce4-panel/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
51
52