Schaffenburg / photobooth

Schaffenburg's Linux Photobooth Software for DSLRs
https://wiki.schaffenburg.org/Projekt:Photobooth
18 stars 2 forks source link

compile error #8

Closed jo-ei closed 7 years ago

jo-ei commented 7 years ago

Hi, i get some compile errors

pi@photobox:~/photobooth$ make
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources photobooth.gresource.xml --target=resources.c --sourcedir=. --generate-source
cc -c -o resources.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wl,--export-dynamic -rdynamic -g resources.c
cc -c -o photobooth.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wl,--export-dynamic -rdynamic -g photobooth.c
photobooth.c: In function ‘photo_booth_capture_thread_func’:
photobooth.c:862:7: warning: format not a string literal and no format arguments [-Wformat-security]
       GST_ERROR_OBJECT ("Movie capture error... Unhandled MIME type '%s'.", mime);
       ^
In file included from /usr/include/gstreamer-1.0/gst/gst.h:54:0,
                 from /usr/include/gstreamer-1.0/gst/video/videooverlay.h:25,
                 from photobooth.c:26:
photobooth.c: In function ‘build_video_bin’:
photobooth.c:1009:32: warning: too many arguments for format [-Wformat-extra-args]
   GST_ERROR_OBJECT (video_bin, "Failed to make videobin pipeline element(s):%s%s%s%s%s%s%s", mjpeg_source?"":" fdsrc", mjpeg_filter?"":" capsf
                                ^
/usr/include/gstreamer-1.0/gst/gstinfo.h:546:31: note: in definition of macro ‘GST_CAT_LEVEL_LOG’
         (GObject *) (object), __VA_ARGS__);    \
                               ^
