FvwmIconMan problems on a Dual-Screen-Setup

Hello,

I tried to have an Iconman swallowed into a button across my to monitors(Nvidia TwinView), but it’s not working as I would expect it.

A little screenshot: http://img257.imageshack.us/img257/3065/iconmanih8.png
As you can see, the Iconman sits in the middle of the two screens, althoug the button itself goes over the complete 2560px.

The code looks like this:

[code]# FvwmIconMan
#############

Style FvwmIconMan Sticky, NoTitle, WindowListSkip, CirculateSkipIcon,
NoHandles, BorderWidth 1, !Iconifiable, StaysOnTop

#Iconman Focus
ColorSet 30 fg #fefefe, bg #d01a71, hi #2b2b2b, sh #2b2b2b
#Iconman Plain
ColorSet 31 fg #fefefe, bg #2b2b2b
#Iconman Select
ColorSet 32 fg #d01a71, bg #2b2b2b
#Iconman Select&Focue
ColorSet 33 fg #fefefe, bg cyan
#Iconman Icon
ColorSet 34 fg cyan, bg #2b2b2b

DestroyModuleConfig FvwmIconMan: *
*FvwmIconMan: NumManagers 1
*FvwmIconMan: Resolution page
*FvwmIconMan: UseWinList true
*FvwmIconMan: DrawIcons always
*FvwmIconMan: Shape true
*FvwmIconMan: FollowFocus true
*FvwmIconMan: Sort name
*FvwmIconMan: NoIconAction “SendToModule FvwmAnimate animate”
*FvwmIconMan: Font “xft:snap:size=8”
*FvwmIconMan: MaxButtonWidth 200
*FvwmIconMan: ReliefThickness 2
*FvwmIconMan: Colorset 0
*FvwmIconMan: PlainButton up
*FvwmIconMan: PlainColorset 31
*FvwmIconMan: SelectButton down
*FvwmIconMan: SelectColorset 32
*FvwmIconMan: FocusButton down
*FvwmIconMan: FocusColorset 30
*FvwmIconMan: FocusAndSelectButton down
*FvwmIconMan: FocusAndSelectColorset 33
*FvwmIconMan: IconButton down
*FvwmIconMan: IconColorset 34
*FvwmIconMan: 1 Title “windows”
*FvwmIconMan: 1 IconName “FvwmIconMan: all”
*FvwmIconMan: 1 Format “%t”
*FvwmIconMan: 1 DontShow icon=Untitled
*FvwmIconMan: 1 ManagerGeometry 2558x1
*FvwmIconMan: 1 ButtonGeometry 1x17
*FvwmIconMan: Action Mouse 1 N sendcommand DeiconifyRaiseAndFocus
*FvwmIconMan: Action Mouse 3 N sendcommand Thumbnail
*FvwmIconMan: RoundedCorners True
*FvwmIconMan: Padding 3

FvwmButtons

#############

Style FvwmTaskbar !Title, !Handles, Sticky, WindowListSkip,
BorderWidth 1, HandleWidth 0, FixedSize, StaysOnBottom, !RoundedCorners

DestroyModuleConfig FvwmTaskbar: *
*FvwmTaskbar: BoxSize fixed
*FvwmTaskbar: Colorset 0
*FvwmTaskbar: Rows 17
*FvwmTaskbar: Columns 2560
*FvwmTaskbar: Geometry 2560x16+0+0
*FvwmTaskbar: Padding 0 0
*FvwmTaskbar: Frame 0
*FvwmTaskbar: (2560x14+0+0, Swallow “FvwmIconMan” “*FvwmIconMan”)[/code]

I’d guess, that it’s an obvious fault, but I just don’t see it.

thx4help,
ph

Set the ButtonGeometry then properly to be for the full $[vp.width], although you haven’t actually asked a question – was this just some random myopic observation of yours?

Oh, and don’t use the alias ‘FvwmTaskBar’ to refer to something which isn’t FvwmTaskBar – it’s an actual module, and convention as I would like it means you shouldn’t use module alias names that already have modules by that name. Not to mention if you were to then try and load ‘FvwmTaskBar’ it would get that module alias (meant for FvwmButtons) and not have a clue what you meant.

– Thomas Adam

nice to see you ph030…that’s obviously not your new project :confused:

but still waiting to see a new screenshot and the hole config.

sorry for OT