Bug 1267055

Summary: Gnome Tweak Tool crashes on attempt to launch.
Product: [Fedora] Fedora Reporter: Logan <darknessrise13>
Component: gnome-tweak-toolAssignee: Mohamed El Morabity <pikachu.2014>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: darknessrise13, pikachu.2014, rmatos, tiagomatos
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-29 14:55:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.