photobooth.c:1009:3: note: in expansion of macro ‘GST_ERROR_OBJECT’
   GST_ERROR_OBJECT (video_bin, "Failed to make videobin pipeline element(s):%s%s%s%s%s%s%s", mjpeg_source?"":" fdsrc", mjpeg_filter?"":" capsf
   ^
In file included from photobooth.c:36:0:
photobooth.c: In function ‘photo_booth_get_printer_status’:
photobooth.c:1523:36: warning: format not a string literal and no format arguments [-Wformat-security]
   label_string = g_strdup_printf(_("No printer configured!"));
                                    ^
photobooth.h:94:128: note: in definition of macro ‘_’
 #define _(key) (G_strings_table && g_hash_table_contains (G_strings_table, key) ? g_hash_table_lookup (G_strings_table, key) : key)
                                                                                                                                ^
photobooth.c:1546:38: warning: format not a string literal and no format arguments [-Wformat-security]
     label_string = g_strdup_printf(_("Can't parse printer backend output"));
                                      ^
photobooth.h:94:128: note: in definition of macro ‘_’
 #define _(key) (G_strings_table && g_hash_table_contains (G_strings_table, key) ? g_hash_table_lookup (G_strings_table, key) : key)
                                                                                                                                ^
photobooth.c:1559:38: warning: format not a string literal and no format arguments [-Wformat-security]
     label_string = g_strdup_printf(_("can't parse printer backend output"));
                                      ^
photobooth.h:94:128: note: in definition of macro ‘_’
 #define _(key) (G_strings_table && g_hash_table_contains (G_strings_table, key) ? g_hash_table_lookup (G_strings_table, key) : key)
                                                                                                                                ^
photobooth.c: In function ‘photo_booth_printing_error_dialog’:
photobooth.c:2179:2: warning: format not a string literal and no format arguments [-Wformat-security]
  GST_ERROR_OBJECT (window, error_string);
  ^
photobooth.c:2180:2: warning: format not a string literal and no format arguments [-Wformat-security]
  error_dialog = gtk_message_dialog_new (GTK_WINDOW (window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, error_strin
  ^
cc -c -o photoboothwin.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wl,--export-dynamic -rdynamic -g photoboothwin.c
In file included from photoboothwin.c:19:0:
photoboothwin.c: In function ‘photo_booth_window_format_copies_value’:
photoboothwin.c:236:29: warning: format not a string literal and no format arguments [-Wformat-security]
   return g_strdup_printf (_("1 print"));
                             ^
photobooth.h:94:128: note: in definition of macro ‘_’
 #define _(key) (G_strings_table && g_hash_table_contains (G_strings_table, key) ? g_hash_table_lookup (G_strings_table, key) : key)
                                                                                                                                ^
cc -c -o focus.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wl,--export-dynamic -rdynamic -g focus.c
cc -c -o photoboothled.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wl,--export-dynamic -rdynamic -g photoboothled.c
cc -o photobooth resources.o photobooth.o photoboothwin.o focus.o photoboothled.o -L/usr/local/lib -lgstvideo-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgphoto2 -lm -lgphoto2_port -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lcurl -lX11 -lcanberra-gtk3 -lX11 -lcanberra -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
fraxinas commented 7 years ago

oh, meek, there were a few code style things / unused vars causing warnings and also a capital bug, thanks for finding this.

jo-ei commented 7 years ago

Hey, i think this was not all :-(

pi@photobox:~/photobooth$ make
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources photobooth.gresource.xml --target=resources.c --sourcedir=. --generate-source
cc -c -o resources.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wall -Wl,--export-dynamic -rdynamic -g resources.c
cc -c -o photobooth.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wall -Wl,--export-dynamic -rdynamic -g photobooth.c
photobooth.c: In function ‘photo_booth_printing_error_dialog’:
photobooth.c:2169:2: warning: format not a string literal and no format arguments [-Wformat-security]
  GST_ERROR_OBJECT (window, error_string);
  ^
photobooth.c:2170:2: warning: format not a string literal and no format arguments [-Wformat-security]
  error_dialog = gtk_message_dialog_new (GTK_WINDOW (window), GTK_DIALOG_DESTROY
  ^
photobooth.c: At top level:
photobooth.c:1643:17: warning: ‘photo_booth_focus’ defined but not used [-Wunused-function]
 static gboolean photo_booth_focus (CameraInfo *cam_info)
                 ^
photobooth.c:1953:13: warning: ‘photo_booth_free_print_buffer’ defined but not used [-Wunused-function]
 static void photo_booth_free_print_buffer (PhotoBooth *pb)
             ^
cc -c -o photoboothwin.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wall -Wl,--export-dynamic -rdynamic -g photoboothwin.c
In file included from photoboothwin.c:19:0:
photoboothwin.c: In function ‘photo_booth_window_format_copies_value’:
photoboothwin.c:236:29: warning: format not a string literal and no format arguments [-Wformat-security]
   return g_strdup_printf (_("1 print"));
                             ^
photobooth.h:94:128: note: in definition of macro ‘_’
 ains (G_strings_table, key) ? g_hash_table_lookup (G_strings_table, key) : key)
                                                                            ^
cc -c -o focus.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wall -Wl,--export-dynamic -rdynamic -g focus.c
cc -c -o photoboothled.o -D_REENTRANT -pthread -I/usr/local/include/gphoto2 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/libexif -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wall -Wl,--export-dynamic -rdynamic -g photoboothled.c
cc -o photobooth resources.o photobooth.o photoboothwin.o focus.o photoboothled.o -L/usr/local/lib -lgstvideo-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgphoto2 -lm -lgphoto2_port -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lcurl -lX11 -lcanberra-gtk3 -lX11 -lcanberra -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
pi@photobox:~/photobooth$ GST_DEBUG=*:3,*photobooth*:6 ./photobooth  --display=:0
0:00:00.195414045  2099   0x6968e0 DEBUG             photobooth photobooth.c:200:photo_booth_class_init: photo_booth_class_init
0:00:00.196220135  2099   0x6968e0 DEBUG             photobooth photobooth.c:214:photo_booth_init:<PhotoBooth@0x69f188> photo_booth_init init object!
0:00:00.196592947  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM0...
0:00:00.196745186  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM1...
0:00:00.196829977  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM2...
0:00:00.196907320  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM3...
0:00:00.197009456  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM4...
0:00:00.197085862  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM5...
0:00:00.197214819  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM6...
0:00:00.197332006  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM7...
0:00:00.197448204  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM8...
0:00:00.197577318  2099   0x6968e0 DEBUG          photoboothled photoboothled.c:49:photo_booth_led_init:<PhotoBoothLed@0x6464c0> trying to open device /dev/ttyACM9...
0:00:00.197841380  2099   0x6968e0 DEBUG             photobooth photobooth.c:420:photo_booth_load_settings:<PhotoBooth@0x69f188> loading settings from file --display=:0
0:00:00.199004032  2099   0x6968e0 INFO              photobooth photobooth.c:587:photo_booth_load_settings: can't open settings file --display=:0: No such file or directory

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:31:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:35:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:91:46: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:95:46: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:104:69: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:106:69: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:108:64: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:197:28: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:198:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:212:28: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:218:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:226:25: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:238:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:250:40: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-borders.css:262:51: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:35:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:39:22: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:43:22: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:44:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:45:37: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:68:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:72:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:96:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:100:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:101:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:102:45: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:124:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:128:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:132:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:136:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:140:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:141:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:142:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:146:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:147:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:148:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:152:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:152:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:156:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:156:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:157:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:157:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:158:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:158:50: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:162:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:166:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:170:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:171:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:175:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:176:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:180:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:180:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:184:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:184:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:208:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:212:22: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:216:22: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:217:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:218:37: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:240:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:244:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:268:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:272:22: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:273:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:274:45: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:296:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:300:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:304:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:308:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:312:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:313:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:314:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:318:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:319:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:320:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:324:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:324:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:328:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:328:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:329:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:329:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:330:38: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:330:50: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:334:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:338:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:342:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:343:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:347:23: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:348:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:352:19: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:352:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:356:32: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:356:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:383:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:384:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:385:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:386:47: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:387:32: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:388:38: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:401:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:402:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:403:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:404:47: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:405:32: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:406:38: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:422:41: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:430:41: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:452:21: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:453:32: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:457:27: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:458:38: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:462:25: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:463:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:467:25: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:468:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:484:30: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:488:36: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:492:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets-assets.css:496:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:16:33: The style property GtkMenu:horizontal-padding is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:17:31: The style property GtkMenu:vertical-padding is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:19:32: The style property GtkMenuItem:arrow-scaling is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:20:30: The style property GtkNotebook:tab-overlap is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:40:32: The style property GtkWidget:separator-width is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:41:33: The style property GtkWidget:separator-height is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:42:32: The style property GtkWidget:wide-separators is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:43:27: The style property GtkWidget:link-color is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:44:35: The style property GtkWidget:visited-link-color is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:127:19: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:135:19: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:142:24: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:143:24: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:170:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:185:27: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:261:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:262:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:394:27: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:405:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:445:23: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:449:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:461:18: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:583:38: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:739:32: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:740:24: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:751:10: not a number

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:751:24: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:794:37: The style property GtkMenuItem:horizontal-padding is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:841:38: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:842:40: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:843:48: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:844:50: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:845:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:846:46: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:847:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:848:54: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:849:47: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:850:49: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:851:21: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:852:23: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:857:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:858:38: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:859:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:860:41: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:884:34: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:921:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1043:33: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1080:33: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1114:33: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1120:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1130:28: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1237:35: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1326:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1363:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1421:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1429:45: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1439:47: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1494:32: The style property GtkWidget:wide-separators is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1506:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1507:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1514:37: The style property GtkMenuItem:horizontal-padding is deprecated and shouldn't be used anymore. It will be removed in a future version

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1577:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1583:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1586:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1610:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1611:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1644:27: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1684:18: The 'outline-radius' property has been renamed to '-gtk-outline-radius'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1689:28: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1757:14: not a number

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1757:14: Expected a string.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1787:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1796:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1810:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1820:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1879:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1880:24: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1899:32: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1900:27: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1911:39: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1912:40: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1913:34: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1914:35: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1954:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1955:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1956:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1957:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1961:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1962:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1968:41: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1972:44: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1973:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1981:39: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1984:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2013:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2021:43: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2023:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2028:57: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2030:66: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2042:43: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2044:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2049:69: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2051:78: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2065:43: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2067:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2072:68: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2074:77: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2088:43: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2090:52: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2095:68: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2097:77: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2184:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2208:30: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2209:32: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2260:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2266:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2303:13: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2309:18: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2316:18: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: unity.css:109:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:65:67: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:102:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:148:42: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:152:68: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:156:51: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gedit.css:163:77: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: nautilus.css:29:47: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: nautilus.css:40:16: The 'outline-radius' property has been renamed to '-gtk-outline-radius'

(photobooth:2099): Gtk-WARNING **: Theme parsing error: nautilus.css:50:71: Using one color stop with linear-gradient() is deprecated.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: nautilus.css:51:71: Using one color stop with linear-gradient() is deprecated.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:71:35: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:72:35: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:82:28: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:83:28: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:98:36: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: gnome-panel.css:104:36: The :prelight pseudo-class is deprecated. Use :hover instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: unity-greeter.css:49:30: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: unity-greeter.css:53:29: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: unity-greeter.css:58:23: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: unity-greeter.css:59:22: The :focused pseudo-class is deprecated. Use :focus instead.

(photobooth:2099): Gtk-WARNING **: Theme parsing error: calendar.css:9:18: The 'outline-radius' property has been renamed to '-gtk-outline-radius'

(photobooth:2099): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(photobooth:2099): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner: assertion 'G_IS_DBUS_PROXY (proxy)' failed
0:00:00.482250837  2099   0x6968e0 DEBUG             photobooth photobooth.c:328:photo_booth_activate:<PhotoBooth@0x69f188> photo_booth_activate
0:00:00.482891981  2099   0x6968e0 DEBUG          photoboothwin photoboothwin.c:62:photo_booth_window_class_init: done!
0:00:00.527555936  2099   0x6968e0 DEBUG          photoboothwin photoboothwin.c:82:photo_booth_window_init:<GtkLabel@0x7b4158> countdown_label @0x7b4158
0:00:00.527690571  2099   0x6968e0 DEBUG          photoboothwin photoboothwin.c:83:photo_booth_window_init:<GtkScale@0x7b6260> copies @0x7b6260
0:00:00.891308757  2099   0x6f8e90 DEBUG             photobooth photobooth.c:779:photo_booth_capture_thread_func:<PhotoBooth@0x69f188> enter capture thread fd = 6
0:00:01.554065671  2099   0x6f8e90 DEBUG             photobooth photobooth.c:594:_gphoto_err: GPhoto 0, foreach_func [gphoto2-port-info-list.c:237]:Error during assembling of port list: 'Unspecified error' (-1).
0:00:01.555919415  2099   0x6968e0 LOG               photobooth photobooth.c:1171:photo_booth_bus_callback: gst <photobooth-pipeline> state transition NULL -> READY. PB_STATE_NONE
0:00:01.557227848  2099   0x6968e0 LOG               photobooth photobooth.c:1171:photo_booth_bus_callback: gst <photobooth-pipeline> state transition READY -> PAUSED. PB_STATE_NONE
0:00:01.557896075  2099   0x6968e0 LOG               photobooth photobooth.c:1171:photo_booth_bus_callback: gst <photobooth-pipeline> state transition PAUSED -> PLAYING. PB_STATE_NONE
0:00:01.558398885  2099   0x6968e0 LOG               photobooth photobooth.c:1171:photo_booth_bus_callback: gst <photobooth-pipeline> state transition PAUSED -> PAUSED. PB_STATE_NONE
0:00:01.780825230  2099   0x6f8e90 DEBUG             photobooth photobooth.c:594:_gphoto_err: GPhoto 0, ptp_list_folder_eos [library.c:7017]:storage 0xffffffff, but handle 0x00000000?
0:00:01.810139813  2099   0x6f8e90 DEBUG             photobooth photobooth.c:646:photo_booth_cam_init: gp_camera_init returned 0 cam_info@0x71900d60 camera@0x71900490
0:00:01.810325906  2099   0x6f8e90 INFO              photobooth photobooth.c:803:photo_booth_capture_thread_func:<PhotoBooth@0x69f188> photo_booth_cam_inited @ 0x71900d60
./photobooth: symbol lookup error: ./photobooth: undefined symbol: gp_camera_get_single_config
fraxinas commented 7 years ago

try a newer version of gtk3 and libgphoto2 (>=2.5.14)

also, "--display=:0" is not a valid command line argument for the software, you probably meanr to prepend DISPLAY=:0 in front of the command.