all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* fixed the gnome forever-suspend problem
@ 2016-03-17  9:08 Andy Wingo
  2016-03-17 15:37 ` Alex Sassmannshausen
  2016-03-17 21:31 ` fixed the gnome forever-suspend problem Ludovic Courtès
  0 siblings, 2 replies; 10+ messages in thread
From: Andy Wingo @ 2016-03-17  9:08 UTC (permalink / raw)
  To: guix-devel

Hi!

Just a quick note that the elogind update I just pushed fixes the GNOME
suspend problem.  (Used to be, from GNOME if you close your laptop lid
it suspends fine, resumes fine, but then immediately suspends again --
forever.)  It was an elogind bug.  GNOME by default inhibits logind from
suspending using the "delay" inhibit mode, meaning that the suspend is
delayed until GNOME comes back to it.  If GNOME never comes back to
elogind, the suspend will happen after 5 seconds anyway.  Elogind emits
a signal indicating that it wants to suspend, causing GNOME to do
whatever it needs to do (maybe logging you off your IRC or so, dunno)
and then removes its suspend inhibitor, allowing elogind to suspend.
This code path is a little more complicated than the way an XFCE session
was suspending, which had no inhibitor / etc and logind handled it
itself.

Anyway!  Give a try to GNOME, it seems to be an OK environment.
NetworkManager doesn't work by default yet -- I think we're missing the
service -- so you have to still use the wicd control panel.  I think
something's not working with media keys either; some daemon not running
yet.  Otherwise though GNOME seems to work OK, just as fine as XFCE
anyway.

Andy

ps. Although because the media keys aren't working right now, the
brightness keys don't work, you can change the brightness via the GNOME
control panel, which means that the pkexec + polkit + logind + pam +
sudo waltz seems to be working fine :)

pps.  To try GNOME, add (gnome-desktop-service) on to your services:

(operating-system
 ...
 (services (cons* (gnome-desktop-service)
                  (xfce-desktop-service)
                  %desktop-services))
 ...)

Then choose it using "F1" from the SLIM login window.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fixed the gnome forever-suspend problem
  2016-03-17  9:08 fixed the gnome forever-suspend problem Andy Wingo
@ 2016-03-17 15:37 ` Alex Sassmannshausen
  2016-03-17 21:44   ` Albin
  2016-03-17 21:31 ` fixed the gnome forever-suspend problem Ludovic Courtès
  1 sibling, 1 reply; 10+ messages in thread
From: Alex Sassmannshausen @ 2016-03-17 15:37 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Hello

Andy Wingo writes:

> Hi!
>
> [...]
>
> Anyway!  Give a try to GNOME, it seems to be an OK environment.
> NetworkManager doesn't work by default yet -- I think we're missing the
> service -- so you have to still use the wicd control panel.  I think
> something's not working with media keys either; some daemon not running
> yet.  Otherwise though GNOME seems to work OK, just as fine as XFCE
> anyway.

This works a charm for me: happily using Gnome with lid controlled
suspend now :D

It's amaaaazing :-)

> Andy
>
> ps. Although because the media keys aren't working right now, the
> brightness keys don't work, you can change the brightness via the GNOME
> control panel, which means that the pkexec + polkit + logind + pam +
> sudo waltz seems to be working fine :)

Actually, for me the media keys and the screen brightness keys are
working fine, so I can confirm that all seems proper! :-)

Alex

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fixed the gnome forever-suspend problem
  2016-03-17  9:08 fixed the gnome forever-suspend problem Andy Wingo
  2016-03-17 15:37 ` Alex Sassmannshausen
@ 2016-03-17 21:31 ` Ludovic Courtès
  1 sibling, 0 replies; 10+ messages in thread
From: Ludovic Courtès @ 2016-03-17 21:31 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@igalia.com> skribis:

> Just a quick note that the elogind update I just pushed fixes the GNOME
> suspend problem.

Woohoo, awesome!  Looks like it wasn’t a trivial thing to debug…

Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fixed the gnome forever-suspend problem
  2016-03-17 15:37 ` Alex Sassmannshausen
