xMoad / marave

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

Cannot change from last (dunes) theme #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Marave
2. Change the Theme to the last one on the list (in my case, 'dunes')
3. Try to change to another Theme

What is the expected output? What do you see instead?
You should be able to select a different theme. Instead you cannot select 
any other element of the dropdown. You can check the screenshot, though the 
mouse pointer is over another element of the list, I can't select it.

What version of the product are you using? On what operating system?
0.3 - Ubuntu Karmic Koala

Original issue reported on code.google.com by andresgattinoni on 8 Feb 2010 at 9:32

Attachments:

GoogleCodeExporter commented 8 years ago
Just to make it more annoying... I can't reproduce it :-(

Original comment by roberto.alsina on 8 Feb 2010 at 9:47

GoogleCodeExporter commented 8 years ago
Hey, got it with gtk+ style. I think I know what it is, too.

Original comment by roberto.alsina on 8 Feb 2010 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by roberto.alsina on 8 Feb 2010 at 9:51

GoogleCodeExporter commented 8 years ago
The gtk+ (and maybe other themes) show the combo box popup *above* the combo 
box, if 
the selected item is the last one.

When that happens, the popup is below the editor widget. It is visible because 
that 
widget is transparent, though.

Now, how to solve it... that's another problem! 

Original comment by roberto.alsina on 8 Feb 2010 at 9:53

GoogleCodeExporter commented 8 years ago
In case it helps, here is the output...

elbarto@tarantino:~/Desktop/marave-0.3/marave$ marave
Spellchecking disabled
['/usr/local/bin/marave']
Loaded font: DejaVu Sans
NOTIF: Disabling click
WARNING: Phonon needs QCoreApplication::applicationName to be set to export 
audio 
output names through the DBUS interface 
NOTIF: Setting background to: The Beach.jpg
QImage::scaled: Image is a null image
Loading style: default
NOTIF: Setting background to: The Beach.jpg
QImage::scaled: Image is a null image
NOTIF: Setting background to: The Beach.jpg
QImage::scaled: Image is a null image
NOTIF: Listening to: Groove Salad: a nicely chilled plate of ambient beats and 
grooves. [SomaFM]
NOTIF: Listening to: Another Fine Day - In 7
NOTIF: Setting opacity to: 81%
Loaded font: Droid Sans
NOTIF: Disabling click
NOTIF: Setting background to: The Beach.jpg
QImage::scaled: Image is a null image
Loading style: default
NOTIF: Listening to: Groove Salad: a nicely chilled plate of ambient beats and 
grooves. [SomaFM]
NOTIF: Listening to: Another Fine Day - In 7

What I did in this case was run Marave, go to Themes, change the Theme to 
'dunes' 
(because the selected value of the dropdown was 'Current'), checked that I 
couldn't 
select a new value and then quit.

Original comment by andresgattinoni on 8 Feb 2010 at 9:55

GoogleCodeExporter commented 8 years ago
oh, ok... now that I see your latests comments, mine doesn't seem much helpful 
hehe

Original comment by andresgattinoni on 8 Feb 2010 at 9:57

GoogleCodeExporter commented 8 years ago
Fixed in r143, I think.

Of course that will probably break something else, because it's a big change :-)

Original comment by roberto.alsina on 8 Feb 2010 at 10:01