You are not logged in.

#1 2010-10-09 22:35:33

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

[SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

I just did pacman -Syu, and there was several KDE desktop updates.
The problem is that when the kdm daemon is launched, the default mouse appears but after that it drops me to tty1 terminal. If run startkde it says $DISPLAY is not set or cannot access to x, or something. I tried reinstalling the packages in /var/cache/packman/pkg but nothing happened.

Help please!

Last edited by Hyugga (2010-10-10 15:19:02)

Offline

#2 2010-10-09 23:08:59

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

When i reinstall kdebase-workspace it says someting like the permissions in /var/lib/kdm are diferent the filesystem has  700, and package has 755.

What is that?

Last edited by Hyugga (2010-10-09 23:11:08)

Offline

#3 2010-10-10 00:12:15

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

The permissions on your machine dont match what the package is expecting

sudo chmod 755 /var/lib/kdm

Offline

#4 2010-10-10 01:41:27

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

That did not work...
When i try to run startkde i get this message:

$DISPLAY is not set or cannot connect to the X server.

Thanks!

Offline

#5 2010-10-10 05:16:04

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Is there repositories where i can download older packages?
Like KDE 4.5.1?

Last edited by Hyugga (2010-10-10 05:17:16)

Offline

#6 2010-10-10 12:40:10

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

In a tty there DISPLAY is not set because X is not running, you can't run startkde straight from there. You must put it in .xinitrc and run xinit, for example.

Finding old versions

Offline

#7 2010-10-10 12:45:52

RobertMe
Member
From: The Netherlands
Registered: 2010-07-04
Posts: 45

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Or you should run startx `which startkde` which has the same behavior as placing startkde in your .xinitrc (only is this just temporary for this specific startx call)

Offline

#8 2010-10-10 13:14:13

spupy
Member
Registered: 2009-08-12
Posts: 218

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Here nothing from KDE starts. The problem comes from the fact that /usr/lib/libkdecore.so.5 is missing the symbol "_ZN9QListData11detach_growEPIii". Do you have the same problem? Look in logs in /var/log/kdm.log

Last edited by spupy (2010-10-10 13:14:44)


There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.

Offline

#9 2010-10-10 14:43:48

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Downgrading some packages from 4.5.2 to 4.5.1 i can finally see the kdm login screen, but when i login it says something like kdeinit4 can't start and that i must check my installation.
If i run startx i get to the default X window system i presume. I can use firefox, but nothing that is qt based.

Thanks for the replies, i-m doing some downgrading work rigth now.

Offline

#10 2010-10-10 15:02:42

mcordv
Member
Registered: 2010-08-03
Posts: 23

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

I fixed this issue before, It's unnecesary to downgrade!!!
Autoquote:

I fixed. The solution is to edit /usr/bin/startkde and find the line:

LD_BIND_NOW=true /usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup
if test $? -ne 0; then
  # Startup error
  echo 'startkde: Could not start kdeinit4. Check your installation.'  1>&2
  test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
  xmessage -geometry 500x100 "Could not start kdeinit4. Check your installation$
  exit 1
fi

and break the line:

LD_BIND_NOW=true 
/usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup

That's all

Offline

#11 2010-10-10 15:18:42

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Wow!!! It was like some mystic magic!
I works right away!

Can't i update the system too?
Thanks! I'll maks this as solved.

Offline

#12 2010-10-10 15:21:51

spupy
Member
Registered: 2009-08-12
Posts: 218

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

I solved the problem in my  case by reinstalling Qt. Seems we had different problems.


There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.

Offline

#13 2010-10-10 15:25:45

mcordv
Member
Registered: 2010-08-03
Posts: 23

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

Hyugga wrote:

Wow!!! It was like some mystic magic!
I works right away!

Can't i update the system too?
Thanks! I'll maks this as solved.

Yes, you can update without problems, and you know, if kde crash again you have the super mystic magic, jaja.

Bye

Offline

#14 2010-11-14 18:54:22

anti-destin
Member
Registered: 2009-02-14
Posts: 234

Re: [SOLVED]Cant access to KDE4.5 desktop after recent upgrade.

skunktrader wrote:

The permissions on your machine dont match what the package is expecting

sudo chmod 755 /var/lib/kdm

just wanted to say thanks. i had the same error when updating:

[2010-11-05 12:47] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
[2010-11-05 12:47] warning: directory permissions differ on var/lib/kdm/
filesystem: 700  package: 755

i changed the permissions using your command, so hopefully all is all right now.

still, it's strange. any idea what happened? i've never touched the permissions.

Offline

Board footer

Powered by FluxBB