Move settings to dconf

Bug #1086618 reported by Devid Antonio Filoni
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Greeter
Fix Released
Wishlist
Danielle Foré

Bug Description

Hi, as you can see in src/PantheonGreeter.vala in the following code lines, we use static variables for theming and such stuff. Can we use variables stored in dconf or in a text config file?

    var settings = Gtk.Settings.get_default ();
    settings.gtk_theme_name = "elementary";
    settings.gtk_icon_theme_name = "elementary";
    settings.gtk_font_name = "Droid Sans";
    settings.gtk_xft_dpi= (int) (1024 * 96);
    settings.gtk_xft_antialias = 1;
    settings.gtk_xft_hintstyle = "hintslight";
    settings.gtk_xft_rgba = "rgb";
    settings.gtk_cursor_blink = true;

teemperor: Hijacking this bug: We should move all settings to dconf/textfile whatever. Also stuff like the wallpaper scaling etc.

Related branches

Cody Garver (codygarver)
Changed in pantheon-greeter:
status: New → Triaged
importance: Undecided → Wishlist
summary: - Allow user to change default theme settings
+ Move theme settings to dconf
summary: - Move theme settings to dconf
+ Move settings to dconf
description: updated
Changed in pantheon-greeter:
milestone: none → loki-beta1
Changed in pantheon-greeter:
milestone: loki-beta1 → none
Changed in pantheon-greeter:
assignee: nobody → Daniel Fore (danrabbit)
status: Triaged → In Progress
Cody Garver (codygarver)
Changed in pantheon-greeter:
milestone: none → loki-beta1
status: In Progress → Fix Committed
Cody Garver (codygarver)
Changed in pantheon-greeter:
milestone: loki-beta1 → 3.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.