Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 1398 matches

by None1975
2024-04-15 11:27
Forum: Beginners Questions
Topic: [Software] curl - command not found
Replies: 2
Views: 158

Re: [Software] curl - command not found

hackphi wrote: 2024-04-13 09:49 any thoughts on that?
Hello.

Just install curl

Code: Select all

apt install curl
by None1975
2024-04-11 12:02
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] How do I install Qtile on Bookworm
Replies: 2
Views: 123

[HowTo] How do I install Qtile on Bookworm

This is a guide for those who want to install and try the Qtile window manager. Since Bookworm and later don't accept installing Python stuff using pip anymore, all the guides don't work anymore. So I decided to write my own guide. So, lets get started. Qtile has never been included in the official ...
by None1975
2024-04-09 11:12
Forum: Graphical Environments & Desktops
Topic: [ Solved] All my desktop icons are gone?
Replies: 6
Views: 224

Re: All my desktop icons are gone?

Hello.

Please mark your topic as solved. Thank you.
by None1975
2024-04-06 10:27
Forum: General Questions
Topic: unmet dependencies with update
Replies: 7
Views: 387

Re: unmet dependencies with update

pbear wrote: 2024-04-06 04:37 apt autoremove is what I was about to recommend also. @None1975 , is there a problem using that command here? Nothing is jumping out at me.
Hello.
No problem with this command.

In my example this command remove ALL older kernels, excluding the current running kernel.
by None1975
2024-04-04 16:15
Forum: General Questions
Topic: unmet dependencies with update
Replies: 7
Views: 387

Re: unmet dependencies with update

To list all installed kernels, run (one command to show all kernels and headers that can be removed, excluding the current running kerne)l: kernelver=$(uname -r | sed -r 's/-[a-z]+//') dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve $kernelver It selects all packag...
by None1975
2024-04-02 11:28
Forum: General Questions
Topic: Failed to start light display manager
Replies: 13
Views: 656

Re: Failed to start light display manager

lightdm.service: Triggering OnFailure= dependencies
How about trying to reinstall lightdm?

Code: Select all

apt autoremove --purge lightdm

apt install lightdm
and reboot.
by None1975
2024-03-30 12:27
Forum: General Questions
Topic: Failed to start light display manager
Replies: 13
Views: 656

Re: Failed to start light display manager

Hello. Try this: apt purge "*nvidia*" And then reboot the system with: systemctl reboot This should leave you with a functioning system in almost all cases. If it seems to still be having issues, you may also try running: apt install --reinstall xserver-xorg-core xserver-xorg-video-nouveau...
by None1975
2024-03-28 16:37
Forum: Hardware
Topic: best advice for installing nvidia
Replies: 11
Views: 557

Re: best advice for installing nvidia

Just check Debian wiki. Everything is very clearly explained and written there. It couldn't be easier.
... some tutorials
You should always use the official documentation (I mean the Debian wiki).
by None1975
2024-03-19 12:18
Forum: Graphical Environments & Desktops
Topic: [Solved] Lightdm doesn't show my user's name
Replies: 5
Views: 426

Re: Lightdm doesn't show my user's name

Hello. It looks like you have configured lightdm incorrectly By default, LightDM is configured so that the user should enter both their login name and password. The login name is considered sensitive information. It is possible to provide the user with a selection of available user accounts. The mos...
by None1975
2024-03-15 16:53
Forum: Off-Topic
Topic: What does your desktop look like?
Replies: 5849
Views: 4417097

Re: What does your desktop look like?

Fvwm-Crystal with Amiga style.
The menu doesn't work because the menu depends on Python2 and Debian 12 doesn't have it.

Image
by None1975
2024-03-14 16:55
Forum: Debian Development Discussion
Topic: [Discussion] When will KDE 6 be available
Replies: 4
Views: 3796

Re: [Discussion] When will KDE 6 be available

No need to be in such a hurry. Even more KDE6 is buggy...
by None1975
2024-03-14 16:52
Forum: Installation
Topic: [Solved] Error when installing nvidia-driver firmware-misc-nonfree
Replies: 4
Views: 518

Re: Error when installing nvidia-driver firmware-misc-nonfree

Hello.
You must install linux-headers

Code: Select all

apt install linux-headers-amd64
by None1975
2024-03-02 12:28
Forum: Installation
Topic: Free firmware only
Replies: 24
Views: 23774

Re: Free firmware only

But for most cases, including yours, simply removing non-free-firmware from the sources.list should be adequate. This simple method won't work because a standard (non-expert) install will still install the non-free-firmware. I.e. the average user who installed Debian 12 in the standard way will alr...
by None1975
2024-02-27 16:26
Forum: Hardware
Topic: Wanted: list of compatible hardware
Replies: 6
Views: 645

Re: Wanted: list of compatible hardware

Hello.

You can check this Debian wiki entry.
by None1975
2024-02-23 12:23
Forum: Installation
Topic: How do I remove snaps
Replies: 5
Views: 684

Re: How do I remove snaps

urdrwho10 wrote: 2024-02-22 19:39 Is flathub ok or is that snaps evil twin? I'll try cheese again from the normal depository.
Flathub is OK (maybe) but snaps not ok....