Quantcast
Channel: Why has this gsettings command stopped working between 16.04 and 16.04.1? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 2

Why has this gsettings command stopped working between 16.04 and 16.04.1?

$
0
0

I was using this snippet of code (shell script) to interact with the Gnome Terminal profile on 16.04 and it worked fine

profile=$(gsettings get org.gnome.Terminal.ProfilesList default)profile=${profile:1:-1} # remove leading and trailing single quotesorg.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profile}/ \background-transparency-percent

I then updated the system by installing 16.04.1 now when I run the above commands, either by a script or by on a command-line gsettings just returns its "usage" message:

$ gsettings get org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profile}/
Usage: gsettings [--schemadir SCHEMADIR] get SCHEMA[:PATH] KEY ...

What do I need to do to get this command working again?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images