I have been able to build qubes-xmonad, but now I have problems with qubes-xmonad-contrib
When I try to build it I get next error message:
1. WindowAttributes parameter: In your version you have only 7 parameter but that function need 9 parameter.
I only add the parameters, only 2 and It's continue builing.
2. Now I Have problem with Helpers.hs file (Layout/Groups), but I can to continue, I don't now what the problem is, sorry.
Could you help with this? thanks.
cabal: Entering directory '.'
Configuring xmonad-contrib-0.12...
Preprocessing library for xmonad-contrib-0.12..
Building library for xmonad-contrib-0.12..
[119 of 248] Compiling XMonad.Util.DebugWindow ( XMonad/Util/DebugWindow.hs, dist/build/XMonad/Util/DebugWindow.o )
XMonad/Util/DebugWindow.hs:44:42: warning: [-Wunused-matches]
Defined but not used: ‘color’
|
44 | Just (WindowAttributes x y wid ht bw color m1 m o) -> do
| ^^^^^
XMonad/Util/DebugWindow.hs:44:48: warning: [-Wunused-matches]
Defined but not used: ‘m1’
|
44 | Just (WindowAttributes x y wid ht bw color m1 m o) -> do
| ^^
[123 of 248] Compiling XMonad.Layout.Groups.Helpers ( XMonad/Layout/Groups/Helpers.hs, dist/build/XMonad/Layout/Groups/Helpers.o )
XMonad/Layout/Groups/Helpers.hs:181:8: error:
Couldn't match type ‘G.WithID l0 Window
-> XMonad.Util.Stack.Zipper (G.Group l0 Window)
-> XMonad.Util.Stack.Zipper (G.Group l0 Window)’
with ‘forall (l :: * -> *).
G.WithID l Window
-> XMonad.Util.Stack.Zipper (G.Group l Window)
-> XMonad.Util.Stack.Zipper (G.Group l Window)’
Expected type: G.ModifySpec
Actual type: G.WithID l0 Window
-> XMonad.Util.Stack.Zipper (G.Group l0 Window)
-> XMonad.Util.Stack.Zipper (G.Group l0 Window)
In the expression: sendMessage . G.Modify
In an equation for ‘wrap’: wrap = sendMessage . G.Modify
|
181 | wrap = sendMessage . G.Modify
| ^^^^^^^^^^^^^^^^^^^^^^
cabal: Leaving directory '.'