notTheCat

joined 8 months ago
 

Long story short, I don't have the resources to keep any PC on for a reasonable time, so I want to make use of all the hardware I can find, I have an old iPad 4th generation lying around, I know anything related to programming becomes annoying when using a touchscreen but it's what I got, I don't mind jailbreaking it, or even have a Linux distro that actually works on (I'm fine with compiling stuff myself too)

[–] notTheCat@lemmy.ml 21 points 4 weeks ago (13 children)

can't update

Yeah, that's the problem, if your hardware can run the latest software, it should be able to update to the latest software

[–] notTheCat@lemmy.ml 1 points 3 months ago

I'm starting to suspect my HDD failing at this point, so many weird bugs lately

[–] notTheCat@lemmy.ml 1 points 3 months ago (1 children)

Yes I have polkit installed

Executing startplasma-wayland returns the following:

startplasmacompositor: Could not start D-Bus, Can you call qdbus?

I don't have an excutable/command named qdbus

[–] notTheCat@lemmy.ml 1 points 3 months ago (3 children)
[–] notTheCat@lemmy.ml 1 points 3 months ago (2 children)

Yes everything in TTY works as intended, I can login as my user account and sudo works as it should

 

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

 

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 7 points 5 months ago

Rest in peace

[–] notTheCat@lemmy.ml 1 points 6 months ago

Just checked the AUR, it doesn't have a build with a separate pandoc-lua

[–] notTheCat@lemmy.ml 2 points 6 months ago

If it's too much of struggle to compile it I'd rather be sure first that it will do help me with setting up the LSP

 

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 2 points 6 months ago* (last edited 6 months ago)

I just checked, it does convert to Typst but I do want to write custom stuff alongside what pandoc will output, that seems like the right tool and saves me a lot of efforts, thanks

[–] notTheCat@lemmy.ml 2 points 6 months ago (2 children)

I want to compile the docx INTO a typst file, not a separate parser for each

 

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 6 months ago (1 children)

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

[–] notTheCat@lemmy.ml 1 points 6 months ago (2 children)

It got pretty bloated in recent years with reactions and animated stickers to name a few

 

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?

 

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

 

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

1
submitted 6 months ago* (last edited 6 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

view more: next ›