-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
klavaro: 3.08 -> 3.10 #89352
klavaro: 3.08 -> 3.10 #89352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Squash 3.09 & 3.10 commits (could honestly squash all these commits together)
- Rename PR to something like
klavaro: 3.08 -> 3.10
- Haven't tested build locally
also fixes and cleanup
@drewrisinger you can test with:
|
Had the following issue on Ubuntu 18.04 (x86-64) using $ nix-shell /home/.../.cache/nixpkgs-review/pr-89352/shell.nix
[nix-shell:~/.cache/nixpkgs-review/pr-89352]$ klavaro
(process:8519): Gtk-WARNING **: 10:18:52.985: Locale not supported by C library.
Using the fallback 'C' locale.
Gtk-Message: 10:18:53.009: Failed to load module "canberra-gtk-module"
Gtk-Message: 10:18:53.010: Failed to load module "canberra-gtk-module"
(klavaro:8519): Gtk-WARNING **: 10:18:53.295: Could not load image 'other.png': Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory
(klavaro:8519): Gtk-WARNING **: 10:18:53.345: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
(klavaro:8519): Gtk-WARNING **: 10:18:53.364: Could not load image 'key.png': Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory
(klavaro:8519): Gtk-WARNING **: 10:18:53.365: Could not load image 'altcolor.png': Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory
(klavaro:8519): Gtk-WARNING **: 10:18:53.366: Could not load image 'progress.png': Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory
(klavaro:8519): Gtk-WARNING **: 10:18:53.366: Could not load image 'top10.png': Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory
**
Gtk:ERROR:../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/gnome/16x16/status/image-missing.png: Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/gnome/16x16/status/image-missing.png: Unable to load image-loading module: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: /snap/code/31/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Aborted (core dumped) |
@drewrisinger we can get it working on other systems later. the program should also work on windows and mac any idea why it tries to open |
I don't particularly care about this application, mostly just trying to review & confirm that the GUI app is working before approving. |
Motivation for this change
Update and fixes
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)cc maintainer @mimame