bug#37069: Gnujump doesn't have a desktop file
The gnujunp game doesn't have a .desktop file, so it doesn't show up in the application menus. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
bug#36747: Official MesCC bootstrap binaries differ from my locally built ones
Hi, Mark H Weaver skribis: > Ludovic Courtès wrote: >> It’s currently being evaluated: >> >> https://ci.guix.gnu.org/jobset/core-updates-next > > Thanks, although I guess all of the builds will fail, unless someone > manually added the new bootstrap tarballs to Berlin's store, or uploaded > them to one of the URLs in %bootstrap-base-urls. Indeed, it’s failing for that reason now, I hadn’t realized. To be continued… Ludo’.
bug#36944: Xfce Panel shortcuts after updates might not work
Hello, zna...@disroot.org writes: > Hello! Sometimes, when Icecat or Pcmanfm-qt update, I am not able to > run them from shortcuts I've add to panel as Items (right mouse click > - Panel - Add new Item). > This is because applications addresses were changed after update > (because guix adds hash to application folder). > This makes me need to delete shortcut and add again. > Xfce is not in account in this. Xfce does not use > /home/user/.giux-profile/bin folder for those shortcuts. Xfce uses > /gnu/store/hashhashahsh-icecat-60.1/bin/icecat instead. And this is my > trouble. > > Do you think we can solve this? What do you mean by “Xfce does not use /home/user/.giux-profile/bin folder for those shortcuts”? If you create a shortcut manually then you could specify your Guix profile's directory, don't you? I cannot reproduce the issue (I didn't update packages because of virtual machine though). Could you attach a screenshot with a window where you specify Icecat or Pcmanfm-qt binary location, please? Regards, Oleg. signature.asc Description: PGP signature
bug#37071: guix import pypi httpie fails
$ guix import pypi httpie …0.2.tar.gz 83KiB 291KiB/s 00:00 [##] 100.0% ….py3-none-any.whl 58KiB201KiB/s 00:00 [##] 100.0% guix import: warning: Failed to extract file: httpie-1.0.2.dist-info/METADATA from wheel. Backtrace: 15 (primitive-load "/home/rob/.config/guix/current/bin/guix") In guix/ui.scm: 1692:12 14 (run-guix-command _ . _) In guix/scripts/import.scm: 115:11 13 (guix-import . _) In guix/scripts/import/pypi.scm: 102:23 12 (guix-import-pypi . _) In guix/memoization.scm: 98:0 11 (_ # ("httpie") _) In unknown file: 10 (_ # …) In ice-9/boot-9.scm: 829:9 9 (catch _ _ # …) In guix/utils.scm: 635:8 8 (call-with-temporary-output-file _) In guix/import/pypi.scm: 384:25 7 (_ "/tmp/guix-file.A9OwRK" _) In guix/utils.scm: 635:8 6 (call-with-temporary-output-file #) In guix/import/utils.scm: 133:10 5 (_ "/tmp/guix-file.jFzPxe" _) 123:4 4 (url-fetch _ _) In guix/build/download.scm: 763:4 3 (url-fetch "/tmp/guix-file.A9OwRK" "/tmp/guix-file.jFz…" …) In srfi/srfi-1.scm: 679:15 2 (append-map _ _ . _) 592:17 1 (map1 (#f)) In guix/build/download.scm: 728:8 0 (maybe-expand-mirrors _ _) guix/build/download.scm:728:8: In procedure maybe-expand-mirrors: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #f
bug#37071: guix import pypi httpie fails
Hello, Robert Vollmert writes: > $ guix import pypi httpie > …0.2.tar.gz 83KiB 291KiB/s 00:00 [##] > 100.0% > ….py3-none-any.whl 58KiB201KiB/s 00:00 [##] > 100.0% > guix import: warning: Failed to extract file: httpie-1.0.2.dist-info/METADATA > from wheel. > Backtrace: [...] > > guix/build/download.scm:728:8: In procedure maybe-expand-mirrors: > In procedure struct_vtable: Wrong type argument in position > 1 (expecting struct): #f FWIW, I cannot reproduce it. I get (package (name "python-httpie") (version "1.0.2") (source (origin (method url-fetch) (uri (pypi-uri "httpie" version)) (sha256 (base32 "1ax22jh5lpjywpj7lsl072wdhr1pxiqzmxhyph5diwxxzs2nqrzw" (build-system python-build-system) (propagated-inputs `(("python-colorama" ,python-colorama) ("python-pygments" ,python-pygments) ("python-requests" ,python-requests))) (home-page "http://httpie.org/";) (synopsis "HTTPie - a CLI, cURL-like tool for humans.") (description "HTTPie - a CLI, cURL-like tool for humans.") (license license:bsd-3)) Regards, -- Nicolas Goaziou
bug#37071: guix import pypi httpie fails
> On 18. Aug 2019, at 13:28, Nicolas Goaziou wrote: > Robert Vollmert writes: > >> $ guix import pypi httpie >> …0.2.tar.gz 83KiB 291KiB/s 00:00 [##] >> 100.0% >> ….py3-none-any.whl 58KiB201KiB/s 00:00 [##] >> 100.0% >> guix import: warning: Failed to extract file: >> httpie-1.0.2.dist-info/METADATA from wheel. >> Backtrace: > > [...] > >> >> guix/build/download.scm:728:8: In procedure maybe-expand-mirrors: >> In procedure struct_vtable: Wrong type argument in position >> 1 (expecting struct): #f > > FWIW, I cannot reproduce it. I get Thanks for looking into this! I’ll try making sure everything is up to date, and try again.
bug#36944: Xfce Panel shortcuts after updates might not work
On +2019-08-18 13:12:28 +0300, Oleg Pyhalov wrote: > Hello, > > zna...@disroot.org writes: > > > Hello! Sometimes, when Icecat or Pcmanfm-qt update, I am not able to > > run them from shortcuts I've add to panel as Items (right mouse click > > - Panel - Add new Item). > > This is because applications addresses were changed after update > > (because guix adds hash to application folder). > > This makes me need to delete shortcut and add again. > > Xfce is not in account in this. Xfce does not use > > /home/user/.giux-profile/bin folder for those shortcuts. Xfce uses .giux ?? > > /gnu/store/hashhashahsh-icecat-60.1/bin/icecat instead. And this is my > > trouble. > > > > Do you think we can solve this? > > What do you mean by “Xfce does not use /home/user/.giux-profile/bin .giux ?? > folder for those shortcuts”? If you create a shortcut manually then you > could specify your Guix profile's directory, don't you? > > I cannot reproduce the issue (I didn't update packages because of > virtual machine though). Could you attach a screenshot with a window > where you specify Icecat or Pcmanfm-qt binary location, please? > > Regards, > Oleg. Regards, Bengt Richter