bug#41025: blueman does not start

2020-05-14 Thread Raghav Gururajan
Hi Pierre! >> I've pushed your latest patch here: >> c5a9b16dbdc8849560fb43095e090ba0952277b6. >> >> The only change I've done beside indentation is patching the scripts in >> libexec/. >> >> Thanks for your patience! > > Thank you! > > Do you still get the following error, while starting bluem

bug#41025: blueman does not start

2020-05-14 Thread Raghav Gururajan
Hi Pierre! > I've pushed your latest patch here: > c5a9b16dbdc8849560fb43095e090ba0952277b6. > > The only change I've done beside indentation is patching the scripts in > libexec/. > > Thanks for your patience! Thank you! Do you still get the following error, while starting blueman-manager or

bug#41025: blueman does not start

2020-05-14 Thread Pierre Neidhardt
I've pushed your latest patch here: c5a9b16dbdc8849560fb43095e090ba0952277b6. The only change I've done beside indentation is patching the scripts in libexec/. Thanks for your patience! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#41025: blueman does not start

2020-05-11 Thread Raghav Gururajan
Hi Marius! > This phase is no longer necessary after the recent 'core-updates' merge. I don't know, when I tried it did not work. > These paths are "impure": the contents will differ from system to > system, and are also unavailable in e.g. 'guix environment -container'. > It might be better to

bug#41025: blueman does not start

2020-05-11 Thread Raghav Gururajan
Hi Pierre! > Sorry to disappoint :p Sadly this patch does not work yet ;) > Stay put, almost there! :) No worries! I have attached updated patch. No all it needs is "dbus-launch" and "Blueman.Mechanism.service". The former should be provided by (dbus-service). For the latter, the service should

bug#41025: blueman does not start

2020-05-10 Thread Marius Bakke
Raghav Gururajan writes: > + ;; Prevent the autogen.sh script to carry out the configure > + ;; script, which has not yet been patched to replace /bin/sh. > + (add-before 'bootstrap 'setenv > + (lambda _ > + (setenv "NOCONFIGURE" "TRUE") > +

bug#41025: blueman does not start

2020-05-10 Thread Pierre Neidhardt
Sorry to disappoint :p Sadly this patch does not work yet ;) - You've hardcoded the python version (3.7) while you should get it dynamically from the one you are using. You can try using something like --8<---cut here---start->8--- ,(version-major+minor (pack

bug#41025: blueman does not start

2020-05-09 Thread Raghav Gururajan
Hi Pierre! >> Thanks, looking good! >> >> - Could you remove the `pk' lines? >> - Looks like pulseaudio is missing for blueman-manager: > > Please find the revised patch attached with this email. Sorry, I sent the wrong patch. I have attached the correct one with this email. I hope this patch do

bug#41025: blueman does not start

2020-05-09 Thread Raghav Gururajan
Hi Pierre! > Thanks, looking good! > > - Could you remove the `pk' lines? > - Looks like pulseaudio is missing for blueman-manager: Please find the revised patch attached with this email. Regards, RG. From 52dc6e2dd01cbbf280e7e17af6274d2b1aa2bde1 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan

bug#41025: blueman does not start

2020-05-08 Thread Raghav Gururajan
Hi Pierre! Please find the new patch attached with this email. It fixes the discussed issues. Now, blueman just needs "dbus-launch", which I think provided by %desktop-services. If you could push this patch, that would be great. Thank you! Regards, RG. From be674bd528cbcb16e04368e1f01beaffac912

bug#41025: blueman does not start

2020-05-04 Thread Pierre Neidhardt
Sorry if I misled you with the ellipsis. You need to add /lib/python3.7/site-packages without the "blueman" part. With the definition below I can start blueman-services. But all programs report that blueman-applet fails. Indeed, blueman-applet fails with --8<---cut here

bug#41025: blueman does not start

2020-05-03 Thread Raghav Gururajan
Hi Pierre! > Suggestion: instead of adding one phase per wrapper, use a single phase, > loop over the executables to generate the wrapper. This should shorten > your code. > > I think the "gi" issue is because "(getenv ...)" does not include the > output "out". I'm guessing you need to add (str

bug#41025: blueman does not start

2020-05-03 Thread Raghav Gururajan
Hi Pierre! > Thanks! Sadly your patch does not fix the issue for me. > > You can reproduce with > > --8<---cut here---start->8--- > ./pre-inst-env guix environment --pure --ad-hoc blueman -- blueman-tray > --8<---cut here---end

bug#41025: blueman does not start

2020-05-02 Thread Raghav Gururajan
Hi Pierre! > It seems that the blueman package is missing a wrapper unless I'm > missing something: When I packaged it, all I got was error regarding dbus. But now it seems there are more errors. I am wondering if it has to do with updates in gtk and/or glib and/or gobject-introspection. Also, I