Programming • snapd and sid - iptv smarters expert
i want this particular package - https://snapcraft.io/iptv-smarters-expertit installs but seems to have some gtk2 and gtk3 problemsdoes snap depend on stable or have i installed the package the wrong...
View ArticleOff-Topic • [Discussion] wattOS forum requires phone number to register -...
Discord is a gamers platform and Linux distros are not really games. You're not missing much, but it's a poor choice for a main distro support channel.If you have generic Debian-based questions you...
View ArticleInstallation • replacing windows with debian 12: bios issue
Debian is perfectly capable of booting on EFI environments. Changing to BIOS (legacy) mode shouldn't be necessary.Are you selecting the boot device at startup? Otherwise you have changed the drive...
View ArticleGraphical Environments & Desktops • MATE Desktop and issues with...
You might be able to add that argument to /usr/share/applications/chromium.desktop?Code: Exec=env LANGUAGE=it /usr/lib/chromium/chromiumStatistics: Posted by Uptorn — 2024-10-24 03:56 — Replies 1 —...
View ArticleGraphical Environments & Desktops • No sound from Firefox browser when...
Firefox on its own, works fine, except that it just won't give any sound when streaming internet audio.There is a specific site that is not working? Can you elaborate on 'streaming internet...
View ArticleGeneral Questions • [Software] Snapdragon X Processors Debian Support
Seems like full support for these (they are arm64, but also on a SOC (system-on-chip)) hasn't yet been fully integrated to even 6.11 kernels, but Qualcomm does have a team dedicated to getting these...
View ArticleGeneral Questions • [Software] file access rights
ls -ld dir1 dir2 ?Statistics: Posted by dilberts_left_nut — 2024-10-24 05:10 — Replies 7 — Views 1333
View ArticleInstallation • How to get installer to select its SSD target?
[..] So my question is answered. [..]Please mark the discussion as solved manually adding the tag [Solved] at the beginning of the first post.Statistics: Posted by Aki — 2024-10-24 20:13 — Replies 4 —...
View ArticleGraphical Environments & Desktops • After restart, DE experiences...
After every reboot, the desktop environment (KDE plasma on Wayland) fails to load correctly, so I either can't login, or, when I login the taskbar is missing, I can't launch any programs and the meta...
View ArticleInstallation • Installing Debian stable on a MSI Z690-A with Secureboot
Hello Peter, thank you. This Readme is really helpful and I was indeed able to "go into the MOK manager and enroll my keys. Now it seems that the kernel module is getting accepted. But so far the...
View ArticleTesting And Unstable • Intel BE200 WIFI7 no driver load
Please use code tags for terminal output, I fixed it for you.Moved to the "Testing And Unstable" subforum.Statistics: Posted by fabien — 2024-10-24 21:58 — Replies 1 — Views 49
View ArticleGeneral Questions • [Software] Create the swapfile at the moment of...
The issue is the offset :I triedCode: fallocate -l $(($(free -b|grep Mem|awk '{print $3}')+100000000)) /swap;mkswap /swap;swapon /swap;filefrag -v /swap|awk 'NR==4{gsub(/\./,"");print $4;}'which gives...
View ArticleTesting And Unstable • [SID - Unstable] Machine spontaneously rebooting with...
@froggit9000 Not tyring to sound smart,,but is your pc,,on a battery backup?I never realized until I sprung for a decent UPS backup cube here where we live the electric bllips off. This UPS makes a...
View ArticleInstallation • New Debian 12 Install - Black Screen - Radeon RX580
Help us help you by providing system and hardware info. Install inxi and post:Code: inxi -CGSxxxzinside code tags please.Statistics: Posted by sunrat — 2024-10-25 01:45 — Replies 3 — Views 84
View ArticleInstallation • How can i setup installation media manually in the installer?
Yes, I used this workaround last time. But if I do it like this every time, I'll never be able to use my USB multiboot stick for Debian. That's why I wanted to know if there's a way to solve this by...
View ArticleHardware • which firmware files required about intel centrino advanced n 6200?
example on my laptop:Code: sudo dmesg | grep -i firmware...[ 7.601042] iwlwifi 0000:04:00.0: loaded firmware version 77.85be44d3.0 cc-a0-77.ucode op_mode iwlmvm...[ 9.203268] Bluetooth: hci0: Found...
View ArticleHardware • [Solved] Cant install GRUB on emmc storage on Acer Spin 1
I finally did it. The last guide that was essential to me actually overcoming this hurdle was one on GrubEFIReinstall.It seems I really needed to add "--no-nvme" to the grub-install command. It is...
View ArticleGraphical Environments & Desktops • Stability issues with KDE Plasma
Suspend does not work anymore. In KDE it temporarily freeze the DE. In Mate it disconnect and reconnect the network.I guess I'll have to revert to deep sleep.Statistics: Posted by larienna —...
View ArticleGeneral Questions • [Software] file access rights
Code: ls -lah <directory>That explains it, that command does not show permissions of the directory, it shows permissions of files inside the directory. You need to use the "-d" option.i'll run...
View ArticleGeneral Questions • tasksel
If you disable recommends you really need to understand what packages you need. This is not easy for a modern desktop environment.Agreed absolutely. No way would I disable Recommends, you lose some...
View Article