You are not logged in.

#1 2008-07-30 01:10:27

kinghajj
Member
Registered: 2008-07-15
Posts: 35

KDE 4.1 "Add Widgets" dialog goes blank

blank-add-widgets.png

This happens after I scroll up/down then select something other than "All Widgets", and doesn't go away until I close the dialog. Anyone else notice this?

Offline

#2 2008-07-30 01:21:23

staple
Member
Registered: 2007-09-28
Posts: 81

Re: KDE 4.1 "Add Widgets" dialog goes blank

mine as well

Offline

#3 2008-07-30 07:30:07

audaly
Member
From: France
Registered: 2004-12-13
Posts: 60

Re: KDE 4.1 "Add Widgets" dialog goes blank

Same problem...

When you click on install new widgets from internet, does it work? I can see the widget from kde-looks.org but can't install them.

Offline

#4 2008-07-30 08:43:10

robert_foster
Member
Registered: 2008-07-30
Posts: 10

Re: KDE 4.1 "Add Widgets" dialog goes blank

I had same problem when I turned on sub-pixel rendering and set hinting to full in Font settings. Set those things to default values and problem will be solved.

Offline

#5 2008-07-30 08:51:15

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: KDE 4.1 "Add Widgets" dialog goes blank

I have the same issue and I didn't change any font configuration. Still where is that Font settings you're talking about?

Offline

#6 2008-07-30 08:54:18

robert_foster
Member
Registered: 2008-07-30
Posts: 10

Re: KDE 4.1 "Add Widgets" dialog goes blank

System Settings -> General -> Look and feel -> Appearance -> Fonts

Then configure anti-aliasing

Last edited by robert_foster (2008-07-30 08:56:37)

Offline

#7 2008-07-30 08:58:30

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: KDE 4.1 "Add Widgets" dialog goes blank

Thanks, unfortunetly that doesn't solve the issue. Try to serach for a widget and then select all, it goes blank :\

Offline

#8 2008-07-30 16:37:37

sputter
Member
From: NM
Registered: 2005-03-04
Posts: 23
Website

Re: KDE 4.1 "Add Widgets" dialog goes blank

I ran into that problem as well, I tried to resize the window and it brought the list back with no problems.
I don't know what would cause that, but this is bit of a work around.

Offline

#9 2008-07-31 01:14:16

kleverness
Member
Registered: 2008-07-16
Posts: 17

Re: KDE 4.1 "Add Widgets" dialog goes blank

Reported: http://bugs.kde.org/show_bug.cgi?id=162769
I think this has been fixed, as I'm using KDE 4.1 from branch SVN and this doesn't happen anymore.
So, this fix will be included in 4.1.1 to be released next month.

Offline

#10 2008-07-31 08:43:34

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: KDE 4.1 "Add Widgets" dialog goes blank

I think it was corrected with the last kdebase-runtime update. At least I never got the blankness ever again (still installing widgets doesn't work).

Offline

#11 2008-07-31 09:00:34

anykey
Member
From: Trier, Germany
Registered: 2004-06-12
Posts: 79

Re: KDE 4.1 "Add Widgets" dialog goes blank

installing most widgets will not work because there would be compiling involved; simply downloading them through the hot new stuff interface won't work for some time.

1) go to kde-apps.org
2) select the plasmoid you want
3) download source
4) create PKGBUILD*
5) run makepkg*
6) install the created package*.

*) I always tend to install new software only through pacman packages, though this is not required to make it work; it's just a habit of mine.

Be aware that kde4 packages use cmake, and the "normal" PKGBUILD.proto won't work on them.

Offline

#12 2008-07-31 10:54:06

Grimn
Member
Registered: 2006-12-23
Posts: 136

Re: KDE 4.1 "Add Widgets" dialog goes blank

If only I knew how to make a PKGBUILD. I mean, I read the wiki and still...
Anyway, I tried to follow kde-look.org instalation instructions to compile the plasmoids but it doesn't work "Unknown CMake command "kde4_add_ui_files"." so if the PKGBUILD was to have these kind of cmake commands it would also fail.

Offline

#13 2008-08-30 22:37:24

draugdel
Member
Registered: 2008-08-12
Posts: 44

Re: KDE 4.1 "Add Widgets" dialog goes blank

Well, this should help you get started:

# Maintainer: Noone <me@dev.null>

pkgname=plasma-amarok
pkgver=0.4.1
pkgrel=0
pkgdesc="Plasmaoid for amarok"
arch=('i686' 'x86_64')
url="http://kde-looks.org"
license=('GPL') 
depends=()
makedepends=('cmake' 'automoc4')
replaces=() 
source=(http://ivplasma.googlecode.com/files/plasma-am3rok-${pkgver}.tar.gz)
md5sums=('b95c0b7def976459105f5c74db18143f ')

build() {
    cd $startdir/src/plasma-am3rok-${pkgver}
    mkdir build && cd build
    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. 
    make
    make DESTDIR=$pkgdir install
}

Offline

Board footer

Powered by FluxBB