From: HyungKyu Song Date: Fri, 15 Feb 2013 15:17:29 +0000 (+0900) Subject: Tizen 2.0 Release X-Git-Tag: accepted/tizen_2.0/20130215.203335^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.0;p=platform%2Fcore%2Fuifw%2Fe17-misc.git Tizen 2.0 Release --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..8714f03 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,5 @@ +Doyoun Kang +Gwangyeong Mun +Gwanglim Lee +Duna Oh +Sung-Jin Park diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..4556b54 --- /dev/null +++ b/COPYING @@ -0,0 +1,25 @@ +Copyright notice for Enlightenment: + +Copyright (C) 2000-2012 Carsten Haitzler and various contributors (see AUTHORS) + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..9333e44 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = arm i386 emulator diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/arm/Makefile.am b/arm/Makefile.am new file mode 100644 index 0000000..d56b1df --- /dev/null +++ b/arm/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = opt diff --git a/arm/opt/Makefile.am b/arm/opt/Makefile.am new file mode 100644 index 0000000..5a62302 --- /dev/null +++ b/arm/opt/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = home diff --git a/arm/opt/home/Makefile.am b/arm/opt/home/Makefile.am new file mode 100644 index 0000000..2d14bf8 --- /dev/null +++ b/arm/opt/home/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = app diff --git a/arm/opt/home/app/.e/Makefile.am b/arm/opt/home/app/.e/Makefile.am new file mode 100644 index 0000000..3ff05d2 --- /dev/null +++ b/arm/opt/home/app/.e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = e diff --git a/arm/opt/home/app/.e/apps/launcher/config.eet b/arm/opt/home/app/.e/apps/launcher/config.eet new file mode 100755 index 0000000..76b9848 Binary files /dev/null and b/arm/opt/home/app/.e/apps/launcher/config.eet differ diff --git a/arm/opt/home/app/.e/e/Makefile.am b/arm/opt/home/app/.e/e/Makefile.am new file mode 100644 index 0000000..06e0395 --- /dev/null +++ b/arm/opt/home/app/.e/e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = config diff --git a/arm/opt/home/app/.e/e/applications/bar/default/.order b/arm/opt/home/app/.e/e/applications/bar/default/.order new file mode 100644 index 0000000..e69de29 diff --git a/arm/opt/home/app/.e/e/applications/startup/.order b/arm/opt/home/app/.e/e/applications/startup/.order new file mode 100644 index 0000000..e69de29 diff --git a/arm/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj b/arm/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj new file mode 100644 index 0000000..430cdf4 Binary files /dev/null and b/arm/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj differ diff --git a/arm/opt/home/app/.e/e/config/Makefile.am b/arm/opt/home/app/.e/e/config/Makefile.am new file mode 100644 index 0000000..91a5fe7 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/Makefile.am @@ -0,0 +1,20 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = samsung + +EET_EET = @eet_eet@ + +EXTRA_DIST = profile.src + +filesdir = $(prefix)/.e/e/config/ + +files_DATA = profile.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -i \ + $(top_builddir)/arm/opt/home/app/.e/e/config/$@ config \ + $< 0 + +clean-local: + rm -rf *.cfg *~ diff --git a/arm/opt/home/app/.e/e/config/profile.src b/arm/opt/home/app/.e/e/config/profile.src new file mode 100644 index 0000000..409e066 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/profile.src @@ -0,0 +1 @@ +samsung \ No newline at end of file diff --git a/arm/opt/home/app/.e/e/config/samsung/Makefile.am b/arm/opt/home/app/.e/e/config/samsung/Makefile.am new file mode 100644 index 0000000..fbbeb61 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/Makefile.am @@ -0,0 +1,30 @@ +MAINTAINERCLEANFILES = Makefile.in + +EET_EET = @eet_eet@ + +EXTRA_DIST = \ + module.comp-slp.src \ + e.src \ + module.illume2-slp.src \ + module.devicemgr-slp.src \ + module.move-slp.src \ + exehist.src + +filesdir = $(prefix)/.e/e/config/samsung/ +files_DATA = \ + module.comp-slp.cfg \ + e.cfg \ + module.illume2-slp.cfg \ + module.devicemgr-slp.cfg \ + module.move-slp.cfg \ + exehist.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -e \ + $(top_builddir)/arm/opt/home/app/.e/e/config/samsung/$@ config \ + $< 1 + +clean-local: + rm -rf *.cfg *~ diff --git a/arm/opt/home/app/.e/e/config/samsung/e.src b/arm/opt/home/app/.e/e/config/samsung/e.src new file mode 100644 index 0000000..e88c83d --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/e.src @@ -0,0 +1,667 @@ +group "E_Config" struct { + group "desktop_backgrounds" list { + group "E_Config_Desktop_Background" struct { + value "container" int: 0; + value "zone" int: 1; + value "desk_x" int: -1; + value "desk_y" int: -1; + value "file" string: "/opt/home/root/.e/e/backgrounds/DM_Wallpaper03.edj"; + } + } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "illume2-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 100; + } + group "E_Config_Module" struct { + value "name" string: "conf_theme"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "conf_applications"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "ibar"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "ibox"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-wmready"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-keyrouter"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "comp-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -1000; + } + group "E_Config_Module" struct { + value "name" string: "config-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + group "E_Config_Module" struct { + value "name" string: "move-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-devicemgr"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -3000; + } + group "E_Config_Module" struct { + value "name" string: "gadman"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 100; + } + group "E_Config_Module" struct { + value "name" string: "clock"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + } + group "themes" list { + group "E_Config_Theme" struct { + value "category" string: "theme"; + value "file" string: "samsung.edj"; + } + } + group "mouse_bindings" list { + group "E_Config_Binding_Mouse" struct { + value "context" int: 2; + value "modifiers" int: 4; + value "action" string: "window_move"; + value "button" uchar: 1; + value "any_mod" uchar: 0; + } + group "E_Config_Binding_Mouse" struct { + value "context" int: 2; + value "modifiers" int: 4; + value "action" string: "window_resize"; + value "button" uchar: 2; + value "any_mod" uchar: 0; + } + group "E_Config_Binding_Mouse" struct { + value "context" int: 2; + value "modifiers" int: 4; + value "action" string: "window_menu"; + value "button" uchar: 3; + value "any_mod" uchar: 0; + } + group "E_Config_Binding_Mouse" struct { + value "context" int: 3; + value "modifiers" int: 0; + value "action" string: "menu_show"; + value "params" string: "main"; + value "button" uchar: 3; + value "any_mod" uchar: 0; + } + group "E_Config_Binding_Mouse" struct { + value "context" int: 3; + value "modifiers" int: 0; + value "action" string: "menu_show"; + value "params" string: "clients"; + value "button" uchar: 2; + value "any_mod" uchar: 0; + } + group "E_Config_Binding_Mouse" struct { + value "context" int: 3; + value "modifiers" int: 0; + value "action" string: "menu_show"; + value "params" string: "favorites"; + value "button" uchar: 3; + value "any_mod" uchar: 0; + } + } + group "signal_bindings" list { + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1,double"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,[12]"; + value "source" string: "e.event.close"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_close"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,1"; + value "source" string: "e.event.maximize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_maximized_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.minimize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_iconic_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.shade"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.lower"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_lower"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + value "params" string: "end"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.t"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "t"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tr"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tr"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.r"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "r"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.br"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "br"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.b"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "b"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.bl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "bl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.l"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "l"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.resize.*"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "end"; + } + } + group "acpi_bindings" list { + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 0; + value "action" string: "dim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 1; + value "action" string: "undim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 5; + value "status" int: 0; + value "action" string: "suspend"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 6; + value "status" int: -1; + value "action" string: "halt_now"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 8; + value "status" int: -1; + value "action" string: "suspend"; + value "params" string: "now"; + } + } + group "gadcons" list { + group "E_Config_Gadcon" struct { + group "clients" list { + group "E_Config_Gadcon_Client" struct { + value "name" string: "ibox"; + value "id" string: "ibox.4"; + value "geom.pos" int: 1200; + value "geom.size" int: 22; + value "geom.res" int: 1280; + value "geom.pos_x" double: 0.0000000000000000000000000; + value "geom.pos_y" double: 0.0000000000000000000000000; + value "geom.size_w" double: 0.0000000000000000000000000; + value "geom.size_h" double: 0.0000000000000000000000000; + value "state_info.seq" int: 2; + value "state_info.flags" int: 0; + value "style" string: "inset"; + value "orient" int: 0; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } + group "E_Config_Gadcon_Client" struct { + value "name" string: "ibar"; + value "id" string: "ibar.3"; + value "geom.pos" int: 1200; + value "geom.size" int: 546; + value "geom.res" int: 1280; + value "geom.pos_x" double: 0.0000000000000000000000000; + value "geom.pos_y" double: 0.0000000000000000000000000; + value "geom.size_w" double: 0.0000000000000000000000000; + value "geom.size_h" double: 0.0000000000000000000000000; + value "state_info.seq" int: 3; + value "state_info.flags" int: 0; + value "style" string: "plain"; + value "orient" int: 0; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } + } + value "name" string: "shelf"; + value "id" int: 1; + value "zone" uint: 1; + } + group "E_Config_Gadcon" struct { + value "name" string: "gadman"; + value "id" int: 114; + value "zone" uint: 0; + } + group "E_Config_Gadcon" struct { + value "name" string: "gadman_top"; + value "id" int: 115; + value "zone" uint: 0; + } + group "E_Config_Gadcon" struct { + group "clients" list { + group "E_Config_Gadcon_Client" struct { + value "name" string: "clock"; + value "id" string: "clock.24"; + value "geom.pos" int: 1840; + value "geom.size" int: 80; + value "geom.res" int: 1920; + value "geom.pos_x" double: 0.8255208333333332593184650; + value "geom.pos_y" double: 0.8379629629629630205300828; + value "geom.size_w" double: 0.1744791666666667129259594; + value "geom.size_h" double: 0.1499999999999999944488849; + value "state_info.seq" int: 0; + value "state_info.flags" int: 0; + value "style" string: "plain"; + value "orient" int: 0; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } + } + value "name" string: "gadman"; + value "id" int: 114; + value "zone" uint: 1; + } + group "E_Config_Gadcon" struct { + value "name" string: "gadman_top"; + value "id" int: 115; + value "zone" uint: 1; + } + } + group "shelves" list { + group "E_Config_Shelf" struct { + value "name" string: "shelf"; + value "id" int: 1; + value "container" int: 0; + value "zone" int: 1; + value "layer" int: 0; + value "popup" uchar: 1; + value "orient" int: 6; + value "fit_along" uchar: 1; + value "fit_size" uchar: 0; + value "style" string: "invisible"; + value "size" int: 40; + value "overlap" int: 1; + value "autohide" int: 0; + value "autohide_show_action" int: 0; + value "hide_timeout" float: 1.0000000000000000000000000; + value "hide_duration" float: 1.0000000000000000000000000; + value "desk_show_mode" int: 0; + } + } + group "desktop_window_profiles" list { + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 0; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "mobile"; + } + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 1; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "desktop"; + } + } + value "config_version" int: 65876; + value "show_splash" int: 0; + value "init_default_theme" string: "samsung.edj"; + value "desktop_default_name" string: "x"; + value "desktop_default_window_profile" string: "Not specified"; + value "menus_scroll_speed" double: 1000.0000000000000000000000000; + value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; + value "menus_click_drag_timeout" double: 0.2500000000000000000000000; + value "border_shade_animate" int: 0; + value "border_shade_transition" int: 3; + value "border_shade_speed" double: 3000.0000000000000000000000000; + value "framerate" double: 30.0000000000000000000000000; + value "priority" int: 1; + value "image_cache" int: 0; + value "font_cache" int: 0; + value "edje_cache" int: 0; + value "edje_collection_cache" int: 0; + value "zone_desks_x_count" int: 1; + value "zone_desks_y_count" int: 1; + value "show_desktop_icons" int: 0; + value "edge_flip_dragging" int: 0; + value "use_composite" int: 1; + value "language" string: ""; + value "window_placement_policy" int: 0; + value "window_grouping" int: 0; + value "focus_policy" int: 0; + value "focus_setting" int: 4; + value "pass_click_on" int: 1; + value "always_click_to_raise" int: 0; + value "always_click_to_focus" int: 0; + value "use_auto_raise" int: 0; + value "auto_raise_delay" double: 0.5000000000000000000000000; + value "use_resist" int: 1; + value "drag_resist" int: 16; + value "desk_resist" int: 32; + value "window_resist" int: 12; + value "gadget_resist" int: 32; + value "geometry_auto_resize_limit" int: 0; + value "geometry_auto_move" int: 0; + value "winlist_warp_while_selecting" int: 1; + value "winlist_warp_at_end" int: 1; + value "winlist_warp_speed" double: 0.1000000000000000055511151; + value "winlist_scroll_animate" int: 1; + value "winlist_scroll_speed" double: 0.1000000000000000055511151; + value "winlist_list_show_iconified" int: 1; + value "winlist_list_show_other_desk_iconified" int: 1; + value "winlist_list_show_other_screen_iconified" int: 0; + value "winlist_list_show_other_desk_windows" int: 0; + value "winlist_list_show_other_screen_windows" int: 0; + value "winlist_list_uncover_while_selecting" int: 0; + value "winlist_list_jump_desk_while_selecting" int: 0; + value "winlist_list_focus_while_selecting" int: 1; + value "winlist_list_raise_while_selecting" int: 1; + value "winlist_pos_align_x" double: 0.5000000000000000000000000; + value "winlist_pos_align_y" double: 0.5000000000000000000000000; + value "winlist_pos_size_w" double: 0.5000000000000000000000000; + value "winlist_pos_size_h" double: 0.5000000000000000000000000; + value "winlist_pos_min_w" int: 0; + value "winlist_pos_min_h" int: 0; + value "winlist_pos_max_w" int: 320; + value "winlist_pos_max_h" int: 320; + value "maximize_policy" int: 50; + value "allow_manip" int: 0; + value "border_fix_on_shelf_toggle" int: 0; + value "allow_above_fullscreen" int: 0; + value "kill_if_close_not_possible" int: 1; + value "kill_process" int: 1; + value "kill_timer_wait" double: 10.0000000000000000000000000; + value "ping_clients" int: 0; + value "transition_desk" string: "vswipe"; + value "transition_change" string: "crossfade"; + value "remember_internal_windows" int: 0; + value "move_info_follows" int: 1; + value "resize_info_follows" int: 1; + value "move_info_visible" int: 0; + value "resize_info_visible" int: 0; + value "focus_last_focused_per_desktop" int: 1; + value "focus_revert_on_hide_or_close" int: 1; + value "pointer_slide" int: 0; + value "use_e_cursor" int: 1; + value "cursor_size" int: 32; + value "menu_autoscroll_margin" int: 0; + value "menu_autoscroll_cursor_margin" int: 1; + value "transient.move" int: 1; + value "transient.resize" int: 0; + value "transient.raise" int: 1; + value "transient.lower" int: 1; + value "transient.layer" int: 1; + value "transient.desktop" int: 1; + value "transient.iconify" int: 1; + value "modal_windows" int: 1; + value "menu_eap_name_show" int: 1; + value "menu_eap_generic_show" int: 1; + value "menu_eap_comment_show" int: 0; + value "fullscreen_policy" int: 0; + value "exebuf_term_cmd" string: "xterm -hold -e"; + value "use_app_icon" int: 0; + value "cnfmdlg_disabled" int: 0; + value "cfgdlg_auto_apply" int: 0; + value "cfgdlg_default_mode" int: 0; + value "font_hinting" int: 0; + value "desklock_auth_method" int: 0; + value "desklock_login_box_zone" int: -1; + value "desklock_start_locked" int: 0; + value "desklock_on_suspend" int: 0; + value "desklock_autolock_screensaver" int: 0; + value "desklock_post_screensaver_time" double: 0.0000000000000000000000000; + value "desklock_autolock_idle" int: 0; + value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; + value "desklock_use_custom_desklock" int: 0; + value "desklock_ask_presentation" uchar: 1; + value "desklock_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_enable" int: 0; + value "screensaver_timeout" int: 0; + value "screensaver_interval" int: 5; + value "screensaver_blanking" int: 2; + value "screensaver_expose" int: 2; + value "screensaver_ask_presentation" uchar: 1; + value "screensaver_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_suspend" uchar: 0; + value "screensaver_suspend_on_ac" uchar: 0; + value "screensaver_suspend_delay" double: 0.0000000000000000000000000; + value "dpms_enable" int: 0; + value "dpms_standby_enable" int: 0; + value "dpms_suspend_enable" int: 0; + value "dpms_off_enable" int: 0; + value "dpms_standby_timeout" int: 1; + value "dpms_suspend_timeout" int: 1; + value "dpms_off_timeout" int: 1; + value "clientlist_group_by" int: 0; + value "clientlist_include_all_zones" int: 0; + value "clientlist_separate_with" int: 0; + value "clientlist_sort_by" int: 0; + value "clientlist_separate_iconified_apps" int: 0; + value "clientlist_warp_to_iconified_desktop" int: 0; + value "clientlist_limit_caption_len" int: 0; + value "clientlist_max_caption_len" int: 2; + value "mouse_hand" int: 1; + value "mouse_accel_numerator" int: 2; + value "mouse_accel_denominator" int: 1; + value "mouse_accel_threshold" int: 4; + value "border_raise_on_mouse_action" int: 1; + value "border_raise_on_focus" int: 0; + value "desk_flip_wrap" int: 0; + value "fullscreen_flip" int: 1; + value "multiscreen_flip" int: 0; + value "icon_theme" string: "Tango"; + value "icon_theme_overrides" uchar: 0; + value "desk_flip_animate_mode" int: 0; + value "desk_flip_animate_interpolation" int: 0; + value "desk_flip_animate_time" double: 0.2000000000000000111022302; + value "wallpaper_import_last_dev" string: "~/"; + value "wallpaper_import_last_path" string: "/"; + value "theme_default_border_style" string: "default"; + value "desk_auto_switch" int: 0; + value "thumb_nice" int: 1; + value "menu_favorites_show" int: 1; + value "menu_apps_show" int: 1; + value "menu_gadcon_client_toplevel" int: 0; + value "ping_clients_interval" int: 128; + value "cache_flush_poll_interval" int: 512; + value "thumbscroll_enable" int: 1; + value "thumbscroll_threshhold" int: 40; + value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; + value "thumbscroll_friction" double: 1.0000000000000000000000000; + value "filemanager_single_click" uchar: 0; + value "device_desktop" int: 0; + value "device_auto_mount" int: 0; + value "device_auto_open" int: 0; + value "border_keyboard.timeout" double: 5.0000000000000000000000000; + value "border_keyboard.move.dx" uchar: 5; + value "border_keyboard.move.dy" uchar: 5; + value "border_keyboard.resize.dx" uchar: 5; + value "border_keyboard.resize.dy" uchar: 5; + value "scale.min" double: 1.0000000000000000000000000; + value "scale.max" double: 3.0000000000000000000000000; + value "scale.factor" double: 1.0000000000000000000000000; + value "scale.base_dpi" int: 96; + value "scale.use_dpi" uchar: 1; + value "scale.use_custom" uchar: 0; + value "show_cursor" uchar: 1; + value "idle_cursor" uchar: 0; + value "default_system_menu" string: ""; + value "cfgdlg_normal_wins" uchar: 0; + value "syscon.main.icon_size" int: 64; + value "syscon.secondary.icon_size" int: 48; + value "syscon.extra.icon_size" int: 48; + value "syscon.timeout" double: 5.0000000000000000000000000; + value "syscon.do_input" uchar: 1; + value "mode.presentation" uchar: 0; + value "mode.offline" uchar: 0; + value "exec.expire_timeout" double: 30.0000000000000000000000000; + value "exec.show_run_dialog" uchar: 1; + value "exec.show_exit_dialog" uchar: 0; + value "null_container_win" uchar: 0; + value "backlight.normal" double: 0.0000000000000000000000000; + value "backlight.dim" double: 0.0000000000000000000000000; + value "backlight.transition" double: 0.0000000000000000000000000; + value "backlight.idle_dim" uchar: 0; + value "backlight.timer" double: 0.0000000000000000000000000; + value "deskenv.load_xrdb" uchar: 0; + value "deskenv.load_xmodmap" uchar: 0; + value "deskenv.load_gnome" uchar: 0; + value "deskenv.load_kde" uchar: 0; + value "powersave.none" double: 0.0100000000000000002081668; + value "powersave.low" double: 0.0100000000000000002081668; + value "powersave.medium" double: 0.0100000000000000002081668; + value "powersave.high" double: 0.0100000000000000002081668; + value "powersave.extreme" double: 0.0100000000000000002081668; + value "powersave.min" int: 0; + value "powersave.max" int: 0; + value "xsettings.enabled" uchar: 0; + value "xsettings.match_e17_theme" uchar: 0; + value "xsettings.match_e17_icon_theme" uchar: 0; + value "xsettings.xft_antialias" int: 0; + value "xsettings.xft_hinting" int: 0; + value "update.check" uchar: 0; + value "update.later" uchar: 0; + value "xkb.only_label" int: 0; +} diff --git a/arm/opt/home/app/.e/e/config/samsung/exehist.src b/arm/opt/home/app/.e/e/config/samsung/exehist.src new file mode 100644 index 0000000..5238ef2 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/exehist.src @@ -0,0 +1,2 @@ +group "E_Exehist" struct { +} diff --git a/arm/opt/home/app/.e/e/config/samsung/module.comp-slp.src b/arm/opt/home/app/.e/e/config/samsung/module.comp-slp.src new file mode 100644 index 0000000..444c30b --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/module.comp-slp.src @@ -0,0 +1,182 @@ +group "Comp_Config" struct { + group "match.popups" list { + group "Comp_Match" struct { + value "name" string: "shelf"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.borders" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "default"; + } + } + group "match.overrides" list { + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "Background_Window"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "none"; + } + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "everything"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "everything"; + } + group "Comp_Match" struct { + value "primary_type" int: 9; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 10; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 13; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 11; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.menus" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + } + value "shadow_file" string: "/usr/share/enlightenment/data/themes/shadow.edj"; + value "shadow_style" string: "default"; + value "engine" int: 2; + value "max_unmapped_pixels" int: 32768; + value "max_unmapped_time" int: 36000; + value "min_unmapped_time" int: 300; + value "fps_average_range" int: 30; + value "fps_corner" uchar: 3; + value "fps_show" uchar: 0; + value "use_shadow" uchar: 0; + value "indirect" uchar: 0; + value "texture_from_pixmap" uchar: 1; + value "lock_fps" uchar: 0; + value "loose_sync" uchar: 1; + value "efl_sync" uchar: 1; + value "grab" uchar: 0; + value "vsync" uchar: 1; + value "keep_unmapped" uchar: 1; + value "send_flush" uchar: 1; + value "send_dump" uchar: 0; + value "nocomp_fs" uchar: 0; + value "smooth_windows" uchar: 0; + value "first_draw_delay" double: 0.1499999999999999944488849; + value "canvas_per_zone" uchar: 1; + value "use_lock_screen" uchar: 1; + value "default_window_effect" uchar: 0; + value "keyboard_effect" uchar: 0; + value "max_lock_screen_time" double: 2.0000000000000000000000000; + value "damage_timeout" double: 10.0000000000000000000000000; + value "use_hw_ov" uchar: 0; + value "debug_info_show" uchar: 0; + value "max_debug_msgs" int: 1; + value "debug_type_nocomp" uchar: 0; + value "debug_type_swap" uchar: 0; + value "debug_type_effect" uchar: 0; +} diff --git a/arm/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src b/arm/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src new file mode 100644 index 0000000..c8be06f --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src @@ -0,0 +1,5 @@ +group "Devicemgr_Config" struct { + value "ScrnConf.enable" uchar: 0; + value "ScrnConf.default_dispmode" int: 1; + value "ScrnConf.isPopUpEnabled" uchar: 0; +} diff --git a/arm/opt/home/app/.e/e/config/samsung/module.illume2-slp.src b/arm/opt/home/app/.e/e/config/samsung/module.illume2-slp.src new file mode 100644 index 0000000..792b6f7 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/module.illume2-slp.src @@ -0,0 +1,50 @@ +group "Illume_Config" struct { + group "policy.zones" list { + group "Illume_Config_Zone" struct { + value "id" int: 0; + value "mode.dual" int: 0; + value "mode.side" int: 0; + } + } + value "version" int: 1; + value "animation.vkbd.duration" int: 1000; + value "animation.quickpanel.duration" int: 700; + value "policy.name" string: "illume"; + value "policy.vkbd.class" string: "Virtual-Keyboard"; + value "policy.vkbd.name" string: "Virtual-Keyboard"; + value "policy.vkbd.title" string: "Virtual Keyboard"; + value "policy.vkbd.type" int: 8; + value "policy.vkbd.match.class" int: 0; + value "policy.vkbd.match.name" int: 1; + value "policy.vkbd.match.title" int: 1; + value "policy.vkbd.match.type" int: 0; + value "policy.indicator.class" string: "Illume-Indicator"; + value "policy.indicator.name" string: "Illume-Indicator"; + value "policy.indicator.title" string: "Illume Indicator"; + value "policy.indicator.type" int: 2; + value "policy.indicator.match.class" int: 0; + value "policy.indicator.match.name" int: 1; + value "policy.indicator.match.title" int: 1; + value "policy.indicator.match.type" int: 0; + value "policy.softkey.class" string: "Illume-Softkey"; + value "policy.softkey.name" string: "Illume-Softkey"; + value "policy.softkey.title" string: "Illume Softkey"; + value "policy.softkey.type" int: 2; + value "policy.softkey.match.class" int: 0; + value "policy.softkey.match.name" int: 1; + value "policy.softkey.match.title" int: 1; + value "policy.softkey.match.type" int: 0; + value "policy.home.class" string: "Illume-Home"; + value "policy.home.name" string: "Illume-Home"; + value "policy.home.title" string: "Illume Home"; + value "policy.home.type" int: 8; + value "policy.home.match.class" int: 0; + value "policy.home.match.name" int: 1; + value "policy.home.match.title" int: 1; + value "policy.home.match.type" int: 0; + value "use_mem_trim" uchar: 1; + value "display_name.mobile" string: "mobile"; + value "display_name.desktop" string: "desktop"; + value "use_indicator_widget" uchar: 1; + value "use_force_iconify" uchar: 0; +} diff --git a/arm/opt/home/app/.e/e/config/samsung/module.move-slp.src b/arm/opt/home/app/.e/e/config/samsung/module.move-slp.src new file mode 100644 index 0000000..7190847 --- /dev/null +++ b/arm/opt/home/app/.e/e/config/samsung/module.move-slp.src @@ -0,0 +1,33 @@ +group "Move_Config" struct { + value "indicator_always_portrait_region_ratio" double: 0.10833; + value "indicator_always_landscape_region_ratio" double: 0.0609; + value "indicator_quickpanel_portrait_region_ratio" double: 0.8917; + value "indicator_quickpanel_landscape_region_ratio" double: 0.9390; + value "indicator_apptray_portrait_region_ratio" double: 1.0; + value "indicator_apptray_landscape_region_ratio" double: 1.0; + value "qp_scroll_with_visible_win" uchar: 1; + value "qp_scroll_with_clipping" uchar: 1; + value "dim_max_opacity" int: 200; + value "dim_min_opacity" int: 0; + value "flick_speed_limit" double: 200.0; + value "animation_duration" double: 0.4; + value "event_log" uchar: 1; + value "event_log_count" int: 600; + value "elm_indicator_mode" uchar: 1; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].h" int: 1280; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].y" int: 1230; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].x" int: 670; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].h" int: 1280; +} diff --git a/arm/opt/home/app/Makefile.am b/arm/opt/home/app/Makefile.am new file mode 100644 index 0000000..f8b8e7f --- /dev/null +++ b/arm/opt/home/app/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = .e diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..4bb47c4 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f aclocal.m4 + +echo "Running aclocal..." ; aclocal || exit 1 +echo "Running autoconf..." ; autoconf || exit 1 +echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..6d58a07 --- /dev/null +++ b/configure.ac @@ -0,0 +1,47 @@ + +AC_INIT(e17-misc, 1.0, shiin.lee@samsung.com) +AM_INIT_AUTOMAKE +AC_CONFIG_SRCDIR(configure.ac) + +AC_PREFIX_DEFAULT(/opt/home/app) + +PKG_CHECK_MODULES(EET, [eet]) +AC_ARG_WITH(eet-eet, +[ --with-eet-eet=PATH specify a specific path to eet utility], +[ + v=$withval; + eet_eet=$v + echo " Enlightenment eet explicitly set to "$eet_eet; +],[ + eet_eet=$(pkg-config --variable=prefix eet)/bin/eet +]) +AC_SUBST(eet_eet) + +AC_CONFIG_FILES([ +Makefile +arm/Makefile +arm/opt/Makefile +arm/opt/home/Makefile +arm/opt/home/app/Makefile +arm/opt/home/app/.e/Makefile +arm/opt/home/app/.e/e/Makefile +arm/opt/home/app/.e/e/config/Makefile +arm/opt/home/app/.e/e/config/samsung/Makefile +i386/Makefile +i386/opt/Makefile +i386/opt/home/Makefile +i386/opt/home/app/Makefile +i386/opt/home/app/.e/Makefile +i386/opt/home/app/.e/e/Makefile +i386/opt/home/app/.e/e/config/Makefile +i386/opt/home/app/.e/e/config/samsung/Makefile +emulator/Makefile +emulator/opt/Makefile +emulator/opt/home/Makefile +emulator/opt/home/app/Makefile +emulator/opt/home/app/.e/Makefile +emulator/opt/home/app/.e/e/Makefile +emulator/opt/home/app/.e/e/config/Makefile +emulator/opt/home/app/.e/e/config/samsung/Makefile +]) +AC_OUTPUT diff --git a/e17-misc.manifest b/e17-misc.manifest new file mode 100644 index 0000000..4c742a8 --- /dev/null +++ b/e17-misc.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/emulator/Makefile.am b/emulator/Makefile.am new file mode 100644 index 0000000..d56b1df --- /dev/null +++ b/emulator/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = opt diff --git a/emulator/opt/Makefile.am b/emulator/opt/Makefile.am new file mode 100644 index 0000000..5a62302 --- /dev/null +++ b/emulator/opt/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = home diff --git a/emulator/opt/home/Makefile.am b/emulator/opt/home/Makefile.am new file mode 100644 index 0000000..2d14bf8 --- /dev/null +++ b/emulator/opt/home/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = app diff --git a/emulator/opt/home/app/.e/Makefile.am b/emulator/opt/home/app/.e/Makefile.am new file mode 100644 index 0000000..3ff05d2 --- /dev/null +++ b/emulator/opt/home/app/.e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = e diff --git a/emulator/opt/home/app/.e/apps/launcher/config.eet b/emulator/opt/home/app/.e/apps/launcher/config.eet new file mode 100755 index 0000000..76b9848 Binary files /dev/null and b/emulator/opt/home/app/.e/apps/launcher/config.eet differ diff --git a/emulator/opt/home/app/.e/e/Makefile.am b/emulator/opt/home/app/.e/e/Makefile.am new file mode 100644 index 0000000..06e0395 --- /dev/null +++ b/emulator/opt/home/app/.e/e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = config diff --git a/emulator/opt/home/app/.e/e/applications/bar/default/.order b/emulator/opt/home/app/.e/e/applications/bar/default/.order new file mode 100644 index 0000000..e69de29 diff --git a/emulator/opt/home/app/.e/e/applications/startup/.order b/emulator/opt/home/app/.e/e/applications/startup/.order new file mode 100644 index 0000000..e69de29 diff --git a/emulator/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj b/emulator/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj new file mode 100644 index 0000000..430cdf4 Binary files /dev/null and b/emulator/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj differ diff --git a/emulator/opt/home/app/.e/e/config/Makefile.am b/emulator/opt/home/app/.e/e/config/Makefile.am new file mode 100644 index 0000000..13db28b --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/Makefile.am @@ -0,0 +1,20 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = samsung + +EET_EET = @eet_eet@ + +EXTRA_DIST = profile.src + +filesdir = $(prefix)/.e/e/config/ + +files_DATA = profile.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -i \ + $(top_builddir)/emulator/opt/home/app/.e/e/config/$@ config \ + $< 0 + +clean-local: + rm -rf *.cfg *~ diff --git a/emulator/opt/home/app/.e/e/config/profile.src b/emulator/opt/home/app/.e/e/config/profile.src new file mode 100644 index 0000000..409e066 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/profile.src @@ -0,0 +1 @@ +samsung \ No newline at end of file diff --git a/emulator/opt/home/app/.e/e/config/samsung/Makefile.am b/emulator/opt/home/app/.e/e/config/samsung/Makefile.am new file mode 100644 index 0000000..c29e8cd --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/Makefile.am @@ -0,0 +1,30 @@ +MAINTAINERCLEANFILES = Makefile.in + +EET_EET = @eet_eet@ + +EXTRA_DIST = \ + module.comp-slp.src \ + e.src \ + module.illume2-slp.src \ + module.devicemgr-slp.src \ + module.move-slp.src \ + exehist.src + +filesdir = $(prefix)/.e/e/config/samsung/ +files_DATA = \ + module.comp-slp.cfg \ + e.cfg \ + module.illume2-slp.cfg \ + module.devicemgr-slp.cfg \ + module.move-slp.cfg \ + exehist.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -e \ + $(top_builddir)/emulator/opt/home/app/.e/e/config/samsung/$@ config \ + $< 1 + +clean-local: + rm -rf *.cfg *~ diff --git a/emulator/opt/home/app/.e/e/config/samsung/e.src b/emulator/opt/home/app/.e/e/config/samsung/e.src new file mode 100644 index 0000000..ba8f283 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/e.src @@ -0,0 +1,472 @@ +group "E_Config" struct { + group "acpi_bindings" list { + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 0; + value "action" string: "dim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 1; + value "action" string: "undim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 5; + value "status" int: 0; + value "action" string: "suspend"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 6; + value "status" int: -1; + value "action" string: "halt_now"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 8; + value "status" int: -1; + value "action" string: "suspend"; + value "params" string: "now"; + } + } + group "signal_bindings" list { + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1,double"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,[12]"; + value "source" string: "e.event.close"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_close"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,1"; + value "source" string: "e.event.maximize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_maximized_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.minimize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_iconic_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.shade"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.lower"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_lower"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + value "params" string: "end"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.t"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "t"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tr"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tr"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.r"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "r"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.br"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "br"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.b"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "b"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.bl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "bl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.l"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "l"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.resize.*"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "end"; + } + } + group "themes" list { + group "E_Config_Theme" struct { + value "category" string: "theme"; + value "file" string: "samsung.edj"; + } + } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "illume2-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 100; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-keyrouter"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-devicemgr"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -3000; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-wmready"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "comp-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -1000; + } + group "E_Config_Module" struct { + value "name" string: "move-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + group "E_Config_Module" struct { + value "name" string: "config-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + } + group "desktop_window_profiles" list { + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 0; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "mobile"; + } + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 1; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "desktop"; + } + } + value "config_version" int: 65876; + value "show_splash" int: 0; + value "init_default_theme" string: "samsung.edj"; + value "desktop_default_name" string: "x"; + value "desktop_default_window_profile" string: "Not specified"; + value "menus_scroll_speed" double: 1000.0000000000000000000000000; + value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; + value "menus_click_drag_timeout" double: 0.2500000000000000000000000; + value "border_shade_animate" int: 0; + value "border_shade_transition" int: 3; + value "border_shade_speed" double: 3000.0000000000000000000000000; + value "framerate" double: 30.0000000000000000000000000; + value "priority" int: 1; + value "image_cache" int: 0; + value "font_cache" int: 0; + value "edje_cache" int: 0; + value "edje_collection_cache" int: 0; + value "zone_desks_x_count" int: 1; + value "zone_desks_y_count" int: 1; + value "show_desktop_icons" int: 0; + value "edge_flip_dragging" int: 0; + value "use_composite" int: 1; + value "language" string: ""; + value "window_placement_policy" int: 0; + value "window_grouping" int: 0; + value "focus_policy" int: 0; + value "focus_setting" int: 4; + value "pass_click_on" int: 1; + value "always_click_to_raise" int: 0; + value "always_click_to_focus" int: 0; + value "use_auto_raise" int: 0; + value "auto_raise_delay" double: 0.5000000000000000000000000; + value "use_resist" int: 1; + value "drag_resist" int: 16; + value "desk_resist" int: 32; + value "window_resist" int: 12; + value "gadget_resist" int: 32; + value "geometry_auto_resize_limit" int: 0; + value "geometry_auto_move" int: 0; + value "winlist_warp_while_selecting" int: 1; + value "winlist_warp_at_end" int: 1; + value "winlist_warp_speed" double: 0.1000000000000000055511151; + value "winlist_scroll_animate" int: 1; + value "winlist_scroll_speed" double: 0.1000000000000000055511151; + value "winlist_list_show_iconified" int: 1; + value "winlist_list_show_other_desk_iconified" int: 1; + value "winlist_list_show_other_screen_iconified" int: 0; + value "winlist_list_show_other_desk_windows" int: 0; + value "winlist_list_show_other_screen_windows" int: 0; + value "winlist_list_uncover_while_selecting" int: 0; + value "winlist_list_jump_desk_while_selecting" int: 0; + value "winlist_list_focus_while_selecting" int: 1; + value "winlist_list_raise_while_selecting" int: 1; + value "winlist_pos_align_x" double: 0.5000000000000000000000000; + value "winlist_pos_align_y" double: 0.5000000000000000000000000; + value "winlist_pos_size_w" double: 0.5000000000000000000000000; + value "winlist_pos_size_h" double: 0.5000000000000000000000000; + value "winlist_pos_min_w" int: 0; + value "winlist_pos_min_h" int: 0; + value "winlist_pos_max_w" int: 320; + value "winlist_pos_max_h" int: 320; + value "maximize_policy" int: 50; + value "allow_manip" int: 0; + value "border_fix_on_shelf_toggle" int: 0; + value "allow_above_fullscreen" int: 0; + value "kill_if_close_not_possible" int: 1; + value "kill_process" int: 1; + value "kill_timer_wait" double: 10.0000000000000000000000000; + value "ping_clients" int: 0; + value "transition_desk" string: "vswipe"; + value "transition_change" string: "crossfade"; + value "remember_internal_windows" int: 0; + value "move_info_follows" int: 1; + value "resize_info_follows" int: 1; + value "move_info_visible" int: 0; + value "resize_info_visible" int: 0; + value "focus_last_focused_per_desktop" int: 1; + value "focus_revert_on_hide_or_close" int: 1; + value "pointer_slide" int: 0; + value "use_e_cursor" int: 1; + value "cursor_size" int: 1; + value "menu_autoscroll_margin" int: 0; + value "menu_autoscroll_cursor_margin" int: 1; + value "transient.move" int: 1; + value "transient.resize" int: 0; + value "transient.raise" int: 1; + value "transient.lower" int: 1; + value "transient.layer" int: 1; + value "transient.desktop" int: 1; + value "transient.iconify" int: 1; + value "modal_windows" int: 1; + value "menu_eap_name_show" int: 1; + value "menu_eap_generic_show" int: 1; + value "menu_eap_comment_show" int: 0; + value "fullscreen_policy" int: 0; + value "exebuf_term_cmd" string: "xterm -hold -e"; + value "use_app_icon" int: 0; + value "cnfmdlg_disabled" int: 0; + value "cfgdlg_auto_apply" int: 0; + value "cfgdlg_default_mode" int: 0; + value "font_hinting" int: 0; + value "desklock_auth_method" int: 0; + value "desklock_login_box_zone" int: -1; + value "desklock_start_locked" int: 0; + value "desklock_on_suspend" int: 0; + value "desklock_autolock_screensaver" int: 0; + value "desklock_post_screensaver_time" double: 0.0000000000000000000000000; + value "desklock_autolock_idle" int: 0; + value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; + value "desklock_use_custom_desklock" int: 0; + value "desklock_ask_presentation" uchar: 1; + value "desklock_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_enable" int: 0; + value "screensaver_timeout" int: 0; + value "screensaver_interval" int: 5; + value "screensaver_blanking" int: 2; + value "screensaver_expose" int: 2; + value "screensaver_ask_presentation" uchar: 1; + value "screensaver_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_suspend" uchar: 0; + value "screensaver_suspend_on_ac" uchar: 0; + value "screensaver_suspend_delay" double: 0.0000000000000000000000000; + value "dpms_enable" int: 0; + value "dpms_standby_enable" int: 0; + value "dpms_suspend_enable" int: 0; + value "dpms_off_enable" int: 0; + value "dpms_standby_timeout" int: 1; + value "dpms_suspend_timeout" int: 1; + value "dpms_off_timeout" int: 1; + value "clientlist_group_by" int: 0; + value "clientlist_include_all_zones" int: 0; + value "clientlist_separate_with" int: 0; + value "clientlist_sort_by" int: 0; + value "clientlist_separate_iconified_apps" int: 0; + value "clientlist_warp_to_iconified_desktop" int: 0; + value "clientlist_limit_caption_len" int: 0; + value "clientlist_max_caption_len" int: 2; + value "mouse_hand" int: 1; + value "mouse_accel_numerator" int: 2; + value "mouse_accel_denominator" int: 1; + value "mouse_accel_threshold" int: 4; + value "border_raise_on_mouse_action" int: 1; + value "border_raise_on_focus" int: 0; + value "desk_flip_wrap" int: 0; + value "fullscreen_flip" int: 1; + value "multiscreen_flip" int: 0; + value "icon_theme" string: "Tango"; + value "icon_theme_overrides" uchar: 0; + value "desk_flip_animate_mode" int: 0; + value "desk_flip_animate_interpolation" int: 0; + value "desk_flip_animate_time" double: 0.2000000000000000111022302; + value "wallpaper_import_last_dev" string: "~/"; + value "wallpaper_import_last_path" string: "/"; + value "theme_default_border_style" string: "default"; + value "desk_auto_switch" int: 0; + value "thumb_nice" int: 1; + value "menu_favorites_show" int: 1; + value "menu_apps_show" int: 1; + value "menu_gadcon_client_toplevel" int: 0; + value "ping_clients_interval" int: 128; + value "cache_flush_poll_interval" int: 512; + value "thumbscroll_enable" int: 1; + value "thumbscroll_threshhold" int: 40; + value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; + value "thumbscroll_friction" double: 1.0000000000000000000000000; + value "filemanager_single_click" uchar: 0; + value "device_desktop" int: 0; + value "device_auto_mount" int: 0; + value "device_auto_open" int: 0; + value "border_keyboard.timeout" double: 5.0000000000000000000000000; + value "border_keyboard.move.dx" uchar: 5; + value "border_keyboard.move.dy" uchar: 5; + value "border_keyboard.resize.dx" uchar: 5; + value "border_keyboard.resize.dy" uchar: 5; + value "scale.min" double: 1.0000000000000000000000000; + value "scale.max" double: 3.0000000000000000000000000; + value "scale.factor" double: 1.0000000000000000000000000; + value "scale.base_dpi" int: 96; + value "scale.use_dpi" uchar: 1; + value "scale.use_custom" uchar: 0; + value "show_cursor" uchar: 1; + value "idle_cursor" uchar: 0; + value "default_system_menu" string: ""; + value "cfgdlg_normal_wins" uchar: 0; + value "syscon.main.icon_size" int: 64; + value "syscon.secondary.icon_size" int: 48; + value "syscon.extra.icon_size" int: 48; + value "syscon.timeout" double: 5.0000000000000000000000000; + value "syscon.do_input" uchar: 1; + value "mode.presentation" uchar: 0; + value "mode.offline" uchar: 0; + value "exec.expire_timeout" double: 30.0000000000000000000000000; + value "exec.show_run_dialog" uchar: 1; + value "exec.show_exit_dialog" uchar: 0; + value "null_container_win" uchar: 1; + value "backlight.normal" double: 0.0000000000000000000000000; + value "backlight.dim" double: 0.0000000000000000000000000; + value "backlight.transition" double: 0.0000000000000000000000000; + value "backlight.idle_dim" uchar: 0; + value "backlight.timer" double: 0.0000000000000000000000000; + value "deskenv.load_xrdb" uchar: 0; + value "deskenv.load_xmodmap" uchar: 0; + value "deskenv.load_gnome" uchar: 0; + value "deskenv.load_kde" uchar: 0; + value "powersave.none" double: 0.0100000000000000002081668; + value "powersave.low" double: 0.0100000000000000002081668; + value "powersave.medium" double: 0.0100000000000000002081668; + value "powersave.high" double: 0.0100000000000000002081668; + value "powersave.extreme" double: 0.0100000000000000002081668; + value "powersave.min" int: 0; + value "powersave.max" int: 0; + value "xsettings.enabled" uchar: 0; + value "xsettings.match_e17_theme" uchar: 0; + value "xsettings.match_e17_icon_theme" uchar: 0; + value "xsettings.xft_antialias" int: 0; + value "xsettings.xft_hinting" int: 0; + value "update.check" uchar: 0; + value "update.later" uchar: 0; + value "xkb.only_label" int: 0; +} diff --git a/emulator/opt/home/app/.e/e/config/samsung/exehist.src b/emulator/opt/home/app/.e/e/config/samsung/exehist.src new file mode 100644 index 0000000..5238ef2 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/exehist.src @@ -0,0 +1,2 @@ +group "E_Exehist" struct { +} diff --git a/emulator/opt/home/app/.e/e/config/samsung/module.comp-slp.src b/emulator/opt/home/app/.e/e/config/samsung/module.comp-slp.src new file mode 100644 index 0000000..66f4f06 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/module.comp-slp.src @@ -0,0 +1,182 @@ +group "Comp_Config" struct { + group "match.popups" list { + group "Comp_Match" struct { + value "name" string: "shelf"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.borders" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "default"; + } + } + group "match.overrides" list { + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "Background_Window"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "none"; + } + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "everything"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "everything"; + } + group "Comp_Match" struct { + value "primary_type" int: 9; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 10; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 13; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 11; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.menus" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + } + value "shadow_file" string: "/usr/share/enlightenment/data/themes/shadow.edj"; + value "shadow_style" string: "default"; + value "engine" int: 1; + value "max_unmapped_pixels" int: 32768; + value "max_unmapped_time" int: 36000; + value "min_unmapped_time" int: 300; + value "fps_average_range" int: 30; + value "fps_corner" uchar: 3; + value "fps_show" uchar: 0; + value "use_shadow" uchar: 0; + value "indirect" uchar: 0; + value "texture_from_pixmap" uchar: 1; + value "lock_fps" uchar: 0; + value "loose_sync" uchar: 1; + value "efl_sync" uchar: 1; + value "grab" uchar: 0; + value "vsync" uchar: 1; + value "keep_unmapped" uchar: 1; + value "send_flush" uchar: 1; + value "send_dump" uchar: 0; + value "nocomp_fs" uchar: 0; + value "smooth_windows" uchar: 0; + value "first_draw_delay" double: 0.1499999999999999944488849; + value "canvas_per_zone" uchar: 1; + value "use_lock_screen" uchar: 1; + value "default_window_effect" uchar: 0; + value "keyboard_effect" uchar: 0; + value "max_lock_screen_time" double: 2.0000000000000000000000000; + value "damage_timeout" double: 10.0000000000000000000000000; + value "use_hw_ov" uchar: 0; + value "debug_info_show" uchar: 0; + value "max_debug_msgs" int: 1; + value "debug_type_nocomp" uchar: 0; + value "debug_type_swap" uchar: 0; + value "debug_type_effect" uchar: 0; +} diff --git a/emulator/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src b/emulator/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src new file mode 100644 index 0000000..c8be06f --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src @@ -0,0 +1,5 @@ +group "Devicemgr_Config" struct { + value "ScrnConf.enable" uchar: 0; + value "ScrnConf.default_dispmode" int: 1; + value "ScrnConf.isPopUpEnabled" uchar: 0; +} diff --git a/emulator/opt/home/app/.e/e/config/samsung/module.illume2-slp.src b/emulator/opt/home/app/.e/e/config/samsung/module.illume2-slp.src new file mode 100644 index 0000000..792b6f7 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/module.illume2-slp.src @@ -0,0 +1,50 @@ +group "Illume_Config" struct { + group "policy.zones" list { + group "Illume_Config_Zone" struct { + value "id" int: 0; + value "mode.dual" int: 0; + value "mode.side" int: 0; + } + } + value "version" int: 1; + value "animation.vkbd.duration" int: 1000; + value "animation.quickpanel.duration" int: 700; + value "policy.name" string: "illume"; + value "policy.vkbd.class" string: "Virtual-Keyboard"; + value "policy.vkbd.name" string: "Virtual-Keyboard"; + value "policy.vkbd.title" string: "Virtual Keyboard"; + value "policy.vkbd.type" int: 8; + value "policy.vkbd.match.class" int: 0; + value "policy.vkbd.match.name" int: 1; + value "policy.vkbd.match.title" int: 1; + value "policy.vkbd.match.type" int: 0; + value "policy.indicator.class" string: "Illume-Indicator"; + value "policy.indicator.name" string: "Illume-Indicator"; + value "policy.indicator.title" string: "Illume Indicator"; + value "policy.indicator.type" int: 2; + value "policy.indicator.match.class" int: 0; + value "policy.indicator.match.name" int: 1; + value "policy.indicator.match.title" int: 1; + value "policy.indicator.match.type" int: 0; + value "policy.softkey.class" string: "Illume-Softkey"; + value "policy.softkey.name" string: "Illume-Softkey"; + value "policy.softkey.title" string: "Illume Softkey"; + value "policy.softkey.type" int: 2; + value "policy.softkey.match.class" int: 0; + value "policy.softkey.match.name" int: 1; + value "policy.softkey.match.title" int: 1; + value "policy.softkey.match.type" int: 0; + value "policy.home.class" string: "Illume-Home"; + value "policy.home.name" string: "Illume-Home"; + value "policy.home.title" string: "Illume Home"; + value "policy.home.type" int: 8; + value "policy.home.match.class" int: 0; + value "policy.home.match.name" int: 1; + value "policy.home.match.title" int: 1; + value "policy.home.match.type" int: 0; + value "use_mem_trim" uchar: 1; + value "display_name.mobile" string: "mobile"; + value "display_name.desktop" string: "desktop"; + value "use_indicator_widget" uchar: 1; + value "use_force_iconify" uchar: 0; +} diff --git a/emulator/opt/home/app/.e/e/config/samsung/module.move-slp.src b/emulator/opt/home/app/.e/e/config/samsung/module.move-slp.src new file mode 100644 index 0000000..7190847 --- /dev/null +++ b/emulator/opt/home/app/.e/e/config/samsung/module.move-slp.src @@ -0,0 +1,33 @@ +group "Move_Config" struct { + value "indicator_always_portrait_region_ratio" double: 0.10833; + value "indicator_always_landscape_region_ratio" double: 0.0609; + value "indicator_quickpanel_portrait_region_ratio" double: 0.8917; + value "indicator_quickpanel_landscape_region_ratio" double: 0.9390; + value "indicator_apptray_portrait_region_ratio" double: 1.0; + value "indicator_apptray_landscape_region_ratio" double: 1.0; + value "qp_scroll_with_visible_win" uchar: 1; + value "qp_scroll_with_clipping" uchar: 1; + value "dim_max_opacity" int: 200; + value "dim_min_opacity" int: 0; + value "flick_speed_limit" double: 200.0; + value "animation_duration" double: 0.4; + value "event_log" uchar: 1; + value "event_log_count" int: 600; + value "elm_indicator_mode" uchar: 1; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].h" int: 1280; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].y" int: 1230; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].x" int: 670; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].h" int: 1280; +} diff --git a/emulator/opt/home/app/Makefile.am b/emulator/opt/home/app/Makefile.am new file mode 100644 index 0000000..f8b8e7f --- /dev/null +++ b/emulator/opt/home/app/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = .e diff --git a/i386/Makefile.am b/i386/Makefile.am new file mode 100644 index 0000000..d56b1df --- /dev/null +++ b/i386/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = opt diff --git a/i386/opt/Makefile.am b/i386/opt/Makefile.am new file mode 100644 index 0000000..5a62302 --- /dev/null +++ b/i386/opt/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = home diff --git a/i386/opt/home/Makefile.am b/i386/opt/home/Makefile.am new file mode 100644 index 0000000..2d14bf8 --- /dev/null +++ b/i386/opt/home/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = app diff --git a/i386/opt/home/app/.e/Makefile.am b/i386/opt/home/app/.e/Makefile.am new file mode 100644 index 0000000..3ff05d2 --- /dev/null +++ b/i386/opt/home/app/.e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = e diff --git a/i386/opt/home/app/.e/apps/launcher/config.eet b/i386/opt/home/app/.e/apps/launcher/config.eet new file mode 100755 index 0000000..76b9848 Binary files /dev/null and b/i386/opt/home/app/.e/apps/launcher/config.eet differ diff --git a/i386/opt/home/app/.e/e/Makefile.am b/i386/opt/home/app/.e/e/Makefile.am new file mode 100644 index 0000000..06e0395 --- /dev/null +++ b/i386/opt/home/app/.e/e/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = config diff --git a/i386/opt/home/app/.e/e/applications/bar/default/.order b/i386/opt/home/app/.e/e/applications/bar/default/.order new file mode 100644 index 0000000..e69de29 diff --git a/i386/opt/home/app/.e/e/applications/startup/.order b/i386/opt/home/app/.e/e/applications/startup/.order new file mode 100644 index 0000000..e69de29 diff --git a/i386/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj b/i386/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj new file mode 100644 index 0000000..430cdf4 Binary files /dev/null and b/i386/opt/home/app/.e/e/backgrounds/DM_Wallpaper03.edj differ diff --git a/i386/opt/home/app/.e/e/config/Makefile.am b/i386/opt/home/app/.e/e/config/Makefile.am new file mode 100644 index 0000000..cae6ee4 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/Makefile.am @@ -0,0 +1,20 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = samsung + +EET_EET = @eet_eet@ + +EXTRA_DIST = profile.src + +filesdir = $(prefix)/.e/e/config/ + +files_DATA = profile.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -i \ + $(top_builddir)/i386/opt/home/app/.e/e/config/$@ config \ + $< 0 + +clean-local: + rm -rf *.cfg *~ diff --git a/i386/opt/home/app/.e/e/config/profile.src b/i386/opt/home/app/.e/e/config/profile.src new file mode 100644 index 0000000..409e066 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/profile.src @@ -0,0 +1 @@ +samsung \ No newline at end of file diff --git a/i386/opt/home/app/.e/e/config/samsung/Makefile.am b/i386/opt/home/app/.e/e/config/samsung/Makefile.am new file mode 100644 index 0000000..46f05a4 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/Makefile.am @@ -0,0 +1,30 @@ +MAINTAINERCLEANFILES = Makefile.in + +EET_EET = @eet_eet@ + +EXTRA_DIST = \ + module.comp-slp.src \ + e.src \ + module.illume2-slp.src \ + module.devicemgr-slp.src \ + module.move-slp.src \ + exehist.src + +filesdir = $(prefix)/.e/e/config/samsung/ +files_DATA = \ + module.comp-slp.cfg \ + e.cfg \ + module.illume2-slp.cfg \ + module.devicemgr-slp.cfg \ + module.move-slp.cfg \ + exehist.cfg + +SUFFIXES = .cfg + +.src.cfg: + $(EET_EET) -e \ + $(top_builddir)/i386/opt/home/app/.e/e/config/samsung/$@ config \ + $< 1 + +clean-local: + rm -rf *.cfg *~ diff --git a/i386/opt/home/app/.e/e/config/samsung/e.src b/i386/opt/home/app/.e/e/config/samsung/e.src new file mode 100644 index 0000000..ba8f283 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/e.src @@ -0,0 +1,472 @@ +group "E_Config" struct { + group "acpi_bindings" list { + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 0; + value "action" string: "dim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 1; + value "status" int: 1; + value "action" string: "undim_screen"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 5; + value "status" int: 0; + value "action" string: "suspend"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 6; + value "status" int: -1; + value "action" string: "halt_now"; + value "params" string: "now"; + } + group "E_Config_Binding_Acpi" struct { + value "context" int: 0; + value "type" int: 8; + value "status" int: -1; + value "action" string: "suspend"; + value "params" string: "now"; + } + } + group "signal_bindings" list { + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1,double"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,[12]"; + value "source" string: "e.event.close"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_close"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,1"; + value "source" string: "e.event.maximize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_maximized_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.minimize"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_iconic_toggle"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.shade"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_shaded_toggle"; + value "params" string: "up"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,clicked,?"; + value "source" string: "e.event.lower"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_lower"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.titlebar"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_move"; + value "params" string: "end"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.t"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "t"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.tr"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "tr"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.r"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "r"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.br"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "br"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.b"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "b"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.bl"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "bl"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,down,1"; + value "source" string: "e.event.resize.l"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "l"; + } + group "E_Config_Binding_Signal" struct { + value "context" int: 2; + value "signal" string: "mouse,up,1"; + value "source" string: "e.event.resize.*"; + value "modifiers" int: 0; + value "any_mod" uchar: 1; + value "action" string: "window_resize"; + value "params" string: "end"; + } + } + group "themes" list { + group "E_Config_Theme" struct { + value "category" string: "theme"; + value "file" string: "samsung.edj"; + } + } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "illume2-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 100; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-keyrouter"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-devicemgr"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -3000; + } + group "E_Config_Module" struct { + value "name" string: "e17-extra-module-wmready"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { + value "name" string: "comp-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -1000; + } + group "E_Config_Module" struct { + value "name" string: "move-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + group "E_Config_Module" struct { + value "name" string: "config-slp"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: -2000; + } + } + group "desktop_window_profiles" list { + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 0; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "mobile"; + } + group "E_Config_Desktop_Window_Profile" struct { + value "container" int: 0; + value "zone" int: 1; + value "desk_x" int: 0; + value "desk_y" int: 0; + value "profile" string: "desktop"; + } + } + value "config_version" int: 65876; + value "show_splash" int: 0; + value "init_default_theme" string: "samsung.edj"; + value "desktop_default_name" string: "x"; + value "desktop_default_window_profile" string: "Not specified"; + value "menus_scroll_speed" double: 1000.0000000000000000000000000; + value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; + value "menus_click_drag_timeout" double: 0.2500000000000000000000000; + value "border_shade_animate" int: 0; + value "border_shade_transition" int: 3; + value "border_shade_speed" double: 3000.0000000000000000000000000; + value "framerate" double: 30.0000000000000000000000000; + value "priority" int: 1; + value "image_cache" int: 0; + value "font_cache" int: 0; + value "edje_cache" int: 0; + value "edje_collection_cache" int: 0; + value "zone_desks_x_count" int: 1; + value "zone_desks_y_count" int: 1; + value "show_desktop_icons" int: 0; + value "edge_flip_dragging" int: 0; + value "use_composite" int: 1; + value "language" string: ""; + value "window_placement_policy" int: 0; + value "window_grouping" int: 0; + value "focus_policy" int: 0; + value "focus_setting" int: 4; + value "pass_click_on" int: 1; + value "always_click_to_raise" int: 0; + value "always_click_to_focus" int: 0; + value "use_auto_raise" int: 0; + value "auto_raise_delay" double: 0.5000000000000000000000000; + value "use_resist" int: 1; + value "drag_resist" int: 16; + value "desk_resist" int: 32; + value "window_resist" int: 12; + value "gadget_resist" int: 32; + value "geometry_auto_resize_limit" int: 0; + value "geometry_auto_move" int: 0; + value "winlist_warp_while_selecting" int: 1; + value "winlist_warp_at_end" int: 1; + value "winlist_warp_speed" double: 0.1000000000000000055511151; + value "winlist_scroll_animate" int: 1; + value "winlist_scroll_speed" double: 0.1000000000000000055511151; + value "winlist_list_show_iconified" int: 1; + value "winlist_list_show_other_desk_iconified" int: 1; + value "winlist_list_show_other_screen_iconified" int: 0; + value "winlist_list_show_other_desk_windows" int: 0; + value "winlist_list_show_other_screen_windows" int: 0; + value "winlist_list_uncover_while_selecting" int: 0; + value "winlist_list_jump_desk_while_selecting" int: 0; + value "winlist_list_focus_while_selecting" int: 1; + value "winlist_list_raise_while_selecting" int: 1; + value "winlist_pos_align_x" double: 0.5000000000000000000000000; + value "winlist_pos_align_y" double: 0.5000000000000000000000000; + value "winlist_pos_size_w" double: 0.5000000000000000000000000; + value "winlist_pos_size_h" double: 0.5000000000000000000000000; + value "winlist_pos_min_w" int: 0; + value "winlist_pos_min_h" int: 0; + value "winlist_pos_max_w" int: 320; + value "winlist_pos_max_h" int: 320; + value "maximize_policy" int: 50; + value "allow_manip" int: 0; + value "border_fix_on_shelf_toggle" int: 0; + value "allow_above_fullscreen" int: 0; + value "kill_if_close_not_possible" int: 1; + value "kill_process" int: 1; + value "kill_timer_wait" double: 10.0000000000000000000000000; + value "ping_clients" int: 0; + value "transition_desk" string: "vswipe"; + value "transition_change" string: "crossfade"; + value "remember_internal_windows" int: 0; + value "move_info_follows" int: 1; + value "resize_info_follows" int: 1; + value "move_info_visible" int: 0; + value "resize_info_visible" int: 0; + value "focus_last_focused_per_desktop" int: 1; + value "focus_revert_on_hide_or_close" int: 1; + value "pointer_slide" int: 0; + value "use_e_cursor" int: 1; + value "cursor_size" int: 1; + value "menu_autoscroll_margin" int: 0; + value "menu_autoscroll_cursor_margin" int: 1; + value "transient.move" int: 1; + value "transient.resize" int: 0; + value "transient.raise" int: 1; + value "transient.lower" int: 1; + value "transient.layer" int: 1; + value "transient.desktop" int: 1; + value "transient.iconify" int: 1; + value "modal_windows" int: 1; + value "menu_eap_name_show" int: 1; + value "menu_eap_generic_show" int: 1; + value "menu_eap_comment_show" int: 0; + value "fullscreen_policy" int: 0; + value "exebuf_term_cmd" string: "xterm -hold -e"; + value "use_app_icon" int: 0; + value "cnfmdlg_disabled" int: 0; + value "cfgdlg_auto_apply" int: 0; + value "cfgdlg_default_mode" int: 0; + value "font_hinting" int: 0; + value "desklock_auth_method" int: 0; + value "desklock_login_box_zone" int: -1; + value "desklock_start_locked" int: 0; + value "desklock_on_suspend" int: 0; + value "desklock_autolock_screensaver" int: 0; + value "desklock_post_screensaver_time" double: 0.0000000000000000000000000; + value "desklock_autolock_idle" int: 0; + value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000; + value "desklock_use_custom_desklock" int: 0; + value "desklock_ask_presentation" uchar: 1; + value "desklock_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_enable" int: 0; + value "screensaver_timeout" int: 0; + value "screensaver_interval" int: 5; + value "screensaver_blanking" int: 2; + value "screensaver_expose" int: 2; + value "screensaver_ask_presentation" uchar: 1; + value "screensaver_ask_presentation_timeout" double: 30.0000000000000000000000000; + value "screensaver_suspend" uchar: 0; + value "screensaver_suspend_on_ac" uchar: 0; + value "screensaver_suspend_delay" double: 0.0000000000000000000000000; + value "dpms_enable" int: 0; + value "dpms_standby_enable" int: 0; + value "dpms_suspend_enable" int: 0; + value "dpms_off_enable" int: 0; + value "dpms_standby_timeout" int: 1; + value "dpms_suspend_timeout" int: 1; + value "dpms_off_timeout" int: 1; + value "clientlist_group_by" int: 0; + value "clientlist_include_all_zones" int: 0; + value "clientlist_separate_with" int: 0; + value "clientlist_sort_by" int: 0; + value "clientlist_separate_iconified_apps" int: 0; + value "clientlist_warp_to_iconified_desktop" int: 0; + value "clientlist_limit_caption_len" int: 0; + value "clientlist_max_caption_len" int: 2; + value "mouse_hand" int: 1; + value "mouse_accel_numerator" int: 2; + value "mouse_accel_denominator" int: 1; + value "mouse_accel_threshold" int: 4; + value "border_raise_on_mouse_action" int: 1; + value "border_raise_on_focus" int: 0; + value "desk_flip_wrap" int: 0; + value "fullscreen_flip" int: 1; + value "multiscreen_flip" int: 0; + value "icon_theme" string: "Tango"; + value "icon_theme_overrides" uchar: 0; + value "desk_flip_animate_mode" int: 0; + value "desk_flip_animate_interpolation" int: 0; + value "desk_flip_animate_time" double: 0.2000000000000000111022302; + value "wallpaper_import_last_dev" string: "~/"; + value "wallpaper_import_last_path" string: "/"; + value "theme_default_border_style" string: "default"; + value "desk_auto_switch" int: 0; + value "thumb_nice" int: 1; + value "menu_favorites_show" int: 1; + value "menu_apps_show" int: 1; + value "menu_gadcon_client_toplevel" int: 0; + value "ping_clients_interval" int: 128; + value "cache_flush_poll_interval" int: 512; + value "thumbscroll_enable" int: 1; + value "thumbscroll_threshhold" int: 40; + value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000; + value "thumbscroll_friction" double: 1.0000000000000000000000000; + value "filemanager_single_click" uchar: 0; + value "device_desktop" int: 0; + value "device_auto_mount" int: 0; + value "device_auto_open" int: 0; + value "border_keyboard.timeout" double: 5.0000000000000000000000000; + value "border_keyboard.move.dx" uchar: 5; + value "border_keyboard.move.dy" uchar: 5; + value "border_keyboard.resize.dx" uchar: 5; + value "border_keyboard.resize.dy" uchar: 5; + value "scale.min" double: 1.0000000000000000000000000; + value "scale.max" double: 3.0000000000000000000000000; + value "scale.factor" double: 1.0000000000000000000000000; + value "scale.base_dpi" int: 96; + value "scale.use_dpi" uchar: 1; + value "scale.use_custom" uchar: 0; + value "show_cursor" uchar: 1; + value "idle_cursor" uchar: 0; + value "default_system_menu" string: ""; + value "cfgdlg_normal_wins" uchar: 0; + value "syscon.main.icon_size" int: 64; + value "syscon.secondary.icon_size" int: 48; + value "syscon.extra.icon_size" int: 48; + value "syscon.timeout" double: 5.0000000000000000000000000; + value "syscon.do_input" uchar: 1; + value "mode.presentation" uchar: 0; + value "mode.offline" uchar: 0; + value "exec.expire_timeout" double: 30.0000000000000000000000000; + value "exec.show_run_dialog" uchar: 1; + value "exec.show_exit_dialog" uchar: 0; + value "null_container_win" uchar: 1; + value "backlight.normal" double: 0.0000000000000000000000000; + value "backlight.dim" double: 0.0000000000000000000000000; + value "backlight.transition" double: 0.0000000000000000000000000; + value "backlight.idle_dim" uchar: 0; + value "backlight.timer" double: 0.0000000000000000000000000; + value "deskenv.load_xrdb" uchar: 0; + value "deskenv.load_xmodmap" uchar: 0; + value "deskenv.load_gnome" uchar: 0; + value "deskenv.load_kde" uchar: 0; + value "powersave.none" double: 0.0100000000000000002081668; + value "powersave.low" double: 0.0100000000000000002081668; + value "powersave.medium" double: 0.0100000000000000002081668; + value "powersave.high" double: 0.0100000000000000002081668; + value "powersave.extreme" double: 0.0100000000000000002081668; + value "powersave.min" int: 0; + value "powersave.max" int: 0; + value "xsettings.enabled" uchar: 0; + value "xsettings.match_e17_theme" uchar: 0; + value "xsettings.match_e17_icon_theme" uchar: 0; + value "xsettings.xft_antialias" int: 0; + value "xsettings.xft_hinting" int: 0; + value "update.check" uchar: 0; + value "update.later" uchar: 0; + value "xkb.only_label" int: 0; +} diff --git a/i386/opt/home/app/.e/e/config/samsung/exehist.src b/i386/opt/home/app/.e/e/config/samsung/exehist.src new file mode 100644 index 0000000..5238ef2 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/exehist.src @@ -0,0 +1,2 @@ +group "E_Exehist" struct { +} diff --git a/i386/opt/home/app/.e/e/config/samsung/module.comp-slp.src b/i386/opt/home/app/.e/e/config/samsung/module.comp-slp.src new file mode 100644 index 0000000..444c30b --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/module.comp-slp.src @@ -0,0 +1,182 @@ +group "Comp_Config" struct { + group "match.popups" list { + group "Comp_Match" struct { + value "name" string: "shelf"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.borders" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "default"; + } + } + group "match.overrides" list { + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "Background_Window"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "none"; + } + group "Comp_Match" struct { + value "name" string: "E"; + value "clas" string: "everything"; + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "everything"; + } + group "Comp_Match" struct { + value "primary_type" int: 9; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 10; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 13; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 11; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "popup"; + } + } + group "match.menus" list { + group "Comp_Match" struct { + value "primary_type" int: 0; + value "borderless" char: 0; + value "dialog" char: 0; + value "accepts_focus" char: 0; + value "vkbd" char: 0; + value "quickpanel" char: 0; + value "argb" char: 0; + value "fullscreen" char: 0; + value "modal" char: 0; + value "shadow_style" string: "menu"; + } + } + value "shadow_file" string: "/usr/share/enlightenment/data/themes/shadow.edj"; + value "shadow_style" string: "default"; + value "engine" int: 2; + value "max_unmapped_pixels" int: 32768; + value "max_unmapped_time" int: 36000; + value "min_unmapped_time" int: 300; + value "fps_average_range" int: 30; + value "fps_corner" uchar: 3; + value "fps_show" uchar: 0; + value "use_shadow" uchar: 0; + value "indirect" uchar: 0; + value "texture_from_pixmap" uchar: 1; + value "lock_fps" uchar: 0; + value "loose_sync" uchar: 1; + value "efl_sync" uchar: 1; + value "grab" uchar: 0; + value "vsync" uchar: 1; + value "keep_unmapped" uchar: 1; + value "send_flush" uchar: 1; + value "send_dump" uchar: 0; + value "nocomp_fs" uchar: 0; + value "smooth_windows" uchar: 0; + value "first_draw_delay" double: 0.1499999999999999944488849; + value "canvas_per_zone" uchar: 1; + value "use_lock_screen" uchar: 1; + value "default_window_effect" uchar: 0; + value "keyboard_effect" uchar: 0; + value "max_lock_screen_time" double: 2.0000000000000000000000000; + value "damage_timeout" double: 10.0000000000000000000000000; + value "use_hw_ov" uchar: 0; + value "debug_info_show" uchar: 0; + value "max_debug_msgs" int: 1; + value "debug_type_nocomp" uchar: 0; + value "debug_type_swap" uchar: 0; + value "debug_type_effect" uchar: 0; +} diff --git a/i386/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src b/i386/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src new file mode 100644 index 0000000..c8be06f --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/module.devicemgr-slp.src @@ -0,0 +1,5 @@ +group "Devicemgr_Config" struct { + value "ScrnConf.enable" uchar: 0; + value "ScrnConf.default_dispmode" int: 1; + value "ScrnConf.isPopUpEnabled" uchar: 0; +} diff --git a/i386/opt/home/app/.e/e/config/samsung/module.illume2-slp.src b/i386/opt/home/app/.e/e/config/samsung/module.illume2-slp.src new file mode 100644 index 0000000..792b6f7 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/module.illume2-slp.src @@ -0,0 +1,50 @@ +group "Illume_Config" struct { + group "policy.zones" list { + group "Illume_Config_Zone" struct { + value "id" int: 0; + value "mode.dual" int: 0; + value "mode.side" int: 0; + } + } + value "version" int: 1; + value "animation.vkbd.duration" int: 1000; + value "animation.quickpanel.duration" int: 700; + value "policy.name" string: "illume"; + value "policy.vkbd.class" string: "Virtual-Keyboard"; + value "policy.vkbd.name" string: "Virtual-Keyboard"; + value "policy.vkbd.title" string: "Virtual Keyboard"; + value "policy.vkbd.type" int: 8; + value "policy.vkbd.match.class" int: 0; + value "policy.vkbd.match.name" int: 1; + value "policy.vkbd.match.title" int: 1; + value "policy.vkbd.match.type" int: 0; + value "policy.indicator.class" string: "Illume-Indicator"; + value "policy.indicator.name" string: "Illume-Indicator"; + value "policy.indicator.title" string: "Illume Indicator"; + value "policy.indicator.type" int: 2; + value "policy.indicator.match.class" int: 0; + value "policy.indicator.match.name" int: 1; + value "policy.indicator.match.title" int: 1; + value "policy.indicator.match.type" int: 0; + value "policy.softkey.class" string: "Illume-Softkey"; + value "policy.softkey.name" string: "Illume-Softkey"; + value "policy.softkey.title" string: "Illume Softkey"; + value "policy.softkey.type" int: 2; + value "policy.softkey.match.class" int: 0; + value "policy.softkey.match.name" int: 1; + value "policy.softkey.match.title" int: 1; + value "policy.softkey.match.type" int: 0; + value "policy.home.class" string: "Illume-Home"; + value "policy.home.name" string: "Illume-Home"; + value "policy.home.title" string: "Illume Home"; + value "policy.home.type" int: 8; + value "policy.home.match.class" int: 0; + value "policy.home.match.name" int: 1; + value "policy.home.match.title" int: 1; + value "policy.home.match.type" int: 0; + value "use_mem_trim" uchar: 1; + value "display_name.mobile" string: "mobile"; + value "display_name.desktop" string: "desktop"; + value "use_indicator_widget" uchar: 1; + value "use_force_iconify" uchar: 0; +} diff --git a/i386/opt/home/app/.e/e/config/samsung/module.move-slp.src b/i386/opt/home/app/.e/e/config/samsung/module.move-slp.src new file mode 100644 index 0000000..7190847 --- /dev/null +++ b/i386/opt/home/app/.e/e/config/samsung/module.move-slp.src @@ -0,0 +1,33 @@ +group "Move_Config" struct { + value "indicator_always_portrait_region_ratio" double: 0.10833; + value "indicator_always_landscape_region_ratio" double: 0.0609; + value "indicator_quickpanel_portrait_region_ratio" double: 0.8917; + value "indicator_quickpanel_landscape_region_ratio" double: 0.9390; + value "indicator_apptray_portrait_region_ratio" double: 1.0; + value "indicator_apptray_landscape_region_ratio" double: 1.0; + value "qp_scroll_with_visible_win" uchar: 1; + value "qp_scroll_with_clipping" uchar: 1; + value "dim_max_opacity" int: 200; + value "dim_min_opacity" int: 0; + value "flick_speed_limit" double: 200.0; + value "animation_duration" double: 0.4; + value "event_log" uchar: 1; + value "event_log_count" int: 600; + value "elm_indicator_mode" uchar: 1; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_0].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_90].h" int: 1280; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].x" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].y" int: 1230; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].w" int: 720; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_180].h" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].x" int: 670; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].y" int: 0; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].w" int: 50; + value "indicator_widget_geometry[E_MOVE_INDICATOR_WIDGET_ANGLE_270].h" int: 1280; +} diff --git a/i386/opt/home/app/Makefile.am b/i386/opt/home/app/Makefile.am new file mode 100644 index 0000000..f8b8e7f --- /dev/null +++ b/i386/opt/home/app/Makefile.am @@ -0,0 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = .e diff --git a/packaging/e17-misc.spec b/packaging/e17-misc.spec new file mode 100644 index 0000000..4ff9225 --- /dev/null +++ b/packaging/e17-misc.spec @@ -0,0 +1,99 @@ +#sbs-git:slp/pkgs/e/e17-misc e17-misc 0.2 +Name: e17-misc +Summary: E17 Config files +Version: 0.2 +Release: 1 +Group: System/GUI/Other +License: BSD +Source0: %{name}-%{version}.tar.gz +BuildRequires: pkgconfig(eet) +BuildRequires: eet-bin +Requires: e17 + +%description +The E17 extra configuration files + +%prep +%setup -q + +%build +%autogen +%configure --prefix=/opt/home/app +make + +%install +%make_install + +# for license notification +mkdir -p %{buildroot}/usr/share/license +cp -a COPYING %{buildroot}/usr/share/license/%{name} + +%ifarch %{arm} +# ARM build target +%__mkdir_p %{buildroot}/opt/home/app/.e/apps +%__cp -afr %{_arch}/opt/home/app/.e/apps/* %{buildroot}/opt/home/app/.e/apps + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/applications +%__cp -afr %{_arch}/opt/home/app/.e/e/applications/* %{buildroot}/opt/home/app/.e/e/applications + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/backgrounds +%__cp -afr %{_arch}/opt/home/app/.e/e/backgrounds/* %{buildroot}/opt/home/app/.e/e/backgrounds + +%__cp -afr %{_arch}/opt/home/app/.e/e/config/*.cfg %{buildroot}/opt/home/app/.e/e/config +%__cp -afr %{_arch}/opt/home/app/.e/e/config/samsung/*.cfg %{buildroot}/opt/home/app/.e/e/config/samsung + +%else + +%if 0%{?simulator} +# emul build target +%__mkdir_p %{buildroot}/opt/home/app/.e/apps +%__cp -afr emulator/opt/home/app/.e/apps/* %{buildroot}/opt/home/app/.e/apps + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/applications +%__cp -afr emulator/opt/home/app/.e/e/applications/* %{buildroot}/opt/home/app/.e/e/applications + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/backgrounds +%__cp -afr emulator/opt/home/app/.e/e/backgrounds/* %{buildroot}/opt/home/app/.e/e/backgrounds + +%__cp -afr emulator/opt/home/app/.e/e/config/*.cfg %{buildroot}/opt/home/app/.e/e/config +%__cp -afr emulator/opt/home/app/.e/e/config/samsung/*.cfg %{buildroot}/opt/home/app/.e/e/config/samsung + +%else +# IA build target +%__mkdir_p %{buildroot}/opt/home/app/.e/apps +%__cp -afr %{_arch}/opt/home/app/.e/apps/* %{buildroot}/opt/home/app/.e/apps + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/applications +%__cp -afr %{_arch}/opt/home/app/.e/e/applications/* %{buildroot}/opt/home/app/.e/e/applications + +%__mkdir_p %{buildroot}/opt/home/app/.e/e/backgrounds +%__cp -afr %{_arch}/opt/home/app/.e/e/backgrounds/* %{buildroot}/opt/home/app/.e/e/backgrounds + +%__cp -afr %{_arch}/opt/home/app/.e/e/config/*.cfg %{buildroot}/opt/home/app/.e/e/config +%__cp -afr %{_arch}/opt/home/app/.e/e/config/samsung/*.cfg %{buildroot}/opt/home/app/.e/e/config/samsung + +%endif +%endif + +%__mkdir_p %{buildroot}%{_sysconfdir}/skel + %__cp -af %{buildroot}/opt/home/app/.e %{buildroot}%{_sysconfdir}/skel/.e + +%pre +if [ ! -e "home/app" ] +then + %__mkdir_p /home/app +fi +chown 5000:5000 /home/app +chmod 755 /home/app + +%post +# XXX comptibility with sysvinit-based images +chown -R 5000:5000 /opt/home/app + +%files +%manifest e17-misc.manifest +%defattr(-,root,root,-) +/opt/home/app/.e +/usr/share/license/%{name} + +%config %{_sysconfdir}/skel/.e