Bug 1313446 - Meld does not show anything
Summary: Meld does not show anything
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: meld
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-01 15:40 UTC by Vít Ondruch
Modified: 2017-12-12 11:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-12 11:01:15 UTC
Type: Bug


Attachments (Terms of Use)
Busted comparison (20.05 KB, image/png)
2016-03-01 15:41 UTC, Vít Ondruch
no flags Details

Description Vít Ondruch 2016-03-01 15:40:22 UTC
Description of problem:
This is likely some Gtk3 incompatibility. This is what the command line looks like:

$ meld 
/usr/bin/meld:170: PyGIDeprecationWarning: GObject.glib_version is deprecated; use GLib.glib_version instead
  assert GObject.glib_version >= glib_requirement

(meld:12747): Gtk-WARNING **: State 0 for GtkTextView 0x55c524e102b0 doesn't match state 128 set via gtk_style_context_set_state ()
/usr/lib/python2.7/site-packages/meld/preferences.py:160: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_column = GObject.property(type=int, default=0)
/usr/lib/python2.7/site-packages/meld/preferences.py:161: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_value = GObject.property(type=int)
/usr/lib/python2.7/site-packages/meld/preferences.py:168: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_column = GObject.property(type=int, default=0)
/usr/lib/python2.7/site-packages/meld/preferences.py:169: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_value = GObject.property(type=bool, default=False)
/usr/lib/python2.7/site-packages/meld/preferences.py:176: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_column = GObject.property(type=int, default=0)
/usr/lib/python2.7/site-packages/meld/preferences.py:177: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  gsettings_value = GObject.property(type=str, default="")
/usr/lib/python2.7/site-packages/meld/sourceview.py:78: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  highlight_current_line_local = GObject.property(type=bool, default=False)
/usr/lib/python2.7/site-packages/meld/sourceview.py:93: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  show_line_numbers = GObject.property(
/usr/lib/python2.7/site-packages/meld/ui/emblemcellrenderer.py:30: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead
  "text-x-generic", GObject.PARAM_READWRITE),
/usr/lib/python2.7/site-packages/meld/ui/emblemcellrenderer.py:33: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead
  None, GObject.PARAM_READWRITE),
/usr/lib/python2.7/site-packages/meld/ui/emblemcellrenderer.py:36: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead
  None, GObject.PARAM_READWRITE),
/usr/lib/python2.7/site-packages/meld/ui/historyentry.py:63: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  history_id = GObject.property(
/usr/lib/python2.7/site-packages/meld/ui/historyentry.py:68: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead
  flags=GObject.PARAM_READWRITE,
/usr/lib/python2.7/site-packages/meld/ui/historyentry.py:71: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  history_length = GObject.property(
/usr/lib/python2.7/site-packages/meld/filediff.py:140: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  ignore_blank_lines = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:261: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  apply_text_filters = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:269: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  ignore_blank_lines = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:275: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  ignore_symlinks = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:281: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  shallow_comparison = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:287: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  status_filters = GObject.property(
/usr/lib/python2.7/site-packages/meld/dirdiff.py:292: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  time_resolution = GObject.property(
/usr/lib/python2.7/site-packages/meld/ui/vcdialogs.py:36: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  break_commit_message = GObject.property(type=bool, default=False)
/usr/lib/python2.7/site-packages/meld/vcview.py:137: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  status_filters = GObject.property(
/usr/lib/python2.7/site-packages/meld/vcview.py:142: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  left_is_local = GObject.property(type=bool, default=False)
/usr/lib/python2.7/site-packages/meld/vcview.py:143: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
  merge_file_order = GObject.property(type=str, default="local-merge-remote")

(meld:12747): Gtk-WARNING **: State 0 for NotebookLabel 0x55c5258f7a50 doesn't match state 128 set via gtk_style_context_set_state ()

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:3:36: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:4:44: The style property GtkButton:default-outside-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:5:33: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:6:38: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:7:35: The style property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): GtkSourceView-WARNING **: no color named 'rgba(255, 255, 255, 0.5)'

(meld:12747): Gtk-WARNING **: State 0 for NotebookLabel 0x55c525be7f90 doesn't match state 128 set via gtk_style_context_set_state ()

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:3:36: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:4:44: The style property GtkButton:default-outside-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:5:33: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:6:38: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version

(meld:12747): Gtk-WARNING **: Theme parsing error: <data>:7:35: The style property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. It will be removed in a future version




Version-Release number of selected component (if applicable):
$ rpm -q meld
meld-3.15.1-2.fc24.noarch

$ rpm -q gtk3
gtk3-3.19.10-1.fc25.x86_64


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Vít Ondruch 2016-03-01 15:41:50 UTC
Created attachment 1131985 [details]
Busted comparison

Comment 2 Jan Kurik 2016-07-26 04:14:16 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 3 Fedora End Of Life 2017-11-16 19:48:21 UTC
This message is a reminder that Fedora 25 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 25. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '25'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 25 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 4 Fedora End Of Life 2017-12-12 11:01:15 UTC
Fedora 25 changed to end-of-life (EOL) status on 2017-12-12. Fedora 25 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.