bug#61236: [PATCH v2 2/2] gnu: ibus-speech-to-text: Fix lint warnings.

2023-02-10 Thread sirgazil--- via Bug reports for GNU Guix
From: Luis Felipe * gnu/packages/ibus.scm (ibus-speech-to-text)[inputs]: Add bash-minimal. Move desktop-file-utils, glib:bin and gobject-introspection to native-inputs. --- gnu/packages/ibus.scm | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

bug#61236: [PATCH v2 1/2] gnu: ibus-speech-to-text: Fix execution of ibus-engine-stt.

2023-02-10 Thread sirgazil--- via Bug reports for GNU Guix
From: Luis Felipe Fixes . * gnu/packages/ibus.scm (ibus-speech-to-text)[#:phases]: Use getenv to set GUIX_PYTHONPATH and GI_TYPELIB_PATH. --- gnu/packages/ibus.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git

bug#61236: [PATCH v1] gnu: ibus-speech-to-text: Fix execution of ibus-engine-stt.

2023-02-09 Thread sirgazil--- via Bug reports for GNU Guix
From: Luis Felipe Fixes . * gnu/packages/ibus.scm (ibus-speech-to-text)[#:phases]: Use getenv to set GUIX_PYTHONPATH and GI_TYPELIB_PATH. --- gnu/packages/ibus.scm | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git

bug#40442: srt2vtt does not work

2021-03-19 Thread sirgazil via Bug reports for GNU Guix
Problem solved. Thanks, Dave. P.S. I think you forgot to bump the version in the script. $ srt2vtt --version srt2vtt 0.1

bug#39104: GNOME: System sound silenced when I log out and then log back in

2020-12-08 Thread sirgazil via Bug reports for GNU Guix
I can't reproduce this anymore using guix 08d8c2d. I don't know which commit fixed it.

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2020-09-27 Thread sirgazil via Bug reports for GNU Guix
This issue fixed itself, I can't reproduce it anymore in guix 97e98e2.

bug#36100: Jami leaks memory

2020-09-27 Thread sirgazil via Bug reports for GNU Guix
I'm closing this issue because the package the report was filed against was removed from Guix: gnu: jami-client-gnome: Remove deprecated package. commit 8551bc64e4322080ef07b5009f4d46229df8d6f3 Date: Sun Jul 12 18:00:46 2020 +0200 Also, there is a new package for Jami that I tried out: Guix

bug#25227: [Website] Package-related pages redesign proposal

2020-09-27 Thread sirgazil via Bug reports for GNU Guix
Closing this, since guix.gnu.org is available for several months now.

bug#41049: LyX: No application icon

2020-06-16 Thread sirgazil via Bug reports for GNU Guix
This problem is fixed. It seems commit 03a7b67b314286a9185535f5ecbb7cde97ae2c97, or the LyX related commits after this one, fixed the problem. --- https://sirgazil.bitbucket.io/

bug#37013: LyX can not find refstyle.sty

2020-06-16 Thread sirgazil via Bug reports for GNU Guix
Efraim, thanks for those changes, they fixed some bugs. However, I still see many errors related to ".sty" files (refstyle, hyperref, enumitem, etc.), and ".cls" files (scrbook, scrartcl, etc.) not found when I try to open and view (Ctrl+R) the documents listed in LyX Help menu, and my own

bug#41058: core-updates: GNOME Maps doesn't start

2020-05-09 Thread sirgazil via Bug reports for GNU Guix
I still can reproduce the problem though, in both real and virtual machines. $ LANG=C guix describe Generation 80 May 08 2020 15:18:18(current) sirgazil-x ef6ac93 repository URL: https://gitlab.com/sirgazil/guix-channel-x.git branch: master commit:

bug#41058: core-updates: GNOME Maps doesn't start

2020-05-03 Thread sirgazil via Bug reports for GNU Guix
This happens in both master and core-updates, although I don't know if the former fails for the same reason. It also happens in both real machine and virtual machine. ## Steps to reproduce Assuming you are using the Guix System with GNOME: 1. Go to Activities → Show Applications (nine dots

bug#41057: core-updates: GNOME Weather doesn't start

2020-05-03 Thread sirgazil via Bug reports for GNU Guix
This happens in both master and core-updates, although it seems to fail with a different error in the former (see https://issues.guix.gnu.org/39324). It also happens in both real machine and virtual machine. ## Steps to reproduce Assuming you are using the Guix System with GNOME: 1. Go to

bug#41050: LyX: No icons in toolbars

2020-05-03 Thread sirgazil via Bug reports for GNU Guix
This happens in both master and core-updates. Also in both real and virtual machines. ## Steps to reproduce 1. guix install lyx 2. Press Alt + F2, type lyx2.3 and hit Enter to start LyX # Expected result LyX starts and the toolbar buttons should have icons (see

bug#41049: LyX: No application icon

2020-05-03 Thread sirgazil via Bug reports for GNU Guix
This happens in both master and core-updates. Also in both real machine and virtual machine. ## Steps to reproduce 1. guix install lyx 2. Press Alt + F2, type r and hit Enter to restart GNOME Shell (see http://issues.guix.gnu.org/issue/35594) 3. Got to Activities → Show Applications (nine dots

bug#40837: core-updates: webkitgtk web process sandbox incomplete

2020-04-28 Thread sirgazil via Bug reports for GNU Guix
On Tue, 28 Apr 2020 23:27:57 + Jack Hill wrote > After further discussion on the Bubblewrap issue [0], it was determined > that the problem should be fixed by having WebKitGTK canonicalize paths > before passing them to bwrap. There is now a WebKit issue for that fix [1]. >

bug#40837: core-updates: epiphany web process crashes

2020-04-25 Thread sirgazil via Bug reports for GNU Guix
I can reproduce this bug. I can't load any page and see the same messages in the terminal.

bug#40851: core-updates: GNOME Web: Application icon is rendered incorrectly

2020-04-25 Thread sirgazil via Bug reports for GNU Guix
It seems this bug was reported and fixed upstream (https://gitlab.gnome.org/GNOME/epiphany/-/issues/979). I'm filing this bug anyway, for the record. The problem is reproducible in "guix system vm" too. ## Steps to reproduce 1. guix pull --branch=core-updates 2. sudo guix system reconfigure

bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed

2020-04-24 Thread sirgazil via Bug reports for GNU Guix
> Is this error repeatable for you? Guix built fine on the CI: No. It worked this time, although I skipped step 2. I don't know if that could make any difference.

bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed

2020-04-24 Thread sirgazil via Bug reports for GNU Guix
Sorry, I hit some keys by mistake and sent the message before it was complete. Here is the system information: $ LANG=C guix describe Generation 75 Apr 24 2020 12:03:48(current) guix 4affa91 repository URL: https://git.savannah.gnu.org/git/guix.git branch:

bug#40828: core-updates: guix system reconfigure error: guix-1.1.0-1.7dd0539.drv failed

2020-04-24 Thread sirgazil via Bug reports for GNU Guix
## Steps to reproduce 1. guix pull --branch=core-updates 2. guix upgrade 3. sudo guix system reconfigure --fallback os-config.scm ## Expected result Reconfiguring ends without errors. ## Unexpected result The whole process failed with this error: building

bug#40826: core-updates: guile: warning: failed to install locale

2020-04-24 Thread sirgazil via Bug reports for GNU Guix
I'm using the GNU system distributed by Guix. ## Steps to reproduce 1. guix pull --branch=core-updates 2. guix --version (or any other guix command) ## Expected result $ guix --version guix (GNU Guix) 4affa9182d93c77505c40e95964b8ab9d436298b Copyright (C) 2020 the Guix

bug#40824: core-updates: guix upgrade error: emacs-guix-0.5.2.drv failed

2020-04-24 Thread sirgazil via Bug reports for GNU Guix
## Steps to reproduce 1. guix pull --branch=core-updates 2. guix upgrade ## Expected result All packages in my profile are upgraded successfully. ## Unexpected result The upgrade failed with the following error: ★★★ building

bug#39843: Can't open files through file managers in other DEs and WMs

2020-04-18 Thread sirgazil via Bug reports for GNU Guix
After removing the workaround from my system configuration file and reconfiguring the system with a recent Guix (see below), things work find in MATE, Xfce and sway. I can't reproduce the problems anymore. $ guix describe Generation 72 Apr 17 2020 08:12:14(current) sirgazil-x 66d4b67

bug#40686: GNOME Calendar: I can't add events

2020-04-17 Thread sirgazil via Bug reports for GNU Guix
GNOME Calendar is currently useless in a default installation of the Guix system with GNOME because you can't add events. The application also has missing icons and defaults. I can reproduce the problem in both a real machine and a virtual machine (guix system vm MY_CONFIG). ## Steps to

bug#40652: GDM does not starts after April 10 system reconfigure

2020-04-16 Thread sirgazil via Bug reports for GNU Guix
Yes, Rene, that worked. I deleted "/var/lib/gdm" and also ".local/share" and ".cache", which were 4.7 GiB and 2.9 GiB respectively. Reading bug #36924 now I remember I've been through this before.

bug#40652: GDM does not starts after April 10 system reconfigure

2020-04-15 Thread sirgazil via Bug reports for GNU Guix
I just pull and configured my system and get the same problem. New session c1 of user gdm. Removed session c1. "/var/log/messages" shows the following messages between some ntpd messages: Apr 15 22:31:06 localhost gdm: Child process -537 was already dead. Apr 15 22:35:29 localhost gdm: Child

bug#40442: srt2vtt does not work

2020-04-04 Thread sirgazil via Bug reports for GNU Guix
I installed srt2vtt but it errors when I run it. ## Steps to reproduce 1. Run "guix install srt2vtt" 2. Run "srt2vtt --help" ## Expected result I can see the help information indicated in srt2vtt's website: $ srt2vtt --help Usage: srt2vtt [OPTIONS] Convert SubRip formatted subtitles to

bug#39117: GNOME Files: No file thumbnails

2020-04-02 Thread sirgazil via Bug reports for GNU Guix
On Thu, 02 Apr 2020 02:55:34 -0500 Pierre Neidhardt wrote > I can reproduce. > > Note that I've managed to get _some_ thumbnails when I first logged in. > Now the thumbnail generation seems to be completely gone. > > Any clue what's happening, anyone? Has this ever worked

bug#40334: MATE: I can't add/remove workspaces

2020-03-30 Thread sirgazil via Bug reports for GNU Guix
I'm using the Guix System, and found this problem in MATE 1.22, but another person confirmed that it still occurs in MATE 1.24 (https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00472.html). ## Steps to reproduce 1. Right-click on the Workspace Switcher applet 2. Choose Preferences.

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-24 Thread sirgazil via Bug reports for GNU Guix
> I'm currently trying other other desktop environments in combination with > slim login manager to work around the issue. I've been using a configuration with SLiM and GNOME for more than 20 hours with no leaks.

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-23 Thread sirgazil via Bug reports for GNU Guix
I experience the same as Julien yesterday in a computer reconfigured with sway (no GNOME), but still using GDM. Here's a screenshot of "top" with gdm's .gnome-shell-real using 2.5 GiB of RAM: https://multimedialib.files.wordpress.com/2020/03/gnome-shell-real-leak-sway-2020-03-22.png I'm

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-21 Thread sirgazil via Bug reports for GNU Guix
> I'm planning to create another virtual machine with "guix system vm-image" > instead to install all the packages I have in my user profile and leave it > running overnight to see if there is any difference. I wasn't able to create the VM image with this method. After an hour, the image

bug#39282: Rhythmbox does not start

2020-03-21 Thread sirgazil via Bug reports for GNU Guix
This problem is solved. I can't reproduce it with $ guix describe Generation 64 Mar 20 2020 13:54:14(current) guix 830dab8 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 830dab870ab1d4a4ec1127a877a43d19f86c4f7f $ rhythmbox --version rhythmbox

bug#39335: GNOME Help: Getting Started: Videos don't start

2020-03-21 Thread sirgazil via Bug reports for GNU Guix
This problem is solved. I can't reproduce it anymore using $ guix describe Generation 64 Mar 20 2020 13:54:14(current) guix 830dab8 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 830dab870ab1d4a4ec1127a877a43d19f86c4f7f $ yelp --version yelp

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-19 Thread sirgazil via Bug reports for GNU Guix
I tried a virtual machine with my system configuration during 4 hours and couldn't reproduce the leak (I used "guix system vm"). ".gnome-shell-real" kept using about 260 MiB of RAM and it actually went down to 220 at some point. In 4 hours, in my real system, the leak would have been visible.

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-18 Thread sirgazil via Bug reports for GNU Guix
On Wed, 18 Mar 2020 10:09:57 -0500 Ludovic Courtès wrote [...] > > It seems that the bug is stronger in the GNOME desktop, but I've seen, at > > least once, .gnome-shell-real using an abnormal amount of RAM while in > > sway (about 800 MiB). > > Could you check if it happens

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-18 Thread sirgazil via Bug reports for GNU Guix
I can't use GNOME anymore because of the problem I explained in the following thread: https://lists.gnu.org/archive/html/help-guix/2020-02/msg00206.html On recent system upgrades, the problem got worse. Before, I could get to the end of the day despite the leak; but now it takes around 3 hours

bug#40079: emacs-elpy-1.31.0: failed to build

2020-03-15 Thread sirgazil via Bug reports for GNU Guix
I couldn't upgrade the packages in my user profile because "emacs-elpy" check phase fails. ## Steps to reproduce 1. guix pull 2. guix build emacs-elpy ## Unexpected result The output of the check phase: --- starting phase `check' Can’t guess python-indent-offset,

bug#39144: GNOME: Screencast does not work anymore

2020-03-10 Thread sirgazil via Bug reports for GNU Guix
I can't reproduce this problem anymore using this Guix: $ guix describe Generation 59Feb 28 2020 19:53:52(current) guix 079ee3b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 079ee3b5ea7e9e9bf34753df42957d280e8eabc5 I can record the desktop normally

bug#39843: Can't open files through file managers in other DEs and WMs

2020-03-10 Thread sirgazil via Bug reports for GNU Guix
It turns out there is a known issue that reports the gio-launch-desktop problem (see https://issues.guix.gnu.org/issue/38135). The problem is fixed, but the fix is not in production yet. However, I can confirm that the workaround described in that issue report fixes all the problems I mentioned

bug#39843: Can't open files through file managers in other DEs and WMs

2020-02-29 Thread sirgazil via Bug reports for GNU Guix
I forgot to say: When trying to open a file using Nautilus in sway, I get this message: ## Could Not Display "file-name-here.ext" There is no application installed for "FILE TYPE HERE" files Button: Select Application Button: OK ## Pressing the "Select Application" button displays a

bug#39843: Can't open files through file managers in other DEs and WMs

2020-02-29 Thread sirgazil via Bug reports for GNU Guix
I installed the Guix System several months ago and selected GNOME as the Desktop Environment (DE). Recently, however, I decided to fallback to another DE or Window Manager (WM) because of a memory issue in GNOME (see https://lists.gnu.org/archive/html/help-guix/2020-02/msg00206.html). So far I

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2020-02-26 Thread sirgazil via Bug reports for GNU Guix
Today I found out that the issue may be related to GNOME only, because the GIMP in sway works normally but the problem persists when in GNOME. GNOME version 3.32.2 $ gimp --version GNU Image Manipulation Program version 2.10.14 $ guix describe Generation 57 Feb 26 2020 12:28:15(current)

bug#39335: GNOME Help: Getting Started: Videos don't start

2020-01-28 Thread sirgazil via Bug reports for GNU Guix
None of the three videos of the Getting started section of GNOME Help play. It seems as if there is no videos at all. ## Steps to reproduce 1. Start GNOME Help (yelp) 2. Go to Getting Started 3. Click any of the three video thumbnails 4. Click the play button ## Expected result The video

bug#39281: gdm doesn't start

2020-01-28 Thread sirgazil via Bug reports for GNU Guix
On Tue, 28 Jan 2020 13:21:40 -0500 Jack Hill wrote > On Tue, 28 Jan 2020, sirgazil wrote: > > > The initial setup window did not appear in my case, but I assume it is > > because somewhere in my system something says I already went through the > > setup (I did see the window

bug#39281: gdm doesn't start

2020-01-28 Thread sirgazil via Bug reports for GNU Guix
On Tue, 28 Jan 2020 13:03:08 -0500 Jack Hill wrote > On Tue, 28 Jan 2020, Leo Prikler wrote: > > > I've attached a patch, that should take care of this bug. So far, I've > > only tested it in a VM (with the package added back into gnome), so it > > would be nice if one of you

bug#39324: GNOME Weather doesn't start

2020-01-27 Thread sirgazil via Bug reports for GNU Guix
Clicking the GNOME Weather icon doesn't start the application. Trying to run it from a terminal doesn't work either, and I get the following message: $ gnome-weather Unsatisfied dependency: GWeather I'm using this Guix in the GNU system: $ LANG=C guix describe Generation 12 Jan 27 2020

bug#39281: gdm doesn't start

2020-01-27 Thread sirgazil via Bug reports for GNU Guix
On Mon, 27 Jan 2020 15:29:05 -0500 Danny Milosavljevic wrote > Patch applied to guix master as commit > 4fc4e5fdd9da6320aa94eeec61cbb84a7dc9460e > for now. > Problem solved for me :)

bug#39281: gdm doesn't start

2020-01-27 Thread sirgazil via Bug reports for GNU Guix
On Mon, 27 Jan 2020 14:08:44 -0500 Jack Hill wrote > On Mon, 27 Jan 2020, Raghav Gururajan wrote: > > >> so I removed gnome-initial-setup from the propagated-inputs with the > >> following patch, and, indeed, > >> that resolved the problem with gdm on my system. > > > >

bug#39281: gdm doesn't start

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
For what is worth, I saw the following warnings when guix system reconfigure was running: https://multimedialib.files.wordpress.com/2020/01/guix-system-reconfigure-2020-01-25.png

bug#39282: Rhythmbox does not start

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
I just installed Rhythmbox in the Guix System but it does not start. Trying to launch it from a terminal gives the following error: $ LANG=C rhythmbox (.rhythmbox-real:3361): Rhythmbox-CRITICAL **: 16:07:19.138: Timeout was reached I'm using the following Guix: $ LANG=C guix describe

bug#32845: guix.info: Missing manual

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
The "https://guix.info/manual/; currently redirects to "https://guix.gnu.org/manual/;, which links to the manual in different languages. Problem solved?

bug#39144: GNOME: Screencast does not work anymore

2020-01-15 Thread sirgazil via Bug reports for GNU Guix
I used to be able to record my screen in a previous version of GNOME (I don't know exactly which one), but I can't do it any more. ## Steps to reproduce 1. Start your GNOME session. 2. Press Ctrl+Alt+Shift+R to start recording what is on your screen. ## Expected result * A red circle is

bug#39117: GNOME Files: No file thumbnails

2020-01-13 Thread sirgazil via Bug reports for GNU Guix
GNOME Files (nautilus) does not display thumbnails of files like images, videos, and other files that usually have thumbnails. This makes it hard to browse large directories of multimedia files. ## Steps to reproduce 1. Start GNOME Files. 2. Make sure that "GNOME Files → Preferences →

bug#39104: GNOME: System sound silenced when I log out and then log back in

2020-01-12 Thread sirgazil via Bug reports for GNU Guix
Everytime I log out and then log back in, the system sound is silenced. Most of the time, I can't turn it on using GNOME controls for sound, I have to reboot to get sound back. ## Steps to reproduce 1. Boot the Guix System. 2. Log in to the GNOME desktop. 3. Check that the system volume is up

bug#39089: Guix System: Very long, scary boot time

2020-01-11 Thread sirgazil via Bug reports for GNU Guix
On Sat, 11 Jan 2020 10:05:31 -0500 Danny Milosavljevic wrote [...] > But if possible, could you post the actual messages that appear on your > machine > to a bug report? We can then find out where they come from and decide what > to do about them. These are the messages of

bug#39089: Guix System: Very long, scary boot time

2020-01-11 Thread sirgazil via Bug reports for GNU Guix
I forgot to say I'm using this Guix: $ LANG=C guix describe Generation 7Jan 08 2020 13:53:10(current) guix f98c050 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: f98c050c2017be06cff54abf965a8234f6998f76

bug#39089: Guix System: Very long, scary boot time

2020-01-11 Thread sirgazil via Bug reports for GNU Guix
Hi, Everytime I boot, it takes about 2 minutes to get to the log in screen. This is a lot compared to the time it takes to boot, say, Trisquel 8 on a USB stick, which takes about 15 seconds. In the process, I see lots of lines of things I don't understand (maybe I'm not supposed to understand

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2020-01-09 Thread sirgazil via Bug reports for GNU Guix
After a Guix System reconfigure and upgrading packages, Scribus 1.5.5 and Pencil2D 0.6.4 work alright now (these are Qt-based applications). However, the problem persists in the GIMP 2.10.14. $ LANG=C guix describe Generation 7Jan 08 2020 13:53:10(current) guix f98c050 repository

bug#26302: [website] translations

2019-11-08 Thread sirgazil via Bug reports for GNU Guix
On Fri, 08 Nov 2019 12:13:56 -0500 pelzflorian (Florian Pelz) wrote > > German is slightly wider than English and Chinese will be slightly > > smaller. Hopefully it won’t matter, otherwise the navbar could be put > > in a div container with display: flex; or something for

bug#26302: [website] translations

2019-11-08 Thread sirgazil via Bug reports for GNU Guix
Hi, Florian :) On Fri, 08 Nov 2019 04:02:16 -0500 pelzflorian (Florian Pelz) wrote > Another thing is that perhaps the CSS margin of the .menu-item:link > elements in the navbar should be reduced. What do you think: > > https://guix.gnu.org/.i18n/de/ >

bug#38064: Simple Scan: Scanner is not detected

2019-11-06 Thread sirgazil via Bug reports for GNU Guix
I'm closing this issue as it was not really a bug in Simple Scan, but a missing service in the system configuration provided by the Guix System installer.

bug#38064: Simple Scan: Scanner is not detected

2019-11-05 Thread sirgazil via Bug reports for GNU Guix
Hi, Jack. On Mon, 04 Nov 2019 23:16:09 -0500 Jack Hill wrote > On Mon, 4 Nov 2019, sirgazil via Bug reports for GNU Guix wrote: > > > I can't use the scanner because Simple Scan (a.k.a. Document Scanner) does > > not detect it. > > That's unfortu

bug#38064: Simple Scan: Scanner is not detected

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
I can't use the scanner because Simple Scan (a.k.a. Document Scanner) does not detect it. ## Steps to reproduce 1. guix install simple-scan 2. Connect the scanner. 3. Launch Simple Scan. 4. Click the Scan button in Simple Scan. ## Unexpected behavior In step 3, Simple scan displays the

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
I can reproduce this bug in $ LANG=C guix describe Generation 5    Nov 04 2019 14:24:15    (current)   guix bf7b08c     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: bf7b08c4fe7d14c25a83bde99f19eca1119d88ff Programs affected: GIMP 2.10.12

bug#35584: CD/DVD does not work

2019-11-04 Thread sirgazil via Bug reports for GNU Guix
Just to add that the problem is still present today on: $ LANG=C guix describe Generation 5    Nov 04 2019 14:24:15    (current)   guix bf7b08c     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: bf7b08c4fe7d14c25a83bde99f19eca1119d88ff Also, I was

bug#37244: Icecat Audio Issues

2019-10-04 Thread sirgazil via Bug reports for GNU Guix
I'm not sure, but this could be related to playing media files with DRM. If I recall correctly, last year, when I visited any news post on https://www3.nhk.or.jp/news/easy/ on Debian 9 using Firefox ESR, the browser would ask me to enable DRM. If I answered NO, then I would see the “Your

bug#26302: [website] translations

2019-09-09 Thread sirgazil via Bug reports for GNU Guix
On Sun, 08 Sep 2019 12:16:38 -0500 pelzflorian (Florian Pelz) wrote > > Regarding URLs, I would prefer using IRIs, like follows: > > > > /IETF-LANGUAGE-TAG/path/to/resource/ > > > > So: > > > > /es-ES/vídeos/ > > /es-CO/videos/ > > > > As I understand

bug#26302: [website] translations

2019-09-06 Thread sirgazil via Bug reports for GNU Guix
Hi, Florian :) I haven't had the time to work on the website again, so I haven't tried your code yet. But I'm glad you're working on this. Regarding URLs, I would prefer using IRIs, like follows: /IETF-LANGUAGE-TAG/path/to/resource/ So: /es-ES/vídeos/ /es-CO/videos/ Currently, I