PDA

View Full Version : Where are default theme-files stored?


d-iivil
2010-01-16, 09:43
Title says it all; I'd like to edit digital life -theme for my own personal use :)

qwerty12
2010-01-16, 09:44
/usr/share/themes

If you happen to have the theme currently applied, /etc/hildon/theme is a symlink pointing to the currently applied theme.

d-iivil
2010-01-16, 10:18
Thanks, I already looked there and saw no folder names like theme names. So which one of these is digital life:


/usr/share/themes # ls
Default Emacs Raleigh alpha beta default

joppu
2010-01-16, 10:22
It's beta if I recall correctly :)

qwerty12
2010-01-16, 10:26
Open the index.theme file in each folder and you'll find out the name.

qwerty12
2010-01-16, 10:31
for i in `ls`; do cat $i/index.theme 2>/dev/null | grep GtkTheme | cut -d= -f2; cat $i/index.theme 2>/dev/null | grep Name | cut -d= -f2; done

^ There. My horrible shell construct awaits you. :) Run that in the /usr/share/themes folder and you'll get the folder name followed by the name shown in the theme changer window.

joppu
2010-01-16, 10:34
It's the beta folder, I double checked.

d-iivil
2010-01-16, 10:41
aah, great and thanks qwerty :)

*rolls up sleeves and fires up photoshop*