You are not logged in.
Pages: 1
same on reddit: https://www.reddit.com/r/archlinux/comm … wbie_user/
I just installed arch on my pc but i get an log-in-kde issue. So, system starts up normally, sddm and NetworkManager services run, everything required (xorg, plasma, plasma-wayland-session and kde-applications) is installed.
When i use my non-root user password to log in, it starts reading disk but after gets me back to login screen.
I installed arch according to official wiki, this kind of installation worked on my laptop previously. The only difference is graphics card, but I guess it hardly might be the issue.
Also I noticed that I cannot start xorg with startx command, might something be missing then?
Also if any data is required I'm ready to provide it - I can't image what is the source of problem, so my post seems generic, sorry
Appreciate any help.
Last edited by fungor (2021-10-21 20:29:59)
Offline
might something be missing then?
https://archlinux.org/packages/extra/x86_64/xorg-xinit/
Chances are your created a user w/o a $HOME directory?
Online
It's true, my normal user doesn't have a ~/ directory. So should I just create it?
Offline
Yes - and you'll have to add it to etc/passwd (ie. use "usermod" to create the $HOME)
The big fat DEs don't like it if there's not $HOME for them to dump their config drivel ![]()
Online
Thanks a lot, now fat DE manages to attempt to start, looks like something wrong with kglobalacce process, kde abandons startup after failing to start this 5 times
It also suggests some plugins to install and reinstalling this app, what do you think is optional?
Offline
kglobalaccel is the shortcut daemon, do you have an actual error message?
In doubt: output of "localectl" & "locale -a"?
Online
Offline
localectl:
system locale: lang=en_US.UTF-8
vc keymap: n/a
x11 layout: n/a
locale -a:
c
en_US.utf-8
posix
Last edited by fungor (2021-10-20 21:16:41)
Offline
The actual error says there is no qt plugin avaliable and suggests plugins, also this happens on configuration stage of startup
Offline
something wrong with kglobalacce
kglobalaccel or kglobalaccess?
In doubt, upload an image/photo of the actual error.
Online
https://drive.google.com/file/d/1lOH1RY … sp=sharing
https://drive.google.com/file/d/1_FVesw … sp=sharing
These are repeated 5 times before exiting
Last edited by fungor (2021-10-21 04:57:51)
Offline
kglobalaccel is random here, it fails because the XCB platform plugin can't connect to an X11 server.
The problem is much before that.
Are you actively trying to run plasma on wayland?
=> Upload the entire system journal from the console ("sudo journalctl -b | curl -F 'f:1=<-' ix.io", after a failed login attempt)
Online
Ok, I'll be at home afrer 12 hours, I'll send. How do I transfer that journal log? Is there any convinient way to send it over a network?
Offline
Oh sorry, I forgot about my usb drive ) nevermind
Offline
Is there any convinient way to send it over a network?
sudo journalctl -b | curl -F 'f:1=<-' ix.io
Online
So I executed this command, still I can't understand what could be the way to see results
Offline
You get a url in return and that is where the output of the journal went.
Post that url.
Online
The problem is - I don't I tested it on my laptop with simple message, but here I'm getting no output. Might file be too huge?
Offline
It should™ not, but there some quota on ix.io, yes.
sudo journalctl -b | tail -n 5000 | curl -F 'f:1=<-' ix.ioOnline
Offline
https://drive.google.com/file/d/159bU8K … sp=sharing
https://drive.google.com/file/d/19RLQeo … sp=sharing
https://drive.google.com/file/d/1CUBB0V … sp=sharing
might be relevant too
I'm thinking it might be configs problem, something with permissions for ~/, but it's only my assumption
Last edited by fungor (2021-10-21 18:57:27)
Offline
changing permissions helped me - now kde is running )
Offline
Looks like.
You didn't use usermod to create the $HOME, did you?
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
Pages: 1