ogra1 / zoom-snap

75 stars 13 forks source link

Virtual background - Crash when click on + add image #33

Closed MoonLS closed 4 years ago

MoonLS commented 4 years ago

Hi !

I'm using the snap Zoom app in Elementary-OS

I have create few background and add them into the app. Today, I createa new background. But when I want to add it into zoom, the app shutdown when i click on button "+ Add Image" Here is the journalctl

juin 03 13:08:56 pierre-TX201LA guake.desktop[1868]: Received window state event: <flags GDK_WINDOW_STATE_STICKY | GDK_WINDOW_STATE_ABOVE | GDK_WINDOW_STATE_TOP_RESIZABLE | GDK_WINDOW_STATE_R juin 03 13:08:57 pierre-TX201LA audit[5056]: AVC apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mountinfo" pid=5056 comm="gmain" requested_mask="r" juin 03 13:08:57 pierre-TX201LA audit[5056]: AVC apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/etc/fstab" pid=5056 comm="zoom" requested_mask="r" denied_mas juin 03 13:08:57 pierre-TX201LA audit[5056]: AVC apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mountinfo" pid=5056 comm="zoom" requested_mask="r" juin 03 13:08:57 pierre-TX201LA audit[5056]: AVC apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mounts" pid=5056 comm="zoom" requested_mask="r" den juin 03 13:08:57 pierre-TX201LA kernel: audit: type=1400 audit(1591182537.633:125): apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mountinfo" pid=5 juin 03 13:08:57 pierre-TX201LA kernel: audit: type=1400 audit(1591182537.633:126): apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/etc/fstab" pid=5056 comm=" juin 03 13:08:57 pierre-TX201LA kernel: audit: type=1400 audit(1591182537.633:127): apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mountinfo" pid=5 juin 03 13:08:57 pierre-TX201LA kernel: audit: type=1400 audit(1591182537.633:128): apparmor="DENIED" operation="open" profile="snap.zoom-client.zoom-client" name="/proc/5056/mounts" pid=5056 juin 03 13:08:57 pierre-TX201LA guake.desktop[1868]: Received window state event: <flags GDK_WINDOW_STATE_STICKY | GDK_WINDOW_STATE_ABOVE | GDK_WINDOW_STATE_FOCUSED | GDK_WINDOW_STATE_TOP_RES

ogra1 commented 4 years ago

can you also attach the full output of snap version and the

~/snap/zoom-client/current/.zoom/logs/zoom-terminal.log

file

MoonLS commented 4 years ago

Snap version : 5.0.413237.0524 Date : 02/06/2020

My zoom-terminal.log https://drive.google.com/file/d/1c7deCwBbjBf7s8twqEsx84Vfo2puSeAl/view?usp=sharing

ogra1 commented 4 years ago

i literally meant the output you get when typing snap version into a terminal, just copy/paste the whole output here ...

ogra1 commented 4 years ago

this is the error, i'll make sure to get a fix into one of the next builds ...

(zoom:8781): GLib-GIO-WARNING **: 18:40:18.175: Error creating IO channel for /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)

(zoom:8781): Gtk-WARNING **: 18:40:18.394: Could not find the icon 'user-home-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

(zoom:8781): Gtk-WARNING **: 18:40:18.421: 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:../../../../gtk/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)
MoonLS commented 4 years ago

Sorry for the snap version 😅

snap version snap 2.44.3 snapd 2.44.3 series 16 elementary 5.1.5 kernel 4.15.0-101-generic

Le mer. 3 juin 2020 à 19:27, Oliver Grawert notifications@github.com a écrit :

this is the error, i'll make sure to get a fix into one of the next builds ...

(zoom:8781): GLib-GIO-WARNING **: 18:40:18.175: Error creating IO channel for /proc/self/mountinfo: Permission denied (g-file-error-quark, 2)

(zoom:8781): Gtk-WARNING **: 18:40:18.394: Could not find the icon 'user-home-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

(zoom:8781): Gtk-WARNING : 18:40:18.421: 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:../../../../gtk/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)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ogra1/zoom-snap/issues/33#issuecomment-638341510, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDBQ3WPLPKGBLF3MFD5FOLRU2BZLANCNFSM4NRSDPEQ .

MoonLS commented 4 years ago

Hi ! It works with this new version ! Thanks :)