• 5 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle






  • And Libreelec provides preconfigured images for the pi. You still need to jump through some hoops to get streaming services running (html5 encrypted media extensions and all that) but it streamlines the process of getting started with kodi a lot.

    Another project to keep an eye on is plasma big screen. It’s not quite there yet, but it will eventually provide a more familiar smarttv experience. (Currently it’s missing a lot of apps, that kodi has)


  • No. On your screenshot you can see that the apps that you are trying to install are numbered. It’s hard to notice because you are only installing on app so the numbering stops at one, but if you tried to install multiple apps or the app depended on an other package from the AUR you would see more entries in this list and each entry would be numbered.

    So specifying a range would mean package 1, 2 and 3. An option like that can come in handy when performing updates


  • Vittelius@feddit.detoLinux@lemmy.mlhow to interpret this, yay output?
    link
    fedilink
    arrow-up
    38
    arrow-down
    3
    ·
    10 months ago

    lets start with why you are getting this output: If you see a screen like this your app is pulled from the AUR. The AUR works different from the other repos. While the normal repos download standardized arch packages in the form of tar-archives the AUR takes a more radical approach: get the app on your system by (almost) any means necessary. So the AUR doesn’t contain a package but a text file containing instructions. Where to download the necessary files, where to put them, that sort of stuff. In most cases the files is just the source code and your system will compile it according to the instructions in that text file. Compiling means it will turn the human readable programing in to computer readable stuff. In other words, it will create, or build, a standard arch package right then and there, on your system. That’s why the text file is referred to both as “Build Files” or as Pkgbuild.

    If you look at your screenshot, you see, that it first downloads your PKGBUILD and then shows the file as present (it uses the plural, because in exceptions there are additional files such as systemd-files that are downloaded as well).

    When installing apps from the AUR yay will cache stuff to speed up build times. Performing a clean build means not using this cache. In most cases just pressing enter will work just fine.

    And now is the part were I must warn you: Be careful with the AUR:

    1. Every app gets root during install, meaning that it can do everything it wants during that time. It’s generally recommended that you review every Pkgbuild before installing it. Nobody i know actually does that and the AUR is moderated, so there are people that take actions if someone uploads malware, but that’s mostly reactive. To my knowledge there never has been malware in the AUR but it is a possible attack vector.
    2. The official wiki states: “The AUR is unsupported, so any packages you install are your responsibility to update, not pacman’s. If packages in the official repositories are updated, you will need to rebuild any AUR packages that depend on those libraries.” yay will mostly take care of that but there is also [3]
    3. Most impotently: The AUR is a project of Arch Linux. You are not using Arch, you are using Manjaro. Manjaro is build on top of Arch, but the tend to hold updates back a bit while they check them for bugs. The people managing the AUR don’t care about that. So they might push an update assuming your system to have those held back updates and things may break.

    In conclusion. If possible stick with the repos and flatpak. If an app is not available this way you can use the AUR. If you use the AUR you can keep just pressing Enter until the app in question is installed. Just don’t be surprised if the app breaks two months later because of something stupid the Manjaro devs did




  • You don’t need to justify your purchasing decision to me. I am not even calling for a boycott of the game. I know people at Larian and I wish them all the success they can get.

    I am just surprised that this whole thing seems to be completely absent from the larger discussion about this game. I would have assumed, that it would have been at least a footnote.


  • Sure, but people were really mad earlier this year because Wizards of the Coast, the company that owns D&D tried to pull some licencing related shenanigans that would have massively fucked over the community. People were boycotting the movie a couple of months ago over that. It’s interesting, that Baldurs Gate seems to not be affected by this at all.





  • The reason, you aren’t finding anything, is that nobody really attempts to install premiere or after effects anymore on Linux. The alternatives have cought up and they are available for Linux.

    • DaVinci Resolve provides the complete package. Video editor and (node based) compositor in one. Even outside of the Linux world there is a lot of momentum behind this tool, as I probably don’t have to tell you. Keep in mind, that the free version on Linux has some limitations, that the free versions on the other OS’s don’t have (missing h264 support for example)
    • Left angle Autograph (https://www.left-angle.com/#page=95) is a young product, having seen its first release earlier this year. It’s a direct competitor to After Effects. A timeline based VFX tool. Unfortunately fairly expensive as well.

    Back to your question: making things work with wine has a significant drawback. Your system can break with every update. So you’re not making it work just once but over and over again.



  • You could mitigate that by adding a limited, rotating color pallet. every time pixels are locked two colors are taken away and two different colors are added. You would always be able to see beforehand when certain colors would be made available, enabling a new level of planing. It also forces creative solutions in defending your art

    That idea would even work standalone without the immutable thing




  • There is Doctor Who, and that’s it.

    Actually, DW is a good example, because the continuity of that show is a mess, and very intentionally so. That show thrives in its inconsistencies. There are three different explanations for why the Doctor can change faces when he dies, for example. And each one contradicts the others. There is also no beta canon, every tie in is considered canon. So the doctor has officially met Batman, Gandalf and Picard. That’s canon.

    In the end IP is a playground and continuity should enhance story. Nobody gains anything from lore for the sense of lore. What does the Klingons always looking a certain way say? Not all that much. It’s a nice to have, because it allows you to recognise them quickly and make connections. But if the look is constricting for the creative team, then they should be able to change it.


  • Open Media Vault. It’s Debian, but with a nice web UI on top to manage the system. It allows you to setup NAS-shares visually, so you don’t have to rely on your ancient and possibly a bit rusty terminal knowledge. It also gives you the option to easily install portainer, a way to manage docker containers, like a firewall