From: Jan Nieuwenhuizen <janneke@gnu.org>
To: Andreas Enge <andreas@enge.fr>
Cc: guix-devel@gnu.org, 宋文武 <iyzsong@gmail.com>
Subject: Re: [PATCH] gnu: Add gnome.
Date: Mon, 29 Feb 2016 23:16:08 +0100 [thread overview]
Message-ID: <871t7vkvrr.fsf@drakenvlieg.flower> (raw)
In-Reply-To: <20160224121809.GA22950@solar> (Andreas Enge's message of "Wed, 24 Feb 2016 13:18:09 +0100")
Andreas Enge writes:
> This is due to the fact that %desktop-services includes wicd-service.
Thanks! I got a vm with ssh service and gnome, using
...
(packages
(cons* gnome
gnome-shell
guile-wm
nss-certs
xkbutils
%base-packages))
(services
(cons* (console-keymap-service "dvorak")
;; TODO: package dvorak-control
(dhcp-client-service)
(lsh-service #:port-number 2222
#:allow-empty-passwords? #t
#:root-login? #t)
(postgresql-service)
(filter
(lambda (x)
(not (eq?
(service-kind x)
(@@ (gnu services networking) wicd-service-type))))
%desktop-services)))
That allowed me to log-in using ssh and investigate the
`Oh no! Something has gone wrong'
In /var/log/messages, it says
Feb 29 23:00:10 localhost gnome-session-binary[582]: WARNING: software acceleration check failed: Child process exited with code 1
Although it is marked as a warning, this is probably the cause that
gnome session login fails. I patched
*-gnome-session-3.18.1.2/share/xsessions/gnome.desktop
to use
Exec=gnome-session --disable-acceleration-check
but this seems to have no effect. How is gnome-session started
in guix, what file should be patched? Ideas?
Greetings,
Jan
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl
prev parent reply other threads:[~2016-02-29 22:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-13 4:33 [PATCH] gnu: Add gnome 宋文武
2016-02-13 5:04 ` Thompson, David
2016-02-15 0:01 ` Daniel Pimentel
2016-02-16 14:21 ` Thompson, David
2016-02-21 21:37 ` Ludovic Courtès
2016-02-23 5:36 ` Leo Famulari
2016-02-23 21:18 ` Jan Nieuwenhuizen
2016-02-23 21:29 ` Leo Famulari
2016-02-23 22:24 ` Jan Nieuwenhuizen
2016-02-23 23:34 ` Leo Famulari
2016-02-24 18:55 ` Jan Nieuwenhuizen
2016-02-24 21:41 ` Leo Famulari
2016-02-24 21:48 ` Jan Nieuwenhuizen
2016-02-24 12:18 ` Andreas Enge
2016-02-29 22:16 ` Jan Nieuwenhuizen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871t7vkvrr.fsf@drakenvlieg.flower \
--to=janneke@gnu.org \
--cc=andreas@enge.fr \
--cc=guix-devel@gnu.org \
--cc=iyzsong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.