@ 2016-03-17 21:44   ` Albin
  2016-03-18 13:42     ` Andy Wingo
  0 siblings, 1 reply; 10+ messages in thread
From: Albin @ 2016-03-17 21:44 UTC (permalink / raw)
  To: guix-devel

Hello!

I'm afraid that my experience was not so good on my libreboot +
MacBook2,1 system.  Previously, I also had the forever-suspend problem
in Gnome 3 while it was working fine in Xfce.  After building from
master a few hours ago, however, I was faced with a black screen and was
forced to do a hard shutdown.

Now, the manual shutdown appears to have corrupted the file system on my
fully encrypted disk because libreboot's GRUB fails to decrypt the
drive.  More precisely I get the following error:

> Failed to decrypt master key.
> error: access denied
> error: disk `crypto0' not found.
> error: you need to load the kernel first.

Fortunately I didn't have any valuable data on the disk.

Regarding the media keys I could make the following observations before
the system became unbootable:

* Brightness controls didn't work in GNOME's control panel logged in as
user.  It did worked when logged in as root however.
* Brightness controls worked in Xfce.
* Resume after suspend had stopped working in Xfce after having worked
before the more recent power-management commits.
* In the same manner sound controls had stopped working in Xfce.
* Audio controls were working in GNOME.

It's amaaaazing how things can break some times :)

Anyway, I hope the above information will be of some use in the future.
 I will now install Parabola on the MacBook2,1 but keep GuixSD on my
desktop computer.

Happy hacking!

Albin


Den 2016-03-17 kl. 16:37, skrev Alex Sassmannshausen:
> Hello
> 
> Andy Wingo writes:
> 
>> Hi!
>>
>> [...]
>>
>> Anyway!  Give a try to GNOME, it seems to be an OK environment.
>> NetworkManager doesn't work by default yet -- I think we're missing the
>> service -- so you have to still use the wicd control panel.  I think
>> something's not working with media keys either; some daemon not running
>> yet.  Otherwise though GNOME seems to work OK, just as fine as XFCE
>> anyway.
> 
> This works a charm for me: happily using Gnome with lid controlled
> suspend now :D
> 
> It's amaaaazing :-)
> 
>> Andy
>>
>> ps. Although because the media keys aren't working right now, the
>> brightness keys don't work, you can change the brightness via the GNOME
>> control panel, which means that the pkexec + polkit + logind + pam +
>> sudo waltz seems to be working fine :)
> 
> Actually, for me the media keys and the screen brightness keys are
> working fine, so I can confirm that all seems proper! :-)
> 
> Alex
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fixed the gnome forever-suspend problem
  2016-03-17 21:44   ` Albin
@ 2016-03-18 13:42     ` Andy Wingo
  2016-03-18 18:51       ` GNOME! Ludovic Courtès
  0 siblings, 1 reply; 10+ messages in thread
From: Andy Wingo @ 2016-03-18 13:42 UTC (permalink / raw)
  To: Albin; +Cc: guix-devel

Hi!

Sorry things didn't work for you.  Beta software, etc etc.

On Thu 17 Mar 2016 22:44, Albin <albin@fripost.org> writes:

> * Brightness controls didn't work in GNOME's control panel logged in as
> user.  It did worked when logged in as root however.

I had this problem until I uninstalled gnome-settings-daemon from my
user profile.  I am not certain that this was what caused things to
start working but I think it is.  I think it is related to which
services get chosen for d-bus or for execlp; not sure.  It could be your
user profile was out of date.  I do not know.

FWIW everything now works for me, which is a first in a year :)

Regards,

Andy

^ permalink raw reply	[flat|nested] 10+ messages in thread

* GNOME!
  2016-03-18 13:42     ` Andy Wingo
@ 2016-03-18 18:51       ` Ludovic Courtès
  2016-03-18 19:13         ` GNOME! Leo Famulari
  2016-03-18 20:38         ` GNOME! Nils Gillmann
  0 siblings, 2 replies; 10+ messages in thread
From: Ludovic Courtès @ 2016-03-18 18:51 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

Andy Wingo <wingo@igalia.com> skribis:

> FWIW everything now works for me, which is a first in a year :)

\o/

