Para_lyzed

joined 1 year ago
[–] Para_lyzed@lemmy.world 24 points 1 week ago

The linked article does a great job explaining the process of creating a theme assuming you have the SVG files. If you are asking how to create SVG files, then just use any vector editor (like Inkscape, for instance). You can find plenty of tutorials on how to create vectors through online video tutorials.

[–] Para_lyzed@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

Sorry for the late reply, I'm not on Lemmy often.

It seems that, according to a Reddit thread, the Nobara kernel should include support for ec_sys. What does the command modinfo ec_sys output? If it doesn't return modinfo: ERROR: Module ec_sys not found., then you should just be able to enable it with sudo modprobe ec_sys and then enable it persistently across reboots with echo ec_sys | sudo tee -a /etc/modules

EDIT: Replaced output redirection with sudo tee in case you are not running the command as root.

[–] Para_lyzed@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

I'm not really sure what it is you're asking for here. As another commenter said, ps outputs a list of newline separated entries (using \n, the standard LF character). I even ran some sanity checks to make sure it wasn't using \r\n (CR LF) with the following:

$ ps aux | grep $USER | tr -cd "\n" | wc -m
14
$ ps aux | grep $USER | tr -cd "\r" | wc -m
0

The output of ps aux | grep $USER is consistent with the formatting of ps aux. I also found that ps aux | grep $USER was consistent with ps -fp $(pgrep -d, -u $USER) except that ps -fp $(pgrep -d, -u $USER) shows the header (UID PID PPID C STIME TTY TIME CMD), does not show the processes related to the command (entries of ps aux and grep --color=auto $USER), and does not show grep's keyword matching by highlighting all matches within a line. It is otherwise completely identical.

Can you provide the output that you are getting that is unsatisfactory to you? I don't think I can otherwise understand where the issue is.

[–] Para_lyzed@lemmy.world 2 points 2 weeks ago (3 children)

Can you paste the output of the build so we can see what specific package it is missing? Qt is not a single package, and it's very likely that you need the developer package qt-devel and its associated libraries to build, not just the base package.

[–] Para_lyzed@lemmy.world 1 points 3 weeks ago

Just a thought, but since someone else in the thread said you can stream to Chromecast via VLC, you can desktop capture natively in VLC and stream that to your Chromecast. I can't remember if the native capture can do sound or not, but if not, you can instead use OBS virtual cam (you'll need v4l2loopback for the virtual cam to show up), and open that as a capture device in VLC. You should be able to attach an audio source to that as well. While I haven't personally tested it with audio, I have used OBS virtual cam with VLC before, and it worked flawlessly for me. If you can't find a more elegant solution, then it's worth a shot to try and see if it works

[–] Para_lyzed@lemmy.world 1 points 3 weeks ago

While I haven't personally tried it, I've heard people have issues with cooling when using the M.2 hat, especially when using their Pi for intensive applications (like hosting a Minecraft server). I'd honestly recommend just getting a 2.5" USB drive enclosure and an SSD. Costs about the same amount of money without the drawback of poor cooling. You can use it with any case, since it just connects via USB. I have been running my Pi this way for years (in fact I have never used an SD card in it).

[–] Para_lyzed@lemmy.world 1 points 4 weeks ago

I agree with this sentiment 100%, but I think it lacks some of the context that these are children we are talking about. They aren't being educated on privacy or security; not by their schools, and certainly not by their parents. This generation is being raised to believe that everything they do and say needs to be posted online to social media, and their concept of privacy is virtually nonexistent. Couple that with the fact that most of them don't have a personal computer, and it leads to great levels of negligence with regard to their use of technology, and most relevant to this discussion, their use of school computers. The children being surveiled and exploited by this software don't have the education on it to understand why it is bad, or even that it is happening to begin with.

So while yes, they shouldn't have private communications on school computers, they don't have the context to understand that or independently come to that conclusion themselves, thus those private communications will happen nonetheless.

[–] Para_lyzed@lemmy.world 2 points 1 month ago

I am also experiencing this issue on Fedora 40 with the Negativo drivers, and I believe this is a flatpak issue. Here is a GitHub issue detailing the problem. Allegedly it has been fixed, but I have updated to the latest commit and am still having the same issue, so I am unsure what to do (I've spent a number of hours trying to troubleshoot this). You might have luck just running a flatpak update, as that is supposed to solve this issue (YMMV though, it didn't fix it for me).

[–] Para_lyzed@lemmy.world 3 points 3 months ago (1 children)

Do you not consider Alpine Linux to fall into the general category of "Linux", then? It lacks GNU user space utilities, though there is never a world where I would not consider it a "Linux" operating system. You seem to be overgeneralizing here and making assumptions about OP's intentions that aren't based in fact. I don't see the point in drawing meaningless lines, here. What you're referring to (as described by the GNU project) is GNU/Linux, not "Linux" by itself. The two are often but not always used interchangeably, and treating them as exactly the same leads to major outliers, like Alpine. I've heard plenty of people use the term "Linux" in practice to describe software running on embedded devices that don't contain GNU utilities, so this isn't exclusive to Alpine. In fact, the only real exception that I see consistently to operating systems that run the Linux kernel is Android, so it makes much more sense to formulate a description of the generic term "Linux" as simply having an exception for Android, though I'd argue that the only reasons that Android isn't viewed as "Linux" is because it is a mobile operating system, it is developed with the sole intention of including non-free, proprietary software (AOSP by itself isn't meant to be the full operating system on any device, but rather a framework), and the fact that the structure of the filesystem and the way apps are run differ completely from the ways of traditional "Linux". It seems to be an exception purely by the fact that it operates in fundamentally different ways than other "Linux" operating systems.

[–] Para_lyzed@lemmy.world 3 points 3 months ago

Fedora is what I'd describe as cutting edge, but not bleeding edge. It's still behind from source, and is semi-rolling release, so it's further behind than Arch but way ahead of stable/fixed release distros like Debian

[–] Para_lyzed@lemmy.world 2 points 3 months ago

Idk, I think Gentoo and Void would be worse for a new user. But yeah, most other distros will be more new user friendly. Bazzite has a great new user experience, for instance

[–] Para_lyzed@lemmy.world 10 points 3 months ago (1 children)

Not sure what the title was before you changed it, but if I see a post in my feed that looks like this (without the "very bad take" part), I wouldn't even want to open the post to see the description. I'm glad you clarified by editing the title, but without making your stance clear in the title from the very beginning, it would be bound to receive a barrage of downvotes.

view more: next ›