unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* bug#37244: Icecat Audio Issues
  @ 2019-09-04 16:54 90%     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-09-04 16:54 UTC (permalink / raw)
  To: ison; +Cc: 37244

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

Ison,

Thanks so much for your answer!

ison 写道:
> When I play it the audio is very low pitch and crackly. However, 
> if
> I open about:config (just enter about:config into the address 
> bar),
> search for "mediasource", and then double click
> "media.mediasource.enabled" so it shows false, then reload the 
> video
> and it plays perfectly without any distortion.
>
> As I mentioned though, most sites seem to not like it when
> mediasource is disabled, so it's not a perfect solution, but at
> least it shows where the problem lies.

Indeed: my sole use case for Web video seems to insist on whatever 
this feature is.  I can't link to it here for freedom & legal 
reasons, but let's say their content is *majorly* ball-based.

With .mediasource disabled, I get an error:

  “Your browser does not support the playback of this video. 
  Please try using a different browser.”

I'd really rather not.

I remember getting this same error in Epiphany when I tried to 
play it there.  At least now I have a lead…

Thanks again,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs
  @ 2019-09-04 12:17 90%                   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-09-04 12:17 UTC (permalink / raw)
  To: Martin Becze; +Cc: 36896

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

Martin,

Martin Becze 写道:
> hmm maybe i did something wrong when sending with 
> "git-sendemail" it
> showed up here https://issues.guix.info/issue/36896

Strange…  It can't find it in my mailbox either.

Is there a commit message?

> `("GSETTINGS_SCHEMA_DIR" = (,(string-append out
>  "/share/glib-2.0/schemas/")))

Please wrap long lines like these at 80 characters.  I'd do so 
after ‘=’.

> +                `("XDG_DATA_DIRS" = (,(getenv 
> "XDG_DATA_DIRS")))))

I think this is something we want to append (":" suffix), not 
override outright (=), no?

Grepping through Guix, I see that ‘prefix’ is popular too, but 
I'm not sure why.  Does that still grant users the same control 
over the result?  (This question for extra credit only :-)

Thanks, and sorry for the wait,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37244: Icecat Audio Issues
  @ 2019-09-01 18:15 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
    0 siblings, 1 reply; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-09-01 18:15 UTC (permalink / raw)
  To: 37244

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

Raghav,

Raghav Gururajan 写道:
> While streaming/watching movie on some (more than one) websites, 
> audio
> has constant cracking sounds and voice of characters in the 
> video
> becomes robotic.

If by ‘robotic’ you mean (extremely) low-pitched then, yes, this 
has been the case for roughly the past half year.

I asked around on IRC, even sending URLs to innocent people who 
were unable to reproduce the problem, so I then assumed it wasn't 
in Guix proper.  I almost never watch videos on the Web so I 
didn't care much, but you might be happy to learn you're not 
alone.

Could you share a (free) example URL?

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37233: lsblk not up to date in util-linux
  @ 2019-08-30 14:03 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-08-30 14:03 UTC (permalink / raw)
  To: Bengt Richter; +Cc: 37233-done

[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]

Bengt,

Sorry you had to debug that!

Bengt Richter 写道:
> …then I get the desired output above. The difference is 
> apparently
> util-linux 2.32.1 vs the newer 2.34, where the newer one 
> understands
> more field names for -o ...

[…]

> Hope somebody can update it.
> I think I found the updated version at
> https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz

Guix's util-linux package was already updated to 2.34 in June 
(commit ac3842ef on core-updates), and it will be available when 
core-updates is merged into master.  That should be very soon now. 
I'm closing this bug for that reason.

Updates of core Guix packages like these take a while to trickle 
down to users because ‘everything’ depends on them, and when 
they change ‘everything’ needs to be rebuilt, so we need to 
‘batch’ these changes somehow to avoid rebuilding the world ever 
two days.  Search for ‘staging’ and ‘core-updates’ in the 
manual.  Unfortunately, core-updates in particular always takes 
longer to fix up and merge than expected.

Until that happens, you can define and install your own updated 
util-linux.

  (define-public util-linux/latest
    (package
      (inherit util-linux)
      (name "util-linux")
      (version "2.34")
      (source …))) ; updated URL

This is similar to what we already do for security updates in 
Guix.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37207: guix.gnu.org Last Modified at epoch
  @ 2019-08-28 14:37 90%   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-08-28 14:37 UTC (permalink / raw)
  To: 37207

