this post was submitted on 23 Jan 2025
10 points (91.7% liked)

Linux

49211 readers
569 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I installed LXDM and LightDM, I couldn't login from the DM in either cases, so I decided to run LXQt using startx which worked, except I couldn't sudo from the terminal emulator inside LXQt, while I was able to sudo normally in tty, I've tried enabling elogind, nothing changed, my user is in the wheel group and my system is up to date

top 10 comments
sorted by: hot top controversial new old
[–] atzanteol@sh.itjust.works 3 points 16 hours ago* (last edited 16 hours ago) (1 children)

What does "doesn't allow sudo" mean? Did you get an error that provided a reason? What exactly did you do?

[–] lonesomeCat@lemmy.ml 1 points 11 hours ago (1 children)

It says incorrect password, I'm pretty sure it is entered correctly

[–] atzanteol@sh.itjust.works 1 points 8 hours ago

But what does. Be specific. Are you prompted on the CLI or is there a pop-up window that you're entering credentials into?

[–] Lantern@lemmy.world 1 points 16 hours ago (1 children)

What shell are you running in your terminal? If I’m remembering correctly, it’s recommended to set the shells during the installation, so that could be the issue here.

[–] lonesomeCat@lemmy.ml 1 points 11 hours ago (1 children)

Both bash and fish are returning incorrect password upon trying to execute any command with sudo

[–] Lantern@lemmy.world 1 points 7 hours ago

Interesting, could also be the tty. If it’s causing you a lot of trouble, you might want to just reinstall.

[–] Estebiu@lemmy.dbzer0.com 3 points 22 hours ago (1 children)

I dont use neither void and neither x11, but that seems like a common thing that should be mentioned in the docs? i think

[–] lonesomeCat@lemmy.ml 1 points 22 hours ago (1 children)

I looked up void docs, the only recommended thing I found was enabling elogind :/

[–] khorovodoved@lemm.ee 1 points 21 hours ago* (last edited 20 hours ago) (1 children)

Try starting with dbus session. Also try lxqt-session and startlxqt commands.

[–] lonesomeCat@lemmy.ml 1 points 20 hours ago

I've tried

exec dbus-run-session -- startlxqt

Nothing changed

I also tried

exec lxqt-session

It ran a broken session with no panel, I tried to sudo from there but it also said incorrect password