• 3 Posts
  • 27 Comments
Joined 6 months ago
cake
Cake day: July 21st, 2024

help-circle






  • Both MKVToolnix and Handbrake allow you to define segments (though they call it chapters). You set these chapters either by providing exact time stamps or by loading a XML file that does it for you. The generating of those XML files could in theory be crowdsourced, but I don’t know of any platform that does this.

    Alternatively, and this is the solution I use, you can use a userscript for mpv called “chapters for MPV”. This plugin allows you to define chapters more visually. Simply pause the video at the right position, hit “n” on your keyboard and then enter the name of the segment.



  • Vittelius@feddit.orgtoLinux@lemmy.mlHelp with Office docs + Linux
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    I never had a problem with LibreOffice. But I also never encountered a situation at school where “advanced” MS office features where required. So, pure luck, I guess.

    That being said, LO is not the only the only office suite for Linux. All of these have better MS Office support than LO:

    • OnlyOffice: for the most part web based, but there is also a desktop app that wraps the web app into a local container. Free & open source, integrates with nextcloud.
    • SoftMaker Office: Proprietary, paid solution, that advertises with having the best MS compatibility on the market. Based in Germany. Usually €99, currently €70 (or a €30 annual subscription)
    • FreeOffice: Free but proprietary. Feature reduced version of SoftMaker Office (Comparison)
    • WPS Office: Free but proprietary. Chinese, I had some problems with it when I last tried it to install years ago. Maybe they fixed them since, IDK






  • Vittelius@feddit.orgtoLinux@lemmy.mlDistro and/or config for elderly person
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I would probably go with bluefin. KDE is great, I myself use aurora on one of my devices, but it can also be kinda fiddley with all of it’s options.

    The user has never even used a PC and therefore won’t profit from the familiarity that KDE’s default desktop layout provides. Gnome on the other hand offers a more simplified experience with few options and big icons. All of that might be an asset here. You can use menulibre to hide menu entries from the menu and use the official documentation to remove command line access: https://help.gnome.org/admin/system-admin-guide/stable/lockdown-single-app-mode.html.en

    Plus it’s still atomic which I actually think is helpful here. For once all the important system stuff is read only. Secondly if one manages to screw something up you can just rebase.



  • Would they be mandated to give out the server code that people could run their own servers?

    Sort of. The Idea is that people should be able to run their own servers, but developers wouldn’t need to give out their code. All you need is the server binary. After all server software is just that software, just like the client and they don’t need to give out the source code for that for you to run the game. Alternatively they could patch the game so it’s peer-to-peer. (and yes in this case that would be unreasonable as the game is not successful enough to even break even)

    The initiative is so ambiguous (to the extend that it is - I’d argue that it’s a lot clearer than many people claim) because it’s not actually legal text. It’s not supposed to be. All it should do is describe the problem and explain why the problem falls under EU jurisdiction. Everything else is supposed to be handled by EU lawmakers after the initiative has met it’s signature goal.


  • I considered that. Unfortunately silverblue doesn’t do live systems and aurora therefore doesn’t either. So a VM is the only way of trying it out. OP stated that they have someone to help with the actual installation so I left the whole create install medium for bare metal install out intentionally since I assume this person will be capable of helping with that.

    Also small Markdown help: If you use dashes lemmy will automatically format bulletpoints correctly. You can’t use •s for it. Doesn’t take anything away from your comment, etcher is still the best tool to create a bootable usb drive, but for the future consider using dashes.


  • Vittelius@feddit.orgtoLinux@lemmy.mlIs Linux (dumb)user friendly yet?
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    5 months ago

    You can try Linux out without installing it to get a feel for it before you make the jump. Set a weekend aside (or at least a couple of hours) to test drive a Linux distro and check if it is your cup of tea.

    This is one way of doing this:

    • Install Virtual Box on your (Widows) PC
    • head over to https://getaurora.dev/ and download the latest iso
    • In virtualbox create a new VM
      • set the OS Type to fedora (64 bit)
      • after that you can keep all the standard settings, just be aware that performance is not going to be representative of an actual install
    • Then select the newly created VM and open the settings panel
      • here you go to “Storage” and click on the slot under “Controler: IDE” labeled “empty”
      • click on the CD symbol on the right side of the window, in line with “optical drive” and select “choose a disk file”
      • pick the iso file you downloaded in step 2
    • close the settings window and start the VM
    • go through the installation wizard to install Aurora OS in your Virtual Machine
    • Profit

    I know that these instructions can seem daunting but it is easier than it reads, I promise.

    Why Aurora OS

    Aurora OS is based on Fedora Silverblue meaning that it is what is known as a immutable distro. That in turn means that it’s harder to mess stuff up and break your install. It also means that some things are harder to achieve. But I also think that you are probably not interested in the hard stuff anyway.

    Aurora uses the KDE Plasma Desktop, the same desktop used by Valve on the Steamdeck. It has a familiar Windows like layout by default but also allows you to customise it like crazy to fit your particular need (whatever that may be).

    Aurora flatpak as it’s app format. To see what kind of software is available for this distro you can check flathub.org . It’s not going to be as much software as Linux Mint for example (Mint uses flatpak and deb), but everything the average user needs should be there.