diff --git a/BUGS b/BUGS index dbaf0cded..67eff1c61 100644 --- a/BUGS +++ b/BUGS @@ -29,75 +29,6 @@ Matias -From: roland -To: enlightenment-users@lists.sourceforge.net -Subject: [e-users] segfaults. -Date: Sun, 11 Dec 2005 10:15:58 -0500 -Reply-To: raw@morphius.apk.net -Sender: enlightenment-users-admin@lists.sourceforge.net - -Hi all Anyone have any idea about a bug causing segfaults -when an iconified window exits ? I see this a lot and also -saw mention of this in the E todo list. Will this be fixed? -I can reproduce this quite reliably by for example -iconifying an xterm and sending it a kill sig after it goes -into iconbox. Is there a workaround? Sometimes I have a ssh -session open and iconified and if for some reason this -session dies, E segfaults. Havent seen any other big problems -so far. Quite impressed actually with E17 . - - - - - - - - -From: David Sharp -To: The Rasterman Carsten Haitzler , -enlightenment-devel -Subject: Re: [E-devel] background changing -Date: Thu, 1 Dec 2005 03:13:21 -0800 - -On 10/7/05, The Rasterman Carsten Haitzler wrote: -> On Fri, 7 Oct 2005 11:42:10 -0700 David Sharp babbled: -> -> > On 10/7/05, The Rasterman Carsten Haitzler wrote: -> > > On Fri, 7 Oct 2005 08:06:57 -0500 Chad Kittel -babbled: -> > > > The pager not showing its pop-up is still an issue. Looking back at -> > > > the -commits ML, I didn't see any commits related to that so I assume -it -> > > > just hasn't been looked at yet. -> > > > -> > > > Once again. thank you. -> > > -> > > it should work - try enabling it? etc.? rm -rf your .e dir and start e? -> -> > no, it doesn't.. the pager popup shows when switching in the first -> > zone, but not the second, even after nuking my .e/e/config. -> -> oh... multiple ZONES! xinerama! aha! - -a little reminder, in case this didn't make your todo list / email -queue, this doesn't seem to have gone away. or, maybe it went away, -and came back.. i don't recall. - -> -> > also.. i thought it was nice that the bg only changed on the one -> > monitor.. for me, the problem was that e wouldn't remember that -> > setting, and whenever e restarted, you would get the same bg on both -> > zones again. - - - - - - - - - - From: Kim Woelders To: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] Re: bugs with iconification/deiconification in e17. diff --git a/data/themes/default_configure.edc b/data/themes/default_configure.edc index 1d7a79a75..98a30021b 100644 --- a/data/themes/default_configure.edc +++ b/data/themes/default_configure.edc @@ -144,15 +144,14 @@ group { fixed: 0 1; rel1 { to_y: "item"; - relative: 0.0 1.0; - offset: 16 2; + relative: 0.5 1.0; + offset: 0 2; } rel2 { - relative: 1.0 1.0; - offset: -17 -2; - } + relative: 0.5 1.0; + offset: 0 -2; + } } } - } } diff --git a/data/themes/default_exebuf.edc b/data/themes/default_exebuf.edc index 3babbf083..9e305392b 100644 --- a/data/themes/default_exebuf.edc +++ b/data/themes/default_exebuf.edc @@ -350,45 +350,6 @@ group { } } } -/* - part { - name: "list_swallow"; - type: SWALLOW; - clip_to: "list_clip"; - description { - state: "default" 0.0; - color: 0 0 0 0; - rel1 { - relative: 0.0 1.0; - offset: 16 16; - to_y: "title"; - } - rel2 { - relative: 1.0 0.0; - offset: -17 -17; - to_y: "icon_swallow"; - } - } - } - part { - name: "list_clip"; - type: RECT; - description { - state: "default" 0.0; - color: 255 255 255 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - to_y: "list_swallow"; - } - rel2 { - relative: 1.0 1.0; - offset: -1 -1; - to_y: "list_swallow"; - } - } - } - */ } group { @@ -407,9 +368,8 @@ group { to_x: "icon_swallow"; } rel2 { - relative: 0.0 1.0; + relative: 1.0 1.0; offset: -1 -1; - to_x: "type"; } image { normal: "e17_titlebar_outline.png"; @@ -603,9 +563,8 @@ group { to_x: "icon_swallow"; } rel2 { - relative: 0.0 1.0; + relative: 1.0 1.0; offset: -8 -6; - to_x: "type"; } color: 0 0 0 255; color3: 255 255 255 128; @@ -804,72 +763,8 @@ group { } } } - part { - name: "type"; - description { - state: "default" 0.0; - aspect: 1.0 1.0; - align: 1.0 0.5; - aspect_preference: VERTICAL; - rel1 { - relative: 1.0 0.0; - offset: -1 1; - } - rel2 { - relative: 1.0 1.0; - offset: -1 4; - to_y: "title2"; - } - image { - normal: "e17_pager_window.png"; - border: 6 13 7 5; - } - } - description { - state: "iconified" 0.0; - inherit: "default" 0.0; - visible: 0; - } - description { - state: "invisible" 0.0; - inherit: "default" 0.0; - image { - normal: "e17_pager_desk.png"; - border: 2 2 2 2; - } - } - description { - state: "shaded" 0.0; - inherit: "default" 0.0; - image { - normal: "e17_pager_window_shaded.png"; - border: 6 13 9 0; - } - } - } } programs { - program { - name: "type1"; - signal: "iconified"; - source: ""; - action: STATE_SET "iconified" 0.0; - target: "type"; - } - program { - name: "type2"; - signal: "invisible"; - source: ""; - action: STATE_SET "invisible" 0.0; - target: "type"; - } - program { - name: "type3"; - signal: "shaded"; - source: ""; - action: STATE_SET "shaded" 0.0; - target: "type"; - } program { name: "go_active_pre"; signal: "active";