Skip to content

Commit

Permalink
tweaks: Drop general tweaks and lid suspend script
Browse files Browse the repository at this point in the history
User reports indicate this does not work, it is untested, and in
general we should not be shipping systemd units, we should be
operating on gsettings exported by GNOME desktop components.
  • Loading branch information
ewlsh committed Jul 12, 2023
1 parent 5f601a0 commit 782c881
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 103 deletions.
41 changes: 0 additions & 41 deletions gnome-tweak-tool-lid-inhibitor

This file was deleted.

1 change: 0 additions & 1 deletion gtweak/meson.build
Expand Up @@ -31,7 +31,6 @@ tweak_sources = [
'tweaks/__init__.py',
'tweaks/tweak_group_appearance.py',
'tweaks/tweak_group_font.py',
'tweaks/tweak_group_general.py',
'tweaks/tweak_group_mouse.py',
'tweaks/tweak_group_keyboard.py',
'tweaks/tweak_group_startup.py',
Expand Down
56 changes: 0 additions & 56 deletions gtweak/tweaks/tweak_group_general.py

This file was deleted.

2 changes: 0 additions & 2 deletions gtweak/tweakview.py
Expand Up @@ -200,8 +200,6 @@ def _make_items_listbox(text):

groups = list(self._model._tweak_group_names.keys())
groups = sorted(groups)
# "General" needs to be first item in sidebar
groups.insert(0, groups.pop(groups.index(_("General"))))

for g in groups:
row = _make_items_listbox(g)
Expand Down
3 changes: 0 additions & 3 deletions meson.build
Expand Up @@ -38,9 +38,6 @@ icondir = join_paths(datadir, 'icons', 'hicolor')
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')

install_data('gnome-tweaks', install_dir: bindir)
# Intentionally keep lid-inhibitor with old name so that user autostart
# files created by older versions of Tweaks will still work
install_data('gnome-tweak-tool-lid-inhibitor', install_dir: libexecdir)

subdir('gtweak')
subdir('data')
Expand Down

0 comments on commit 782c881

Please sign in to comment.