Skip to content

icon-view: Display hidden files with transparency#1874

Open
vkareh wants to merge 2 commits intomasterfrom
hidden-transparency
Open

icon-view: Display hidden files with transparency#1874
vkareh wants to merge 2 commits intomasterfrom
hidden-transparency

Conversation

@vkareh
Copy link
Copy Markdown
Member

@vkareh vkareh commented Feb 26, 2026

Render hidden files with some transparency to visually distinguish them from regular files. Files become fully opaque when selected or highlighted.

Fixes #1872

@vkareh vkareh requested a review from a team February 26, 2026 16:38
Comment thread libcaja-private/caja-icon-canvas-item.c Outdated
@vkareh vkareh force-pushed the hidden-transparency branch from 44f507e to 89e422c Compare February 26, 2026 19:45
@vkareh vkareh requested a review from cwendling February 26, 2026 19:47
Copy link
Copy Markdown
Member

@cwendling cwendling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't test yet, but looks fairly reasonable.

This said, shouldn't the text also be dimmed? Especially in list/tree mode, having only the icon dimmed might not make so much of a difference, does it?

Comment thread libcaja-private/caja-icon-canvas-item.c Outdated
@vkareh vkareh force-pushed the hidden-transparency branch from 7000294 to e0aba26 Compare February 26, 2026 22:08
@vkareh
Copy link
Copy Markdown
Member Author

vkareh commented Feb 26, 2026

@cwendling

This said, shouldn't the text also be dimmed? Especially in list/tree mode, having only the icon dimmed might not make so much of a difference, does it?

Good question, but I'm not sure about that. The icon is a quick visual cue, whereas the text is meant to be read. Making it less opaque will affect contrast and therefore readability and accessibility. For comparison, nautilus doesn't seem to dim the text either.

@vkareh vkareh requested a review from cwendling February 27, 2026 01:21
@vkareh vkareh force-pushed the hidden-transparency branch 2 times, most recently from 77a433a to 46ac0de Compare March 6, 2026 12:58
@vkareh vkareh requested a review from a team March 17, 2026 15:39
@mbkma
Copy link
Copy Markdown
Member

mbkma commented Apr 10, 2026

I think I am doing something wrong, for me I can not see any transparency.

Screenshot at 2026-04-10 16-36-01

@vkareh
Copy link
Copy Markdown
Member Author

vkareh commented Apr 10, 2026

Because caja is running your desktop session directly, you might need to do something like:

$ killall caja
$ caja --no-desktop

vkareh added 2 commits April 10, 2026 12:07
Render hidden files with some transparency to visually distinguish them
from regular files. Files become fully opaque when selected or
highlighted.

Fixes #1872
Render hidden files with some transparency to visually distinguish them
from regular files.

Fixes #1872
@vkareh vkareh force-pushed the hidden-transparency branch from 46ac0de to 8729ee1 Compare April 10, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hidden folders/files must be different color (or transparent)

3 participants