Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Add support for gnome-fallback-compiz (Bug #1250252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Nov 25, 2013
1 parent 74782fc commit cd4f536
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ubuntutweak/system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def get_desktop_fullname():
'gnome-classic': _('GNOME Classic'),
'gnome-shell': 'GNOME Shell',
'gnome-fallback': _('GNOME Fallback'),
'gnome-fallback-compiz': _('GNOME Fallback'),
'pantheon': 'elementary OS (Luna)',
'Lubutu': 'LXDE',
}
Expand Down
2 changes: 1 addition & 1 deletion ubuntutweak/tweaks/fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Fonts(TweakModule):
__desc__ = _('Fonts Settings')
__icon__ = 'font-x-generic'
__category__ = 'appearance'
__desktop__ = ['ubuntu', 'gnome-fallback', 'gnome', 'ubuntu-2d', 'gnome-classic', 'gnome-shell']
__desktop__ = ['ubuntu', 'gnome-fallback', 'gnome', 'ubuntu-2d', 'gnome-classic', 'gnome-shell', 'gnome-fallback-compiz']

utext_text_scaling = _("Text scaling factor:")
utext_default_font = _("Default font:")
Expand Down
2 changes: 1 addition & 1 deletion ubuntutweak/tweaks/icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Icons(TweakModule):
__desc__ = _("Rename and toggle visibilty of desktop icons")
__icon__ = 'preferences-desktop-wallpaper'
__category__ = 'desktop'
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback']
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback', 'gnome-fallback-compiz']

utext_show_icon = _("Show desktop icons:")
utext_mount_volume = _("Show mounted volumes")
Expand Down
2 changes: 1 addition & 1 deletion ubuntutweak/tweaks/nautilus.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Nautilus(TweakModule):
__desc__ = _('Manage the Nautilus file manager')
__icon__ = ['file-manager', 'nautilus']
__category__ = 'system'
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback']
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback', 'gnome-fallback-compiz']

utext_pathbar = _('Use the location entry instead of the pathbar')
utext_automount = _('Automatically mount media:')
Expand Down
2 changes: 1 addition & 1 deletion ubuntutweak/tweaks/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Window(TweakModule):
__desc__ = _('Manage Window Manager settings')
__icon__ = 'preferences-system-windows'
__category__ = 'desktop'
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback']
__desktop__ = ['ubuntu', 'ubuntu-2d', 'gnome', 'gnome-classic', 'gnome-shell', 'gnome-fallback', 'gnome-fallback-compiz']
__distro__ = ['precise', 'quantal', 'raring', 'saucy']

left_default = 'close,minimize,maximize:'
Expand Down

0 comments on commit cd4f536

Please sign in to comment.