The shell choice happens in the configuration file now. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
parent
6bd4d97271
commit
9a206c4da5
@ -1,75 +0,0 @@ |
|||||||
[lockscreen] |
|
||||||
icon=/usr/share/icons/gnome/256x256/actions/lock.png |
|
||||||
background=/usr/share/backgrounds/gnome/Garden.jpg |
|
||||||
|
|
||||||
[homescreen] |
|
||||||
background=/usr/share/backgrounds/gnome/Blinds.jpg |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/access.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/multimedia.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/background.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/calc.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/file-manager.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/fonts.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/gnome-character-map.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/help-browser.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/gnome-remote-desktop.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/key_bindings.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/style.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/terminal.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/locale.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/screensaver.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/text-editor.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/wallpaper.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
||||||
[launcher] |
|
||||||
icon=/usr/share/icons/gnome/256x256/apps/web-browser.png |
|
||||||
path=/usr/bin/weston-terminal |
|
||||||
|
|
@ -1,9 +1,14 @@ |
|||||||
[desktop-shell] |
[shell] |
||||||
|
type=desktop-shell.so |
||||||
background-image=/usr/share/backgrounds/gnome/Aqua.jpg |
background-image=/usr/share/backgrounds/gnome/Aqua.jpg |
||||||
background-color=0xff002244 |
background-color=0xff002244 |
||||||
panel-color=0x90ff0000 |
panel-color=0x90ff0000 |
||||||
locking=true |
locking=true |
||||||
|
|
||||||
|
#type=tablet-shell.so |
||||||
|
#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png |
||||||
|
#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg |
||||||
|
#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg |
||||||
[launcher] |
[launcher] |
||||||
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png |
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png |
||||||
path=/usr/bin/gnome-terminal |
path=/usr/bin/gnome-terminal |
Loading…
Reference in new issue