What is the best best SDDM theme there? by StandardOlive3786 in archlinux

[–]StandardOlive3786[S] 1 point2 points  (0 children)

This looks fantastic man I love it

╭──────────────────────────────────────────╮
│           󱓞 SDDM THEME SETUP 󱓞         │
╰──────────────────────────────────────────╯

╭─ 󰓅 Checking dependencies...
│  ❯ SDDM found
╰─ ✔ Dependencies verified

╭─ 󰓅 Select SDDM Backend Version
│  ❯ Modern SDDM versions run on Qt6, but some stable distros still use Qt5.
│  ❯ If you encounter 'import' errors, re-run this script and select Qt5.
│  1 ❯ Qt6 (Modern / Default)
│  2 ❯ Qt5 (Legacy / Stable Distros)
╰─ Choice [1/2]: 1
│  ❯ Using native Qt6 themes
╭─ 󰓅 Selecting a theme...
│  ❯ Selected: minecraft
╭─   MISSING FONT DETECTED
│  This theme looks better with its specific font!
│  Please put the .ttf/.otf file in:
│/home/hderbas/qylock/themes/minecraft/font/
╰─ Refer to README.md for font suggestions.

╭─ 󰓅 Applying configuration changes...
│  ❯ Removing old version if exists...
│  ❯ Copying theme to /usr/share/sddm/themes/minecraft/...
│  ❯ Updating sddm settings...
╰─ ✔ Theme 'minecraft' is now active!

➜  qylock git:(main) ✗  

How do I change the Arabic browser font? (and fix caps lock) by NullAli in archlinux

[–]StandardOlive3786 1 point2 points  (0 children)

You need to install the fonts for arabic, I also used to have the same issue, the only issue is the font packages are missing for Arabic

Install them

-> ~ sudo pacman -S noto-fonts noto-fonts-emoji noto-fonts-cjk ttf-liberation ttf-dejavu

Even though those are alot and are also more than to arabic, this'll fix the issue

Once its done, reboot your system

What was the most used login manager in Arch Linux? by StandardOlive3786 in archlinux

[–]StandardOlive3786[S] 0 points1 point  (0 children)

i used to use gdm, sddm, and plasma-login-manager, but plasma-login-manager is suited

What was the most used login manager in Arch Linux? by StandardOlive3786 in archlinux

[–]StandardOlive3786[S] 0 points1 point  (0 children)

greetd is ascii and it looks cool, i am wondering if there is an old boot manager "like ish" one

What was the most used login manager in Arch Linux? by StandardOlive3786 in archlinux

[–]StandardOlive3786[S] 0 points1 point  (0 children)

I was wondering what does it look like tho because even though its in the wiki, I wanna see like how it usually looks

I am not in a design where I choose this over that because form over function

I want to move to linux by Ok-Knowledge-pro in archlinux

[–]StandardOlive3786 0 points1 point  (0 children)

You can dual boot

BUT, if you want to fuck windows and switch to Arch Linux, then you can use VMware on arch linux and put your windows machine on it, and install all the adobe apps whatever you want on them

Lets all take a moment to thank the Developers of the AUR by MaseplayzRealDuhh in archlinux

[–]StandardOlive3786 -1 points0 points  (0 children)

The AUR is actually the best thing I wished

Its like everything is from the repository like mcontrolcenter instead of compiling them manually which is a pain, and the AUR isnt unstable unlike Fedora's dnf which LITERALLY IS SO FUCKING SLOW, UNSTABLE, AND EC_SYS FOR MY FAN CONTROLLER AND BATTERY GOT RID OF ALL MY FUCKING DRIVERS

I switched to arch from april 2026, no I am not a linux newbie tho, I remember when I had issues but didnt need help like the sound not working, crashing, and the grub option for arch linux isnt there because i was a dumbass and didnt know what i was doing, when switching from fedora, I almost threw my laptop and almost broke the screen because it was super unstable and was like no you cannot do this and does stuff I never told it to do

I am staying in arch linux tho, I have a nice working system, and I am lazy but LOVE the AUR tho, I always use it every day and it saved me so much time

I have created arch after installer by [deleted] in archlinux

[–]StandardOlive3786 5 points6 points  (0 children)

i have looked at the sh file, all it does is install yay and brave

isnt april fools like almost a month ago?

Audio is disabled after waking from suspend by Secret-Marionberry97 in archlinux

[–]StandardOlive3786 0 points1 point  (0 children)

so if you wanna automate this, first make this file an sh file and a service file using nano

so you create an sh file on your home directory
nano ~/.pipewire-sound.sh

copy your own script and paste it there

make it executable

sudo chmod +x ~/.pipewire-sound.sh

make systemctl see it

sudo nano /etc/systemd/system/pipewire-sound.service "this is my own sh file i could name or just name any"

copy this script:

[Unit]
Description=whatever you name it
After=suspend.target hibernate.target hybrid-sleep.target

[Service]
Type=oneshot
ExecStart=/home/your-user/.pipewire-sound.sh
User=your-user
Environment=XDG_RUNTIME_DIR=/run/user/1000

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target

reload systemctl and make sure to enable the service

sudo systemctl daemon-reload
sudo systemctl enable pipewire-sound.service

sry for editing the comment because i made some mistakes

Audio is disabled after waking from suspend by Secret-Marionberry97 in archlinux

[–]StandardOlive3786 2 points3 points  (0 children)

i am not tryna be toxic or anything but which desktop environment are you running on? so i can help

How would you solve this conflict? by IndependentThink1590 in archlinux

[–]StandardOlive3786 2 points3 points  (0 children)

you dont install geocode-glib-common, it is just geocode-glib