I wanted to give it a try in a VM, hence these commits:

  6cbc8d5 * gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.
  c510cbb * services: xorg: Accept session commands with arguments.
  a0d7baa * gnu: gnome-session: Make sure 'gsettings' is found.

Now it works well in QEMU.

There are details to smooth out, such as having the right fonts
installed by default.  When I logged in, I got not-so-nice fonts in the
top-level bar, including squares here and there:


[-- Attachment #2: GNOME screenshot --]
[-- Type: image/png, Size: 153738 bytes --]

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]


Ideas?

There’s also the problem of the default background, as you pointed out
before, but maybe that’s more “involved.”

Thanks for the great work on GNOME!

Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: GNOME!
  2016-03-18 18:51       ` GNOME! Ludovic Courtès
@ 2016-03-18 19:13         ` Leo Famulari
  2016-03-18 20:41           ` GNOME! Nils Gillmann
  2016-03-20 20:31           ` GNOME! Ludovic Courtès
  2016-03-18 20:38         ` GNOME! Nils Gillmann
  1 sibling, 2 replies; 10+ messages in thread
From: Leo Famulari @ 2016-03-18 19:13 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Fri, Mar 18, 2016 at 07:51:24PM +0100, Ludovic Courtès wrote:
> Andy Wingo <wingo@igalia.com> skribis:
> 
> > FWIW everything now works for me, which is a first in a year :)
> 
> \o/
> 
> I wanted to give it a try in a VM, hence these commits:
> 
>   6cbc8d5 * gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.

Thank you! Jan and I suffered with this for a while :)

>   c510cbb * services: xorg: Accept session commands with arguments.
>   a0d7baa * gnu: gnome-session: Make sure 'gsettings' is found.
> 
> Now it works well in QEMU.
> 
> There are details to smooth out, such as having the right fonts
> installed by default.  When I logged in, I got not-so-nice fonts in the
> top-level bar, including squares here and there:

I have the same issues with the squares (in the clock). Any advice?

> 


> 
> Ideas?
> 
> There’s also the problem of the default background, as you pointed out
> before, but maybe that’s more “involved.”
> 
> Thanks for the great work on GNOME!
> 
> Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: GNOME!
  2016-03-18 18:51       ` GNOME! Ludovic Courtès
  2016-03-18 19:13         ` GNOME! Leo Famulari
@ 2016-03-18 20:38         ` Nils Gillmann
  1 sibling, 0 replies; 10+ messages in thread
From: Nils Gillmann @ 2016-03-18 20:38 UTC (permalink / raw)
  To: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> Andy Wingo <wingo@igalia.com> skribis:
>
>> FWIW everything now works for me, which is a first in a year :)
>
> \o/
>
> I wanted to give it a try in a VM, hence these commits:
>
>   6cbc8d5 * gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.
>   c510cbb * services: xorg: Accept session commands with arguments.
>   a0d7baa * gnu: gnome-session: Make sure 'gsettings' is found.
>
> Now it works well in QEMU.
>
> There are details to smooth out, such as having the right fonts
> installed by default.  When I logged in, I got not-so-nice fonts in the
> top-level bar, including squares here and there:

For me it also introduced a new desktop environment affected by
bug#22985, all in all it awesome to have GNOME now, thanks!

>
>
>
>
> Ideas?
>
> There’s also the problem of the default background, as you pointed out
> before, but maybe that’s more “involved.”

Maybe we could package a gnome-artworks to include a broader
choice of backgrounds, and one like gnome-styles or whatever to
include other stylistic things.

>
> Thanks for the great work on GNOME!
>
> Ludo’.

