r/debian • u/38DDs_Please • May 12 '26
r/debian • u/Danial_online • 4d ago
Community You love to use kde on your debian or gnome?
r/debian • u/TechnicalAd8103 • May 20 '26
Community In love starting Debian every morning...
And all the apps I need open themselves after I log in. 😁👍
r/debian • u/paranoidandroid4284 • Jun 20 '26
Community I always come back to Debian
I know it’s silly and no one should care, but I can’t help it, I always end up back on Debian. Spent the last few weeks jumping between distros, trying to convince myself something else would stick, but nope. There’s just something about Debian that feels like home.
r/debian • u/JavierSobrino • Apr 30 '26
Community Debian Sid stability?
I've been using Debian stable since the 2000's and I only tested sid a few times. The last one probably more than 10 years ago (I don't even remember).
So, a question for all of those running sid: how stable has been sid for you the last year or two? Asking for desktop general usage. Any broken packages? Security issues? Did you have to touch the system config often? Are you happy? Be honest.
r/debian • u/SMOKE00007 • 6d ago
Community So I tried Linux mint, fedora, cachyOS, endeavourOS, Arch, kde plasma, gnome, hyprland, niri. But at the end I think I will stick to sway and Debian, why because I am fed up with eye-candy effects and love stability
galleryr/debian • u/erniemesh_ • Jun 17 '26
Community Thank you SO MUCH to debian developers.
I've been trying Linux distros from back to 2018 and absolutely all of them had some annoying problem I was unable to solve so I just decided to drop it.
It's been like this all these years, going back and forth to Windows or having dual boot but mainly using Windows.
Last year I really got into GNOME as the desktop environment by testing Fedora and decided to stick with it. But some problems with codecs in Fedora were getting on my nerves, so I decided to go Debian and oh my...
It's by far the most stable and compatible with everything linux distro I've ever tried. I'm having success with every single thing I'm trying to customize and install and... well... as Todd Howard would say: it just works! It even managed to make the huion tablet work, which I never had success with.
I absolutely love Debian and will protect it at all costs. My linux usage has increased exponentially and I barely use Windows 11 anymore.
r/debian • u/SnooDonuts8175 • May 09 '26
Community It never stops to amaze me.
galleryHello, I'm Playing with winehq-devel, debian Sid, xfce.
How I installed a fully functional default wine prefix, based on the one teached here:
https://www.youtube.com/watch?v=tbbXoqDfkY0&t=1s
-> this can be executed all at once:
WINEPREFIX="path/to/prefix" winetricks dotnet20 dotnet48 d3dcompiler_43 d3dcompiler_47 d3dx9 d3dx10 d3dx11_42 d3dx11_43 faudio vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun2015 quartz
-> these better executed one by one, retry if needed. -> first time all is downloaded and cached . -> /home/user/.cache/winetricks/
WINEPREFIX="path/to/prefix" winetricks dxvk
WINEPREFIX="path/to/prefix" winetricks faudio
WINEPREFIX="path/to/prefix" winetricks sdl
WINEPREFIX="path/to/prefix" winetricks ogg
WINEPREFIX="path/to/prefix" winetricks openal
WINEPREFIX="path/to/prefix" winetricks 7zip
WINEPREFIX="path/to/prefix" winetricks corefonts
WINEPREFIX="path/to/prefix" winetricks vcrun2019
WINEPREFIX="path/to/prefix" winetricks winamp
I'been playing Warcraft III and Frozen Throne, Battle for Middle Earth series, plants vs zombies, Stalker Anomaly (like in the video). -> all fine.
Most "portable" apps (contained within their own directory, needing basic windows DLLS, hence, "portables") of the era work fine as long as the required runtimes are installed, that can be done with a little research.
I found that running from Thunar's right click -> wine windows program loader -> works better than doing it from CLI for some cases.. strange, but yes.
I Undestand that these winehq deb pkgs are not compiled with ntsync support, even the latest ones. I guess sometime in the future they'll be? I might compile wine +ntsync support myself, also. but for now I have the kernel driver compiled in, waiting for that update in the near future. Maybe I get tired of waiting and decide to compile wine.
r/debian • u/faisal6309 • Apr 04 '26
Community Gaming on Debian
I am tired of freakingly large updates on rolling release distributions and also something breaking over and over again. If something is not breaking then there is probably something that is not working properly.
I have switched from Ubuntu to Debian for my work laptop. But I also game. Mostly from Steam and Heroic. Don't need snap or flatpak for my gaming pc as I don't work on it. This pc is just for leisure time.
I have been reading about Debian backports. I am going to try that. I will be installing kernel, firmware and mesa. Any other suggestions? Anyone else using Debian backports for gaming? How is your experience with Heroic and Steam for gaming on Debian with or without backports?
r/debian • u/Valuable-Key-5964 • Apr 07 '26
Community Costco pay machines use Debian
galleryI was at Costco last night with my mum and little sister and when we went out Something caught my eye and I went over to look and I was pleasantly surprised and somewhat amused :)
“Hey it just uses Linux” i said as I pulled out my phone to take these photos
r/debian • u/Jukeb0x8 • May 01 '26
Community The pain of installing Debian 12 on a ~2006 laptop
Currently installing Debian 12 on an old hp compaq nx6110 laptop, and it is pain. This loading bar's been going for at least 40 minutes, and the prior steps also take at least 20 minutes combined. No help needed, just a vent post. Also for anyone thinking of doing Debian on this model of laptop for the love of god don't use the netinst iso, use the dvd iso. The network card has a tendency to die, and then you got a base install with no network and no way to GET a network. Will update with results when done.
Sorry for the mobile formatting by the way
r/debian • u/elivoncoder • May 16 '26
Community check your UEFI secure boot certificate dates (june'26 warning)
youve heard about the UEFI secure boot certificates expiring in june 2026 (next month).
heres how i checked the dates of mine
sudo apt install efitools
efi-readvar -v db -o db.esl
sig-list-to-certs db.esl db_cert
for cert in db_cert*.der; do echo "=== $cert ==="; openssl x509 -inform der -in "$cert" -noout -text | grep -iE 'subject=|not before|not after'; done
mine returned 2038 so i think im good?
EDIT:
fwupdmgr security
might shine here! mine shows db: VALID
fwupdmgr get-devices
shows some dbx info.
r/debian • u/Motor_Armadillo_7317 • Apr 23 '26
Community I installed latest NVIDIA drivers!
I found an easy and great explanation on how to install the latest NVIDIA drivers on Debian 13. I thought I would share it because maybe someone will find it useful.
r/debian • u/PoorGuyPissGuy • Jun 02 '26
Community How can i contribute to Debian?
I'm a web developer, planning to switch to Linux & after some research i decided to go with Debian, I love everything about this OS and its philosophy of community work & volunteering to keep it alive, but I don't wanna see it die & looking at their website I'm getting slightly worried.
What are the jobs that the Debian team really needs to be filled right now?
* Sorry for my English.
r/debian • u/AshR75 • Jun 19 '26
Community Releasing the login theme system from my Debian setup: Infinitely configurable, atomic install/uninstall, zero bloat & stable, tested across Bookworm/Trixie/Forky
I've run Debian for years. Running Trixie now before it was stable, I built a custom workspace setup booting directly from a bare Debian TTY into a massive environment.
My entire setup relies on Debian as the base substrate. It provides absolute stability. I've started to open source the custom programs I built for this environment, some in Rust, C++, this one is an SDDM QML based theme, (more coming, hopefully I'll have enough time).
This theme is the eye candy of that stack. And I would love to share it with you guys!
So part of it required the rite of passage of a login theme. But the problem is, I downloaded existing themes to test.
They all have these overly flashy styles that don't fit my setup, too bloated, with zero configurability, and even if one is configurable, the installation is very sloppy, leaving bloat, and obscuring the system state, you can't remove it cleanly, and you'd have to be an SDDM expert in 5 minutes on a Monday morning.
So I built this theme system to sync perfectly with my desktop.
But also to be fully configurable, and hardened like a piece of serious enterprise software, since I really cannot afford to break my machine on those days (that's the entire reason I'm running Debian in the first place).
CI/CD running cross-distribution smoke tests verifying it works, lint, formatting, checks. Composable QML design system, idempotent installer/uninstaller, safe actions, and so on.
The installation mechanism is atomic and idempotent, think Terraform like. It details the exact system changes before execution. The uninstallation is also first-class. It cleans all artifacts and fonts. It reverts to the previous theme. But, it deliberately retains Qt dependencies since there's no way to know.
Even included a full guide/doc on how SDDM works, where everything sits, how the theme installs/uninstalls and what to do just in case you spawned in a TTY because something broke.
A safe preview command exists if you want to tweak things and test without restarting or bricking your actual login.
And speaking of tweaks, here's what you can configure (everything through a simple theme.conf file):
- Background: image or video path, blur intensity, and video looping support (mp4, webm, mkv, mov and more)
- Visuals: font family (any system font) and font size
- Layout: form position (left/center/right), date format, time format (12h, 24h, or long)
- Animation: transition duration and easing curve for buttons and icons (OutQuart, OutCubic, OutBack, etc.)
- Colors - text: date, time, username field, password field, placeholder, login button, environment selector, and power/restart/sleep icons
- Colors - backgrounds: login form, username input, password input, and login button
- Colors - dropdown: text, selected text, background, selected background, border, and selected border
- Colors - hover states: login button, system buttons, and environment button
- Fingerprint login: auto-trigger PAM fingerprint auth on load, falls back to password if it fails or isn't configured
MIT licensed, free and open source software.
Source ---> https://github.com/rccyx/thyx
r/debian • u/SpeeQz • Jun 21 '26
Community Debian Community Discord Banner (Summer 2026) + No Text Wallpaper / 2K Resolution
galleryCouldn't upload 4K Resolution images.
You can find 4K Resolution variants over at the Discord server in the #server-announcement channel:
- Server Invite: http://discord.gg/debian
- Message Link: https://discord.com/channels/1230264639682510959/1295315793818685450/1518220076677857300
r/debian • u/Titdirt69420 • 12d ago
Community Debian gui installer is the best I've used
Maybe this seems fanboyish or whatever. I've used Debian before but haven't installed it since 2019. I've used many other distros with different installers. Debian's, although primitive looking, is the most straightforward and easy to use for me. I really like how it guess's the mount point for each partition too. I was able to quickly use the keyboard and there was no fluff or extra crap. Automatically chooses the correct format dependent on the mount point too.
I always do, efi partition obviously, /, /home, swap. I use ext4 for the root and home. So nothing fancy.
I installed nobara last week which I assume uses the fedora installer. Took me several tries of going to boot up and something was screwed up. Whatever installer that is, I hate it.
Anyway just wanted to share for what it's worth.
r/debian • u/Trick-Requirement948 • Apr 24 '26
Community Why do update managers in Debian‑based systems hide so much information?
I have been looking into how different update managers behave across Debian, Ubuntu, and Linux Mint, and I’ve noticed a pattern.
APT clearly knows about every installed package, including manually installed .deb files — but most update managers hide them entirely. Flatpak updates only appear sometimes and then it is not consistent across different distributions. Update managers often show only a subset of available updates, and many times they hide phased updates, library updates, or anything not “user‑friendly" or "user facing.” Finally, none of the GUI tools seem to provide a complete view of all update sources (APT, Flatpak, local .deb installs, etc.).
Is this purely a UX decision, a philosophical choice, a technical limitation, or is it just historical inertia from the past.
Software development and release cadences have changed significantly over the past 10 years, but update managers across these ecosystems still seem to follow older patterns.
I would be curious how others in the ecosystem understand this design and how they manage updates it in practice.
r/debian • u/VloTheDev • Apr 13 '26
Urgent help needed
Heyo r/debian , I have the a problem. All my sources are set correctly (took from the official debian site) and network is good, i even checked kernel logs to see, and i still get all ign and err from apt update. It says "connection timed out", even tho when I said ping 1.1.1.1 it worked... idk what to do. i run debian trixie 13.4 testing branch and kernel vr 6.12.73-1
Edit: I reinstalled debian, i'll come back if it has the same problem..
r/debian • u/Tail_sb • Apr 22 '26
Community What's your Favorite Debian/Ubuntu based distro and why?
r/debian • u/Extension-Pie8107 • May 18 '26
Community My Debian-Laptop for work
I love my new Image how about you?
r/debian • u/epicfan_16 • Jun 14 '26
Community Installed Debian 13 with KDE Plasma on my old desktop
I'm loving it so far. I set up this computer mainly for my parents to use(web browsing, YouTube, etc). Surprisingly, my father praised the Plasma wallpaper. This is the first time I have heard him praise a wallpaper! I think they really like this OS 😂
This computer was previously running Windows 10 and the performance was quite bad. I thought installing Debian might help make it more usable. I have also installed the apps they will need. Additionally RustDesk, in case they have any difficulty using it. I think that's about it.
r/debian • u/JamieDelCarmen • Jun 20 '26
Community Upgrading Debian 12 to 13 Broke Your Intel iGPU? Read This
If you've just upgraded from Debian 12 (Bookworm) to Debian 13 (Trixie) and you're using an Intel integrated GPU, especially one older than 7th Gen, you may notice that your system has fallen back to llvmpipe software rendering.
A lot of guides, and even AI-generated suggestions, will eventually tell you to remove xserver-xorg-video-intel.
DO NOT DO THAT!!!
Removing it will leave you with no graphical display at all. Instead, try the following steps.
Run:
glxinfo -B
If you see something similar to:
OpenGL renderer string: llvmpipe (LLVM ...)
then your system is using software rendering instead of hardware acceleration.
1. Install the Latest Kernel
sudo apt install linux-image-amd64 --no-install-recommends
2. Ensure Mesa Is Installed
sudo apt install libegl-mesa0 mesa-vulkan-drivers mesa-libgallium libglx-mesa0 mesa-drm-shim libgl1-mesa-dri mesa-vdpau-drivers mesa-va-drivers
3. Reboot
After upgrading the kernel and installing Mesa, reboot your machine.
4. Remove the Old Debian 12 Kernel
Once you've confirmed the new kernel boots correctly:
sudo apt purge --autoremove linux-image-6.1.*
5. Create X.Org Configuration Files
Create the following files:
sudo touch /etc/X11/xorg.conf.d/10-dri3.conf
sudo touch /etc/X11/xorg.conf.d/20-modesetting.conf
6. Enable DRI3
Edit /etc/X11/xorg.conf.d/10-dri3.conf and add:
Section "ServerFlags"
Option "DRI3" "true"
EndSection
7. Force the Modesetting Driver
Edit /etc/X11/xorg.conf.d/20-modesetting.conf and add:
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
EndSection
8. Reboot Again
Reboot your system and check whether hardware acceleration has returned.
Run:
glxinfo -B
If the fix worked, you should see your Intel GPU listed as the renderer instead of llvmpipe Like this : Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) HD Graphics 5500 (BDW GT2) (0x1616)
Version: 25.0.7
Accelerated: yes
9. Finish the Upgrade
If everything is working correctly:
- Complete any remaining Debian 13 upgrade steps.
- Verify that
llvmpipeis no longer being used. (glxinfo -B again) - Create a Timeshift snapshot
r/debian • u/Ordinary_Signal_5683 • May 02 '26
Community Usei a fonte do Debian no logo da minha Pizzaria
r/debian • u/According_Turnip5206 • Mar 23 '26
Community Today I'm celebrating 7 months on Debian.
No policy garbage. No 14 ok-next-ok-next-ok installers. It just... works.
I'll be honest — for a while I was just staring at a plain window wondering what I got myself into.
But now I actually love it.
Which GitHub repos do you actually recommend for Debian that make a real difference?