Skip to content

Commit d763668

Browse files
authored
specify version (#420)
See #420 - fixes: (nemo-preview-start:23759): Cjs-CRITICAL **: 14:59:39.341: JS ERROR: Error: Unsupported type (null), deriving from fundamental (null) _init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:38:5 @/usr/share/nemo-preview/js/viewers/audio.js:31:13 /usr/bin/nemo-preview: line 15: 23759 Segmentation fault (core dumped) /usr/lib/nemo-preview/nemo-preview-start ```
1 parent 875a288 commit d763668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nemo-preview/src/js/viewers/audio.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
*
2626
*/
2727

28+
imports.gi.versions.ClutterGst = '3.0';
2829
const GdkPixbuf = imports.gi.GdkPixbuf;
2930
const Gio = imports.gi.Gio;
3031
const Gst = imports.gi.Gst;

0 commit comments

Comments
 (0)