gnome tweaks bug and fix

Bug #1807293 reported by FDL
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu GNOME
New
Undecided
Unassigned

Bug Description

On gnome-flashback gnome-tweaks crashes on start.

The problem is in /usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py

The 14th row is

_shell_not_ubuntu = _shell.mode != 'ubuntu'

but it should be

_shell_not_ubuntu = _shell is None or _shell.mode != 'ubuntu'

to work under gnome-flashback

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.