Skip Navigation
KDE Plasma 6.1 Keyboard LED Question
  • It's in the announcement for Plasma 6.1, see https://kde.org/announcements/plasma/6/6.1.0/

    To enable it, you need to use the Brightness & Colour widget. See also the merge request for this: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4093

    I guess the documentation is a bit lagging still! I don't know about a list of compatible keyboards, but I suppose you can just try it out to see if it works! 😁

  • just bought a Nanode 1GB from Linode
  • I managed to fit an entire Matrix Synapse server on one of those. It works surprisingly well! You will need a domain for it though.

  • Linux really has come a long way
  • Yes, but you have to enable the checkbox "Increase maximum volume" in the audio widget on the taskbar panel.

  • Next onFOSS gaming event Saturday 17 Feb at 12:00UTC
  • OpenSpades, very! It's a popular game during these events. Hope you can join us! :)

  • Free and Open-Source Gaming @lemmy.world DeathByDenim @lemmy.world
    Next onFOSS gaming event Saturday 17 Feb at 12:00UTC

    All day open-source games from 12:00UTC to 20:00UTC (or more). We play exclusively open-source games. This time we have a Armagetron Advanced tournament, but we'll also be playing Minetest CTF mod, Wasted, Hedgewars, OpenSpades, OpenHV, and Teeworlds.

    2
    Linux video editing and Kdenlive tips and tricks for a returning user?
  • Yeah, tricky! You might be able to do something similar to getting native messaging extensions to work on Flatpakked Firefox as described here: https://bugzilla.mozilla.org/show_bug.cgi?id=1621763#c5

  • Linux video editing and Kdenlive tips and tricks for a returning user?
  • Hmm, no sorry. All I can think of is that maybe Kdenlive itself is a flatpak version in which case it wouldn't be allowed to run external programs like Glaxnimate (or Pinta). I guess in that case it requires some magic with Flatpak overrides.

  • Linux video editing and Kdenlive tips and tricks for a returning user?
  • Oh, I see what you mean about the Glaxnimate Flatpak. I just tried it out.

    You can get it to work, but it's a bit of a hack. You first need to create a script containing:

    #!/bin/sh
    /usr/bin/flatpak run org.mattbas.Glaxnimate $@
    

    Let's call it glax or something like that. Then make it executable:

    chmod +x glax
    

    Then in Kdenlive, go to Settings -> Configure Kdenlive -> Environment -> Standard Applications, change the one for editing animation to point to that script. Should work now. At least, it did for me!

    And yeah, shame about the audio processing.

  • Linux video editing and Kdenlive tips and tricks for a returning user?
  • I've been using Glaxnimate which integrates with Kdenlive. It's a tool for animating SVG elements. It's a bit clunky I find but it's nice in that you can have shapes and text follow animation path with different time curves. It can be used directly from Kdenlive which is pretty cool.

    As for other tips, one I use a lot is Timeline Preview Rendering. If you have a whole pile of effects, playing in the project monitor can become very choppy. With the prerendering, you can just render that section and it will play smooth while still allowing you do edit the audio.

    Finally, for getting the footage from clips, I use I and O to set the start and end of a part of the clip I want and then with Ctrl+I I can create a zone that shows up in the Project bin. I use that a lot to get the fragments I want first and then build the fill timeline later.

  • Is there a way to get the "Plasma Integration" plugin working for flatpak sandboxed browsers?
  • The way I have it, is that I copied org.kde.plasma.browser_integration.json from /usr/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json (for Kubuntu 22.04, might be elsewhere for you) to ~/.var/app/org.mozilla.firefox/.mozilla/native-messaging-hosts and then changed the path to a shell script that calls the original executable with flatpak-spawn --host. Of course this kind of breaks sandboxing since you are allowing the browser to access programs on your machine but it works.

    So I have: org.kde.plasma.browser_integration.json :

    {
      "name": "org.kde.plasma.browser_integration",
      "description": "Native connector for KDE Plasma",
      "path": "/home/username/.var/app/org.mozilla.firefox/.mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.sh",
      "type": "stdio",
      "allowed_extensions": ["plasma-browser-integration@kde.org"]
    }
    

    and org.kde.plasma.browser_integration.sh

    #!/bin/bash
    flatpak-spawn --host /usr/bin/plasma-browser-integration-host "$@"
    

    Don't forget to chmod +x the shell script.

    I have the same for the KeePassXC extension.

  • What technological mega project is practical to build today?
  • Depends on which side of the exhaust you are on.

  • How do you backup your data?
  • I have two machines that back up to a local server using Borg. That whole server in turn backs up to Jottacloud using restic with encryption enabled.

    By the way, I wouldn't use rclone for backups. Use restic or something similar that does incremental backups. Because if you do rclone and then later discover that some files were corrupted locally, then your files are gone. With incremental backups you would still be able to retrieve them.

    Oh, or do you mean backing up the stuff that is on the cloud?

  • Action Cams on Linux (i.e. GoPro, DJI, Canon, etc)
  • I have an AKASO Brave 7LE. I just take out the SD card and put it in an USB reader that I plug into my home server to move the videos. Then I just use my desktop for editing with Kdenlive which has a defish filter for getting rid of the camera distortion these actioncams have.

    It's also possible to connect to the camera through WiFi, but it's much slower than using the SD card reader.

    Regarding firmware updates, I don't think AKASO is really into that but at some point I had an issue and support sent me a file that you just put on the SD card and the camera does the rest.

  • Microsoft Edge, anyone?
  • Yeah that is annoying. I just copy the link and paste in Firefox. I don't ever need to go back I find since I only use Edge for MS365 stuff.

  • Microsoft Edge, anyone?
  • I use Edge daily for work. Everything it Office 365 and there is of course no Outlook client or Word or whatever on Linux. So I use the web version for everything. So I might as well have Edge to do the Microsoft since surely MS must make sure their stuff works on their own browser, right? (right??).

    I also use the PWA version of Teams since the native client doesn't really work well and since somewhat recently is also "officially" unsupported.

    Anyway, it keeps the MS stuff separate from my normal browsing with Firefox and I've disabled JavaScript in Edge for all non-MS stuff. It works pretty well. Took me some battles to get rid of the Bing sidebar but they finally made that an option you can set.

  • onFOSS gaming event September 23rd

    Hi all,

    This coming Saturday at 12:00UTC, we will have our next onFOSS event where we play exclusively open-source games. This time, we are featuring:

    • FTEQW with LibreQuake
    • Hypersomnia
    • SuperTuxKart
    • Bzflag
    • Lix

    Come join us, it'll be a blast!

    !Poster for onFOSS

    0
    Recommend me a game
  • Definitely. Just start on easy mode and make sure you upgrade your engines. :)

  • Recommend me a game
  • I can definitely recommend FTL: Faster Than Light. I still play it after many years in the exact same way you describe, that is short sessions. t's all based on battles that last minutes at most while part of an overall campaign. You can quit anytime, even during battle, and it will just saw the state. You can pause during battle to think as well.

    it also has simple rules but with a lot of depth. You upgrade your ship from time to time and also get new weapons or defences. It actually sounds like a perfect fit for what you want. It's cheap too.

  • DeathByDenim DeathByDenim @lemmy.world
    Posts 2
    Comments 16