Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536246 - media-video/subtitleeditor - Cannot type or edit subtitles
Summary: media-video/subtitleeditor - Cannot type or edit subtitles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gilles Dartiguelongue (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2015-01-10 19:40 UTC by nebojsa
Modified: 2015-01-11 12:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch fixing order of initialization (subtitleeditor-0.41.0-fix-custom-class-interfaces.patch,790 bytes, patch)
2015-01-10 19:48 UTC, nebojsa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nebojsa 2015-01-10 19:40:21 UTC
Editing of subtitles does not work, with following output on console:
(subtitleeditor:16385): GLib-GObject-WARNING **: attempting to add an interface (GtkCellEditable) to class (gtkmm__CustomObject_12TextViewCell) after class_init

(subtitleeditor:16385): GLib-GObject-WARNING **: /var/tmp/portage/dev-libs/glib-2.42.1/work/glib-2.42.1/gobject/gsignal.c:2461: signal 'editing_done' is invalid for instance '0x8489020' of type 'gtkmm__CustomObject_12TextViewCell'

(subtitleeditor:16385): GLib-GObject-WARNING **: /var/tmp/portage/dev-libs/glib-2.42.1/work/glib-2.42.1/gobject/gsignal.c:2461: signal 'remove_widget' is invalid for instance '0x8489020' of type 'gtkmm__CustomObject_12TextViewCell'

(subtitleeditor:16385): Gtk-CRITICAL **: gtk_tree_view_column_cell_process_action: assertion 'GTK_IS_CELL_EDITABLE (*editable_widget)' failed



Reproducible: Always

Steps to Reproduce:
1. run subtitleeditor
2. open a new project, or import subtitle file
3. try to edit a subtitle line
Actual Results:  
Nothing happens when pressing enter to edit

Expected Results:  
inline edit dialog

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767892 describes and gives solution to the problem
Comment 1 nebojsa 2015-01-10 19:48:02 UTC
Created attachment 393636 [details, diff]
patch fixing order of initialization

Patch is based on https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=16;filename=02-fix-custom-class-interfaces.patch;att=1;bug=767892
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-01-11 12:45:40 UTC
+*subtitleeditor-0.41.1-r1 (11 Jan 2015)
+
+  11 Jan 2015; Gilles Dartiguelongue <eva@gentoo.org>
+  -subtitleeditor-0.41.0-r1.ebuild, +subtitleeditor-0.41.1-r1.ebuild,
+  -files/subtitleeditor-0.40.0-glib-2.31.patch,
+  +files/subtitleeditor-0.41.0-subtitle-edition.patch:
+  Fix subtitle editing, bug #536246.
+

Thanks for reporting.