Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3767  / 1 Year ago, thu, february 16, 2023, 5:48:07

This is mystifying me. I have tried all other solutions that I could find and none seem to work. The 'appearance' menu has disappeared from settings. I'm using gnome-classic. Here's what I've tried so far:



1) Right click -> Change desktop background This just brings up settings



2) gnome-control-center background Same as above which is annoying. It also brings up this:



[_LOG_LEVEL_FATAL 12:41:31.369606] Switchboard.vala:201: Couldn't find background.plug among the loaded settings.
[_LOG_LEVEL_FATAL 12:41:31.369641] Switchboard will not function properly.


3) apt-get install gnome-control-center-unity to which I get E: Unable to locate package gnome-control-center-unity


More From » appearance

 Answers
6

Just to followup: I never managed to fix the problem concerning the wallpaper dialog but I found a workaround to change it from the command line with this little script:



#! /bin/bash

path=$(cd $(dirname $1); pwd)/$(basename $1)
gsettings set org.gnome.desktop.background picture-uri file://$path

[#29264] Saturday, February 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
shadowoof

Total Points: 293
Total Questions: 112
Total Answers: 137

Location: Burkina Faso
Member since Sun, Nov 21, 2021
2 Years ago
;