bug note
[platform/upstream/enlightenment.git] / BUGS
1 From: Matias Grana <matiasg@dm.uba.ar>
2 To: Enlightenment users list <enlightenment-users@lists.sourceforge.net>
3 Subject: [e-users] bug in e17?
4 Date: Fri, 4 Nov 2005 16:41:49 -0300
5 Sender: enlightenment-users-admin@lists.sourceforge.net
6
7 hi;
8 I think I've found a bug, which I can reproduce as follows:
9
10 open konqueror (maybe other kde applications work too, i don't know).
11 open a web page on it.
12 open the 'print...'  dialog
13 tell it to print it to a file
14 click on the folder icon, to browse for the file to print it to
15 select a file and press save
16 click AGAIN on the folder icon.
17
18 The browser opens, but it does as an iconized window.
19
20 I just recompiled code from cvs to be sure it wasn't fixed. If I can be
21 of more help on this, tell me so.
22
23 Matias
24
25
26
27
28
29
30
31
32 From: roland <raw@morphius.apk.net>
33 To: enlightenment-users@lists.sourceforge.net
34 Subject: [e-users] segfaults.
35 Date: Sun, 11 Dec 2005 10:15:58 -0500
36 Reply-To: raw@morphius.apk.net
37 Sender: enlightenment-users-admin@lists.sourceforge.net
38
39 Hi all Anyone have any idea about a bug causing segfaults
40 when an iconified window exits ? I see this a lot and also
41 saw mention of this in the E todo list. Will this be fixed?
42 I can reproduce this quite reliably by for example
43 iconifying an xterm and sending it a kill sig after it goes
44 into iconbox. Is there a workaround? Sometimes I have a ssh
45 session open and iconified and if for some reason this
46 session dies, E segfaults. Havent seen any other big problems
47 so far. Quite impressed actually with E17 .
48
49
50
51
52
53
54
55
56 From: David Sharp <whereami@gmail.com>
57 To: The Rasterman Carsten Haitzler <raster@rasterman.com>,
58 enlightenment-devel <enlightenment-devel@lists.sourceforge.net>
59 Subject: Re: [E-devel] background changing
60 Date: Thu, 1 Dec 2005 03:13:21 -0800
61
62 On 10/7/05, The Rasterman Carsten Haitzler <raster@rasterman.com> wrote:
63 > On Fri, 7 Oct 2005 11:42:10 -0700 David Sharp <whereami@gmail.com> babbled:
64 >
65 > > On 10/7/05, The Rasterman Carsten Haitzler <raster@rasterman.com> wrote:
66 > > > On Fri, 7 Oct 2005 08:06:57 -0500 Chad Kittel <vertigo@wi.rr.com>
67 babbled:
68 > > > > The pager not showing its pop-up is still an issue.  Looking back at
69 > > > > the -commits ML, I didn't see any commits related to that so I assume
70 it
71 > > > > just hasn't been looked at yet.
72 > > > >
73 > > > > Once again. thank you.
74 > > >
75 > > > it should work - try enabling it? etc.? rm -rf your .e dir and start e?
76 >
77 > > no, it doesn't.. the pager popup shows when switching in the first
78 > > zone, but not the second, even after nuking my .e/e/config.
79 >
80 > oh... multiple ZONES! xinerama! aha!
81
82 a little reminder, in case this didn't make your todo list / email
83 queue, this doesn't seem to have gone away. or, maybe it went away,
84 and came back.. i don't recall.
85
86 >
87 > > also.. i thought it was nice that the bg only changed on the one
88 > > monitor.. for me, the problem was that e wouldn't remember that
89 > > setting, and whenever e restarted, you would get the same bg on both
90 > > zones again.
91
92
93
94
95
96
97
98
99
100
101 From: Kim Woelders <kim@woelders.dk>
102 To: enlightenment-devel@lists.sourceforge.net
103 Subject: Re: [E-devel] Re: bugs with iconification/deiconification in e17.
104 Date: Fri, 02 Dec 2005 19:14:46 +0100
105 Sender: enlightenment-devel-admin@lists.sourceforge.net
106
107 Carsten Haitzler (The Rasterman) wrote:
108 > On Fri, 02 Dec 2005 09:19:20 +0200 <vkojouharov@gmail.com>
109 > babbled:
110
111
112 >>On Thu, 2005-12-01 at 18:26 +0100, Kim Woelders wrote:
113 >>
114 >>>Carsten Haitzler (The Rasterman) wrote:
115 >>>
116 >>>>On Wed, 30 Nov 2005 19:44:37 +0200
117 >>>><vkojouharov@gmail.com> babbled:
118 >>>
119 >>>...
120 >>>
121 >>>>>The other app is with deiconifying a window. Some programs (actually,
122 >>>>>only alltray comes to mind right now) use xlib to do the whole
123 >>>>>iconification thing. For the alltray instance, it seems to use
124 >>>>>XSetWMHints, set the state to NormalState, and basically that's it. And
125 >>>>>it seems to work for a lot of window managers too, so that must be a
126 >>>>>proper way to do it. But that doesn't work for e17, and the window stays
127 >>>>>iconified.
128 >>>>
129 >>>>
130 >>>>e waits for a map request. it doesnt respond to a change in hints for a
131 >>>>map. we can make it do so though :) i will write these down in the TODO.
132 >>>>
133 >>>
134 >>>I don't think a client can deiconify by changing a hint. e16 doesn't but
135 >>>does work with alltray. The normal way is to map the client window. In
136 >>>some cases clients send a _NET_ACTIVE_WINDOW message, but IIRC always to
137 >>>deiconify some other client as in tasklist and pager type 
138 >>
139 >>I'm just curious here, what does alltray use to deiconify a window? cuz
140 >>that's the only relevant thing I could find in the code
141
142
143 > it prbably SHOULD use XMapWindow() or XMapRaised()
144
145 After having taken a peek at what is does in e16.8 on "alltray xterm",
146 the short version is that it uses XMapWindow() to map the client (which
147 actually is an alltray window containing the reparented real client)
148 first time. After that, when having been iconified, it sends a
149 _NET_ACTIVE_WINDOW client message to deiconify.
150
151 /Kim
152
153
154
155
156
157
158
159
160
161
162
163 dj2 raster, heres an interesting bug for you
164 dj2 i have twinview setup on my box
165 dj2 i can move the mouse between the 2 heads and e17 sees tehm as 2 heads
166 dj2 (2 pages etc)
167 dj2 if i try to drag a window between the 2 heads (say from left to right)
168 the mouse will lmove as expected
169 dj2 but when the window hits the right edge of the left monitor it will
170 appear again off the left edge of the left monitor
171 dj2 tho the mouse is now on the right monitor
172 raster xdpyinfo
173 raster see how many screens u have
174 raster screen #0:...
175 raster is there a screen #1 ?
176 dj2 number of screens: 2
177 dj2 yea screen #0 and screen #1
178
179 NB: in multihead if the mouse exits a screen during move or resize - either
180 disallow it (warp back to previous position ) or limit resize/move
181
182
183
184 From: adi <adiroiban@gmail.com>
185 To: enlightenment-devel@lists.sourceforge.net
186 Subject: [E-devel] Segfault if window resize and move geometry settings are
187 changed
188 Date: Sun, 18 Dec 2005 17:38:33 +0200
189 Sender: enlightenment-devel-admin@lists.sourceforge.net
190
191 I discovered that if i try to change the default settings for window
192 resize and move geometry from the configuration panel and then resize
193 a window e17 crash.
194
195 i build e17 from cvs 2 hours ago.
196
197 bye
198 adi