[-- Attachment #1: Type: text/plain, Size: 767 bytes --]

Gábor, Ludo',

Gábor Boskovits 写道:
> Supressing the last modified header is just an
> add_header Last-Modified "";
> away.

You'll also need:

# Don't honour client If-Modified-Since constraints.
if_modified_since off;
# Nginx's etags are hashes of file timestamp & file length.
etag off;

Turning these off will of course prevent all caching.  I don't 
know if that would add measurable load to guix.gnu.org (it would 
be more problematic if we used a CDN, but it might still make a 
difference).

Nix does something both interesting and icky — as always: patch[0] 
nginx to look up the realpath() instead, so clients can still 
cache using If-None-Match.

Kind regards,

T G-R

[0]: https://github.com/NixOS/nixpkgs/pull/48337

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37201: Old guix 0.15 stuff at https://gnu.org/ ??
  @ 2019-08-27 21:32 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-08-27 21:32 UTC (permalink / raw)
  To: Bengt Richter; +Cc: 37201

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

Bengt,

Bengt Richter 写道:
> Are you all seeing what I see at https://gnu.org/ ??

Heh.  That ‘0.15.0’ caption is wrong…  it's actually Guix 
0.9.1.  ;-)

> I am wondering if I am in a reality/DNS distortion field, or 
> what,
> that is making me see this really old stuff. (using emacs M-x 
> eww
> for text for email here, but it's the same in firefox for me).

This isn't *that* weird, is it?  ‘We’ still use the same 
screenshot at http://guix.gnu.org/screenshots/gnome/, and in fact 
the XFCE one is even older.

We need someone to make some new pretty screenshots for 
guix.gnu.org, then we can ask gnu.org to use them too.

Interested?  :-)

Thanks for the reminder,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37145: Qemu VM with default settings runs out of ram during guix pull
  @ 2019-08-23 12:48 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-08-23 12:48 UTC (permalink / raw)
  To: 37145; +Cc: Gregory Hablutzel

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Gregory,

I changed the last mentions of 512 MiB to 1 GiB for exactly this 
reason, but that was in July…

Gregory Hablutzel 写道:
> Using recommended settings for the Qemu VM of 512 MB ram from 
> https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html,
> guix pull fails.

The string ‘512’ doesn't occur anywhere on that page.  Could you 
clarify?

Thanks!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

* bug#37148: ‘sudo guix pull’ creates root-owned /home/$USER/.cache/guix/…
@ 2019-08-22 16:56 90% Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 8+ results
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-08-22 16:56 UTC (permalink / raw)
  To: 37148

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

Guix,

After running ‘sudo guix pull’, some directories that guix 
assumes to be writable are not:

  $ guix pull
  Updating channel 'guix' from Git repository at 
  'https://git.savannah.gnu.org/git/guix.git'...
  guix pull: error: Git error: failed to create temporary file 
  '/home/adom/.cache/guix/pull/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq/.git/objects/pack/pack_git2_dVwpVq': 
  Permission denied
  $

Now Guix isn't doing anything wrong, per se, and that error 
message will tip off most jaded Unixbeards, but how about a:

  $ guix pull
  warning: /home/<USER>/.cache/… is not writable by the current 
  user <USER>
  hint: You might want to run ‘chown -R <USER>:<USER> /home/…’ 
  [or just delete it outright? -nckx]
  …

?

Thanks to adom` in #guix for posting that output.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[relevance 90%]

Results 601-608 of 608	 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-08-01 22:14     bug#36896: Evolution needs gsettings-desktop-schemas Martin Becze
2019-08-02  2:28     ` bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs null
2019-08-05 11:40       ` Ricardo Wurmus
2019-08-05 19:17         ` Martin Becze
2019-08-05 20:30           ` Tobias Geerinckx-Rice
2019-08-20 13:04             ` Martin Becze
2019-08-27  8:23               ` Martin Becze
2019-09-03 15:47                 ` Martin Becze
2019-09-03 15:59                   ` Ricardo Wurmus
2019-09-04 11:09                     ` Martin Becze
2019-09-04 12:17 90%                   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-22 10:45     bug#37145: Qemu VM with default settings runs out of ram during guix pull Gregory Hablutzel
2019-08-23 12:48 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-22 16:56 90% bug#37148: ‘sudo guix pull’ creates root-owned /home/$USER/.cache/guix/… Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-27 21:03     bug#37201: Old guix 0.15 stuff at https://gnu.org/ ?? Bengt Richter
2019-08-27 21:32 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-28  9:52     bug#37207: guix.gnu.org returns Last-Modified = Epoch Ludovic Courtès
2019-08-28 10:40     ` bug#37207: guix.gnu.org Last Modified at epoch Gábor Boskovits
2019-08-28 14:37 90%   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-30  9:42     bug#37233: lsblk not up to date in util-linux Bengt Richter
2019-08-30 14:03 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-08-31 14:13     bug#37244: Icecat Audio Issues Raghav Gururajan
2019-09-01 18:15 90% ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-09-03 19:35       ` ison
2019-09-04 16:54 90%     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).