this post was submitted on 06 May 2025
694 points (99.3% liked)

iiiiiiitttttttttttt

596 readers
806 users here now

you know the computer thing is it plugged in?

A community for memes and posts about tech and IT related rage.

founded 2 weeks ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 day ago* (last edited 1 day ago) (2 children)

Since this seems like a preventable issue for me, I wanted to disable the Set As Desktop Background… option in Firefox.
That was not as straightforward as I thought it would be:

  • Settings: nope
  • about:config: nope
  • userChrome.css: The Internet, and LLMs tell you yes, but actually nope

What you have to do is create a policies.json file and put that somewhere…
Here is the deeply buried site from Mozilla about that. There you will find where to put it and all the options.

For this problem a short policies.json with the following content is enough:

{
  "policies": {
    "DisableSetDesktopBackground": true
  }
}

Why did I do this in the middle of the night instead of browsing ich_iel or I dunno sleeping. Who knows…

[–] [email protected] 10 points 23 hours ago

In a corporate environment where you care about such things, you really want to disable the functionality of the user setting the background in the operating system, not in a specific application. Otherwise, you're going to have to track down every application that includes this functionality, figure out how to disable it it in that application, and find a way to apply that change to every PC. (Microsoft's Photos app, for example, can set pictures as either background or lock screen.)

load more comments (1 replies)