Bug 1267055 - Gnome Tweak Tool crashes on attempt to launch.
Summary: Gnome Tweak Tool crashes on attempt to launch.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-tweak-tool
Version: 22
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Mohamed El Morabity
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-29 01:27 UTC by Logan
Modified: 2015-09-29 14:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-29 14:55:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 755794 0 None None None Never

Description Logan 2015-09-29 01:27:07 UTC
Description of problem:
Gnome Tweak tool crashes immediately upon launch with the error: 
 /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py:313: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
  return super_init_func(self, **new_kwargs)

Version-Release number of selected component (if applicable):


How reproducible: Happens on every attempt to launch.


Steps to Reproduce:
1.
2.
3.

Actual results: Application crashes


Expected results:


Additional info:

Comment 1 Rui Matos 2015-09-29 11:45:22 UTC
(In reply to Logan from comment #0)
> Gnome Tweak tool crashes immediately upon launch with the error: 
>  /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py:313: Warning:
> The property GSettings:schema is deprecated and shouldn't be used anymore.
> It will be removed in a future version.
>   return super_init_func(self, **new_kwargs)

Is this really all it prints when you launch gnome-tweak-tool from a terminal?

Comment 2 Logan 2015-09-29 12:21:35 UTC
(In reply to Rui Matos from comment #1)
> (In reply to Logan from comment #0)
> > Gnome Tweak tool crashes immediately upon launch with the error: 
> >  /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py:313: Warning:
> > The property GSettings:schema is deprecated and shouldn't be used anymore.
> > It will be removed in a future version.
> >   return super_init_func(self, **new_kwargs)
> 
> Is this really all it prints when you launch gnome-tweak-tool from a
> terminal?

Yes, that is all of the output I get.

Comment 3 Rui Matos 2015-09-29 12:33:29 UTC
(In reply to Logan from comment #2)
> (In reply to Rui Matos from comment #1)
> > (In reply to Logan from comment #0)
> > > Gnome Tweak tool crashes immediately upon launch with the error: 
> > >  /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py:313: Warning:
> > > The property GSettings:schema is deprecated and shouldn't be used anymore.
> > > It will be removed in a future version.
> > >   return super_init_func(self, **new_kwargs)
> > 
> > Is this really all it prints when you launch gnome-tweak-tool from a
> > terminal?
> 
> Yes, that is all of the output I get.

Well, but this is only a warning (which I also see here) which is harmless so it's not connected to the crash. Does abrt or coredumpctl capture the crash? Can you also check journalctl for anything related to this?

Comment 4 Logan 2015-09-29 13:57:14 UTC
(In reply to Rui Matos from comment #3)
> (In reply to Logan from comment #2)
> > (In reply to Rui Matos from comment #1)
> > > (In reply to Logan from comment #0)
> > > > Gnome Tweak tool crashes immediately upon launch with the error: 
> > > >  /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py:313: Warning:
> > > > The property GSettings:schema is deprecated and shouldn't be used anymore.
> > > > It will be removed in a future version.
> > > >   return super_init_func(self, **new_kwargs)
> > > 
> > > Is this really all it prints when you launch gnome-tweak-tool from a
> > > terminal?
> > 
> > Yes, that is all of the output I get.
> 
> Well, but this is only a warning (which I also see here) which is harmless
> so it's not connected to the crash. Does abrt or coredumpctl capture the
> crash? Can you also check journalctl for anything related to this?

http://paste.fedoraproject.org/272653/35350141 Fpaste link with journalctl -xe

Comment 5 Rui Matos 2015-09-29 14:21:42 UTC
What's the output of:

$ gsettings get org.gnome.desktop.wm.preferences button-layout

on your session ?

Comment 6 Logan 2015-09-29 14:29:04 UTC
(In reply to Rui Matos from comment #5)
> What's the output of:
> 
> $ gsettings get org.gnome.desktop.wm.preferences button-layout
> 
> on your session ?

[twitchytoes@localhost ~]$ gsettings get org.gnome.desktop.wm.preferences button-layout
'close,maximize,minimize'
[twitchytoes@localhost ~]$

Comment 7 Rui Matos 2015-09-29 14:55:55 UTC
Thanks, I'll fix this upstream.


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