• 2 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: August 24th, 2023

help-circle






  • 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.


  • 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.



  • DeathByDenim@lemmy.worldtoLinux@lemmy.mlMicrosoft Edge, anyone?
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    1
    ·
    1 year ago

    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.