Package Details: xmonad-gnome3 20141022-2

Package Base: xmonad-gnome3
Description: Minimal XMonad/GNOME3 hybrid desktop configuration
Upstream URL: https://github.com/tonyskn/arch-aur-packages/tree/master/xmonad-gnome3
Category: gnome
Licenses: MIT
Submitter: tonyskn
Maintainer: tonyskn
Last Packager: tonyskn
Votes: 14
First Submitted: 2012-06-17 11:12
Last Updated: 2014-10-22 06:18

Required by (0)

Sources

  • xinitrc.sample
  • xmonad-gnome-session
  • xmonad-gnome.desktop
  • xmonad-gnome.session
  • xmonad-sample.hs
  • xmonad.desktop

Latest Comments

Comment by lancew

2014-10-22 07:57

@tonyskn,
Just updated with the 2014-10-22 package and worked perfectly. :-)

Comment by tonyskn

2014-10-22 06:06

@lancew,
I just updated this package to depend on xmonad and xmonad-contrib from the standard repos, and created a haskell-xmonad-gnome3 in AUR which pull the haskell-related dependencies from ArchHaskell.
Sorry about this :-)

Comment by lancew

2014-10-17 15:52

I wonder if it is worth having a xmonad-gnome3 aur that uses xmonad and xmonad-contrib and a haskell-cmonad-gnome3 aur (in ArchHaskell Repo?) that uses haskell-xmonad and haskell-xmonad-contrib?

Comment by tonyskn

2014-10-17 15:00

Hi All,

I'm using a bunch of Haskell packages from the ArchHaskell repository [https://wiki.archlinux.org/index.php/ArchHaskell], and unless I install xmonad and xmonad-contrib from there, I run into version conflicts.

A quick fix is to adding ArchHaskell to the list your Pacman repos. On the bright side, you'd be getting more frequent updates of xmonad{,-contrib}.

Comment by lancew

2014-10-17 13:55

I was able to manually download the tarball, edit the dependencies and update/install using xmonad and xmonad-contrib.

Comment by lancew

2014-10-17 11:07

When running updates I now get:

Dependency `haskell-xmonad' of `xmonad-gnome3' does not exist.

Searching aur.archlinux.org I don't see this package, I am guessing that the package has changed name to xmonad (and xmonad-contrib).

Comment by tulcod

2014-06-23 10:34

Is there any reason this uses xlogin? I'd rather just use my display manager. Additionally, what does the xinitrc do exactly? It looks like it blindly executes a bunch of files.

Comment by tonyskn

2014-04-18 09:41

I just pushed a new version which fixes Polkit permission issues on Gnome 3.12

Comment by ReStrictOr

2014-04-04 14:28

I don't think the bug is fixed.
The "Exec="-line still specifies "start-xmonad".

Comment by tonyskn

2013-10-17 17:37

Hi All,

The xsessions file got fixed. I uploaded a new version.
Sorry for the delay :-)

Comment by johannes87

2013-10-14 21:04

There's a bug in /usr/share/xsessions/xmonad-gnome-session.desktop. In the "Exec="-line, the specified program is "start-xmonad" (which doesn't exist). It should be "xmonad-gnome-session" instead.

Comment by justforgetme

2013-10-14 03:35

Sadly this stopped working with gnome 3.10. Does anybody know why? Someone mentioned the start-xmonad script. I think I still have this though

Comment by mrspin

2013-10-13 23:32

Seems to be broken. The start-xmonad script was removed, but the .desktop file still references it.

Comment by tonyskn

2013-05-03 13:34

I finally managed to get XMonad to work along gnome-settings-daemon-3.8.

There does not seem to be an obvious way to start a working GNOME 3.8 session with XMonad as window manager.
The current version of this package drops gnome-session altogether and reverts into starting essential GNOME daemons / tools explicitly.

gnome-terminal-3.8 has also been dropped in favor of xfce4-terminal due to many problems in the former.

Comment by wting

2013-04-27 00:29

Is anybody able to get xmonad working with GNOME 3.8?