Re: Ruby without RVM - what to do if the version I want is missing?

2025-03-26 Thread Andreas Enge
Hello Nils (and the ruby team in cc), Am Sat, Jun 15, 2024 at 08:39:54AM +0200 schrieb Nils Landt: > > And whether we still need ruby@2.6 in addition to ruby@2.7; no package > > depends on the former. > Probably not, end of support for Ruby 2.6 was 2022-04-12. > Fwiw, end of support for 2.7 was 2

shepherd: How to log stdout and stderr into separate files?

2025-03-26 Thread Tomas Volf
Hello :) I am writing a shepherd service and I want the log to go into a file. So far so good, there is #:log-file. But it is described as: --8<---cut here---start->8--- When LOG-FILE is true, it names the file to which the service's standard output and standa

guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-26 Thread softwarelibre--- via
Unable to modify desktop services for sysctl tweaks. This happened after I tried reconfiguring my machine. I added:    (modify-services %desktop-services (delete gdm-service-type))    (modify-services %desktop-services (sysctl-service-type config =>  

Re: Gnome "oh no something has gone wrong..."

2025-03-26 Thread paul
Hi Matteo, thank you for your answer. I didn't try creating a new home directory for my user but I tried creating another user completely and I get the same symptoms so I suppose this means there is some system level state breaking GNOME. giacomo

Re: chez scheme can't load system shared library

2025-03-26 Thread André A . Gomes
Pan Xie writes: > Thanks for your response. Unfortunately, it does not work: > > > `LD_LIBRARY_PATH' is empty in my shell: > > $ echo $LD_LIBRARY_PATH > > > scheme can't start up with LD_LIBRARY_PATH set: > > $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme > Segmentation fault (core dumped) >

Re: Advice Packaging APL Fonts

2025-03-26 Thread Lee Thompson
Andreas Enge writes: > ... > Ultimately it is a judgement call; with different names and different > download links, I would suggest to treat them as two fonts. Indeed, in the end I decided to send both as separate fonts but in a single patch, one inheriting from the other owing to the shared sou

Re: Cannot open a MATE session on Trisquel after installing Gajim from Guix

2025-03-26 Thread David Lecompte
Le mercredi 19 mars 2025 à 22:33 +0100, Rutherther a écrit : > > So to fix this, you should be able to just unset the variable in your > > .profile (or shell equivalent) script, after you source the > > ~/.guix-profile. That is the easiest way, there would be other > > ways by changing the guix pac

Re: chez scheme can't load system shared library

2025-03-26 Thread Ricardo Wurmus
André A. Gomes writes: Pan Xie writes: scheme can't start up with LD_LIBRARY_PATH set: $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme Segmentation fault (core dumped) $ LD_LIBRARY_PATH='/usr/lib' scheme Segmentation fault (core dumped) The question by Pan has been answered but I have