Browse Source

start fixing bugs

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
307a27db82
2 changed files with 24 additions and 6 deletions
  1. +17
    -0
      TODO
  2. +7
    -6
      customize-inner.sh

+ 17
- 0
TODO View File

@@ -1 +1,18 @@
- Try other Ubuntu/Xubuntu versions

Problems with 3ce08771a631f9e373f65995fd2114a817326e98:
- Ubiquity chooser doesn't have nilmdb background
- Theme is still "Greybird" not "Clearlooks"
- Icons are still "elementary Xfce dark" not "elementary Xfce"
- Change xfdesktop background color to black
- Set default firefox homepage to http://nilmdb.com/
- /home/nilmdb should have /etc/skel stuff
- capture.sh should say skipping
- ubiquity still shows release notes?
- release notes need to exist
- in live CD, ssh_host_dsa_key is ba636e7440..
- quiet/splash removal failed --- preseed late_command didn't work

Nice to fix maybe:
- ubuquity splash
- maybe skip the "try" screen and go straight to desktop?

+ 7
- 6
customize-inner.sh View File

@@ -242,6 +242,7 @@ cat > /usr/share/gconf/defaults/88_nilmdbuntu-settings <<"EOF"
/desktop/gnome/interface/gtk_theme "Clearlooks"
/desktop/gnome/interface/icon_theme "elementary-xfce"
EOF
update-gconf-defaults

XML=/etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
BG=/usr/share/xfce4/backdrops
@@ -267,9 +268,9 @@ cat >$XML <<"EOF"
<property name="image-style" type="int" value="4"/>
<property name="color-style" type="int" value="0"/>
<property name="color1" type="array">
<value type="uint" value="43947"/>
<value type="uint" value="49858"/>
<value type="uint" value="55255"/>
<value type="uint" value="0"/>
<value type="uint" value="0"/>
<value type="uint" value="0"/>
<value type="uint" value="65535"/>
</property>
</property>
@@ -280,9 +281,9 @@ cat >$XML <<"EOF"
<property name="image-style" type="int" value="4"/>
<property name="color-style" type="int" value="0"/>
<property name="color1" type="array">
<value type="uint" value="43947"/>
<value type="uint" value="49858"/>
<value type="uint" value="55255"/>
<value type="uint" value="0"/>
<value type="uint" value="0"/>
<value type="uint" value="0"/>
<value type="uint" value="65535"/>
</property>
</property>


Loading…
Cancel
Save