• @OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    113 months ago

    In addition to everything listed here, there’s something big that I can’t mention yet since it’s not 100% merged yet, but only 95%! Hopefully next week. 🙂 So stay tuned for that!

    Nate’s a hype man

    • @ISOmorph@feddit.de
      link
      fedilink
      93 months ago

      There’s still a bunch of little bugs in KDE6, they’ll get ironed out over time. For the KDE connect bug I use a ydotool command to emulate an enter key press to accept the remote command access from my bed.

        • @ISOmorph@feddit.de
          link
          fedilink
          23 months ago

          The command itself isn’t complex:

          YDOTOOL_SOCKET="$HOME/.ydotool_socket" ydotool key 28:1 28:0

          The hard part is getting ydotool to run on boot for your user (no sudo). I had to create a bash script to run on login with the following line:

          ydotoold --socket-path="$HOME/.ydotool_socket" --socket-own="$(id -u):$(id -g)"

          It’s a bit hacky but it works.

  • @Andy@programming.dev
    link
    fedilink
    93 months ago

    The Power and Battery widget now responds to middle-clicks and scrolls: middle-click will block or re-enable automatic sleep and screen locking, and scrolling will change the active power profile

    Scrolling on the battery applet is how I adjust my brightness. Is that no longer a thing?

    • @flyos@jlai.lu
      link
      fedilink
      53 months ago

      There’s now a separated luminosity applet that will change brightness if you scroll on it (normally, didn’t check, I’m on my phone).

  • JustinOP
    link
    English
    83 months ago

    Apparently in Lemmy you can’t post a URL and an image 🤷.

    • Otter
      link
      fedilink
      English
      31
      edit-2
      3 months ago

      Yea it’s one or the other, so that it federates nicely

      What I do is link the URL in the main post (to get a thumbnail, and because that’s what people expect), and the image in the post body. You can insert it like this

      ![alt text](image URL)

      • JustinOP
        link
        English
        23 months ago

        Ah I see it’s just Lemmy failing to get the thumbnail that I was trying to fix. I guess it’s just something in Lemmy’s code.

  • @Fizz@lemmy.nz
    link
    fedilink
    13 months ago

    This week we have a much better fix that fixes everything and breaks nothing! 🙂

    Bold claim let’s see how it pans out.