-- 
ng
personal contact: http://krosos.sdf.org
EDN: https://wiki.c3d2.de/EDN

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: GNOME!
  2016-03-18 19:13         ` GNOME! Leo Famulari
@ 2016-03-18 20:41           ` Nils Gillmann
  2016-03-20 20:31           ` GNOME! Ludovic Courtès
  1 sibling, 0 replies; 10+ messages in thread
From: Nils Gillmann @ 2016-03-18 20:41 UTC (permalink / raw)
  To: guix-devel

Leo Famulari <leo@famulari.name> writes:

> On Fri, Mar 18, 2016 at 07:51:24PM +0100, Ludovic Courtès wrote:
>> Andy Wingo <wingo@igalia.com> skribis:
>> 
>> > FWIW everything now works for me, which is a first in a year :)
>> 
>> \o/
>> 
>> I wanted to give it a try in a VM, hence these commits:
>> 
>>   6cbc8d5 * gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.
>
> Thank you! Jan and I suffered with this for a while :)
>
>>   c510cbb * services: xorg: Accept session commands with arguments.
>>   a0d7baa * gnu: gnome-session: Make sure 'gsettings' is found.
>> 
>> Now it works well in QEMU.
>> 
>> There are details to smooth out, such as having the right fonts
>> installed by default.  When I logged in, I got not-so-nice fonts in the
>> top-level bar, including squares here and there:
>
> I have the same issues with the squares (in the clock). Any advice?

I *guess* that might be font related. I don't have these issues, my
current test system profile contains:

Generation 107	Mar 15 2016 00:33:00	(current)
  torsocks	2.0.0	out	/gnu/store/sw630jxr80r3g19fnl34ds0cma198f48-torsocks-2.0.0
  font-gnu-freefont-ttf	20100919	out	/gnu/store/1w5sx96gfqsc7pkc6y6sj95qasbirqvb-font-gnu-freefont-ttf-20100919
  font-gnu-unifont	8.0.01	out	/gnu/store/dcbbzh3wyr3ay8b89wd1fhs247cjgxll-font-gnu-unifont-8.0.01
  font-dejavu	2.34	out	/gnu/store/5b72x7iv63786wajxfq0h88khzgbpy12-font-dejavu-2.34
  font-liberation	2.00.1	out	/gnu/store/dvq600adg2kmjs5z4ilwhgb91bsjljxc-font-liberation-2.00.1
  autoconf	2.69	out	/gnu/store/bj59z4kp62ksmmwwnsc53d2pi9dsw7kp-autoconf-2.69
  automake	1.15	out	/gnu/store/3cq8rzbynpfbcvrpx8xpw98vmd7yyhcf-automake-1.15
  gettext	0.19.7	out	/gnu/store/vzhqsa7wwlwhgjfg5za54w2bx7yiyd0p-gettext-0.19.7
  help2man	1.47.3	out	/gnu/store/yqv0gq7k9h52qyqm6anh6nsw3bp5byx4-help2man-1.47.3
  pkg-config	0.29	out	/gnu/store/nqh64v4dnm0bv9r1c1r9rdvl72licxp3-pkg-config-0.29
  guile	2.0.11	out	/gnu/store/gscrqqf4yf9pchb58gg6h362arkhsw2q-guile-2.0.11
  make	4.1	out	/gnu/store/1pxxvlnmv7215558fk5cyzpk1pd59y7q-make-4.1
  sqlite	3.10.0	out	/gnu/store/1xlfngcpc74cvlr5bnzjv25nwsiyn0gp-sqlite-3.10.0
  bzip2	1.0.6	out	/gnu/store/nq9j8f92pzi6pg2jiwx03506s8q8p9ij-bzip2-1.0.6
  gcc-toolchain	5.3.0	out	/gnu/store/7m8s5qm2xyz30lwzxhaccqh7i4kpky8i-gcc-toolchain-5.3.0
  tree	1.7.0	out	/gnu/store/nsnv0pc4fjfnpnhy2kjraf8a83axfy41-tree-1.7.0
  nss	3.21	out	/gnu/store/a1jy4g75glaqhj7h0qz0hbxqs2w7rdp7-nss-3.21
  w3m	0.5.3	out	/gnu/store/1w4ps42w1jkr2nhvn3d34l0q1f6lcg30-w3m-0.5.3
  perl-libwww	6.13	out	/gnu/store/3l5fjhrn3bvk9vf2xi4d7ybyyhss1nk6-perl-libwww-6.13
  texinfo	6.1	out	/gnu/store/6ndbh8rmklndwic2jnrq8z0q2gifamvy-texinfo-6.1
  paredit	24	out	/gnu/store/6virp4d64vvv1sgqga6as7n4lf6n9i5v-paredit-24
  bbdb	3.1.2	out	/gnu/store/2f6brjdw6i82pq7hfwx3b22rhrspfb21-bbdb-3.1.2
  geiser	0.8.1	out	/gnu/store/rfg8z2k6jr0pwfs9qm7rv6n3a5b4xqjh-geiser-0.8.1
  gnutls	3.4.7	out	/gnu/store/wcz0m4cxy0s9siwdf1630wkp35k2ww2r-gnutls-3.4.7
  htop	2.0.0	out	/gnu/store/fwdagh04lryc35vhzbj4phzgfzhhmylp-htop-2.0.0
  dmidecode	2.12	out	/gnu/store/ds33vrgms2amn6rnpcaqz8z0zbc0gval-dmidecode-2.12
  rfkill	0.5	out	/gnu/store/mh58kac80f0abnhpyjm28ciwy0qalv7w-rfkill-0.5
  iw	3.17	out	/gnu/store/1hm6x83rif86zdjwswrl6gi3433d2i0w-iw-3.17
  strace	4.7	out	/gnu/store/b5dg7x8dc8m795csbqkllfvamkljpysk-strace-4.7
  vim	7.4	out	/gnu/store/fixxmz24wk19vj9kaxlzyr9zm0sszjgq-vim-7.4
  lynx	2.8.8rel.2	out	/gnu/store/jzxgdln44b31i7asmls3a714cfvxawq1-lynx-2.8.8rel.2
  libgcrypt	1.6.5	out	/gnu/store/4iqlcz069gw3qnx2iry9yifwg9mc5k51-libgcrypt-1.6.5
  alsa-utils	1.1.0	out	/gnu/store/1jqsldmml6j0hbwl2mjhkylz7zb0ip75-alsa-utils-1.1.0
  iproute2	4.4.0	out	/gnu/store/2bxs8wd5vjfsn3j5s5xpvxbjn532fmi3-iproute2-4.4.0
  font-adobe-source-han-sans	1.004	out	/gnu/store/psh0m1bcksjp5ybkkj17f3f1nqqb803c-font-adobe-source-han-sans-1.004
  oxygen-icons	4.14.2	out	/gnu/store/jdlin1h8yxr5ia54070kq9viwr9va4v5-oxygen-icons-4.14.2
  bc	1.06	out	/gnu/store/gd2i84ldmjgr0rhxmggsby4l1yhcbqyw-bc-1.06
  ncdu	1.11	out	/gnu/store/5dh2vvdb664in0jbmrdlnazr8b4h42qx-ncdu-1.11
  guile-json	0.5.0	out	/gnu/store/6gl0rzlbzsq4nywr5ma9rnfyvs8mbsgq-guile-json-0.5.0
  pinentry	0.9.6	out	/gnu/store/k75kc1krmar7s8fpx8db6n3ijkxfhj6w-pinentry-0.9.6
  subversion	1.8.15	out	/gnu/store/6zvcw4x72c3xqf8dhg0mxggmh3d345v0-subversion-1.8.15
  zathura-pdf-poppler	0.2.5	out	/gnu/store/8z31z641hxylngsrskkjh0vcw0rzvj2f-zathura-pdf-poppler-0.2.5
  rxvt-unicode	9.21	out	/gnu/store/yhv9627njqq71kxj8yind46qjfkw66sc-rxvt-unicode-9.21
  setxkbmap	1.3.1	out	/gnu/store/wzfa6hh70sagvrxpnzsh1nqg1aazkm6y-setxkbmap-1.3.1
  xrdb	1.1.0	out	/gnu/store/d0126blzv1xvw309gzh5daby12d8as98-xrdb-1.1.0
  tmux	2.1	out	/gnu/store/60780vc6lwvlazlia1idjjcpq8b95qkf-tmux-2.1
  tor	0.2.7.6	out	/gnu/store/xy4lsn8mbd5k5940nq9ymxs4vdx2vpx7-tor-0.2.7.6
  openssh	7.1p2	out	/gnu/store/9y9kk9q097nhisc000hvyhcmwi1f60y0-openssh-7.1p2
  mc	4.8.11	out	/gnu/store/55v84x15vkhfws42flflk1vvsk23007a-mc-4.8.11
  youtube-dl	2016.02.22	out	/gnu/store/z2vk6pf6l4skxry8s70flvy6gy0s27fa-youtube-dl-2016.02.22
  gnurl	7.45.0	out	/gnu/store/pahwksdzxc27l6l1jghyv2xd3kgc4lm6-gnurl-7.45.0
  wget	1.17.1	out	/gnu/store/w50mfvfzyjzpcbyw3lll7hm4j457jhb0-wget-1.17.1
  graphviz	2.38.0	out	/gnu/store/382qgi31zkklc02y34mv02a1sa6m1ga0-graphviz-2.38.0
  zathura	0.3.3	out	/gnu/store/q3866sj7xsbyaksijqk831vlk9chpqsz-zathura-0.3.3
  notmuch	0.21	out	/gnu/store/8157lk1kq0wls6kds16rincy79n4plqy-notmuch-0.21
  emacs-w3m	1.4.538+0.20141022	out	/gnu/store/8l9an283s2bzcydv5dg26ch4mh8ww39g-emacs-w3m-1.4.538+0.20141022
  emacs	24.5	out	/gnu/store/fh15x6s6222hp5v1ymkyz80a78hhkqfq-emacs-24.5
  msmtp	1.6.3	out	/gnu/store/zrf5zfcaiyvs6x687s7261v14vdg64v9-msmtp-1.6.3
  weechat	1.4	out	/gnu/store/rahq1lk9rg07acsyldp6dndjxkx0jg0f-weechat-1.4
  feh	2.14.1	out	/gnu/store/k47n07h024b156lnqy4mvilwb01z5l1g-feh-2.14.1
  wireless-regdb	2015.04.06	out	/gnu/store/35x71n2j0kbqmjg4m9v4bi4v3r60mh85-wireless-regdb-2015.04.06
  pidgin	2.10.11	out	/gnu/store/mgq7z5mvxjikaqwjp4h47gqvn4xb3s1v-pidgin-2.10.11
  pidgin-otr	4.0.1	out	/gnu/store/wq9rjksqm55riqlk978i6j2wz92cxx17-pidgin-otr-4.0.1
  gdb	7.11	out	/gnu/store/w47ck57bipf73lwhw9ai0gpmq1h6cyjb-gdb-7.11
  font-terminus	4.40	out	/gnu/store/g9kkqwr670q6zhfw7frp0ra84ssnzyl0-font-terminus-4.40
  icecat	38.6.0-gnu1	out	/gnu/store/yrp2jsaddkffk20jvcbp8dq14y89pyd6-icecat-38.6.0-gnu1
  mpv	0.15.0	out	/gnu/store/sida84rjw4r58lp4bsg0g2s3wcigvq61-mpv-0.15.0
  adwaita-icon-theme	3.18.0	out	/gnu/store/k3lq9787wy9nqwql2kdy5cj73yhbya66-adwaita-icon-theme-3.18.0
  git	2.6.3	out	/gnu/store/dj8z0w58qwwn8k88dpym5dj4m2bxqbjb-git-2.6.3
  magit	2.5.0	out	/gnu/store/irl8hbik1wlxpm6czxgna7d723igxmaa-magit-2.5.0
  git	2.6.3	svn	/gnu/store/sh2drz4yxk4a1zvn2xxi1qvg1dm3l67r-git-2.6.3-svn
  xrandr	1.5.0	out	/gnu/store/qvg8i0fkzfaz20aq3ll2m5i6pk4n817i-xrandr-1.5.0
  gnupg	2.1.11	out	/gnu/store/s5gqag6qnkwb81biq1mrip43avg69d1w-gnupg-2.1.11
  aria2	1.20.0	out	/gnu/store/qmyby7xgwyydpi8afisczwbvrbv7j6ac-aria2-1.20.0
  ghc-pandoc	1.15.2.1	out	/gnu/store/33sri46728kj6gqn1kmnlyisbi6a6yz8-ghc-pandoc-1.15.2.1
  gimp	2.8.14	out	/gnu/store/khgkdrjwk7yq1bk58sfd85l848fnr5l1-gimp-2.8.14
  getmail	4.48.0	out	/gnu/store/3rlwpgk2njacbr2v9zv342lnmx7psznx-getmail-4.48.0
  gnunet-svn	0.10.1.svn36926	out	/gnu/store/dhflsdl7frks5vdwrxgc25ma2c4sslm5-gnunet-svn-0.10.1.svn36926
  gnunet-gtk-svn	0.10.1.svn36926	out	/gnu/store/rq4a6k2jc75i2bxpfl3bf86d5mg304g8-gnunet-gtk-svn-0.10.1.svn36926
  gsettings-desktop-schemas	3.18.0	out	/gnu/store/lxlxw6qpj6l3sp7w5n484v9mxazr5pl5-gsettings-desktop-schemas-3.18.0
  dconf	0.24.0	out	/gnu/store/gbn4r3is2kiz8rfyibh2phwccqfc3qq8-dconf-0.24.0
  bind-utils	9.10.3-P4	out	/gnu/store/p9akqlbmnwj1jj2sca684r47zwsydfgn-bind-utils-9.10.3-P4
  powwow	1.2.17	out	/gnu/store/g33qar14qp7m4g9n4xagphghcbyd7rg3-powwow-1.2.17
  powertop	2.8	out	/gnu/store/2b3qnjs88446his613icac9jc90506dk-powertop-2.8
  font-un	1.0.2-080608	out	/gnu/store/0ihbmhyk06am0ih64dikf3ndiyg59dqn-font-un-1.0.2-080608
  font-google-noto	20150929	out	/gnu/store/qcm07sk08h8ihrzmxv5c1102jvbr9way-font-google-noto-20150929



>
>> 
>
>
>> 
>> Ideas?
>> 
>> There’s also the problem of the default background, as you pointed out
>> before, but maybe that’s more “involved.”
>> 
>> Thanks for the great work on GNOME!
>> 
>> Ludo’.
>
>
>

-- 
ng
personal contact: http://krosos.sdf.org
EDN: https://wiki.c3d2.de/EDN

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: GNOME!
  2016-03-18 19:13         ` GNOME! Leo Famulari
  2016-03-18 20:41           ` GNOME! Nils Gillmann
@ 2016-03-20 20:31           ` Ludovic Courtès
  1 sibling, 0 replies; 10+ messages in thread
