bug#59016: photoflare crash in the fish-shell on Menu -> File -> Open...

2022-11-05 Thread Csepp


Rostislav Svoboda  writes:

> Under bash everything is fine, however under the fish-shell the
> photoflare crashes when Ctrl-o is pressed or when I go Menu -> File ->
> Open... with the error below.
>
> Cheers
>
> Bost
>
> (photoflare:19613): Gtk-WARNING **: 15:31:01.261: Could not find the
> icon 'document-open-recent-symbolic-ltr'. The 'hicolor' theme
> was not found either, perhaps you need to install it.
> You can get a copy from:
> http://icon-theme.freedesktop.org/releases
>
> (photoflare:19613): Gtk-WARNING **: 15:31:01.261: Could not load a
> pixbuf from /org/gtk/libgtk/icons/16x16/status/image-missing.png.
> This may indicate that pixbuf loaders or the mime database could not be found.
> **
> Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion
> failed (error == NULL): Failed to load
> /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized
> image file format (gdk-pixbuf-error-quark, 3)
> Bail out! Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon:
> assertion failed (error == NULL): Failed to load
> /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized
> image file format (gdk-pixbuf-error-quark, 3)

Looks like it wants the hicolor-icon-theme, you can add it to your
profile with guix install, or possibly in your guix home config, if you
are using that.





bug#58841: repl ignores modules from the channel added to time-machine

2022-11-05 Thread Ludovic Courtès
Hi Alexander,

"alexander barakin (aka sash-kan)"  skribis:

> ## but repl does not see guix-hpc modules:
> $ guix time-machine --channels=channels.scm -- repl
> ...
> scheme@(guix-user)> (use-modules (airbus solvers))
> While compiling expression:
> no code for module (airbus solvers)
> scheme@(guix-user)> %load-path
> $1 = 
> ("/gnu/store/dfm3k2qc0s4f8vi5il3gvrr0650p65k3-guix-module-union/share/guile/site/3.0"
>  "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/3.0" 
> "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/3.0" 
> "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/site/3.0"
>  "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/site" 
> "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile" 
> "/home/user/.guix-profile/share/guile/site/3.0" 
> "/home/user/.guix-profile/share/guile/site/3.0")

Currently you have to start with:

  (use-modules (gnu packages))

This will set up ‘%load-path’ so that channel modules become visible.
Let me know if it works for you!

This is a bug we should fix.

HTH,
Ludo’.





bug#58841: repl ignores modules from the channel added to time-machine

2022-11-05 Thread alexander barakin (aka sash-kan)
On Sat, Nov 05, 2022 at 11:31:38AM +0100, Ludovic Courtès wrote:
> 
> Currently you have to start with:
> 
>   (use-modules (gnu packages))
> 
> This will set up ‘%load-path’ so that channel modules become visible.
> Let me know if it works for you!

yes, it works. thank you!

> This is a bug we should fix.

it would be nice.
or at least mention it in the documentation.

-- 
wbr, alexander barakin aka sash-kan.
-- 
i will be very thankful to you if you will use order,
that natural for the human:
first question, then the answer.


signature.asc
Description: PGP signature


bug#58841: repl ignores modules from the channel added to time-machine

2022-11-05 Thread alexander barakin (aka sash-kan)
On Sat, Nov 05, 2022 at 11:31:38AM +0100, Ludovic Courtès wrote:
> 
> This is a bug we should fix.

btw, "shell" behaves similarly - only sees the "system" channel:

$ guix time-machine --channels=channels.scm -- shell -- guix describe
guix shell: warning: no packages specified; creating an empty
environment
Generation 18   Oct 25 2022 15:24:49(current)
  guix a0751e3
  repository URL: https://git.savannah.gnu.org/git/guix.git
  branch: master
  commit: a0751e3250dfea7e52468c8090e18c3118d93a60

can this also be considered a bug? if so, is it worth sending a separate
bug report? 

-- 
wbr, alexander barakin aka sash-kan.
-- 
i will be very thankful to you if you will use order,
that natural for the human:
first question, then the answer.


signature.asc
Description: PGP signature


bug#58841: repl ignores modules from the channel added to time-machine

2022-11-05 Thread Ludovic Courtès
"alexander barakin (aka sash-kan)"  skribis:

> On Sat, Nov 05, 2022 at 11:31:38AM +0100, Ludovic Courtès wrote:
>> 
>> This is a bug we should fix.
>
> btw, "shell" behaves similarly - only sees the "system" channel:
>
> $ guix time-machine --channels=channels.scm -- shell -- guix describe
> guix shell: warning: no packages specified; creating an empty

This command is running ‘guix describe’ with the ‘guix’ command that
happens to be in $PATH; in addition, the ‘shell’ bit does nothing, as
shown by the warning above.

What you probably meant is:

  guix time-machine -C channels.scm -- describe

HTH,
Ludo’.





bug#58988: Solved

2022-11-05 Thread guixuser
Hello Guix, it turns out that after checking all my 'build-self.scm' in 
my /gnu/store was corrupted with 0's, I just tried the most direct 
approach, remounting /gnu/store as 'rw' and copying the original file 
from savannah, so it just worked, 'guix pull' it working again and after 
I pulled all went fine again.


Thanks you all.





bug#58988: guix pull stopped to work on my GuixSD

2022-11-05 Thread Maxime Devos

retitle 58988 guix pull stopped to work on my Guix System
thanks

Small name correction for the record -- GuixSD is an old name.

Greetings,
Maxime.


OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature