
[EDIT]Oh man! That's totally awesome.....
I'm totally starting to love what I'm seeing with the 4.2 CVS/beta screenshots...
/me wants an ~arch beta release...
Code: Select all
echo "=dev-libs/dbh-1.0.20 ~x86
=xfce-extra/xfwm4-themes-4.2.0_beta1 ~x86
=xfce-base/xfce-mcs-plugins-4.2.0_beta1 ~x86
=xfce-base/xfce4-panel-4.2.0_beta1 ~x86
=xfce-base/xfdesktop-4.2.0_beta1 ~x86
=xfce-base/xfprint-4.2.0_beta1 ~x86
=xfce-base/xfce-utils-4.2.0_beta1 ~x86
=x11-themes/gtk-engines-xfce-2.2.0 ~x86
=xfce-base/xffm-4.2.0_beta1 ~x86
=xfce-base/xfce4-base-4.2.0_beta1 ~x86
=xfce-base/xfce4-session-4.2.0_beta1 ~x86
=xfce-extra/xfce4-trigger-launcher-4.2.0_beta1 ~x86
=xfce-extra/xfce4-systray-4.2.0_beta1 ~x86
=xfce-extra/xfce4-iconbox-4.2.0_beta1 ~x86
=xfce-extra/xfcalendar-4.2.0_beta1 ~x86
=xfce-extra/xfce4-icon-theme-4.2.0_beta1 ~x86
=xfce-extra/xfce4-appfinder-4.2.0_beta1 ~x86
=xfce-extra/xfce4-mixer-4.2.0_beta1 ~x86
=xfce-extra/xfce4-toys-4.2.0_beta1 ~x86
=xfce-base/xfce4-4.2.0_beta1 ~x86" >> /etc/portage/package.keywordsCode: Select all
ACCEPT_KEYWORDS=~x86 emerge -av xfce4Code: Select all
emerge -av xfce4-baseCode: Select all
emerge -av xfce4
Code: Select all
>>> emerge (3 of 15) x11-themes/gtk-engines-xfce-2.2.0 to /
>>> md5 src_uri ;-) gtk-xfce-engine-2.2.0.tar.gz
>>> Unpacking source...
>>> Unpacking gtk-xfce-engine-2.2.0.tar.gz to /var/tmp/portage/gtk-engines-xfce-2.2.0/work
>>> Source unpacked.
/usr/local/portage/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild: line 20: cd: /var/tmp/portage/gtk-engines-xfce-2.2.0/work/gtk-xfce-engine-4.1.90: No such file or directory
!!! ERROR: x11-themes/gtk-engines-xfce-2.2.0 failed.Code: Select all
inherit eutils flag-o-matic libtool gtk-engines2
MY_PN="gtk-xfce-engine"
IUSE=""
DESCRIPTION="GTK+2 Xfce4 Theme Engine"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="http://www.xfce.org/archive/xfce-4.1.90/src/${MY_PN}-${PV}.tar.gz
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.1.90/src/${MY_PN}-${PV}.tar.gz"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64"
DEPEND=">=x11-libs/gtk+-2"
RESTRICT="nostrip"
src_compile() {
cd ${WORKDIR}/${MY_PN}-${PV}
econf ${myconf} || die
emake || die
}
src_install() {
cd ${WORKDIR}/${MY_PN}-${PV}
make DESTDIR=${D} install || die
dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
}
Yea, I got that too.GrayFox wrote:Can you tell me why I get this error?Code: Select all
>>> emerge (3 of 15) x11-themes/gtk-engines-xfce-2.2.0 to / >>> md5 src_uri ;-) gtk-xfce-engine-2.2.0.tar.gz >>> Unpacking source... >>> Unpacking gtk-xfce-engine-2.2.0.tar.gz to /var/tmp/portage/gtk-engines-xfce-2.2.0/work >>> Source unpacked. /usr/local/portage/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.0.ebuild: line 20: cd: /var/tmp/portage/gtk-engines-xfce-2.2.0/work/gtk-xfce-engine-4.1.90: No such file or directory !!! ERROR: x11-themes/gtk-engines-xfce-2.2.0 failed.
I am also trying itGrayFox wrote:Yup that did it. Thanks. But does anybody know how I can configure stuff like dropshadows and transparency now?
I can't seem to grab the tarball ... keep getting a blank page with no download ... tryed removeing just the xfce4-4.2.0_beta1-20041003.tar.bz2 from the URL and the directory showed emptyPip101 wrote:Instructions:
Download xfce4-4.2.0_beta1-20041003.tar.bz2, extract it to your portage overlay dir ("/usr/local/portage/" by default) and make sure PORTDIR_OVERLAY is enabled for that directory in make.conf.
Yeah, you can run it without compositing by running "xfwm --disable-compositor" in place of xfwm4.Compositor still gives me some strange things to look at from time to time, I may recompile without it. You can't turn it off it is compiled in, right?
Still works for me, and yeah, I actually added an empty-apache looking index.html that was a test to a few directories and just left them there ages ago.. I'll clear that out of /linux.WhyteWolf wrote:I can't seem to grab the tarball ... keep getting a blank page with no download ... tryed removeing just the xfce4-4.2.0_beta1-20041003.tar.bz2 from the URL and the directory showed emptyPip101 wrote:Instructions:
Download xfce4-4.2.0_beta1-20041003.tar.bz2, extract it to your portage overlay dir ("/usr/local/portage/" by default) and make sure PORTDIR_OVERLAY is enabled for that directory in make.conf.
nevermind ... it was just firefox being a pain ... it didn't pop the download screen up like it normaly doesPip101 wrote:Yeah, you can run it without compositing by running "xfwm --disable-compositor" in place of xfwm4.Compositor still gives me some strange things to look at from time to time, I may recompile without it. You can't turn it off it is compiled in, right?
Gotta see if compiling Xorg 6.8 fails again, this composite stuff will give me something cool to play with..
Still works for me, and yeah, I actually added an empty-apache looking index.html that was a test to a few directories and just left them there ages ago.. I'll clear that out of /linux.WhyteWolf wrote:I can't seem to grab the tarball ... keep getting a blank page with no download ... tryed removeing just the xfce4-4.2.0_beta1-20041003.tar.bz2 from the URL and the directory showed emptyPip101 wrote:Instructions:
Download xfce4-4.2.0_beta1-20041003.tar.bz2, extract it to your portage overlay dir ("/usr/local/portage/" by default) and make sure PORTDIR_OVERLAY is enabled for that directory in make.conf.
not if you enjoy apps that look goodlebel wrote: I would rather use Xfe, which looks to me like the king of file managers.

I do use Nautilus and Xfe along wmaker (my window manager of choice for god knows when).nightmare wrote:you know, you CAN use nautilus in something other than gnome, jsut run with --no-desktop. i use it all the time in openbox.
That I agree. One thing that I hate with Linux and UNIX in general is that there is 1001 libraries to do the exact same thing.nightmare wrote:i would use xfe if it was gtk and not that stupid library FOX or whatever it is, cuz it is really gross looking.
