Skip to content
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

Incompatibility with VSCode #1437

Closed
biboon opened this issue Aug 15, 2018 · 4 comments
Closed

Incompatibility with VSCode #1437

biboon opened this issue Aug 15, 2018 · 4 comments
Labels

Comments

@biboon
Copy link

biboon commented Aug 15, 2018

Bug summary

Unable to open a folder/file in Visual Studio Code.

Steps to reproduce

Enable Paprirus-Icon-Theme. Open VSCode, click File > Open (or even Ctrl+O). VSCode closes.

Additional info

Bug happened under Arch Linux, XFCE4 DE, Compton compositor and VSCode 1.26.0 (July 2018 update). Additional details can be retrieved by lauching VSCode with the --verbose flag.

Error log from VSCode

[main 12:38:19 AM] windowsService#pickFolderAndOpen
(code:1767): Gtk-WARNING **: 00:38:19.910: Could not load a pixbuf from icon theme.
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 /usr/share/icons/Papirus-Adapta-Nokto/16x16/actions/image-missing.svg: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /opt/visual-studio-code/glibc/usr/lib/libc.so.6: version `GLIBC_2.28' not found (required by /usr/lib/libxml2.so.2) (gdk-pixbuf-error-quark, 5)
@SmartFinn
Copy link
Member

That actually not related to an icon theme. Check this thread https://bbs.archlinux.org/viewtopic.php?id=223801 it may help you.

@varlesh
Copy link
Contributor

varlesh commented Aug 16, 2018

install pixbuf module:
sudo pacman -S gdk-pixbuf2

@biboon
Copy link
Author

biboon commented Aug 16, 2018

Indeed after further investigation it seems that this is not related to the theme. However reinstalling gdk-pixbuf2 did not solve the issue. Thanks for the help and for the theme.

@masaeedu
Copy link

@biboon So what did solve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants