You are not logged in.
Yet one annoyance with xfce4-svn, no multiple marking with the mouse on desktop.. thats annoying.
you mean rubber band selection. at the moment the desktop icons and this stuff is done by xfdesktop but in the future it will be done using thunar and then rubber banding on the desktop will be available too as it is in thunar.
Offline
Btw Is there anyone with a plugin for xmms for xfce4? or any of the other cool plugins that exists here.. I have installed some of them but could not get them working..
pkgname=xfce4-xmms-plugin-svn
pkgver=0.5
pkgrel=1
pkgdesc="An XMMS control plugin for the Xfce panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin"
groups='xfce4-svn-extra'
conflicts=('')
depends=('xfce4-panel-svn' 'xmms')
makedepends=('xfce4-dev-tools')
source="http://goodies.xfce.org/_media/projects/panel-plugins/xfce4-xmms-plugin.tar.bz2"
build() {
cd $startdir/src/xfce4-xmms-plugin
./configure --prefix=/opt/xfce4
make || return 1
make DESTDIR=$startdir/pkg install
#libtool-slay!
find $startdir/pkg -type f -name '*.la' -exec rm {} ;
[ -d $startdir/pkg/opt/xfce4/lib/xfce4 ] &&
find $startdir/pkg/opt/xfce4/lib/xfce4 -name '*.a' -exec rm -f {} ; ||
/bin/true
}Should work but I've not tryed it
Offline
I dont get it:
Xfce 4.3.90.2 beta installed from www.xfce.org with the installer to /usr/local (gtk-2.10 is installed already) and i can change my keyboard shortcuts to use Windows-key.
Xfce4.4 (svn) installed from ur repo doesnt work with windows key
Isn't it compiled against 2.10 already? What pkg do i have to compile myself again to get this thing workin?
Offline
Ok, heres a progress: compiling/building gtk-xfce-engine-svn helps to assign keyboard shortcuts with windows-key in "Keyboard Settings". But not from xfwm4. so i (re)builded also xfwm4-svn but it doesnt work .... bug? :oops:
Offline
when will the repo been updated?
or will it never be?
Have you tried to turn it off and on again?
Offline
Repo has been updated.
Please see here: http://wiki.archlinux.org/index.php/Sha … positories
·¬»· i am shadowhand, powered by webfaction
Offline
you still use the wrong PKGBUILD for thunar-archive-plugin ![]()
please change to
_svntrunk=http://svn.xfce.org/svn/goodies/thunar-archive-plugin/trunk
and remove the depends=(taglib). you use the old repository and thus have a totally outdated version of the plugin and depends=() is twice in your PKGBUILD. taglib is not needed for this plugin. i think it's still in the file from copying it from the media-plugin which needs taglib ![]()
Offline
Unstickying in light of new devels ![]()
Offline