Re: Problems with auto-login configuration

2020-03-26 Thread Eric Seuret
Thank you for the github and Slim tips. 

Slim actually worked, for future readers, this is the (services ...)
configuration that worked for me. 

(services
 (cons* (service gnome-desktop-service-type)
(service openssh-service-type)
(set-xorg-configuration
 (xorg-configuration
  (keyboard-layout keyboard-layout))
 slim-service-type)
(service slim-service-type (slim-configuration
(auto-login? #t)
(default-user "username")))
(remove (lambda (service)
  (eq? (service-kind service) gdm-service-type))
%desktop-services)))

Yes, you can't logout and login again as different user... But my other
user is there mainly through ssh so, it is not really a problem.

Best Regards,

--
E. Seuret




Re: How to declare a bind mount in the "file-systems" definition?

2020-03-26 Thread Matthew Brooks
On Sun, 22 Mar 2020 18:12:10 -0400
Leo Famulari  wrote:

> Looking in the manual for mentions of bind-mount I found the
> documentation of %immutable-store, which is a bind-mounted filesystem
> that exists by default in Guix System. It's implemented in
> 'gnu/systems/file-systems.scm' and hopefully provides a helpful example:
> 
> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/file-systems.scm?h=v1.0.1#n346

Thanks! I was able to get it working from that example!

For anyone else in the future who might want the info, here's what I did:

first I had to define these two things before the operating system section:

>(define data-drive
>   (file-system
>(device (uuid "UUID goes here"))
>(mount-point "/path-to-spinning-disk-goes-here")
>(type "ext4")))
>
>(define (%tmp-directory) "/path-to-spinning-disk-goes-here/tmp")

Then, in the file-systems list I added the following:

>(file-systems (cons*
>
>..
>
>data-drive
>
>(file-system
> (device (%tmp-directory))
> (mount-point "/tmp")
> (type "none")
> (flags '(bind-mount))
> (dependencies (list data-drive))
> )
>
>%base-file-systems))



Re: Instalacio GNU/Guix

2020-03-26 Thread sirgazil
Buenos días, Jorge:


  On Wed, 25 Mar 2020 20:30:03 -0500 Jorge Terán  
wrote 
 > Por favor en español,  al final de la instalación presenta lo siguiente,
 > adjunto los errores.
 > 
 > Saludos
 > 
 > El 5:45 lun mar 23, 2020, Andreas Enge  escribió:
 > >
 > > Hello,
 > >
 > > hopefully English is okay.
 > >
 > > I rejected your message to info-g...@gnu.org, since it is meant for
 > > communication *by* the project. Please use
 > >help-guix@gnu.org
 > > instead.
 > >
 > > On Sun, Mar 22, 2020 at 03:48:43PM -0400, familia wrote:
 > > > No logro realizar la instalación de GNU/Guix por error 404, agradezco
 > > > la ayuda,adjunto captura de pantalla.
 > >
 > > It looks like in wget you need to replace *system* by the value of your
 > > system, most likely *x86_64*, like so:
 > >wget
 > https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.1.x86_64-linux.iso.xz.sig
 > >
 > > Andreas


¿Podrías darnos la siguiente información?

* La arquitectura de tu equipo (x86_64, i686, otra).
* Los pasos que seguiste para descargar el instalador.
* Los pasos que seguiste en el instalador hasta toparte con el error de la 
pantalla negra.

El error de la otra pantalla parece ser un error conocido que ocurre en el 
instalador del Sistema Guix 1.0.1 cuando el usuario pulsa el botón para 
reintentar una instalación fallida. Este error fue reportado y corregido 
http://issues.guix.gnu.org/issue/35543 pero la corrección solo va a estar 
disponible a partir de la próxima versión del instalador.

Por cierto, Jorge, posiblemente para el mes de abril esté disponible la versión 
1.1.0 del Sistema Guix, por si querés esperar.



Re: [dxvk] How to set RPATH with Meson?

2020-03-26 Thread Pierre Neidhardt
You are right.

I went through all the meson.build in the project, could not find
anything weird.

build-wine32.txt has

--8<---cut here---start->8---
cpp_link_args=['-m32', '-mwindows']
--8<---cut here---end--->8---

so I patched it to

--8<---cut here---start->8---
cpp_link_args=['-m32', '-mwindows', 
'-Wl,-rpath=/gnu/store/lbh22ci6rg780fvxclik5mkgi1z73qfn-dxvk32-1.6/lib']
--8<---cut here---end--->8---

Still no difference.

-- 
Pierre Neidhardt
https://ambrevar.xyz/


signature.asc
Description: PGP signature