From be2fe2e6899a3e4a9c3041f34435bc6a4fe02e8f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 25 Nov 2008 08:09:19 +0000 Subject: [PATCH] and fix x-ui.sh to be default again and... fix themr to have right icon max sizes. SVN revision: 37798 --- data/themes/default.edc | 14 +++++++------- x-ui.sh | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index e88cb43d5..a532fe3c3 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -22620,13 +22620,13 @@ ICON("enlightenment/toolbar","icon_dummy.png",64) /// 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/logout","icon_logout.png",64) -ICON("enlightenment/halt","icon_halt.png",64) -ICON("enlightenment/reboot","icon_reboot.png",64) -ICON("enlightenment/suspend","icon_suspend.png",64) -ICON("enlightenment/hibernate","icon_hibernate.png",64) +ICON("enlightenment/logout","icon_logout.png",128) +ICON("enlightenment/halt","icon_halt.png",128) +ICON("enlightenment/reboot","icon_reboot.png",128) +ICON("enlightenment/suspend","icon_suspend.png",128) +ICON("enlightenment/hibernate","icon_hibernate.png",128) ICON("enlightenment/colors","icon_colors.png",64) ICON("enlightenment/themes","icon_theme.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/keys","icon_keys.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/screen_resolution","icon_screen_resolution.png",64) ICON("enlightenment/shelf","icon_shelf.png",64) diff --git a/x-ui.sh b/x-ui.sh index 0b8b131fd..35bf239ca 100755 --- a/x-ui.sh +++ b/x-ui.sh @@ -1,10 +1,10 @@ #!/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 640x480x16 & #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 186 -screen 272x480x16 & #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & @@ -14,5 +14,5 @@ Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & sleep 1 export DISPLAY=:1 unset E_RESTART E_START E_IPC_SOCKET E_START_TIME -E_CONF_PROFILE=default enlightenment_start -#enlightenment_start -profile illume +#E_CONF_PROFILE=default enlightenment_start +enlightenment_start -profile illume