gw0kin / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

applet for xubuntu hardy Xfce4.4.2 #623

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
冯雨您好,
我使用xubuntu(hardy),Xfce4.4.2, GTK2.12.9
曾经尝试编译Xfce的applet(xfce4-macmenu-plugin)无法成功。

I'm using xubuntu(hardy),Xfce4.4.2, GTK2.12.9

compile options are:

./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
--without-gnome-panel --with-xfce4-panel
.....
.....
checking for XFCE4_PANEL... no
configure: error: test for libxfce4panel-1.0 failed. (--without-xfce4-panel to 
disable).

I've tried 
gnome-globalmenu_0.7.3;gnome-globalmenu-0.7.8;gnome-globalmenu-0.7.9 and 
all meet the same problem. I don't know why?

my libxfce4panel-1.0.pc:

prefix=/usr
datadir=${prefix}/share
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libexecdir=${prefix}/lib
includedir=${prefix}/include
localedir=${prefix}/share/locale

internalplugindir=${libdir}/xfce4/panel-plugins
externalplugindir=${libexecdir}/xfce4/panel-plugins
desktopdatadir=${datadir}/xfce4/panel-plugins

Name: libxfce4panel
Description: Library for the Xfce Panel
Requires: libxfcegui4-1.0 libxfce4util-1.0
Version: 4.4.2
Libs: -L${libdir} -lxfce4panel
Cflags: -I${includedir}/xfce4/

Original issue reported on code.google.com by roodscr...@gmail.com on 27 Jul 2010 at 1:13

GoogleCodeExporter commented 8 years ago
I installed the xfce4-panel-dev package (The Xfce4 panel development files)

Worked just fine for me

Original comment by karli...@seznam.cz on 15 Aug 2010 at 8:11