[gnome-tweaks] desktop: Don't install panel since it doesn't work with Nautilus 3.27



commit 53a8edb7ebc82f76d8081574846da627bf68be74
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Jan 30 11:44:26 2018 -0500

    desktop: Don't install panel since it doesn't work with Nautilus 3.27
    
    Distros that still include Nautilus 3.26 should revert this change.

 README.md          | 1 -
 gtweak/meson.build | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index 71c024b..69e83a3 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ RUNTIME DEPENDENCIES
   - gsettings-desktop-schemas (>= 3.24)
   - 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 d9c659e..16cf7ac 100644
--- a/gtweak/meson.build
+++ b/gtweak/meson.build
@@ -31,7 +31,8 @@ shell_sources = [
 tweak_sources = [
   'tweaks/__init__.py',
   'tweaks/tweak_group_appearance.py',
-  'tweaks/tweak_group_desktop.py',
+# Distros that still include Nautilus 3.26 should uncomment the next line
+#  '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]