Difference between revisions of "Xfce-Panel"
(Created page.) |
Weibullguy (talk | contribs) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfce4-panel-{{Xfce-Version}}.tar.bz2 | | http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfce4-panel-{{Xfce-Version}}.tar.bz2 | ||
+ | |- | ||
+ | !Download Patch: | ||
+ | | http://svn.cross-lfs.org/svn/repos/patches/xfce4/xfce4-panel-invisibility-1.patch | ||
|} | |} | ||
− | + | {{Package-Introduction|The panel of the Xfce Desktop Environment. The panel provides program launchers with, optionally, non-hierarchical menus (easier to read at a glance), and several panel 'plugins' like a clock and a pager. Additional plugins may be installed separately.|http://www.xfce.org}} | |
− | |||
− | The panel of the Xfce Desktop Environment. The panel provides program launchers with, optionally, non-hierarchical menus (easier to read at a glance), and several panel 'plugins' like a clock and a pager. Additional plugins may be installed separately. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 31: | Line 30: | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | |||
+ | The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose: | ||
+ | |||
+ | patch -Np0 -i ../xfce4-panel-invisibility-1.patch | ||
Compile the package: | Compile the package: | ||
Line 44: | Line 47: | ||
=== 32Bit === | === 32Bit === | ||
+ | |||
+ | The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose: | ||
+ | |||
+ | patch -Np0 -i ../xfce4-panel-invisibility-1.patch | ||
Compile the package: | Compile the package: | ||
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
− | ./configure --prefix=$XFCE_PREFIX --sysconfdir=/etc/xfce && | + | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && |
make | make | ||
Line 56: | Line 63: | ||
=== N32 === | === N32 === | ||
+ | |||
+ | The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose: | ||
+ | |||
+ | patch -Np0 -i ../xfce4-panel-invisibility-1.patch | ||
Compile the package: | Compile the package: | ||
Line 68: | Line 79: | ||
=== 64Bit === | === 64Bit === | ||
+ | |||
+ | The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose: | ||
+ | |||
+ | patch -Np0 -i ../xfce4-panel-invisibility-1.patch | ||
Compile the package: | Compile the package: | ||
Line 99: | Line 114: | ||
! | ! | ||
|} | |} | ||
+ | |||
+ | [[Category:XFCE]] |
Latest revision as of 09:00, 19 October 2010
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-panel-4.6.2.tar.bz2 |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/xfce4/xfce4-panel-invisibility-1.patch |
Contents
Introduction to Xfce-Panel
The panel of the Xfce Desktop Environment. The panel provides program launchers with, optionally, non-hierarchical menus (easier to read at a glance), and several panel 'plugins' like a clock and a pager. Additional plugins may be installed separately.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
--disable-startup-notification: disable the default check for startup notification library. |
--enable-gtk-doc: use gtk-doc to build documentation. |
Non-Multilib
The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:
patch -Np0 -i ../xfce4-panel-invisibility-1.patch
Compile the package:
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && make
Install the package:
make install
Multilib
32Bit
The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:
patch -Np0 -i ../xfce4-panel-invisibility-1.patch
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && make
Install the package:
make install
N32
The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:
patch -Np0 -i ../xfce4-panel-invisibility-1.patch
Compile the package:
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce --libdir=${XFCE_PREFIX}/lib32 && make
Install the package:
make install
64Bit
The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:
patch -Np0 -i ../xfce4-panel-invisibility-1.patch
Compile the package:
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce --libdir=${XFCE_PREFIX}/lib64 && make
Install the package:
make install
Contents
Installed Directories: | /etc/xfce/xdg/panel, $XFCE_PREFIX/lib{64}/xfce4/panel-plugins |
---|---|
Installed Programs: | xfce4-panel, xftaskbar4, xfce4-iconbox, xfce4-popup-windowlist |
Installed Libraries: | libxfce4panel.{la,so}, libactions.{la,so}, libclock.{la,so}, libiconbox.{la,so}, liblauncher.{la,so}, libpager.{la,so}, libshowdesktop.{la,so}, libsystray.{la,so}, libtasklist.{la,so}, libwindowlist.{la,so}, libxfce4settings.{la,so} |