I start KDE with startx on tumbleweed, everything works except that kwallet asks for my password when I launch discord or other apps. I installed pam_kwallet and made sure that my user password is identical to my kwallet password. Anyone knows how I could fix this?

My xinitrc seems to be sourced from /usr/libexec/xinit/xinitrc by default

  • UnfortunateShort
    link
    3
    edit-2
    7 months ago

    You could go passwordless. If you go into System Settings > KDE Wallet > Access Control (tab) you can tell Plasma to show a prompt for access attempts. Then click on “Launch Wallet Manager”, there open the wallet and select “Change Password”. Leave it blank and confirm. Your wallet is now prompting you when an app wants to access it (for the very first time, not after you granted access once). No password is required ever.

  • Gravitywell
    link
    fedilink
    3
    edit-2
    7 months ago

    Easiest solution is to install a login manager like sddm, then it should “just work” on your login, startx doesnt do all the same things a proper DM would do.

    You might be able to have wallet ask for your password just once after login using startx, or you might have an easier time using gnome -keyring, but either way I don’t think unlocking it with pam is an option for the startx method

    • @FredolOP
      link
      17 months ago

      I really like booting to a terminal and only starting X if I need it, that’s why I do it.

      • Gravitywell
        link
        fedilink
        27 months ago

        Best you can probably do is have wallet prompt for an unlock password after statx each time then.

      • Fushuan [he/him]
        link
        fedilink
        English
        17 months ago

        I use gnome, but I do boot to a terminal and start by starting the gdm service that autologins me. You might be able to launch kde using plasmastart-x11/wayland, would that make a difference?

  • Björn Tantau
    link
    fedilink
    27 months ago

    I think that only works with a desktop manager like sddm. Though then you’d have to enter the password on sddm.

  • @[email protected]
    link
    fedilink
    27 months ago

    Dont run with startx lol. Thats a known issue.

    Why do you do that, to use XOrg while there is no option in SDDM?

    Look at /etc/sddm.conf

    • @FredolOP
      link
      17 months ago

      Thanks! I’ll look into this