You are not logged in.
After updated to version 0.65.1-1,and now i can't select qtcurve from systemsettings-->styles,and in kdeglobals "widgetStyle=qtcurve",but in fact oxygen style is used
.How can i get qtcurve style back?
Edit:I downloaded the PKGBUILD file and recompiled (version 0.65.3-1),just as Pierre said,and now it works.Thanks for all your replies.
Last edited by ashunter (2009-07-05 16:10:49)
Offline
After updated to version 0.65.1-1,and now i can't select qtcurve from systemsettings-->styles,and in kdeglobals "widgetStyle=qtcurve",but in fact oxygen style is used
.How can i get qtcurve style back?
the widget style is working fine for me... its the window decorations not working here ![]()
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
I'm getting the same thing as ashunter -- after upgrade to qtcurve-kde4 0.65.1-1, QtCurve disappears from the KDE Appearance Settings window, and KDE defaults back to Oxygen. It reappears when I revert to qtcurve-kde4 0.64.0-1. The GTK version works fine after the upgrade. I am using KDEmod, but I wouldn't have thought that would make a difference here.
Offline
Same here.
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
same here ![]()
AMD Phenomx3, 4gb ram, Nvidia Gforce 9400gt,
MSI K9N2 Diamond Motherboard, Arch x86_64
Offline
Anyone filed a bug?
Offline
Take old qtcurve-kde4 PKGBUILD, change "pkgver" to "0.65.2" and erase "md5sums". Then run "sudo makepkg -i" and have fun ;-)
Offline
Qtcurve is one of these styles that doesnt like custom cflags and stuff at all, and we are using the new graphite optimizations in [kdemod-testing], maybe thats the culprit. [kdemod-core] shouldnt be affected.
We will revert back to standard cflags with the next build of [kdemod-testing], it was just a test ![]()
However, thats just an idea, it also could be that the style is broken in its latest version.
want a modular and tweaked KDE for arch? try kdemod
Offline
I am using kdemod-core and as I wrote above, qtcurve 0.65.2 (compiled by me) works fine. But 0.65.1-1 from extra is broken.
Offline
I'm also using kdemod-core and qtcurve just vanished from the styles-section, but not from the win-deco-section.
Compiling qtcurve 0.65.3 with the following PKGBUILD did the trick
(based on qtcurve-qt4 from AUR: http://aur.archlinux.org/packages.php?ID=22064)
pkgname=qtcurve-kde4
pkgver=0.65.3
pkgrel=1
arch=('i686' 'x86_64')
groups=('qtcurve')
license='GPL'
pkgdesc='qtcurve'
source=("http://home.freeuk.com/cpdrummond/QtCurve-KDE4-${pkgver}.tar.bz2")
url='http://www.kde-look.org/content/show.php?content=40492'
makedepends=('cmake')
depends=(qt)
md5sums=('99888fa785eb895a117d80f50d44d7b9')
build() {
cd $srcdir
cd QtCurve-KDE4-${pkgver}
cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DQTC_DISABLE_KDEFILEDIALOG_CALLS=false
make
make DESTDIR=$pkgdir install
}Last edited by n8schicht (2009-07-05 13:48:04)
Offline
You can just use abs to download the pkgbuild. Its the same with KDE 4.3. Just recompile and it should work again.
Offline