and fix x-ui.sh to be default again and... fix themr to have right icon max

sizes.



SVN revision: 37798
This commit is contained in:
Carsten Haitzler 2008-11-25 08:09:19 +00:00
parent 5a29e1f6b5
commit be2fe2e689
2 changed files with 11 additions and 11 deletions

View File

@ -22620,13 +22620,13 @@ ICON("enlightenment/toolbar","icon_dummy.png",64)
/// Old Icons from Bling /// /// Old Icons from Bling ///
ICON("enlightenment/reset","icon_reset.png",64) ICON("enlightenment/reset","icon_reset.png",128)
ICON("enlightenment/exit","icon_exit.png",64) ICON("enlightenment/exit","icon_exit.png",64)
ICON("enlightenment/logout","icon_logout.png",64) ICON("enlightenment/logout","icon_logout.png",128)
ICON("enlightenment/halt","icon_halt.png",64) ICON("enlightenment/halt","icon_halt.png",128)
ICON("enlightenment/reboot","icon_reboot.png",64) ICON("enlightenment/reboot","icon_reboot.png",128)
ICON("enlightenment/suspend","icon_suspend.png",64) ICON("enlightenment/suspend","icon_suspend.png",128)
ICON("enlightenment/hibernate","icon_hibernate.png",64) ICON("enlightenment/hibernate","icon_hibernate.png",128)
ICON("enlightenment/colors","icon_colors.png",64) ICON("enlightenment/colors","icon_colors.png",64)
ICON("enlightenment/themes","icon_theme.png",64) ICON("enlightenment/themes","icon_theme.png",64)
ICON("enlightenment/screen_setup","icon_screen_setup.png",64) ICON("enlightenment/screen_setup","icon_screen_setup.png",64)
@ -22653,7 +22653,7 @@ ICON("enlightenment/mouse_wheel","icon_mouse_wheel.png",64)
ICON("enlightenment/mouse_clean","icon_mouse_clean.png",64) ICON("enlightenment/mouse_clean","icon_mouse_clean.png",64)
ICON("enlightenment/keys","icon_keys.png",64) ICON("enlightenment/keys","icon_keys.png",64)
ICON("enlightenment/desklock","icon_desklock.png",64) ICON("enlightenment/desklock","icon_desklock.png",64)
ICON("enlightenment/desklock_menu","icon_desklock_menu.png",64) ICON("enlightenment/desklock_menu","icon_desklock_menu.png",128)
ICON("enlightenment/regenerate_menus","icon_regenerate_menus.png",64) ICON("enlightenment/regenerate_menus","icon_regenerate_menus.png",64)
ICON("enlightenment/screen_resolution","icon_screen_resolution.png",64) ICON("enlightenment/screen_resolution","icon_screen_resolution.png",64)
ICON("enlightenment/shelf","icon_shelf.png",64) ICON("enlightenment/shelf","icon_shelf.png",64)

View File

@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 & #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 & #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 & #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 &
Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 &
#Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 & #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 &
#Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 &
#Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 &
@ -14,5 +14,5 @@ Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 &
sleep 1 sleep 1
export DISPLAY=:1 export DISPLAY=:1
unset E_RESTART E_START E_IPC_SOCKET E_START_TIME unset E_RESTART E_START E_IPC_SOCKET E_START_TIME
E_CONF_PROFILE=default enlightenment_start #E_CONF_PROFILE=default enlightenment_start
#enlightenment_start -profile illume enlightenment_start -profile illume