From: Ludovic Courtès @ 2016-03-20 20:31 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Fri, Mar 18, 2016 at 07:51:24PM +0100, Ludovic Courtès wrote:

[...]

>> There are details to smooth out, such as having the right fonts
>> installed by default.  When I logged in, I got not-so-nice fonts in the
>> top-level bar, including squares here and there:
>
> I have the same issues with the squares (in the clock). Any advice?

I’m happy to say this is now fixed.  :-)

  https://www.gnu.org/software/guix/screenshots/0.9.1/gnome-totem-epiphany.png

The relevant commits are:

  e71ef7a * system: Make sure fonts are searched for in the system profile.
  0bd3597 * gnu: gnome: Add dependency on font-abattis-cantarell.
  4e8b750 * system: Allow account skeletons to be directories.
  71be99b * gnu: Add font-abattis-cantarell.

Turns out gnome-shell.css refers to Cantarell, the font specifically
designed for GNOME 3.  Furthermore, our Fontconfig package does not look
for fonts in the system profile, which e71ef7a works around.

Ludo’.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-20 20:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17  9:08 fixed the gnome forever-suspend problem Andy Wingo
2016-03-17 15:37 ` Alex Sassmannshausen
2016-03-17 21:44   ` Albin
2016-03-18 13:42     ` Andy Wingo
2016-03-18 18:51       ` GNOME! Ludovic Courtès
2016-03-18 19:13         ` GNOME! Leo Famulari
2016-03-18 20:41           ` GNOME! Nils Gillmann
2016-03-20 20:31           ` GNOME! Ludovic Courtès
2016-03-18 20:38         ` GNOME! Nils Gillmann
2016-03-17 21:31 ` fixed the gnome forever-suspend problem Ludovic Courtès

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.