Newbie: Error when using "guix gc -D" to delete directory in /gnu/store

2023-03-18 Thread Rodrigo Morales
Table of Contents _ 1. The context 2. What I've tried 3. Additional information 4. The question 1 The context = I had previously installed the package `rime-data'. One of the files that is installed by that package is called `wubi86.dict.yaml'. I'm currently

Re: creating a manifest

2023-03-18 Thread Gottfried
Hi, thank you very much for help. I was reading the manual about manifests, but still I don’t understand everything what I have to do. I created now through your help a manifest with 6 packages, but I got an error message: Profil mit 6 Paketen wird erstellt … guix package: Fehler/mistake:

Re: image converter and resizer

2023-03-18 Thread Luis Felipe
El 18/03/23 a las 16:43, Gottfried escribió: I prefer a graphical programme, at the moment it is easier for me. Gottfried, I think the program called photoflare might be close to what you want. Try the following: 1. guix install photoflare 2. Start the program 3. In the main menu, go to

Re: image converter and resizer

2023-03-18 Thread Nicolas Goaziou
Hello, Andreas Enge writes: > I had a quick look at converseen. It requires the qtlinguist package, > which we do not have in Guix. qtlinguist belongs to qttools, doesn't it? The main issue in properly packaging converseen is, IMO, to remove the (auto)update code all over the place. For the

Re: image converter and resizer

2023-03-18 Thread Andreas Enge
Hello, Am Sat, Mar 18, 2023 at 04:43:45PM + schrieb Gottfried: > In Guix there is no package: "imagemagick" yes there is! guix build imagemagick /gnu/store/gxggf8rsxd6l3rxi90d8qgsllzav1ycn-imagemagick-6.9.12-4-doc /gnu/store/0b9yq69kk25si62rcaixx2c0ir6n5xvj-imagemagick-6.9.12-4 I had a

Re: image converter and resizer

2023-03-18 Thread Gottfried
Hi, thanks very much for your help. I prefer a graphical programme, at the moment it is easier for me. AFAIU imagemagick is a commandline programme. In trisquel I can use imagemagick as a graphical programme. In Guix there is no package: "imagemagick" only: "perl-image-magick 6.89" Is this

Re: image converter and resizer

2023-03-18 Thread Luis Felipe
El 18/03/23 a las 11:13, Gottfried escribió: I need only a small programme to convert images to a smaller size. (image converter and resizer) I installed converseen on an other laptop in Trisquel and it works. converseen can resize more images at once. Ah, I see now that converseen is a

Re: Execute startxbmap at login to map Ctrl Caps to Escape

2023-03-18 Thread Mario Forzanini
On 3/17/23 4:18 AM, Rodrigo Morales wrote: Thanks for the quick answer. After reading your answer and the relevant part of the documentation, I understand that this configuration needs to be set at the system level (i.e. /etc/config.scm). Wouldn't it be possible to set a layout for an

Re: Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-18 Thread Mario Forzanini
On 3/17/23 1:39 PM, hub.lomb...@free.fr wrote: Hi Mario ! Thanks you for your help, it worked! Taking care to disable my old statements, I simply inserted your lines into my config. After rebooting, I was pleased to see the bluetooth enabled. For my test, I use a mini bluetooth speaker M-370

Re: Execute startxbmap at login to map Ctrl Caps to Escape

2023-03-18 Thread Mario Forzanini
Hi! On 3/17/23 3:31 AM, Rodrigo Morales wrote: What's the Guix way to map Caps Lock to Escape? I actually have some similar setting mapping Caps Lock to Control in my operating system configuration, I think this may work: (operating-system (keyboard-layout (keyboard-layout "us"

Re: creating a manifest

2023-03-18 Thread Martin Castillo
I noticed an error. For that you need to instead create a new package definition for musescore version 3.6.2. The info page gives you an example, which you just adjust. Using guix edit musescore you see how musescore is defined. You can notice, there is a version field. So lets create a new

Re: creating a manifest

2023-03-18 Thread Martin Castillo
Hi, Am 18.03.23 um 11:50 schrieb Gottfried: > Hi, > > I wanted to create a manifest for music, > . > my "musik.scm": > > ;; Manifest Musik Programme > (use-modules (gnu packages version-control))If this is

Re: image converter and resizer

2023-03-18 Thread Gottfried
Hi, thanks for the answer I heard gimp is a big programme, and of course I can install it, but I thought I don’t need such a big programme because to learn it takes a lot of time, and I don’t want to spend much time for learning it now, because I don’t need it for the moment. I need only a

creating a manifest

2023-03-18 Thread Gottfried
Hi, I wanted to create a manifest for music, . my "musik.scm": ;; Manifest Musik Programme (use-modules (gnu packages version-control)) (specifications->manifest ’("Musescore

Re: Newbie: How to define a package that install files to ~/.config?

2023-03-18 Thread Martin Castillo
Am 18. März 2023 06:02:27 MEZ schrieb Rodrigo Morales : >Table of Contents >_ > >1. What I'm trying to do >2. What I've tried >3. The problem >4. The question > > >Newbie: How to define a package that creates files in ~/.config? > > >1 What I'm trying to do