:: [devuan-dev] bug#572: marked as don…
Top Page
Delete this message
Reply to this message
Author: Devuan bug Tracking System
Date:  
To: fsmithred
Subject: [devuan-dev] bug#572: marked as done (file-manager area-select is opaque)
Your message dated Tue, 30 Mar 2021 11:47:48 -0400
with message-id <44d37533-2d64-4e3b-0603-6d534eb6b764@???>
and subject line close 572
has caused the Devuan bug report #572,
regarding file-manager area-select is opaque
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@???
immediately.)


--
572: https://bugs.devuan.org/cgi/bugreport.cgi?bug=572
Devuan Bug Tracking System
Contact owner@??? with problems
Package: clearlooks-phenix-theme
Version: 7.0.1-3

Using thunar in xfce or caja in mate, when selecting multiple files in
icon view by click and drag the mouse, the selected area is opaque and
covers the selected icons.

Releasing the mouse button shows that the files did get selected. You just
can't see the icons while you're selecting them.

Inserting one line in gtk-3.0/gtk-widgets.css seems to fix the problem.


--- gtk-widgets.css    2018-09-14 10:13:33.000000000 -0400
+++ gtk-widgets.css-new    2021-03-30 10:03:59.240908271 -0400
@@ -155,6 +155,7 @@
 }


 .rubberband,
+.view .rubberband,
 view rubberband,
 rubberband {
     background-color: alpha (@theme_selected_bg_color, 0.35);


--- gtk-widgets.css    2018-09-14 10:13:33.000000000 -0400
+++ gtk-widgets.css-new    2021-03-30 10:03:59.240908271 -0400
@@ -155,6 +155,7 @@
 }


 .rubberband,
+.view .rubberband,
 view rubberband,
 rubberband {
     background-color: alpha (@theme_selected_bg_color, 0.35);



close

Sent to wrong bugtracker.