JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.27k stars 106 forks source link

WIFI password forgotten after shut down: #90

Closed tahadnan closed 2 months ago

tahadnan commented 2 months ago

A question more than a bug

Description

So each time I log in into hyprland it asks me for the WIFI password, meanwhile in KDE plasma, it doesn't

Steps to Reproduce

  1. Log in into Hyprland
  2. Input the WIFI password(passphrase)
  3. WIFI activated, and functioning correctly, HURRAYYYY.
  4. Log out of hyprland or Shutdown my machine.
  5. On log in it asks me again for the password

Expected Behavior

To remember the wifi password

Actual Behavior

Doesn't remember the wifi password and asks me for it again

show output of inxi -CGIsSMnr install package inxi if not exist

show output here

System:
  Host: taharch Kernel: 6.9.4-zen1-1-zen arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 6.0.5 Distro: Arch Linux
Machine:
  Type: Laptop System: LENOVO product: 82H8 v: IdeaPad 3 15ITL6
    serial: PF3BSQKG
  Mobo: LENOVO model: LNVNB161216 v: SDK0T76465 WIN serial: PF3BSQKG
    UEFI: LENOVO v: GGCN59WW date: 04/11/2024
CPU:
  Info: quad core model: 11th Gen Intel Core i5-1135G7 bits: 64 type: MT MCP
    cache: L2: 5 MiB
  Speed (MHz): avg: 785 min/max: 400/4200 cores: 1: 1060 2: 1074 3: 974
    4: 400 5: 400 6: 875 7: 400 8: 1100
Graphics:
  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
  Device-2: IMC Networks Integrated Camera driver: uvcvideo type: USB
  Display: server: X.Org v: 24.1 with: Xwayland v: 24.1.0 driver: X:
    loaded: modesetting unloaded: vesa dri: iris gpu: i915
    resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: iris,swrast platforms: x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.1.1-arch1.1
    renderer: Mesa Intel Xe Graphics (TGL GT2)
  API: Vulkan v: 1.3.279 drivers: intel surfaces: xcb,xlib
Network:
  Device-1: Intel Wi-Fi 6 AX201 driver: iwlwifi
  IF: wlp0s20f3 state: up mac: dc:21:48:3e:5b:cf
Sensors:
  System Temperatures: cpu: 39.0 C mobo: N/A
  Fan Speeds (rpm): N/A
Repos:
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://de.arch.mirror.kescher.at/$repo/os/$arch
    2: https://mirror.f4st.host/archlinux/$repo/os/$arch
    3: https://mirror.moson.org/arch/$repo/os/$arch
    4: https://mirror.ubrco.de/archlinux/$repo/os/$arch
    5: https://archlinux.thaller.ws/$repo/os/$arch
    6: https://mirror.ufscar.br/archlinux/$repo/os/$arch
    7: https://repo.jing.rocks/archlinux/$repo/os/$arch
    8: https://mirror.telepoint.bg/archlinux/$repo/os/$arch
    9: https://mirror.sunred.org/archlinux/$repo/os/$arch
    10: https://arch.mirror.constant.com/$repo/os/$arch
    11: https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
    12: https://arch.phinau.de/$repo/os/$arch
    13: https://archmirror.it/repos/$repo/os/$arch
    14: https://mirror.theash.xyz/arch/$repo/os/$arch
    15: https://at.arch.mirror.kescher.at/$repo/os/$arch
    16: https://mirror.theo546.fr/archlinux/$repo/os/$arch
    17: https://america.mirror.pkgbuild.com/$repo/os/$arch
    18: https://europe.mirror.pkgbuild.com/$repo/os/$arch
    19: https://geo.mirror.pkgbuild.com/$repo/os/$arch
    20: https://london.mirror.pkgbuild.com/$repo/os/$arch
Info:
  Memory: total: 12 GiB available: 11.47 GiB used: 5.33 GiB (46.5%)
    igpu: 60 MiB
  Processes: 289 Uptime: 1h 54m Shell: Sudo inxi: 3.3.34
JaKooLit commented 2 months ago

https://wiki.archlinux.org/title/KDE_Wallet

youre using plasma

tahadnan commented 2 months ago

Thanks, Mr.JaKooLit,

It worked but when I installed Hyprland using your script I've had a conflict between the Hyprland notification daemon and Hyprland's one, so I've ran the following commands following a solution I found on the Unix&Linux forum:

mkdir -p ~/.local/share/dbus-1/services/ \n ln -s /usr/share/dbus-1/services/org.kde.plasma.Notifications.service \\ ~/.local/share/dbus-1/services/org.kde.plasma.Notifications.service

And it fixed the problem, now the notifications are as they were before hyprland but in Hyprland, I cannot get any notification nor the volume up or down popups..

JaKooLit commented 2 months ago

naturally.. since you configured to have the plasma notification

probably reinstalling swaync will help since my dots are configured to use swaync

tahadnan commented 2 months ago

Thanks Mr.JakooLit, done, works like charm !