Skip to content

Commit

Permalink
Remove setting desktop key for Nemo, fixes #91
Browse files Browse the repository at this point in the history
It doesn't exist anymore apparantly
  • Loading branch information
daf committed Feb 11, 2017
1 parent 83bb1c1 commit 126b73e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SetBG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1322,8 +1322,7 @@ Glib::ustring SetBGNemo::get_gsettings_key()
*/
void SetBGNemo::set_show_desktop()
{
Glib::RefPtr<Gio::Settings> settings = Gio::Settings::create(Glib::ustring("org.nemo.desktop"));
settings->set_boolean("draw-background", true);
// this space left blank as show-desktop no longer a thing in Nemo
}

/**
Expand Down

0 comments on commit 126b73e

Please sign in to comment.