this post was submitted on 02 Mar 2025
89 points (100.0% liked)

unixporn

4762 readers
111 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No
  3. Busy
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 2 years ago
MODERATORS
 

[Plasma] To demonstrate the power of Flex Tape…

I sawed this panel in half!

I've never seen anyone do this. It seemed like a good idea & it was. It's very nice. It's not very fancy besides the split bottom panel & the status bar on the left. I'm using Smart Video Wallpaper Reborn for the wallpaper & the Plasma style, application style, & window decorations are Oxygen. The audio visualizer on the right bottom panel is Panon. The comic is Freefall by Mark Stanley.

Sorry if I formatted this badly, I'm using Mastodon & I've never made a Lemmy post.
Original work in progress post

@[email protected] @[email protected] @[email protected] @[email protected]
#KDEPlasma #Linux #FridayDesktop #UnixPorn

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 day ago (2 children)

My Lemmy app (Voyager) shows the video, so at least some of us can see it.

[–] [email protected] 6 points 1 day ago

+1 for Eternity. Video embedded correctly.

[–] [email protected] 2 points 1 day ago (1 children)

@Deebster There are two pictures too. I know this is just one of those small differences between ActivityPub servers, but I thought there was some workaround I could do, I just forgot what it was.

[–] [email protected] 1 points 20 hours ago (1 children)

Huh, so there is. I'm not 100% on how Voyager works - specifically I think (but don't know) that it's got the video because it's connected to the linked URL (your original post in this case) and pulled down data to make the link preview.

If that's right, it means Lemmy isn't handing the media at all.

[–] [email protected] 0 points 19 hours ago (1 children)

@Deebster If the background is Pokemon, it's from the work in progress post & not this one.

[–] [email protected] 2 points 19 hours ago* (last edited 18 hours ago) (1 children)

By "linked" I meant that it's where the URL field of a Lemmy post is pointed at, not the other pages you linked in the post body. Now I'm on a PC again, I see that that link is to the leafy-backgrounded .mp4 (so there's no chance the embedder would have found the other post images if Lemmy didn't present them).

I think the mp4s-not-playing problem is a Mastodon bug/quirk as I've seen it before - neither Firefox nor Chrome can play them when navigated to, but both can play embedded and they work when downloaded. From the console logs, it seems to be a problem with the Content Security Policy stopping the rest of the video loading (since browsers only load the first chunk of a video to allow streaming):

Chrome:

Refused to load media from 'https://furry.engineer/system/media_attachments/files/114/090/866/048/236/635/original/897a5752b038f3e3.mp4' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.

Firefox:

Content-Security-Policy: The page’s settings blocked the loading of a resource (media-src) at https://furry.engineer/system/media_attachments/files/114/090/866/048/236/635/original/897a5752b038f3e3.mp4 because it violates the following directive: “default-src 'none'”

[–] [email protected] 0 points 18 hours ago (1 children)

@Deebster I know that Mastodon does weird stuff to videos, but I'm not sure why the images won't work.

[–] [email protected] 1 points 18 hours ago* (last edited 18 hours ago)

I'm not sure how the Mastodon--(ActivityPub)-->Lemmy bit works, but Lemmy doesn't have a concept of a gallery. The first(?) media is your video, and that's showing up in Lemmy. I assume it's dropping the other images since there's no Lemmy structure to put the other media items into.

btw, now I'm on Firefox/Win10 with the default Lemmy frontend and I can see that video and play it from Lemmy's embed, so perhaps most people can see it (as long as they don't click on the .mp4 link).