Bug 105574

Summary: cannot turn off icon mouseover effects on second screen
Product: [Plasma] kicker Reporter: Aaron Williams <aaronw>
Component: multiscreenAssignee: Aaron J. Seigo <aseigo>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: LO    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: kickerrc from screen 1
kickerrc from screen 0

Description Aaron Williams 2005-05-13 02:02:26 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.5 sparc solaris 2.8
OS:                Solaris

I am running KDE on Solaris with two displays without xinerama support.  When I turn off the mouseover effect in the configuration for the second kicker panel (display=:0.1), no effect takes place.  It does work when I configure the first screen (display=:0.0) panel, though.
Comment 1 Aaron J. Seigo 2005-05-13 03:08:18 UTC
this is because on dual head, the panels must run in separate processes and therefore have separate config files. you need to configure the two screens separately.

i suppose something we could do someday is separate out the look and feel options into a single config file ... i'm personally not very motivated to do much work on dual head as i don't use it and find it to be a horrible hack. xinerama gives good results and is much more sane to program for.

clean patches welcome.
Comment 2 Aaron Williams 2005-05-13 04:10:43 UTC
I did configure the two screens separately.

I would gladly run Xinerama, but unfortunately Sun's brain-damanged X 
server only supports it if both display adapters are identical, and in 
our case they are not.  I would run Xorg's X server in an instant if it 
would run on Solaris on Sparc.

-Aaron
Comment 3 Aaron J. Seigo 2005-05-22 19:19:51 UTC
you should have two kickerrc files in `kde-config --localprefix`/share/config. one will be named just "kickerrc" and the other something like "kickerrc-screen-1" .. please attach the latter to this bug report.
Comment 4 Aaron Williams 2005-05-23 21:49:39 UTC
Created attachment 11167 [details]
kickerrc from screen 1
Comment 5 Aaron Williams 2005-05-23 21:50:17 UTC
Created attachment 11168 [details]
kickerrc from screen 0
Comment 6 Aaron J. Seigo 2005-05-23 22:08:21 UTC
neither of these configurations have ShowMouseOverEffects=false in the [buttons] group. this would be why you're getting the mouse overs, obviously.

does the option show as being unchecked in the config dialog (which would imply ShowMouseOverEffects=false)?

when you configure it from screen 0 does ShowMouseOverEffects=false appear in both configs?
Comment 7 Aaron Williams 2005-05-23 23:58:26 UTC
It shows that it is disabled on both displays in kconfig.  Note that I have not shut down or restarted KDE, though I would think it would save the data immediately.

On both displays, Enable icon mouseover effects is disabled and Show tooltips is enabled in the configuration GUI, however the behavior still occurs in the right display (display 1) while the correct behavior occurs in display 0.
Comment 8 Andreas Kling 2006-08-18 20:57:44 UTC

*** This bug has been marked as a duplicate of 131925 ***