xMoad / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

marave starts fullscreen in background #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.python main.py

What is the expected output? What do you see instead?
marave should start in foreground, but instead it starts in background.

What version of the product are you using? On what operating system?
kde sc 4.4rc2, qt 4.6.0, kubuntu 9.10, kwin as windowmanager

Please provide any additional information below.

$ python main.py
Spellchecking enabled
STYLE: 0
Setting spellchecker to: None
Disabling spellchecker
Terminated

Original issue reported on code.google.com by bdgr...@googlemail.com on 5 Feb 2010 at 11:32

GoogleCodeExporter commented 8 years ago
I can't reproduce it on KDE SC 4.3.4, but anyway could you try r92? I added a 
call 
to raise(), maybe that helps.

Original comment by roberto.alsina on 5 Feb 2010 at 11:49

GoogleCodeExporter commented 8 years ago
Same thing here - Kubuntu 9.10 amd64, KDE 4.3, marave r93

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 11:54

GoogleCodeExporter commented 8 years ago
Disabling desktop effects doesn't change anything in this matter.

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 11:57

GoogleCodeExporter commented 8 years ago
Ok, reproduced it. Now let's see if I can fix it!

Original comment by roberto.alsina on 5 Feb 2010 at 12:07

GoogleCodeExporter commented 8 years ago
It doesn't really start in the background for me, just behind my previously 
focused 
window. IS that the same for you, or you have it all the way to the back?

Original comment by roberto.alsina on 5 Feb 2010 at 12:19

GoogleCodeExporter commented 8 years ago
r94 seems to make it better for me under kwin (but slightly worse under 
openbox, 
sadly).

Try, please?

Original comment by roberto.alsina on 5 Feb 2010 at 12:30

GoogleCodeExporter commented 8 years ago
Behind everything even the KDE panel. Only the plasma desktop is more to the 
back ;-).

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 12:31

GoogleCodeExporter commented 8 years ago
starts behind the focused window, behind konsole if i start from there or behind
yakuake :)

Original comment by bdgr...@googlemail.com on 5 Feb 2010 at 12:31

GoogleCodeExporter commented 8 years ago
r94 doesn;t fix this issue for me

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 12:33

GoogleCodeExporter commented 8 years ago
Grmbl, r94 didn't really fix it for me either, it worked correctly *once* :-D

Original comment by roberto.alsina on 5 Feb 2010 at 12:43

GoogleCodeExporter commented 8 years ago
Ok, the problem seems to be related to calling showFullscreen() more than once. 
I 
think I may be on track now.

Original comment by roberto.alsina on 5 Feb 2010 at 12:53

GoogleCodeExporter commented 8 years ago
In r95 I consistently get this behaviour:

* It starts on top

* It has no keyboard focus

Do you both get the same?

Original comment by roberto.alsina on 5 Feb 2010 at 1:05

GoogleCodeExporter commented 8 years ago
Yup, r95, starts up on top as it should, but I have to click on the editor 
widget to 
type.

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 1:08

GoogleCodeExporter commented 8 years ago
yes, same here, but i cant klick anything, like mentioned in my other bugreport

Original comment by bdgr...@googlemail.com on 5 Feb 2010 at 1:16

GoogleCodeExporter commented 8 years ago
Ok, if I set "Focus stealing prevention" to "None" in KDE's system settings, 
the 
window is on top and has focus.

On other window managers (openbox), it works correctly.

So, I think this is about as far as I can take it...

Original comment by roberto.alsina on 5 Feb 2010 at 1:20

GoogleCodeExporter commented 8 years ago
Works the same as with "Focus stealing prevention" set to "low" (default) on my 
system.

Original comment by cyberkil...@gmail.com on 5 Feb 2010 at 1:26

GoogleCodeExporter commented 8 years ago
Issue 24 has been merged into this issue.

Original comment by roberto.alsina on 8 Feb 2010 at 5:19

GoogleCodeExporter commented 8 years ago
in r214 I am juggling startup activity, deferring things until after the window 
is shown and 
such.

Is this worse now? Or the same?

Original comment by roberto.alsina on 12 Feb 2010 at 5:48

GoogleCodeExporter commented 8 years ago
Before r214 it seemed acceptable (start fullscreen but no focus), r214 starts 
behind 
everything, so does r215. This comment is just for the record.

Original comment by cyberkil...@gmail.com on 12 Feb 2010 at 6:18

GoogleCodeExporter commented 8 years ago
r216 fixes this issue for me - Marave starts in front and focused in the text 
editor 
widget.

Original comment by cyberkil...@gmail.com on 12 Feb 2010 at 6:25

GoogleCodeExporter commented 8 years ago
Fixed in r216. Then again... the fix casues Issue 38

Original comment by roberto.alsina on 12 Feb 2010 at 6:30

GoogleCodeExporter commented 8 years ago

Original comment by roberto.alsina on 12 Feb 2010 at 6:30