vinceliuice / Orchis-theme

Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.
GNU General Public License v3.0
3k stars 216 forks source link

No tick boxes #14

Open sz55net opened 4 years ago

sz55net commented 4 years ago

I can't see any tick boxes when using the Orchis theme. This is my configuration: image And this is what it looks like: video.zip It's very annoying as it makes it difficult to tell whether its selected or not. This may be an siisue because I also have KDE Plasma installed.

vinceliuice commented 4 years ago

All check and radio box button lost?

vinceliuice commented 4 years ago

Perhaps it is because the access to the assets folder is lost

fufexan commented 3 years ago

@vinceliuice The issue also happens for me. I looked in the assets folders for gtk-2.0 and gtk-3.0 but the rounded tick icons are missing. However, the svg files for them are there.

What could be done in this regard? Since inkscape isn't listed as a dependency, and the render-assets.sh script isn't called by the install script, the users can't fix this themselves.

vinceliuice commented 3 years ago

It is related to the decompression tool, we can only download it and decompress it again

fufexan commented 3 years ago

So what should we do then? Tell me more about that decompression tool.

vinceliuice commented 3 years ago

Download the file in tar.gz format and decompress it with file-roller

fufexan commented 3 years ago

For me it's the same. What's interesting is that the checkboxes work well with certain programs (pavucontrol, file-roller), but not with others (lxappearance, caffeine-ng preferences).

File Roller: orchis-working-file-roller

LXAppearance: orchis-not-working-lxappearance

vinceliuice commented 3 years ago

Did you installed with sudo or not?

vinceliuice commented 3 years ago

The last version check and radio should be green color

fufexan commented 3 years ago

Without sudo. By the way, do I have to run parse-sass.sh or is it there just for you to use? I don't see it changing anything when it's run.

vinceliuice commented 3 years ago

This shell is used to compile scss files to export css files, if you don’t modify the source code, you don’t need to run

xdnroot commented 3 years ago

Hi, I got same issue. This is my environment.

Linux mint 20.2
GNOME Shell 3.36.9
VirtualBox 6.1.16
Qt5.12.8

The checkbox is look well on nautilus. However it disappears on virtualbox.

This is when I use "Mint-Y-dark-red" for GTK theme. Screenshot from 2021-07-22 11-02-18

These are what the checkboxes look like when I use the "Orchis" dark and light theme. Screenshot from 2021-07-22 11-01-38 Screenshot from 2021-07-22 11-01-54

I install the by command

$ ./install.sh -t green --tweaks compact  --tweaks compact --radio-color
Install compact panel version ...
Change radio color ...
== Generating the CSS...
== done!
Installing '/home/xdnroot/.themes/Orchis-green'...
Installing '/home/xdnroot/.themes/Orchis-green-compact'...
Installing '/home/xdnroot/.themes/Orchis-green-light'...
Installing '/home/xdnroot/.themes/Orchis-green-light-compact'...
Installing '/home/xdnroot/.themes/Orchis-green-dark'...
Installing '/home/xdnroot/.themes/Orchis-green-dark-compact'...
Restore _common-3.20.scss file ...
== Generating the CSS...
== done!

First, I think it caused by virtualbox. However I install virtualbox with same version on Ubuntu 20.04, same version of gnome-shell, and same version of Orchis theme. The chekbock looks well.

So, what is the problem and how to solve it?