DeathByDenim

joined 1 year ago
[–] [email protected] 4 points 1 week ago (1 children)

Oh, you are going to love this one then if you haven't seen it before: https://robertheaton.com/pyskywifi/

 

The next onFOSS gaming event will take place Saturday 27 July starting at 12:00 UTC. This event features open-source games only. Come join us if you can!

This time, we'll play AssaultCube, Yorg, FTEQW, Warzone2100, Lix, and SuperTuxKart with one more game picked by the community.

[–] [email protected] 2 points 2 months ago

Additionally, the GUI in KDE plasma in System Settings is not entirely reliable. It sometimes makes stuff up about IPv6 rules for example. It seems to be a very light-weight wrapper over the FirewallD DBUS interface.

[–] [email protected] 4 points 3 months ago

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! 😁

[–] [email protected] 2 points 3 months ago

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.

[–] [email protected] 3 points 3 months ago

Yes, but you have to enable the checkbox "Increase maximum volume" in the audio widget on the taskbar panel.

[–] [email protected] 2 points 7 months ago

OpenSpades, very! It's a popular game during these events. Hope you can join us! :)

 

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.

[–] [email protected] 2 points 8 months ago

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

[–] [email protected] 2 points 8 months ago (2 children)

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.

[–] [email protected] 2 points 8 months ago (4 children)

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.

[–] [email protected] 5 points 8 months ago (7 children)

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.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

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": ["[email protected]"]
}

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.

[–] [email protected] 7 points 11 months ago

Depends on which side of the exhaust you are on.

 

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

view more: next ›