all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guile-wm / xcb questions
@ 2017-12-12 13:44 ng0
  2017-12-12 14:04 ` ng0
  2017-12-12 14:52 ` Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: ng0 @ 2017-12-12 13:44 UTC (permalink / raw)
  To: guix-devel

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

I am able to use guile-wm. It starts, I can work it for a
very long time without crashing.
I'm trying to learn more about it so that I can extend it.
Now there's a problem where I'm not sure if the problem
lies within the Guix package or my way to load the module:

> scheme@(guile-user)> (use-modules (guile-wm module root-keymap))
> While compiling expression:
> no code for module (xcb xml)

guile-wm/modules/root-keymap.scm includes the set-rootkey
I'm trying to debug in my config of Guile-wm. Now Guile-wm
depends on Guile-xcb and the store folder of the guile-wm
build references guile-xcb.
When guile-wm is installed globally (system-wide) shouldn't
the xcb module be in my guile load path?
-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: guile-wm / xcb questions
  2017-12-12 13:44 guile-wm / xcb questions ng0
@ 2017-12-12 14:04 ` ng0
  2017-12-12 14:52 ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2017-12-12 14:04 UTC (permalink / raw)
  To: guix-devel

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

ng0 transcribed 1.8K bytes:
> I am able to use guile-wm. It starts, I can work it for a
> very long time without crashing.
> I'm trying to learn more about it so that I can extend it.
> Now there's a problem where I'm not sure if the problem
> lies within the Guix package or my way to load the module:
> 
> > scheme@(guile-user)> (use-modules (guile-wm module root-keymap))
> > While compiling expression:
> > no code for module (xcb xml)
> 
> guile-wm/modules/root-keymap.scm includes the set-rootkey
> I'm trying to debug in my config of Guile-wm. Now Guile-wm
> depends on Guile-xcb and the store folder of the guile-wm
> build references guile-xcb.
> When guile-wm is installed globally (system-wide) shouldn't
> the xcb module be in my guile load path?

With guile-xcb installed globally it works just fine:


> scheme@(guile-user)> (use-modules (guile-wm module root-keymap))
> 14:01:56 Defining wm init proc for #<directory (guile-wm module message) 23a5640>
> 14:01:56 Defining wm init proc for #<directory (guile-wm module root-keymap) 1b6b960>


-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: guile-wm / xcb questions
  2017-12-12 13:44 guile-wm / xcb questions ng0
  2017-12-12 14:04 ` ng0
@ 2017-12-12 14:52 ` Ricardo Wurmus
  2017-12-12 17:25   ` ng0
  1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2017-12-12 14:52 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel


> When guile-wm is installed globally (system-wide) shouldn't
> the xcb module be in my guile load path?

guile-xcb is not propagated, so it won’t be installed in the same
profile.  See the package definition of guile-wm.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

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

* Re: guile-wm / xcb questions
  2017-12-12 14:52 ` Ricardo Wurmus
@ 2017-12-12 17:25   ` ng0
  0 siblings, 0 replies; 4+ messages in thread
From: ng0 @ 2017-12-12 17:25 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

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

Ricardo Wurmus transcribed 0.3K bytes:
> 
> > When guile-wm is installed globally (system-wide) shouldn't
> > the xcb module be in my guile load path?
> 
> guile-xcb is not propagated, so it won’t be installed in the same
> profile.  See the package definition of guile-wm.

Thanks. Yes, and I've looked into the problem I have with guile-wm,
it's definitely not caused by this.

-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-12-12 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 13:44 guile-wm / xcb questions ng0
2017-12-12 14:04 ` ng0
2017-12-12 14:52 ` Ricardo Wurmus
2017-12-12 17:25   ` ng0

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.