GNU bug report logs -
#60840
[PATCH 0/3] gnu: volctl: Update to 0.9.3.
Previous Next
Reported by: Sergiu Ivanov <sivanov <at> colimite.fr>
Date: Sun, 15 Jan 2023 22:39:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60840: [PATCH 0/3] gnu: volctl: Update to 0.9.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60840 <at> debbugs.gnu.org.
--
60840: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60840
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Sergiu Ivanov <sergiu.ivanov <at> univ-evry.fr> writes:
> Hi again,
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> [2023-01-16T18:01:59+0100]:
>>
>> Don't forget to CC my email when sending a revised v2 version with the
>> above :-).
>
> I CCed you, but Google doesn't like another quirk in my E-mail
> configuration which I don't have motivation to debug :-S
>
> I therefore sending you a small ping from my work E-mail, and I'm
> attaching the 3 updated patches just in case it is more convenient
> for you.
Thanks! I've made cosmetic adjustments to the update commit like so:
--8<---------------cut here---------------start------------->8---
modified gnu/packages/gtk.scm
@@ -2968,12 +2968,17 @@ (define-public volctl
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "volctl/xwrappers.py"
(("libXfixes.so")
- (string-append (search-input-file inputs "/lib/libXfixes.so")))))))))
+ (string-append (search-input-file inputs
+ "/lib/libXfixes.so")))))))))
(inputs
(list libxfixes))
(propagated-inputs
- (list python-click python-pycairo python-pygobject python-pyyaml
- python-pulsectl gtk+))
+ (list python-click
+ python-pycairo
+ python-pygobject
+ python-pyyaml
+ python-pulsectl
+ gtk+))
(home-page "https://buzz.github.io/volctl/")
(synopsis "Per-application volume control and on-screen display")
(description "Volctl is a PulseAudio-enabled tray icon volume control and
--8<---------------cut here---------------end--------------->8---
added a proper GNU Change Log to the commit message:
--8<---------------cut here---------------start------------->8---
gnu: volctl: Update to 0.9.3.
Fixes <https://issues.guix.gnu.org/58120>.
* gnu/packages/gtk.scm (volctl): Update to 0.9.3.
[arguments]: Update substitutions in patch-path phase and delete
trailing #t.
[inputs]: Delete pulseaudio. Move gtk+ to...
[propagated-inputs] ... here.
--8<---------------cut here---------------end--------------->8---
and pushed the series!
Notice that in my environment, it doesn't run:
--8<---------------cut here---------------start------------->8---
$ volctl
PulseAudio connected
Warning: Could not embed Gtk.StatusIcon.
Fatal error: Could not create a status icon. Are you sure you have a working notification area?
pulseaudio disconnected
Alarm clock
--8<---------------cut here---------------end--------------->8---
although I have 'dunst' running on top of my ratpoison WM.
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Dear Guix,
I am hereby submitting a patch series updating volctl to 0.9.3.
This new version relies on python-pulsectl, which this patch series also adds.
Thanks!
-
Sergiu
[0000-cover-letter.patch (text/x-patch, attachment)]
This bug report was last modified 2 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.