Re: GNOME 3.30: help needed!

2019-01-04 Thread Rene
Hello Catonano, > > loginctl > > and then > > loginctl show-session -p Type > > if the session is on Wayland this should return > > Type=wayland ) > I have executed the commands and it seems that we did not use wayland for GNOME. gloton@manada ~$ loginctl SESSION   UID USER   SEAT  TTY c1

Re: GNOME 3.30: help needed!

2019-01-04 Thread Rene
Hello Ricardo, I have reconfigured my system and it seems to work! > > What patches did you apply? Are you using GDM or SLIM? > the patches are in master with commit `92deb5cc920fcc7617302986180f1abee5fd2b2` until `48c8d067d4ded776939cda6f9c63c25b38ba77fc`, and I've used GDM and SLIM! Thanks

Re: awesome window manager configuration

2019-01-04 Thread Carlo Zancanaro
Hi Joshua! On Fri, Jan 04 2019, Joshua Branson wrote: I recently started using the awesome window manager, and I'm curious if I can help edit the manual a bit. The current manual does not mention that to configure the awesome window manager, one must copy the configuration from /gnu/store/xm

Re: Trustworthiness of build farms (was Re: CDN performance)

2019-01-04 Thread Jeremiah
> Where are you getting those complexity expressions from? Approximation of developer effort spent on single pass workflows and bugfree libraries in the State of Michigan Welfware Eligibility System extracted from it's ClearCase commit history. (Thank god, I finally got them to convert to git after

Re: Docker and singularity containers

2019-01-04 Thread zimoun
Dear, I am interested by Docker images for specific tasks (scientific python, R.sumo, etc.). Around me, people are pulling a debian Docker image then feed it with some specific dockerfile to produce a R environment ready to use. And I trying to do that for some bioconductor packages about Flow Cyt

Re: [GWL] (random) next steps?

2019-01-04 Thread zimoun
Hi Ricardo, Happy New Year !! > We can connect a graph by joining the inputs of one process with the > outputs of another. > > With a content addressed store we would run processes in isolation and > map the declared data inputs into the environment. Instead of working > on the global namespace

Re: Brain storming cool Guix features

2019-01-04 Thread znavko
Hello! As topic is started, I suggest this to a roadmap http://git.savannah.gnu.org/cgit/guix.git/tree/ROADMAP : znavko`s  roadmap suggestions: - total guix architecture guide (not only descriptions of cases ‘environment’, ‘system’, ‘pack

Re: Brain storming cool Guix features

2019-01-04 Thread Ricardo Wurmus
Joshua Branson writes: > I had some cool ideas/features for things that GuixSD could potentially > add, and I wanted to share. Are any of these possible? > > #+BEGIN_SRC scheme > (operating system > (keymap "dvorak") > ...) > #+END_SRC > > The above would make the bootloader, console, X,

Re: Brain storming cool Guix features

2019-01-04 Thread John Soo
Yes, good ideas! I’m curious if per-user packages could be declared in the system configuration. I think nixOS has that feature now and I’m a little jealous... > On Jan 4, 2019, at 8:10 AM, Pierre Neidhardt wrote: > > Very nice ideas, in particular the manifest-file option! > > Note that some

Re: Brain storming cool Guix features

2019-01-04 Thread Pierre Neidhardt
Very nice ideas, in particular the manifest-file option! Note that something like ~/.config/guix/manifest.scm would probably be a better fit for user-profile manifests. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: GNOME 3.30: help needed!

2019-01-04 Thread Catonano
I received a new answer right now echo $WAYLAND_DISPLAY (if it outputs "wayland-0" or something it's a Wayland session), or echo $XDG_SESSION_TYPE I don't know how and why these variables should be set on GuixSD but people on the fediverse don't know that I asked on behalf of you ☺ Il giorno ve

awesome window manager configuration

2019-01-04 Thread Joshua Branson
Hello! I recently started using the awesome window manager, and I'm curious if I can help edit the manual a bit. The current manual does not mention that to configure the awesome window manager, one must copy the configuration from /gnu/store/xmmqxby6bm...-awesome-4.2/etc/xdg/awesome/rc.lua to

Brain storming cool Guix features

2019-01-04 Thread Joshua Branson
I had some cool ideas/features for things that GuixSD could potentially add, and I wanted to share. Are any of these possible? #+BEGIN_SRC scheme (operating system (keymap "dvorak") ...) #+END_SRC The above would make the bootloader, console, X, and wayland all use the dvorak layout. Tha

Re: GNOME 3.30: help needed!

2019-01-04 Thread Catonano
another answer arrived rigt now If you open xeyes, the eyes will not move if your pointer is on top of a Wayland window. Also, the combination Alt+F2 and then R + return restarts Gnome if it's on X. It doesn't if it's on Wayland

Re: GNOME 3.30: help needed!

2019-01-04 Thread Catonano
Il giorno ven 4 gen 2019 alle ore 10:55 Ricardo Wurmus ha scritto: > * On the other hand how to know if GNOME is using wayland?. > > I don’t know! > > -- > Ricardo > I asked this question on the fediverse and I've been pointed to this answer (tl dr: obtain your session id with loginctl and

Re: GNOME 3.30: help needed!

2019-01-04 Thread Ricardo Wurmus
Hi Rene, > I tested GNOME 3.30 from the `wip-gnome3.30` branch and applied the > Timothy Sample patches[1] and these are some observations: > > * With `guix system vm-image..` the startup works correctly. > * Using `sudo dd if=$(guix system disk-image ..) of=/dev/sdb` boot > and login correct