You are not logged in.

#1 2010-03-08 02:23:26

smakked
Member
From: Gold Coast , Australia
Registered: 2008-08-14
Posts: 420

QT based WM

HI all

Is there a QT based WM like openbox but built with QT.


Certified Android Junkie
Arch 64

Offline

#2 2010-03-08 02:51:11

esters
Member
Registered: 2006-11-04
Posts: 173

Re: QT based WM

kwin

Offline

#3 2010-03-08 03:00:30

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: QT based WM

Offline

#4 2010-03-08 03:04:04

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: QT based WM

qlwm:

http://aur.archlinux.org/packages.php?ID=26302

rwm:

https://sourceforge.net/projects/rwm/

Last edited by anonymous_user (2010-03-08 03:07:03)

Offline

#5 2010-03-08 03:48:39

smakked
Member
From: Gold Coast , Australia
Registered: 2008-08-14
Posts: 420

Re: QT based WM

Thanks everyone.


Certified Android Junkie
Arch 64

Offline

#6 2010-09-30 07:32:33

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: QT based WM

there is development going on on Anticoxxxx > Antico light:
http://qt-apps.org/content/show.php/Ant … ent=128172

Offline

#7 2010-09-30 16:06:58

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: QT based WM

capoeira wrote:

there is development going on on Anticoxxxx > Antico light:
http://qt-apps.org/content/show.php/Ant … ent=128172

#contributor Anonymo <meowdib at gmail dot com>

pkgname=antico-light
pkgver=0.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A lightweight Qt based Desktop Enviroment, forked from Antico and similar to LXDE in use"
url="http://qt-apps.org/content/show.php/Antico+Light+%28+qt+desktop+environment+%29?content=128172"
license=('GPL')
depends=('qt>=4.4' 'libdbusmenu-qt' 'libvorbis')
makedepends=('make' 'pkgconfig' 'cmake')
source=("http://download132.mediafire.com/ftfpt2khzhlg/2y48in524db7m53/$pkgname-$pkgver.tar.bz2")
md5sums=('190b0681b33163a143b63b2abe990b85')

build() {
  cd $srcdir/antico
  qmake VERBOSE=1 || return 1
  make || return 1
  make install INSTALL_ROOT=$pkgdir || return 1
  echo "To run the window manager:"
  echo "from KDM/GMD, select 'Antico' from WM list"
  echo "from shell, type: 'xinit /path/to/antico/bin"
}

It compiles but didn't have a log in option in KDM or an entry in /usr/bin/.  Maybe someone else can figure it out.

Last edited by Anonymo (2010-09-30 16:43:10)

Offline

#8 2010-09-30 16:32:09

scio
Member
From: Buffalo, NY
Registered: 2008-08-05
Posts: 366

Re: QT based WM

Just a quick note, be sure to change "QT" to "Qt" if you want to publish the PKGBUILD.

Offline

#9 2010-09-30 16:45:50

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: QT based WM

I wanted to make a request in AUR-request forum, will you do it Anonymo?

Last edited by capoeira (2010-09-30 16:47:45)

Offline

#10 2010-09-30 17:19:52

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: QT based WM

capoeira wrote:

I wanted to make a request in AUR-request forum, will you do it Anonymo?

Do what, the request?

I'm not that good at making PKGBUILDS yet.  So I just mostly did the groundwork for a PKGBUILD.  If someone could fix it, please do.

Offline

#11 2010-09-30 17:34:28

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: QT based WM

Anonymo wrote:
capoeira wrote:

I wanted to make a request in AUR-request forum, will you do it Anonymo?

Do what, the request?

I'm not that good at making PKGBUILDS yet.  So I just mostly did the groundwork for a PKGBUILD.  If someone could fix it, please do.


OK, made a request: https://bbs.archlinux.org/viewtopic.php … 15#p833715

Offline

#12 2010-09-30 22:40:07

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: QT based WM

Anonymo wrote:
capoeira wrote:

there is development going on on Anticoxxxx > Antico light:
http://qt-apps.org/content/show.php/Ant … ent=128172

#contributor Anonymo <meowdib at gmail dot com>

pkgname=antico-light
pkgver=0.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A lightweight Qt based Desktop Enviroment, forked from Antico and similar to LXDE in use"
url="http://qt-apps.org/content/show.php/Antico+Light+%28+qt+desktop+environment+%29?content=128172"
license=('GPL')
depends=('qt>=4.4' 'libdbusmenu-qt' 'libvorbis')
makedepends=('make' 'pkgconfig' 'cmake')
source=("http://download132.mediafire.com/ftfpt2khzhlg/2y48in524db7m53/$pkgname-$pkgver.tar.bz2")
md5sums=('190b0681b33163a143b63b2abe990b85')

build() {
  cd $srcdir/antico
  qmake VERBOSE=1 || return 1
  make || return 1
  make install INSTALL_ROOT=$pkgdir || return 1
  echo "To run the window manager:"
  echo "from KDM/GMD, select 'Antico' from WM list"
  echo "from shell, type: 'xinit /path/to/antico/bin"
}

It compiles but didn't have a log in option in KDM or an entry in /usr/bin/.  Maybe someone else can figure it out.

is there an entry in /usr/share/xsessions/ ?

Offline

#13 2010-09-30 23:13:17

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: QT based WM

I posted over in the other thread about Anonymo's PKGBUILD, that seems the more relevant place since smakked seems to have gotten his answer 7 months ago (just noticed this was an old thread that got bumped)

Offline

Board footer

Powered by FluxBB