From: myglc2@gmail.com
To: 23001@debbugs.gnu.org
Subject: bug#23001: emacs in X has icons missing and throws warnings in tty
Date: Thu, 05 Apr 2018 19:24:07 -0400 [thread overview]
Message-ID: <8737092q5k.fsf@gmail.com> (raw)
In-Reply-To: <86zi7nndg4.fsf@gmail.com> (myglc2@gmail.com's message of "Wed, 15 Nov 2017 21:51:23 -0500")
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
In guix (GNU Guix) 0.14.0.4032-cfb55 the attached config no longer
produces these errors, so I think this should be closed.
TIA - George
[-- Attachment #2: eserv --]
[-- Type: application/octet-stream, Size: 1191 bytes --]
;; -*-Scheme-*-
;;; server v1 config
(use-modules (gnu))
(use-modules (gnu system nss))
(use-service-modules
avahi
networking ; dhcp-client-service
ssh ; openssh-service-type
)
(use-modules (gnu packages))
(operating-system
(host-name "v1")
(timezone "America/New_York")
(locale "en_US.utf8")
(bootloader (grub-configuration (target "/dev/sda")))
(file-systems (cons (file-system
(device "g1sd")
(title 'label)
(mount-point "/")
(type "ext4"))
%base-file-systems))
(users (cons*
(user-account
(name "g1")
(group "users")
(supplementary-groups '("wheel"))
(home-directory "/home/g1"))
%base-user-accounts))
(packages (append (map specification->package
'(
"dbus"
"emacs"
"font-dejavu"
)) %base-packages))
(services (cons*
(dhcp-client-service)
(service openssh-service-type
(openssh-configuration
(x11-forwarding? #t)
(permit-root-login #t)
(authorized-keys
`(
("g1" ,(local-file "glc.pub"))
("root" ,(local-file "glc.pub"))))))
(avahi-service)
(ntp-service)
%base-services))
(name-service-switch %mdns-host-lookup-nss))
next prev parent reply other threads:[~2018-04-05 23:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-13 0:43 bug#23001: emacs in X has icons missing and throws warnings in tty myglc2
2016-04-02 19:01 ` Chris Marusich
2016-04-04 16:12 ` myglc2
2016-04-05 4:14 ` Chris Marusich
2016-05-28 12:18 ` 宋文武
2017-11-16 2:51 ` myglc2
2018-04-05 23:24 ` myglc2 [this message]
2018-04-06 0:03 ` myglc2
2018-04-06 7:37 ` Ludovic Courtès
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=8737092q5k.fsf@gmail.com \
--to=myglc2@gmail.com \
--cc=23001@debbugs.gnu.org \
/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.