27
submitted 3 weeks ago* (last edited 3 weeks ago) by notTheCat@lemmy.ml to c/linux@lemmy.ml

I came from Arch to Void just today and after installing KDE and enabling dbus, I enabled SDDM, I type in my password and it says login failed, I tried lightdm, I couldn't login neither in my user account nor root, I setup plasma to run with xinit, plasma did launch successfully, but sudo NEVER worked inside plasma, it always says "password incorrect, please try again" even though I'm able to sudo inside TTYs

I tried "sudo sddm" and read the logs, it says SDDM: authentication_FAILED for user "" which is weird (it didn't print any names)

There were also some PAM logs in between, I didn't change any PAM configuration

I have elogind installed and enabled too

6

I've read some of this article, it doesn't propose any algorithms for my case, I'm super positive about these boundaries.

If there is an offline algorithm that is optimized for my case it could help me around.

[-] notTheCat@lemmy.ml 16 points 2 months ago

I have my YouTube history off and before they disabled shorts feed for people with no history this is how it looked like, creepy af

[-] notTheCat@lemmy.ml 8 points 3 months ago

Rest in peace

13

I want to use Lua filters in Pandoc but the LSP keeps complaining about not finding pandoc module in globals, I don't have a pandoc-lua executable on my system, only pandoc-cli, and there's no such thing in my package manager either, I've tried pointing workspace.library to pandoc-cli but it didn't work, I'm a Lua noob too, and I'm on Arch, I'm fine if I have to compile Pandoc myself if that solves the problem

[-] notTheCat@lemmy.ml 5 points 3 months ago* (last edited 3 months ago)

Agreed, people get surprised their public data is public, I pretty damn well know my profile pic could end up on everyone's phone the moment I set it as profile pic

17

I want to compile a docx file into a Typst file, I believe deep down docx is XML, and Typst is close to markdown with interesting functionalities, is that feasible? Note that Typst does have syntax to define functions and call them and I want to create special functions during the code gen step, is ANTLR the right tool for the job? Are there better tools? I want to have as few bugs as possible

[-] notTheCat@lemmy.ml 15 points 3 months ago

I believe Retroarch still ships multiple Snes9x cores, and Retroarch is still in the megathread, so you can go for that

[-] notTheCat@lemmy.ml 18 points 3 months ago

Don't forget we also had 6.6.6

62
submitted 3 months ago by notTheCat@lemmy.ml to c/games@lemmy.world

Recently I've seen news about adult swim games going delisted probably off steam, one of my fav games is published by adult swim games and I want to know what will happen to it, will steam strike it off my list even if I have it installed? Will I still be able to back it up and restore its backups? Will I still be able to matchmake through steam?

[-] notTheCat@lemmy.ml 15 points 3 months ago

I had Fedora and Arch on a 2012 Intel MacBook pro, it's running well, I think macos manages power consumption better, either way I believe if you have no dGPU you should be good to go, also you probably must check the Arch wiki Mac page (regardless of what disro you choose)

[-] notTheCat@lemmy.ml 8 points 3 months ago

Yes that's what I've been looking for, thanks a lot

[-] notTheCat@lemmy.ml 4 points 3 months ago

Is that Apple-specific?

48
submitted 3 months ago by notTheCat@lemmy.ml to c/linux@lemmy.ml

I'm building a sw that should be able to read the papers read from a scanner and process them with a minimal user interaction, basically I don't want the user to jump into another sw, output an image or doc, and insert that into my sw, this kind of problem seems to be fixed when it comes to printers printing, but I couldn't find something similar for scanners (paper scanners especially, I have no use for QR and barcode scanners), the best I could find is USB HID interface, which seems pretty low level and if I'm not wrong device-specific so I have to write the implementation for each model I need to support (please correct me if I'm wrong), I know this is a Linux community but does Windows have something similar too (my sw will probably need to run on it)

Sorry if this isn't the most suitable community

[-] notTheCat@lemmy.ml 5 points 3 months ago

I think Arch really makes sure stuff are compatible before rolling, my 32bit Void laptop has had Python 3.12 for months, and I get all kind of weird warnings when installing Python packages, while Arch is still on 3.11 (maybe testing is on 3.12 idk)

[-] notTheCat@lemmy.ml 4 points 3 months ago

Seriously nobody gave me an answer, I looked it up from my 2nd machine running Arch and shit is working now

[-] notTheCat@lemmy.ml 6 points 3 months ago

Yes it was only / and /boot, I changed the owner and permissions without recursively doing so and now the bugs I encountered are gone

17
submitted 3 months ago by notTheCat@lemmy.ml to c/linux@lemmy.ml

So I've messed up by not formatting my partitions on installation and now things are buggy, dbus returns permission denied on starting is one of the prominent bugs at the moment

5
submitted 3 months ago* (last edited 3 months ago) by notTheCat@lemmy.ml to c/linux@lemmy.ml

Two days ago, I did a fresh Arch install, everything went fine, then I changed my mind about my HDD partitioning and reformatted it, and installed Arch again, the install boots okay and all, but NetworkManager was down, when I investigated it, I found out that dbus service fails to start here is what systemctl status dbus returns:

dbus-broker-launch[383]: launcher_add_services @ ../dbus-broker-35/src/launch/launcher.c +805 dbus-broker-launch[383]: launcher_run @ ../dbus-broker-35/src/launch/launcher.c +1416 dbus-broker-launch[383]: run @ ../dbus-broker-35/src/launch/main.c +152 dbus-broker-launch[383]: main @ ../dbus-broker-35/src/launch/main.c +178 dbus-broker-launch[383]: Exiting due to fatal error: -107

I've run journalctl with some filtering and found this too:

systemd-tmpfiles[327]: Detected unsafe path transition / (owned by 999) -> /var (owned by root) during canonicalization of var/lib/dbus systemd-tmpfiles[327]: Detected unsafe path transition / (owned by 999) -> /run (owned by root) during canonicalization of run/dbus

I ran ls / -l and found out that my boot partition is owned by a user named 999 and group adm (what the hell is this?)

I've tried installing dbus-daemon-units and remove dbus-broker and dbus-broker-units, now I got a different problem which was that dbus was timing out on start, so the problem might not be caused by dbus itself, I really don't want to reinstall Arch again, I'm chrooting into my install for internet connection too

36
submitted 4 months ago by notTheCat@lemmy.ml to c/linux@lemmy.ml

So I've had enough from partitioning my HDD between Linux and Windows, and I want to go full Linux, my laptop is low end and I tend to keep some development services alive when I work on stuff (like MariaDB's) so I decided to split my HDD into three partitions, a distro (Arch) for my dev stuff, a distro (Pop OS) for gaming, and a huge shared home partition, what are the disadvantages of using a shared home (yes with a shared profile, I still want to access my Steam library from Arch if I want that)

Another thing that concerns me is GRUB, usually when I'm dualbooting with Windows, the Linux distro takes care of the grub stuff, should only a single distro take care of GRUB? or I need to install "the grub package" on both? Do both distros need separate boot partitions? Or a single one for a single distro (like a main distro) will suffice?

Another off topic question, my HDD is partitioned to oblivion, can I safely delete ALL partitions? Including the EFI one? I'm not on a MacBook, a typical 2014 Toshiba that's my laptop

[-] notTheCat@lemmy.ml 5 points 4 months ago

Is it clean of trojans and shit? I want to try the port out and my PC is not powerful enough to run a game in a VM

view more: next ›

notTheCat

joined 5 months ago