KDE 5 auth/look problems

I upgraded to KDE 5 (Plasma 2, KDE Frameworks 5.6, KDE Apps 14.12) and I must say it was a huge error. I completely reget doing it, and I should have learned from the mistake with KDE 4.x.
Anyways, It's already done. Now I'm having quite some problems.
The first one, which is the most important is that KDE auth (or polkit, or I don't know what name it has because apparently KDe guys like changing names every 2 months) isn't working.
I open systemsettings and try to enable the auto-login feature, and then a password dialog shows up, asking for my password. I really don't know if it's asking for my user's password or root's password,
but this really should make any difference as both passwords are the same (please, right now I don't want to hear anything about how bad that is and how unprotected I am. Focus on my problems).
Anyways, after typing my password, the dialog just says that's not the password and doesn't apply the changes. Why is this happening?
The second problem is that all KDE4 apps (Dolphin, for example) look really bad. The Wiki says to check my styles, but hell I did check and recheck them and I can't see how to fix that. How am I supposed to workaround this bug?
Regards

alexandernst wrote:
I upgraded to KDE 5 (Plasma 2, KDE Frameworks 5.6, KDE Apps 14.12) and I must say it was a huge error. I completely reget doing it, and I should have learned from the mistake with KDE 4.x.
Anyways, It's already done. Now I'm having quite some problems.
The first one, which is the most important is that KDE auth (or polkit, or I don't know what name it has because apparently KDe guys like changing names every 2 months) isn't working.
The second problem is that all KDE4 apps (Dolphin, for example) look really bad. The Wiki says to check my styles, but hell I did check and recheck them and I can't see how to fix that. How am I supposed to workaround this bug?
Regards
No issues with autologin or authentication on a fresh Plasma 5.2 system here. KDE accepts my normal user password. You could have a look at /usr/share/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy if there is something wrong with the defaults settings
For the second issue, check my own post from here: https://bbs.archlinux.org/viewtopic.php … 1#p1495601

Similar Messages

  • KDE desktop icons looks ugly when moving them

    If you look at this image: http://i.imgur.com/NGKSX.png you can see the middle icon looks terrible, all the icons look like that when I move them.
    What's causing this and how can I fix it? Anyone else having the same issue?

    There's not much you can do, there is a patch to folderview plasmoid on http://kde-look.org/content/show.php/Fo … ent=140457, but it was for older kde releases..
    I tried it now and it doesn't seem to remember the location, showing only your $HOME, maybe you can talk to the dev for an updated version.
    ...Or, of course, you can submit this problem at bugs.kde.org, hoping it will be fixed soon.
    Last edited by kokoko3k (2011-11-11 12:51:44)

  • [solved]KDE strange log in problem .ICEauthority

    When I reboot and go to login I get an error about not being able to login due to write protect on .ICEauthority.
    Now this can be solved, by removing the .ICEauthority files and logging in.
    After a successful login I have.
    ls -la .ICEauthority*
    -rw------- 1 User users 189 2007-09-17 12:15 .ICEauthority
    On a reboot login which fails I have 3 files
    -rw------- 1 root root 189 2007-09-17 12:13 .ICEauthority
    -rw-r--r-- 2 User users 0 2007-09-17 12:13 .ICEauthority-c
    -rw-r--r-- 2 User users 0 2007-09-17 12:13 .ICEauthority-l
    Another strange thing is as user I can remove that first file that is claimed is owned by root.
    So does anyone know how I can fix it, I tried a reinstall of my kde bits, but I'm presuming that .ICEauthority is being created by something else.
    Could someone point me to the right package to try and reinstall please or help me fix it.
    Last edited by FeatherMonkey (2007-09-17 12:33:56)

    Thanks Guys'n'Gals for looking I found the problem I'll leave it in case someone else encounters this.
    I had a script in rc.local that wasn't quite right and for some reason this was causing the problem. Still think it was strange that as a user I could delete this file though.
    Last edited by FeatherMonkey (2007-09-17 12:35:34)

  • Kde and Pam related problems[solved]

    And here they are, from /var/log/errors:
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM unable to dlopen(/lib/security/pam_console.so)
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM [dlerror: /lib/security/pam_console.so: cannot open shared object file: No such file or directory]
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM adding faulty module: /lib/security/pam_console.so
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Any way to disable Pam in Kde?

    Thanks a ton for this tip. Finally my logs will not be polluted with junk. I agree with you that the troublesome entries should be commented by default. Just like this:
    #%PAM-1.0
    auth required pam_nologin.so
    auth required pam_permit.so
    account required pam_unix.so #service=system-auth
    password required pam_unix.so #service=system-auth
    session required pam_unix.so #service=system-auth
    session optional pam_console.so
    session required pam_limits.so
    EDIT: 

  • Basic auth interop problem, servlet WS works, EJB WS not (Sun AS 8)

    After spending some time I managed to add HTTP basic auth to a simple web service. I have implemented two variants, an JAX-RPC servlet web service and an EJB web service.
    A (Sun) JAX-RPC client works pretty well against both web services. I do the required steps with the stub (set user/pwd) and things work. I do get the correct principal in the server side, fine.
    When I do NOT set the authentication properties at the stub, the servlet based WS responds something like HTTP error 403 (?) or so, which leads to "authentication required". The EJB based response is not that adequate, it's something like "internal server error, EJBLocalAccessException or so" but from the given message you could get the idea what's wrong.
    Anyway, I got the impression that this stuff
    return HTTP error to flag "auth required"
    is not happening for some reason in my EJB based web service. I found this problem in Sun AS 8 and I think it's the same problem when I test stuff with Oracle's OC4J ...
    Some client implementations have obviously problems to get the idea that user authentication is required. In other words, the clients cannot invoke the EJB WS. I tried it with Perl Soap::Lite, MS SOAP Toolkit 3.0 and MS .Net 1.1 stuff. All this clients work well (with authentication) when I consume the servlet based web service. But the EJB based web service is not working at all. I do get there just "not allowed" and the SOAP client runtime is not handing over any user credentials (because it's obviously not correctly asked for it by an appropriate AS response).
    Anyone else experienced this problems with EJB WS???
    Interesting question: why is the JAX-RPC client working? Is it sending the properties set at the stub in any case? Or do they "handle" the internal error coming from Sun AS explicitly or so? Strange, in a way. :-)
    Thanx for any help here!
    Merten

    I guess the reason was that I wrote
    <login-config>
    <auth-method>Basic</auth-method>
    </login-config>
    instead of required
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    At deploy time, I got no error message. At usage time, I just got this AccessLocalException. That's not really nice ...
    Merten

  • [Solved] KDE 4.10-1 problems after update

    Hi,
    Yesterday I updated my system with pacman -Syu and all of the KDE packages were upgraded to 4.10.1-1 and now I'm having some weird problems.. KDE logs in but the window decorations are gone(some applications start but I can't move them while others dont even start e.g dolphin, system settings) and systemd-journald goes to 100% cpu usage. It seems that kwin is not loaded and when I try to start it from the terminal I get a segmentation fault error.
    My last update was 1-2 weeks ago and everything was ok.
    I've already tried deleting the ~/.kde4 folder and while my themes etc are back to default the problem remains.
    Also I reinstalled KDE but that didn't do anything as well.
    If I login with Openbox everything works fine.
    Any ideas what the problem might be?
    Last edited by spiros (2013-03-10 20:20:48)

    I've tried to start kwin manually but then I get this:
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Segmentation fault (core dumped)
    Anybody got any idea what's going on?

  • Quick Look Problem ?

    I was just wondering why when I use QuickLook with 2 monitors, anything I QuickLook, picture/Music/Video etc.. always goes over to my other Screen I have hooked up to my iMac ? I want to quick Look it on the main screen (iMac Screen) not have to turn on the Other monitor every time I want to quick Look something. I think it's rather annoying having to turn that other monitor on all the time to view what I want, or drag it over to my main iMac screen to see. Now if I unplug the Other monitor it's just fine. Only when I have another monitor plugged in it does this.
    I looked up and down in the System Prefs to figure this out, and found Nothing. It's either a bad part on apples side, or there is something I"m missing.

    I had that same problem and I believe that I just "Quick Looked" a jpeg which opened on my other monitor (the wrong one) and while it was open moved the window to my main monitor. Once I did that I closed the quick look window and then reopened the same file using quick look again and I found it then opened on my main monitor.
    If this works then be carful about closing a quick look window. Make sure to close it on the monitor you want quick look to open on.

  • Kde update 4.9 & problems with auto-grouping windows

    Since upgrading kde to the latest version (4.9), I'm having problems getting the window manager to automatically group windows as it used to. It should group windows of okular, for example, by default, but no matter what I do, I can't get this to happen.
    I've tried modifying (basically reasserting) the settings for okular in the "windows rules" settings (under "more actions > window manager settings". I've also tried doing this via the new option "more actions > special application settings" which creates a second entry in the list of window rules. I basically have "autogroup with identical" set to "force" "yes" which seemed to do the trick before but no longer seems to have any effect. It is still enforcing placement and geometry for okular windows so it can't be that it isn't recognising the windows as ones to which the settings apply. It seems to be specific to the grouping stuff.
    Does anybody have any suggestions? The config seems to have changed a bit and I'm thinking I must have missed some new setting somewhere but I just seem to keep going in circles.

    Unfortunately, I am using Oxygen window decorations already.
    I do have the "Attach as tab to" option but it is a pain to have to group every window manually.
    I've discovered that auto-grouping does work for windows opened on the same virtual desktop but if I open a new okular window from konsole, say, I get a new window on that desktop rather than having it end up attached as a new tab to an existing window on another desktop. I can work around it by having all okular windows start on a standard desktop but this is a pain as I didn't want okular to behave this way.
    Thanks for the suggestion, though. I found a lot of my window behaviour got messed up by this update. Mostly it's just a question of resetting things but this one has me stumped.

  • Smtp auth access problems

    All, I've got everything working and authenticating properly (i.e. pop/imap/http) except smtp auth.
    I keep getting the following error after a valid transaction:
    220 hoth -- Server ESMTP (iPlanet Messaging Server 5.2 (built Feb 21 2002)).
    EHLO xxx.xxx.xxx.
    250-hoth.
    250-8BITMIME.
    250-PIPELINING.
    250-DSN.
    250-XDFLG.
    250-ENHANCEDSTATUSCODES.
    250-EXPN.
    250-HELP.
    250-SAML.
    250-SEND.
    250-SOML.
    250-TURN.
    250-XADR.
    250-XSTA.
    250-XCIR.
    250-XGEN.
    250-XLOOP 18C258074D1B9D38536174313EC7E040.
    250-AUTH LOGIN PLAIN.
    250-AUTH=LOGIN.
    250-ETRN.
    250-RELAY.
    250 SIZE 0.
    AUTH PLAIN AG1tY211cnIAZnIwZ2wzZ3M=.
    535 5.7.8 Authorization failure (Not authorized to login as specified user)..
    Does anyone have any idea why or where authorization is set on a per user basis, or is there maybe a config key to allow all users from a specific domain?
    Thanks in advance for your help.
    --Mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    You never told us how you get it to work.
    I am having the same authentication problem and am pulling my hair out. Could you explain how you figured it out?
    Thanks

  • Can I make KDE or Gnome look like Windows 7

    The reason I want to do this is for my wife who for the most part has used Windows. I did a trial run with Kubuntu for about a month but it was a no go. She could not get used to it. Also if I recommend a Linux distribution to friends and family this will make it a easier transition for them.
    I did a Google search and found a transition package for both Gnome and KDE but sadly it was for Ubuntu/Kubuntu. I was just wondering if this will work with Arch Linux with some substitutes of course. Thank you.

    panuh wrote:What does the transition package do? Is it just about looks or are there any major similarities to Win-Layout?
    Here is the Gnome link:
    http://aminesoft.wordpress.com/2009/03/ … windows-7/
    Here is the KDE link:
    http://www.kde-look.org/content/show.ph … ent=104232
    The XP to Vista wasn't as a big jump for her and other people I know. They just had to be shown some changes in the next 10 minutes or so.
    She does like the Taskbar in Windows, the Start menu, the easy to spot red X to close the program and the Explorer layout.
    If I customize the look in Arch Linux as I can with Ubuntu it will be an end to dual booting Windows. Also sometimes my wife takes the laptop to other family members house because she needs to get caught in school. She goes to a online university. Sometimes other family members want to use the laptop to check email and other things. Installing a Windows 7 transformation package will be easier for them too. I hope someone can help out.

  • [SOLVED] KDE 4.8.4 problems

    Since the update to KDE 4.8.4 I'm having two problems. Kmail crashes when replying to a message rendering it useless. The worse problem is Dolphin crashing. If I right click on a file to delete it Dolphin just shuts down. Both issues are 100% repeatable. Any ideas?
    Here's the error from Dolphin:
    dolphin
    dolphin(1644) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
    QProcess: Destroyed while process is still running.
    QProcess: Destroyed while process is still running.
    KCrash: Application 'dolphin' crashing...
    KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
    sock_file=/home/dlouhy/.kde4/socket-archdad/kdeinit4__0
    [1]+ Stopped dolphin
    [dlouhy@archdad ~]$ QSocketNotifier: Invalid socket 11 and type 'Read', disabling...
    [1]+ Exit 253 dolphin
    Edit:
    The fix is here: https://bugs.archlinux.org/task/30190#comment95335
    Last edited by oboedad55 (2012-06-10 08:26:31)

    ras0ir wrote:I couldn't reproduce dolphin error but kmail crashes when replying.  It's better to file a bug report I think.
    OK, I found a workaround here: https://bbs.archlinux.org/viewtopic.php?pid=1112869
    It's not a real solution but at least it stops the crashing. Kmail, of course, complains about it but at least it's usable.

  • KDE 4.6 login problem

    Hello,
    I recently installed kde 4.6 in my arch linux system, but gdm wich i load with otzher demons, invoking from rc.conf does not show me kde option to load kde4. If i try kdm load from demons, it dows not allows me to load KDE 4.6
    Please help

    You have already found this thread https://bbs.archlinux.org/viewtopic.php?id=112473
    Please search before posting.
    Closing...

  • AUTH FAILURE.problem

    I use the following command to install OC4J 10g standalone but got error
    how to fix it?
    I haven't installed J2SE SDK as i discover jdevstudio have it
    i configure global environment variable in right click my computer
    as JAVA_HOME = C:\jdevstudio10133\jdk\bin\
    cmd still do not have java command, when i use the full link following
    i do not know username or password , then i read some blog use oc4jadmin
    to set password , but failed, how to install it?
    C:\OC4J10g\j2ee\home>C:\jdevstudio10133\jdk\bin\java -jar jazn.jar -activateAdmi
    n adminpassword
    AbstractLoginModule username: oc4jadmin
    AbstractLoginModule password:
    2008年6月26日 下午07:06:07 oracle.security.jazn.spi.xml.XMLRealmUser authenticate
    information: User(jazn.com/oc4jadmin) is deactivated. AUTH FAILURE.
    2008年6月26日 下午07:06:07 oracle.security.jazn.login.module.RealmLoginModule au
    thenticate
    Serious: [RealmLoginModule] authentication failed
    Authentication Failed

    i configure global environment variable in right
    click my computer
    as JAVA_HOME = C:\jdevstudio10133\jdk\bin\
    JAVA_HOME should be one level up before "bin"
    BTW I think you posted this on the wrong forum .

  • [SOLVED] KDE konsole display looks broken after upgrading.

    Hi,
    I just upgraded konsole (:: Replace kdebase-konsole with extra/konsole? [Y/n] ) so it's konsole 2.14.2 -> 3.0.1, and there is many display problems. For example, fonts are not monospaced, the cursor is not aligned with the text, when I execute "ls", files name are incomplete and some filename are over other filename, etc.
    I already have ttf-dejavu and ttf-liberation installed.
    Do you have any idea on how this append and how to fix this ?
    Last edited by lracicot (2015-01-25 01:18:53)

    arojas wrote:
    kralyk wrote:My fonts are allright, but Oxygen doesn't work with konsole.
    Well, there are also a few threads about that too.
    Pray tell!
    EDIT:
    I did solve my problem by following the tip about symlinking configuration on the wiki here:
    https://wiki.archlinux.org/index.php/KD … nalization
    (I was surprised it's not been mentioned in this thread hence this edit.)
    Last edited by kralyk (2015-02-11 21:51:13)

  • Citrix Auth Passthrough problems with ASA5520

    We've been working with the ASA on 7.x code and now the 8.x code in combination with our Citrix Presentation server now for about a year. It works good, except for the fact we're having to have our users basically login in twice, once for the WebVPN and again for the Web UI for Citrix. If we look at the options in the ASA and Citrix for passthrough, the best we've been able to accomplish is getting the ASA to pass the authentication to the WebUI which will then display the correct published applications for the user, then when the user clicks on app, the user is prompted from a windows user/password screen for the correct authentication. However, if we turn pass-through off.. you log into WebVPN, log into Citrix Web UI, get the apps and it works. As anyone made pass-through authentication work with with the ASA and Citrix? If so, please explain what you did. Thanks

    Second login is asked for the first seesion into Citrix. Subsequent session will use the cached login information. Have a look at
    the URL http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/webvpn.html

Maybe you are looking for

  • How can I see more than 6 all day events in the week view without scrolling?

    How can I see more than 6 all day events in the week view without scrolling?  I need to see all of my all day events at once.  I use this for scheduling and comparing of # invoices.  Going back and forth to scroll is cumbersome.  I just want to be ab

  • Print Out of Purchase Requisition

    Dear SAP Experts, Is there any way to take print out of Purchase Requisition. Thanks in Advance. Ishu

  • No sound with video streaming

    I read topics and I change my safari to firefox and it is the same problem. I want to watch some videoclips but the sound just don't play, even it is new videoclip recquire QuickTime 7 and they are in the quicktime site. Do you have some resolutions?

  • Updates using greater than or less than logic....

    Hi, I've run into something that I can't figure out how to do through the OWB GUI. I have a source table that tells me that data changed between a given effective start and effective end dates (for example, NAME information). Given that, I want to up

  • SAP BI System Copy with only Config changes, Not Data

    Hi BASIS, I have a requirement from a client to build a system landscape stratagy for their SAP BI system. We have DEV - QA - PRD systems for SAP BI (7.0 SP 16) Both DEV and QA are completely out of sync with PRD. We are doing development tasks direc