You are not logged in.
Pages: 1
New mandriva is out with its new WM Metisse http://www.mandriva.com/en/projects/metisse/
it looks insane, im downloading now, anyone here tried it?
how long (if ever) before we can expect it in the reporitories?
Offline
I've been watching videos. Like beryl better. Metisse is too much 3D :shock:
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
It has some interesting features compared to Compiz/Beryl. On the other hand it has its own share of useless eye candy. I'd definitely give it a shot if available though.
Offline
how long (if ever) before we can expect it in the reporitories?
Impossible to say. It's likely that an interested user (you, maybe?
) will package it first, and put it in the AUR. From there, depending on the level of interest, it could move to community, or even to unstable/extra.
Offline
Available under the GPL Licence and in exclusivity for Mandriva Linux
If it's GPL, how can it be exclusive to Mandriva? :?
Offline
.
Last edited by stjepan (2022-09-20 21:47:45)
Offline
Available under the GPL Licence and in exclusivity for Mandriva Linux
If it's GPL, how can it be exclusive to Mandriva? :?
It's a bit ambiguous to say the least. However, my interpretation was more along the lines that Mandriva have been exclusively developing (or providing resources/money) to this project, that is also released under the GPL.
Offline
Available under the GPL Licence and in exclusivity for Mandriva Linux
If it's GPL, how can it be exclusive to Mandriva? :?
I was wondering that myself :S
Looks pretty sweet though. But beryl is pretty sweet too,
would be great to get ahold of both and check em out side-by-side ![]()
Offline
Will this thing be fast on older computers? That's all I'm concerned about.
Regards,
Picpak
Offline
Metisse has been around for quite some time now and is in no way "exclusive to Mandriva". In fact I tried it one or two years ago for the first time and it feels a lot faster and snappier than beryl/comiz. There's been a PKGBUILD in AUR as well for quite a while.
Offline
I made updated PKGBUILDs for metisse/nucleo from AUR:
# $Id $
# Maintainer: Alexander Mieland <dma147>
pkgname=nucleo
pkgver=0.6
pkgrel=1
pkgdesc="a toolking for exploring new uses of video and new human-computer interaction techniques"
url="http://insitu.lri.fr/~chapuis/metisse/index.html"
depends=('glibc' 'x-server' 'libjpeg' 'bash')
source=(http://insitu.lri.fr/metisse/download/latest/nucleo-0.6.tar.bz2)
md5sums=('3e6e5144dfc375071c330031f9090401')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}# $Id $
# Maintainer: Alexander Mieland <dma147>
pkgname=metisse
pkgver=0.4.0rc4
pkgrel=1
pkgdesc="This is the metisse version of fvwm. It uses the fvwm-2.5.13 from cvs. metisse is a cool alternate to looking glass or other 3D desktops. It needs the nucleo library."
url="http://insitu.lri.fr/~chapuis/metisse/index.html"
depends=('x-server' 'fribidi' 'perl' 'gtk' 'imlib' 'nucleo')
source=(http://insitu.lri.fr/metisse/download/latest/$pkgname-0.4.0-rc4.tar.bz2)
md5sums=('f2f5ee1b12b2ec8cae33abec132d7616')
build() {
cd $startdir/src/$pkgname-0.4.0-rc4
./configure
--prefix=/usr
--with-fontpath=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi
--with-fontenc-file=/usr/share/fonts/encodings/encodings.dir
--enable-glx-x86
make || return 1
make DESTDIR=$startdir/pkg install
}Regards,
Picpak
Offline
Metisse isn't really a window manager, so much as an experiment for new directions in HCI research. I've worked with the primary authors (See the User Interface Facades), and even they don't use it for general purpose web maintenance.
I'd suggest building from the CVS instead of the rc (at least try both packages), I think there's been a lot of major changes since that release and you'd find it interesting to check them out.
Dusty
Offline
And if you do use my PKGBUILDs, PLEASE make sure you change all instances of /usr/X11R6/lib/X11/fonts/ to /usr/share/fonts/ .
Regards,
Picpak
Offline
ehm... you edited the post and said not to use them when you could have changed those lines? :-S
Dusty
Offline
I didn't realize what was wrong until after I edited it, I changed it though.
Regards,
Picpak
Offline
Will this thing be fast on older computers? That's all I'm concerned about.
hum ... it works on my PM-600Mhz-Laptop with ATI Rage Mobility (8Mb).
its quiet usable. but when many (transparent, rotated
) windows are open, dektop-switching is ugly.
Nice to see a 3d-desktop on this old laptop, but i propably wont remove e17 though ..
MyR
Offline
I have a VIA graphics chip and I'm kinda stuck without any 3D eye candy. Does anyone know if Metisse works with the 'via' open source driver? The Mandriva web site suggests it will, but I haven't tried it yet.
Offline
Tried it today. It seems to be un-customizable, and not standard compliant (not working with my mac menubar). ![]()
Offline
Aqui, is your mac-menubar standart compliant? ![]()
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Aqui, is your mac-menubar standart compliant?
YES! In fact the applets use libwnck now so this is not my problem ![]()
It works fine in gnome, xfce, *box and basically all WMs. The model is almost as same as KDE's.
Offline
Pages: 1