LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   KDE 4.3.2 on Slackware-Current (https://www.linuxquestions.org/questions/slackware-14/kde-4-3-2-on-slackware-current-763844/)

danielldaniell 10-25-2009 07:56 AM

Quote:

Originally Posted by slackd (Post 3731728)
this is my list. see if adding the extra ones help. am pretty sure it will.

Code:

sam@Sam:~$ groups
sam bin daemon sys tty disk wheel audio video cdrom games slocate shadow ftp haldaemon plugdev power netdev scanner users console


Unfortunately none of the above worked for me, maybe I'm missing a/some package(s)/lib(s)? Any idea which packages are required for this (I don't want to blindly install *.txz for this).

~sHyLoCk~ 10-25-2009 08:01 AM

Quote:

Originally Posted by danielldaniell (Post 3731779)
Not only the widget on the panel is not working but whole media hotplug infrastructure in KDE. There are no devices in Dolphin, Konqueror, Krusader etc...

Do you mind telling us how you upgraded?

danielldaniell 10-25-2009 08:10 AM

Quote:

Originally Posted by ~sHyLoCk~ (Post 3731788)
Do you mind telling us how you upgraded?

Sure:
# slackpkg update
# slackpkg install-new
# slackpkg upgrade-all

BrZ 10-25-2009 08:23 AM

'Upgradepkg' worked fine here for 'upgraded' packages, both 32 and 64bit. 'Installpkg' does the job for the 'added' ones, principally 'kdelibs-experimental'.

danielldaniell 10-25-2009 10:21 AM

any ideas?
 
Any suggestions where to look?
Log files show nothing.
Konqueror, Dolphin started from terminal doesn't say anything related.
Walking through /usr/bin and /usr/lib with ldd shows no missing libraries.

brodo 10-25-2009 03:06 PM

Quote:

Originally Posted by danielldaniell (Post 3731720)
Hi!

First of all I wanted to thank the devs for this great upgrade. I've been waiting for this so long, and I was not disappointed.

Only one tiny bit of a problem for me is that the Device Notifier is not working anymore. It sits there on the panel, and when I plug in a new device it just stays quiet. Also in krusader the Media List is empty, where the mounted partitions and the attached devices used to be hanging.

I'm in the appropriate groups - I think -, and done a hal/dbus restart too.

This is on a Slackware-current.

$ groups
users lp floppy audio video cdrom plugdev power netdev scanner

Anyone got an idea what could be wrong here?

Thanks!

--
Daniel

Try to find any *.new files placed inside /etc (and below) directory structure during last upgrade. Then make them effective as described in the PV's UPGRADE.TXT file :

<<5. Fix your config files. Some of the config files in /etc are going to need your attention. You'll find the new incoming config files on your system with the ".new" extension. You may need to fill these in with information from your old config files and then move them over. >>

Then, reboot your machine.

BobNutfield 10-25-2009 06:02 PM

Just saw the hugh upgrade to KDE 4.3.2 today as I have been away. Did as I usually do, used Slackpkg to update, install-new and upgrade-all. Seemed to go just fine, but when KDE completes loading, there is no panel and any attempt add one fails. I can right click and use "add panel", but it simple adds a small icon to the top corner of the desktop. The familiar blue desktop is there, but no panel.

If anyone has any idea how to fix this, I would appreciate it. Until then I can use XFCE just fine.

Thanks

Bob

stormtracknole 10-25-2009 06:10 PM

Quote:

Originally Posted by BobNutfield (Post 3732252)
Just saw the hugh upgrade to KDE 4.3.2 today as I have been away. Did as I usually do, used Slackpkg to update, install-new and upgrade-all. Seemed to go just fine, but when KDE completes loading, there is no panel and any attempt add one fails. I can right click and use "add panel", but it simple adds a small icon to the top corner of the desktop. The familiar blue desktop is there, but no panel.

If anyone has any idea how to fix this, I would appreciate it. Until then I can use XFCE just fine.

Thanks

Bob

When upgrading kde, you will need to remove or rename the .kde home directory. KDE is trying to load settings for the previous version and I'm sure some things are not compatible. That should take care of your problem.

BobNutfield 10-25-2009 07:14 PM

Thank you..that did indeed solve the problem. I have to say, just my initial browse through 4.3.2, I liked the previous version better. This one seems to have a "washed out look" that I didn't see before. I will work with it for a while to see what I can do.

stormtracknole 10-25-2009 08:02 PM

Quote:

Originally Posted by BobNutfield (Post 3732312)
Thank you..that did indeed solve the problem. I have to say, just my initial browse through 4.3.2, I liked the previous version better. This one seems to have a "washed out look" that I didn't see before. I will work with it for a while to see what I can do.

KDE is much improved, but still got some work left to do. It is much more improved. At least in my opinion though. ;) It loads much faster and feels snappier on the same hardware.

sahko 10-25-2009 10:43 PM

Quote:

Originally Posted by BobNutfield (Post 3732312)
I have to say, just my initial browse through 4.3.2, I liked the previous version better. This one seems to have a "washed out look" that I didn't see before. I will work with it for a while to see what I can do.

I agree to the above to some extend, only regarding the looks of course.
While on 4.2.4 i disabled all desktop efects and kept the default Oxygen plasma theme, on 4.3.2 i decided to install a non included in the KDE packages plasma theme to make the bar on the bottom look better than Air.
I went for Glassified from kde-look.org which is popular and also has a KDM and Splash theme available.
The downside is that it needs desktop effects enabled to look decent, but those can be customised to be minimum i guess.

zvzi 10-26-2009 01:23 AM

Quote:

Originally Posted by danielldaniell (Post 3731720)
Hi!

First of all I wanted to thank the devs for this great upgrade. I've been waiting for this so long, and I was not disappointed.

Only one tiny bit of a problem for me is that the Device Notifier is not working anymore. It sits there on the panel, and when I plug in a new device it just stays quiet. Also in krusader the Media List is empty, where the mounted partitions and the attached devices used to be hanging.

I'm in the appropriate groups - I think -, and done a hal/dbus restart too.

This is on a Slackware-current.

$ groups
users lp floppy audio video cdrom plugdev power netdev scanner

Anyone got an idea what could be wrong here?

Thanks!

--
Daniel

check /etc/rc.d and see if rc.messagebus and rc.hald has execute permissions. i've had issues before where somehow their execute permissions are changed after doing an upgrade with slackpkg. hope this helps, cheers.

vinegaroon 10-26-2009 02:20 AM

Quote:

Originally Posted by BobNutfield (Post 3732312)
Thank you..that did indeed solve the problem. I have to say, just my initial browse through 4.3.2, I liked the previous version better. This one seems to have a "washed out look" that I didn't see before. I will work with it for a while to see what I can do.

That's just the default theme though :)
It's quite easily changed.

gargamel 10-26-2009 02:47 PM

Thanks to the crew: I just upgraded to -current (although I usually stick with stable for what I think are good reasons), and it it's really worth it! Excellent job, once again!

gargamel

dimm0k 10-26-2009 03:18 PM

Is it possible to download and upgradpkg the KDE 4.3.2 stuff on a Slackware 13.0 system?


All times are GMT -5. The time now is 08:20 AM.