Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Nautilus file list configuration Stretch v. Jessie

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
MarkDees
Posts: 19
Joined: 2016-09-13 02:50

Nautilus file list configuration Stretch v. Jessie

#1 Post by MarkDees »

Hi,

In Stretch, looking at a list of files in Nautilus, there is a grey horizontal line between each file:

Image

In Jessie, these lines weren't there:

Image

How can I remove the lines in Stretch?

Thanks much!

Mark
Last edited by MarkDees on 2018-01-31 13:48, edited 1 time in total.

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Nautilus file list configuration Stretch v. Jessie

#2 Post by marcetm »

I guess it's not a Stretch's issue but a Gnome's one. Anyway I'm curious to know, too. Subscribing...

MarkDees
Posts: 19
Joined: 2016-09-13 02:50

Re: Nautilus file list configuration Stretch v. Jessie

#3 Post by MarkDees »

I found a solution that works without compliling from source. The solution involves applying a theme and making a small modification to it.

1. git clone https://github.com/Jazqa/adwaita-tweaks.git ~/.themes/'Adwaita Tweaks'
(home page for this theme is here: https://www.gnome-look.org/p/1179399/)

2. The theme can be selected using the Gnome Tweak Tool. Under Appearance, Theme, GTK+ select Adwaita Tweaks

3. edit ~/.themes/'Adwaita Tweaks'/gtk-3.0/gtk.css

4. Remove this section:

.nautilus-window treeview .view {
color: #232729;
background: #FFFFFF;
border-bottom: 1px solid rgba(232, 232, 232, 1);
}

You could also remove just everything after the @import line.

5. Save then restart Gnome Shell by Alt-F2 and r.

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Nautilus file list configuration Stretch v. Jessie

#4 Post by marcetm »

Not exactly, what I was expecting... But thanks for sharing

Post Reply