Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-panel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evren Erce
xfce4-panel
Commits
0176c577
Commit
0176c577
authored
4 years ago
by
Kevin Bowen
Committed by
Simon Steinbeiß
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add new README.md
Also update AM_INIT_AUTOMAKE
parent
47f65772
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+0
-0
0 additions, 0 deletions
README
README.md
+51
-0
51 additions, 0 deletions
README.md
configure.ac.in
+1
-1
1 addition, 1 deletion
configure.ac.in
with
52 additions
and
1 deletion
README
deleted
100644 → 0
+
0
−
0
View file @
47f65772
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
51
−
0
View file @
0176c577
[

](https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/COPYING)
# xfce4-panel
The Xfce Panel is part of the Xfce Desktop Environment and features
application launchers, panel menus, a workspace switcher and more. Many
aspects of the panel can be configured through the GUI, but also by GTK+
style properties and hidden Xfconf settings.
----
### Homepage
[
Xfce4-panel documentation
](
https://docs.xfce.org/xfce/xfce4-panel/start
)
### Changelog
See
[
NEWS
](
https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/NEWS
)
for details on changes and fixes made in the current release.
### Source Code Repository
[
Xfce4-panel source code
](
https://gitlab.xfce.org/xfce/xfce4-panel
)
### Download a Release Tarball
[
Xfce4-panel archive
](
https://archive.xfce.org/src/xfce/xfce4-panel
)
or
[
Xfce4-panel tags
](
https://gitlab.xfce.org/xfce/xfce4-panel/-/tags
)
### Installation
From source:
% cd xfce4-panel
% ./autogen.sh
% make
% make install
From release tarball:
% tar xf xfce4-panel-<version>.tar.bz2
% cd xfce4-panel-<version>
% ./configure
% make
% make install
### Reporting Bugs
Visit 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.
This diff is collapsed.
Click to expand it.
configure.ac.in
+
1
−
1
View file @
0176c577
...
@@ -40,7 +40,7 @@ dnl ***************************
...
@@ -40,7 +40,7 @@ dnl ***************************
dnl *** Initialize automake ***
dnl *** Initialize automake ***
dnl ***************************
dnl ***************************
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar
foreign
])
AM_MAINTAINER_MODE()
AM_MAINTAINER_MODE()
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_MACRO_DIRS([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment