Feature #8846

Persistent preset: background option

Added by Dr_Whax 2015-02-03 21:04:09 . Updated 2015-03-17 14:49:01 .

Status:
Duplicate
Priority:
Low
Assignee:
Category:
Persistence
Target version:
Start date:
2015-02-03
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
0
Affected tool:
Deliverable for:

Description

As a user, I would like to set a wallpaper and keep this wallpaper whenever I boot with a persistence volume enabled. The blue colour background might give away i’m using Tails.


Subtasks


Related issues

Related to Tails - Feature #5501: Persistence preset: locale and accessibility options (language, keyboard, and formats) in Greeter Confirmed 2015-12-31
Related to Tails - Feature #9716: Persistent preset: display settings Confirmed 2015-07-09
Is duplicate of Tails - Bug #7148: Persistence preset: Theme and Desktop Wallpaper Confirmed 2014-05-01

History

#1 Updated by intrigeri 2015-02-03 23:36:45

  • Tracker changed from Bug to Feature
  • Category set to Persistence
  • Type of work changed from Graphics to Code

#2 Updated by patcon 2015-02-19 21:29:18

It doesn’t have a clean UI to do, but you can persist dotfiles and copy and amend to the default .xsessionrc file in your $HOME:

From the terminal, this will show you all possible background settings:

```
gsettings list-recursively org.gnome.desktop.background
```

And you can add things like this to your file:

```

  1. ^ existing lines above

gsettings set org.gnome.desktop.background primary-color “#505050”
gsettings set org.gnome.desktop.background picture-options “centered”
gsettings set org.gnome.desktop.background picture-uri “file:///home/amnesia/.local/share/backgrounds/some-image.png”
```

Obviously, you need to persist the background image as well. (I chose to stop it hidden in a dotfiles directory to keep my `Persistence` dir clean :)

Anyhow, hopefully that helps in the meantime!

#3 Updated by intrigeri 2015-02-20 09:03:28

> It doesn’t have a clean UI to do, but you can persist dotfiles and copy and amend to the default .xsessionrc file in your $HOME:

Cool. A solution that doesn’t require to fork one of the Tails-delivered files would be more robust, though.

#4 Updated by BitingBird 2015-03-14 13:47:10

  • Subject changed from Persistent background option to Persistent preset: background option

#5 Updated by BitingBird 2015-03-14 13:48:59

  • is duplicate of Bug #7148: Persistence preset: Theme and Desktop Wallpaper added

#6 Updated by BitingBird 2015-03-17 14:49:01

  • Status changed from Confirmed to Duplicate

#7 Updated by emmapeel 2015-07-10 07:35:19

  • related to Feature #5501: Persistence preset: locale and accessibility options (language, keyboard, and formats) in Greeter added

#8 Updated by emmapeel 2015-07-10 07:35:36

  • related to Feature #9716: Persistent preset: display settings added

#9 Updated by emmapeel 2015-07-10 07:38:24

  • related to Feature #5979: Persistence preset: mouse and touchpad settings added

#10 Updated by intrigeri 2015-07-16 02:23:09

  • related to deleted (Feature #5979: Persistence preset: mouse and touchpad settings)