How can I read this modified manual?
Thanks
sob., 13 lip 2019 o 09:19 pelzflorian (Florian Pelz)
napisał(a):
>
> On Fri, Jul 12, 2019 at 10:14:14PM +0200, pelzflorian (Florian Pelz) wrote:
> > I believe this help thread reveals various shortcomings
> > of the Guix manual. I had hoped referring t
ome/s/Dropbox/Guix/scm1/config.scm
> /root/debianek/home/s/Dropbox/Guix/scm1/config.scm:81:9: error: guile:
> unbound variable
> hint: Did you forget a `use-modules' form?
> s@s
>
> So how to install guile?
> Regards
>
> niedz., 7 lip 2019 o 22:28 pelzflorian (Florian P
sob., 6 lip 2019 o 15:02 pelzflorian (Florian Pelz)
napisał(a):
>
> And I hope you are using a recent git checkout or ran `git pull
> --rebase` recently.
>
> Regards,
> Florian
Thank you, Florian for your help. I decided to do everything from
start. I formatted a guix partition and installed gui
sob., 6 lip 2019 o 04:01 Adam Mazurkiewicz napisał(a):
>
> pt., 5 lip 2019 o 03:24 pelzflorian (Florian Pelz)
> napisał(a):
> >
> > On Thu, Jul 04, 2019 at 06:08:55PM +0200, pelzflorian (Florian Pelz) wrote:
> > > On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflori
pt., 5 lip 2019 o 03:24 pelzflorian (Florian Pelz)
napisał(a):
>
> On Thu, Jul 04, 2019 at 06:08:55PM +0200, pelzflorian (Florian Pelz) wrote:
> > On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflorian (Florian Pelz) wrote:
> > > (git
> > reset --hard master, then git am this-new-patch and reconfig
I am geeting the error
modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary
when choosing a modem connection i nm.
Here you are details:
s@s:~$ cat ~/Dropbox/Guix/export/txt/grep1
Jul 4 14:50:04 localhost ModemManager[419]: (ttyUSB0): port
attributes not fully set
Jul 4 14:50:
My Sound Blaster PCI card is not working, so I have watched things
around ALSA drivers.
In fact I cannot state if ALSA is installed:
The M-x guix-default-services for %desktop-services is this:
(...)
agettygnu/services/base.scm:1104:2
Provide console login using the `aget
I have the sound card Creative Labs Sound Blaster Audigy 2 PCI Sound
Card SB0240 on PCI port in my PC.
I am newbie in GuixSD and I have no idea how to get the Card to work.
I have also Debian installed on the current PC. On Debian the the card
works without configuration.
I do not now what to do.
I cannot make my music card to work. The model is Creative Labs Sound
Blaster Audigy 2 PCI Sound Card SB0240. It works on Debian but GuixSD.
When I click Volume and Audio mixer on my Xfce Desktop, in an Output
Devices tab an information is displayed: No output devices available.
But the system ap
śr., 22 maj 2019 o 17:32 Giovanni Biscuolo napisał(a):
Hi Giovanni,
> Hi Adam,
>
> Adam Mazurkiewicz writes:
>
> [...]
>
> > I expected that it would sync system time, but it did not. I have
> > still been getting the time of my computer BIOS in a terminal, not the
śr., 22 maj 2019 o 22:38 Tobias Geerinckx-Rice napisał(a):
>
> Adam,
>
> Adam Mazurkiewicz wrote:
> > I live in Poland and I set time in config.scm in this way:
> > (...)
> > (operating-system
> > (host-name "s")
> > (timezone "Europe
I live in Poland and I set time in config.scm in this way:
(...)
(operating-system
(host-name "s")
(timezone "Europe/Warsaw")
(locale "en_US.utf8")
(keyboard-layout (keyboard-layout "pl"))
(...)
Then I changed Warsaw to Paris because both have the same timezone and
DST (Daylight Saving Tim
I have tried some elementary guix config.scm files with a
%desktop-services variable appended to services. They should bring the
ntp service as one can see in
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm#n1083
file.
I expected that it would sync system time, but it did n
niedz., 19 maj 2019 o 16:45 Ludovic Courtès napisał(a):
>
> Hi,
>
> Julien Lepiller skribis:
>
> > There are different ways to find these values. You can grep through the
> > code from https://git.savannah.gnu.org/git/guix.git
> > (https://git.savannah.gnu.org/cgit/guix.git for the web version)
niedz., 19 maj 2019 o 10:05 Julien Lepiller napisał(a):
>
> Le 19 mai 2019 08:36:27 GMT+02:00, Adam Mazurkiewicz a
> écrit :
> >How to watch the initial variables values? There are some important
> >variables used in config.scm file. What would be the recommended way
Thanks. This is what I was looking for.
niedz., 19 maj 2019 o 08:41 napisał(a):
>
> I use archive manager: `guix package -s file-roller`
>
> May 19, 2019 6:37 AM, "Adam Mazurkiewicz" wrote:
>
> > I am looking for the software to extract and compress files as z
I am looking for the software to extract and compress files as zip,
bz2 etc. Something like Xarchiver in Debian. What to install for this?
How to watch the initial variables values? There are some important
variables used in config.scm file. What would be the recommended way
to extract eg the variable of %desktop-services ? And where are they
declared?
I have been trying to run Network Manager Applet with my internet usb
modem for a long time, but I have been always getting a result
"Insufficient privileges" when trying to add the modem connection. Now
I have no idea how to achieve it or even debug. Please help me at
least in one of ways:
1. Show
śr., 8 maj 2019 o 14:55 Ludovic Courtès napisał(a):
>
> Hello,
>
> Adam Mazurkiewicz skribis:
>
> > I installed networkmanager in my Xfce Desktop Environment, but it did
> > not allow to add new connections.
>
> What application do you use to manage NetworkManag
śr., 8 maj 2019 o 14:58 Ludovic Courtès napisał(a):
>
> Hi Adam,
>
> Adam Mazurkiewicz skribis:
>
> > root@gnu ~# guix system init /mnt/etc/config.scm /mnt/
> > /mnt/etc/config.scm:5:0: error: extraneous field initializers
> > (keyboard-layout)
> > root
This is installing from usb flash stick, not reconfiguring, so I cannot use
"guix pull". The version I use is this: "
https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz";.
It is the latest one, I guess.
śr., 8 maj 2019 o 11:01 Ricardo Wurmus n
izers
(keyboard-layout)
root@gnu ~# guix describe
guix describe: error: failed to determine origin
root@gnu ~#
śr., 8 maj 2019 o 08:46 swedebugia napisał(a):
> On 2019-05-08 07:00, Adam Mazurkiewicz wrote:
> ...
>
> >
> > Using this file caused the error:
> >
I am a newbie and I am learning installing Guixsd step by step. I have
surprised that using a config file from a documentation generates the
error. Actually I am not sure if I am doing mistakes or the documentation
is wrong. I used the config file from a site:
https://www.gnu.org/software/guix/man
I installed networkmanager in my Xfce Desktop Environment, but it did
not allow to add new connections. A message was "Insufficient
privileges". After some googling I got to conclusion that the polkit
service is needed to fix it. Now I am trying to add the polkit-service
in the way I have seen at s
I prepared my config.scm file and reconfigured Guix to install
Networkmanager for my Xfce Desktop Environment. It worked but I have
no possibility to add new connections. When I try to save a new
connection the message "insufficient privileges" appears. How to fix
it?
How to set Polish keyboard layout to get Polish special letters?
https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png
They should be available in Gedit, Web browser address bar, etc. I
have Xfce Desktop Environment.
--
trzczy
What is the way to synchronize files with a remote storage like
Dropbox? I work in several places and I need to get the same document
files in these places. On Debian I was using just Dropbox. I need a
free solution from Guixsd.
--
trzczy
28 matches
Mail list logo