[gnome-tweaks] Revert "desktop: Don't install panel since it doesn't work with Nautilus 3.27"
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweaks] Revert "desktop: Don't install panel since it doesn't work with Nautilus 3.27"
- Date: Wed, 7 Mar 2018 14:18:27 +0000 (UTC)
commit 92d0e7f74cd5905dd1922a1a0dc6df892505deda
Author: Simon McVittie <smcv debian org>
Date: Wed Mar 7 14:10:41 2018 +0000
Revert "desktop: Don't install panel since it doesn't work with Nautilus 3.27"
This reverts commit 53a8edb7ebc82f76d8081574846da627bf68be74 as
requested on !5. Some GNOME 3.28-based distros still have Nautilus 3.26,
and the desktop panel no longer breaks GNOME Tweaks on 3.28 systems.
README.md | 1 +
gtweak/meson.build | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index 44fdaf8..0577cd0 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ RUNTIME DEPENDENCIES
- gsettings-desktop-schemas (>= 3.27.90)
- gnome-shell (>= 3.24)
- mutter
+ - nautilus
* Optional:
- gnome-software (for links from GNOME Shell Extensions page)
diff --git a/gtweak/meson.build b/gtweak/meson.build
index 2e16629..4ce1ec4 100644
--- a/gtweak/meson.build
+++ b/gtweak/meson.build
@@ -31,8 +31,7 @@ shell_sources = [
tweak_sources = [
'tweaks/__init__.py',
'tweaks/tweak_group_appearance.py',
-# Distros that still include Nautilus 3.26 should uncomment the next line
-# 'tweaks/tweak_group_desktop.py',
+ 'tweaks/tweak_group_desktop.py',
'tweaks/tweak_group_font.py',
'tweaks/tweak_group_keymouse.py',
'tweaks/tweak_group_power.py',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]