Re: OnlyOffice?

2022-10-07 Thread Ricardo Wurmus
Yasuaki Kudo writes: > For our IT worker cooperative in preparation, one of my areas of > interest is the realistic partial alternative to Google and Microsoft > office suite, for a specific market segment. […] Is this for an Office suite accessible throught the web browser? > Has anyone here

Re: Lost all my guix home application packages from channels after guix update (pull, reconfigure)

2022-10-07 Thread Sébastien Rey-Coyrehourcq
After some trial/error, i found that the problem is probably in link with “FISH” home-fish-service-type. If i add these code to my guix home/system config, fish is installed yep, but all other packages declared in my guix home are removed … In home.scm : /–

Re: OnlyOffice?

2022-10-07 Thread phodina
Sent with Proton Mail secure email. --- Original Message --- On Friday, October 7th, 2022 at 10:07 AM, Ricardo Wurmus wrote: > Yasuaki Kudo y...@yasuaki.com writes: > > > For our IT worker cooperative in preparation, one of my areas of > > interest is the realistic partial alter

Re: OnlyOffice?

2022-10-07 Thread Yasuaki Kudo
Hi, Yes, I know about NextCloud and yes, looking for an Online version. I just thought OnlyOffice was looking better than LibreOffice and I have just tried its online version - it worked really well! Although skepticism (defeatism?) abounds😅, there is a lot of interest in carving out some nich

New ,build command sets the wrong path for guix daemon

2022-10-07 Thread Joshua Branson
Hello! The new ,build meta command is pretty awesome! It works in the guix repl, but seems to give an error in the geiser repl. #+BEGIN_SRC org joshua@crazyhorse ~ (master)> guix repl GNU Guile 3.0.8 Copyright (C) 1995-2021 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANT

Re: Help-Guix Digest, Vol 83, Issue 10

2022-10-07 Thread Peter Polidoro
GTK+ comes with broadwayd, which lets you use the browser to render the GUI. Here’s a quick example: guix shell gtk+:bin -- broadwayd :5 & GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell abiword -- abiword Then visit http://127.0.0.1:8085/ in your browser. This is really interest

Re: Guix Home question ?

2022-10-07 Thread jbranso
October 6, 2022 3:21 AM, "jordi" wrote: > Hi guixers ! > > While starting to enjoy 'guix home' superpowers i created this git repository > > https://codeberg.org/Fenix/home-config-at-mercurio > > taking care of my old laptop's config. > > I might be missing some basics here... > First questio

Re: Unable to locate printer (on the network) - Brother HL-3170CDW

2022-10-07 Thread jbranso
October 6, 2022 2:51 AM, "Christian Gelinek" wrote: > Hi all, > > I am rather new to GuixSD and don't have much experience with GNU/Linux > printing, so please bear > with me. > > Trying to set up my Brother HL-3170CDW series printer over the network I > found some useful messages > on this

Re: easy firewalling ?

2022-10-07 Thread jbranso
October 4, 2022 3:58 AM, "jordi" wrote: > Hi, happy guix newbie here, > > usually i use ufw for easily managing firewalling, adding iptables rules > etc... I see there is no > ufw package available in guix. Aside > from managing iptables manually, are there other easie alternatives i could > u

Re: How can I step through this code?

2022-10-07 Thread jbranso
October 5, 2022 11:06 PM, "jgart" wrote: > Hi > > How can I step through this code? > If you ever find out, then let me know! I wish guile had a nice debugger like elisp. :) > (define-syntax do > (syntax-rules () > ((do ((var init step ...) ...) > (test expr ...) > command ...) > (letrec >

Re: 100 % derivation available at bordeaux and Berlin, but package Musescore has to be built on my laptop

2022-10-07 Thread jbranso
September 27, 2022 1:52 PM, "Gottfried" wrote: > Hi Guixers, > > when I did a > guix package -u > > and also > when I checked it beforehand > with > guix package --upgrade --dry-run > if 100 % derivations are available ( I did this the last 4 times) > > nevertheless > the music notation progra

Re: How can I step through this code?

2022-10-07 Thread jgart
On Fri, 07 Oct 2022 18:45:36 + jbra...@dismail.de wrote: > I wish guile had a nice debugger like elisp. :) I wish guile had a nice debugger like racket or common lisp. :)

Re: 100 % derivation available at bordeaux and Berlin, but package Musescore has to be built on my laptop

2022-10-07 Thread Gottfried
Just out of curiosity...you've got an X86_64 laptop right? Yes Gottfried Am 07.10.22 um 20:46 schrieb jbra...@dismail.de: September 27, 2022 1:52 PM, "Gottfried" wrote: Hi Guixers, when I did a guix package -u and also when I checked it beforehand with guix package --upgrade --dry-run

Re: OnlyOffice?

2022-10-07 Thread david larsson
On 2022-10-07 10:07, Ricardo Wurmus wrote: GTK+ comes with broadwayd, which lets you use the browser to render the GUI. Here’s a quick example: guix shell gtk+:bin -- broadwayd :5 & GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell abiword -- abiword Then visit http://127.0.0.1:8085/

Re: How can I step through this code?

2022-10-07 Thread jbranso
October 7, 2022 3:22 PM, "jgart" wrote: > On Fri, 07 Oct 2022 18:45:36 + jbra...@dismail.de wrote: > >> I wish guile had a nice debugger like elisp. :) > > I wish guile had a nice debugger like racket or common lisp. :) I haven't actually tried those debuggers...

Re: 100 % derivation available at bordeaux and Berlin, but package Musescore has to be built on my laptop

2022-10-07 Thread jbranso
October 7, 2022 3:50 PM, "Gottfried" wrote: >> Just out of curiosity...you've got an X86_64 laptop right? > > Yes > > Gottfried > > Am 07.10.22 um 20:46 schrieb jbra...@dismail.de: > >> September 27, 2022 1:52 PM, "Gottfried" wrote: >> >>> Hi Guixers, >>> >>> when I did a >>> guix package

Re: How can I step through this code?

2022-10-07 Thread jgart
On Fri, 07 Oct 2022 21:52:40 + jbra...@dismail.de wrote: > October 7, 2022 3:22 PM, "jgart" wrote: > > > On Fri, 07 Oct 2022 18:45:36 + jbra...@dismail.de wrote: > > > >> I wish guile had a nice debugger like elisp. :) > > > > I wish guile had a nice debugger like racket or common lisp.