Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ton of errors #2

Open
ghost opened this issue Apr 9, 2022 · 1 comment
Open

Ton of errors #2

ghost opened this issue Apr 9, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 9, 2022

Btw I love your dotfiles and xmonad config.

Steps I followed:
git clone repo ~/.config/xmonad
stack install
which prints the following error:

/home/ironlung/.config/xmonad/src/xmonad.hs:479:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      myLayout :: XMonad.Layout.MultiToggle.MultiToggle
                    (XMonad.Layout.MultiToggle.HCons
                       StdTransformers
                       (XMonad.Layout.MultiToggle.HCons StdTransformers EOT))
                    (ModifiedLayout
                       XMonad.Hooks.ManageDocks.AvoidStruts
                       (ModifiedLayout
                          (XMonad.Layout.NoBorders.ConfigurableBorder Ambiguity)
                          (Choose
                             (ModifiedLayout
                                Rename
                                (ModifiedLayout
                                   (XMonad.Layout.Decoration.Decoration
                                      XMonad.Layout.Tabbed.TabbedDecoration
                                      XMonad.Layout.Decoration.DefaultShrinker)
                                   (ModifiedLayout
                                      (XMonad.Layout.SubLayouts.Sublayout
                                         (Choose Simplest Accordion))
                                      (ModifiedLayout
                                         Spacing
                                         (ModifiedLayout
                                            XMonad.Layout.WindowNavigation.WindowNavigation
                                            (ModifiedLayout
                                               XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                               ResizableTall))))))
                             (Choose
                                (ModifiedLayout
                                   Rename
                                   (ModifiedLayout
                                      (XMonad.Layout.Decoration.Decoration
                                         XMonad.Layout.Tabbed.TabbedDecoration
                                         XMonad.Layout.Decoration.DefaultShrinker)
                                      (ModifiedLayout
                                         (XMonad.Layout.SubLayouts.Sublayout
                                            (Choose Simplest Accordion))
                                         (ModifiedLayout
                                            Spacing
                                            (ModifiedLayout
                                               XMonad.Layout.WindowNavigation.WindowNavigation
                                               (ModifiedLayout
                                                  XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                                  (Mirror ResizableTall)))))))
                                (Choose
                                   (ModifiedLayout
                                      Rename
                                      (ModifiedLayout
                                         (XMonad.Layout.Decoration.Decoration
                                            XMonad.Layout.Tabbed.TabbedDecoration
                                            XMonad.Layout.Decoration.DefaultShrinker)
                                         (ModifiedLayout
                                            (XMonad.Layout.SubLayouts.Sublayout
                                               (Choose Simplest Accordion))
                                            (ModifiedLayout
                                               Spacing
                                               (ModifiedLayout
                                                  XMonad.Layout.WindowNavigation.WindowNavigation
                                                  (ModifiedLayout
                                                     XMonad.Layout.DraggingVisualizer.DraggingVisualizer
                                                     ResizableThreeCol))))))
                                   (ModifiedLayout Rename (ModifiedLayout Spacing Full)))))))
                    Window
    |
479 | myLayout =

I saw it was a warning so I kept on moving
but after adding it in my .xinitrc it wont launch

I don't think I'll be online on github so add me on discord
IronLung#5465

@pwndude
Copy link

pwndude commented Aug 25, 2022

I got that exact error, so I deleted ~/.config/xmonad cloned again, and stack install again.. this time, got a different error.

XMonad is recompiling and replacing itself with another XMonad process because the current process is called "xmonad" but the compiled configuration should be called "xmonad-x86_64-linux"
XMonad will use build script at "/home/pandem0nic/.config/xmonad/build" to recompile.
XMonad recompiling because a custom build script is being used.
XMonad recompilation process exited with success!
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  7
  Current serial number in output stream:  8 

Which is very sad, because this layout and config is freakin fire. I hope AtifChy can get this working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant