El lunes, 1 de julio de 2019, 16:21:42 (UTC+2), nesto...@gmail.com  escribió:
> El lunes, 1 de julio de 2019, 16:08:19 (UTC+2), nesto...@gmail.com  escribió:
> > El domingo, 1 de noviembre de 2015, 14:47:00 (UTC+1), Alex  escribió:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA256
> > > 
> > > On 11/01/2015 01:59 PM, Daniel Schoepe wrote:
> > > > On Sat, 31 Oct 2015 21:31 +0100, Alex wrote:
> > > > 
> > > > Here are some screenshots. It basically looks the same as a normal 
> > > > xmonad installation with the addition of the colored window
> > > > decorations. I don't use the spiral layout, but it should be
> > > > sufficient get an idea of how it will look anyway. [...]
> > > Thank you very much, I like your results a lot - I will be trying
> > > xmonad as soon as I have a little spare time...
> > > 
> > > - -- 
> > > Alex
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v2
> > > 
> > > iQIcBAEBCAAGBQJWNhfRAAoJENNOJZnNP8uDOX8QAJIarNCaxRa9GulRN/d7D+HA
> > > lgg5WEaa6XUm0ygX9kYrpwS+Iq8Fb83xTMR0TRaAEc6luky1qeG+CprHf22qLjNY
> > > lf2VBR7uU6pq5xKdGPUVBG97hflHmm54JE76rFXY2BmXgXgTvY9iWLICO5Wcrcwh
> > > C3Cb8z7u/aDTE3PlC5VSiz/1QcN0UZE4q6sM7iIz5VGtOzjSJU7CT774qnDmo4ga
> > > mkf0JkHPwEJnSmjV5OxV13/iG4G4pNsXrZd+Pl92E2ELT8nvJIFmuMVTLTG+NMXG
> > > fr/yDXbJ2FdgPhepovTETiQIgxz4oVZyEHe5nTeCdCGRldKpkmVPeSjzRWCSeFux
> > > Md4DK8Tc+dLXTx7QMBDlaV8ymEBLBJjA+XQQzaNNRVPQp3QFaEUknPmdhyIzU8ud
> > > S0ueLvz9kyVds6Tm0SjGlfgnTlGXW6TnuHfUZkDOuZLDxRknojpULCABzSZqA5+y
> > > f56n68RZNXumzW5g8G/xcalO2RxNCsNflrpyFToMkseLSmT8md7Brl4u8TS5vA0O
> > > OLLBegp8O07pWC/LbjIigbMzaoS6zQDHkJ/+SBTancTKoPiY+sJbqEXzD+QDBhKm
> > > wJ8GPfLVxpDLvCn8luZnen7bmIBjTS+aBx5eOmEDQwlrrXUO9nFGhlTWmHp1SwPX
> > > 3kcVWHg1wbKfTjc32xbg
> > > =jElg
> > > -----END PGP SIGNATURE-----
> > 
> > Hi Daniel, I am trying to build your xmonad version but I have problems 
> > with some unbuildable library, but I don't know how I would look for that 
> > library.
> > 
> > Could you help me with this?
> > Thanks.
> > 
> > Resolving dependencies...
> > Configuring xmonad-0.12...
> > Failed to install xmonad-0.12
> > Build log ( 
> > /home/user/.cabal/logs/ghc-8.2.2/xmonad-0.12-FUpDXVryp86B9yS3zn4k4c.log ):
> > cabal: Entering directory '.'
> > Configuring xmonad-0.12...
> > Error: Dependency on unbuildable library from xmonad
> > cabal: Leaving directory '.'
> > cabal: Error: some packages failed to install:
> > xmonad-0.12-FUpDXVryp86B9yS3zn4k4c failed during the configure step. The
> > exception was:
> > ExitFailure 1
> 
> Ok, I have changed X11 library maximum version in xmonad.cabal and it's 
> worked.

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 '.'


-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5be57c09-393b-476e-98cd-e03fa6714871%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to