mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #28365 from lkxed/20230102-2-Colorblind-Filters-GNOME-Extension-to-help-Colorblind-Users
[手动选题][tech]: 20230102.2 ⭐️ Colorblind Filters GNOME Extension to help Colorblind Users.md
This commit is contained in:
commit
234e37207f
@ -0,0 +1,106 @@
|
||||
[#]: subject: "Colorblind Filters: GNOME Extension to help Colorblind Users"
|
||||
[#]: via: "https://www.debugpoint.com/colorblind-filters-gnome-extension/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Colorblind Filters: GNOME Extension to help Colorblind Users
|
||||
======
|
||||
|
||||
**A nice GNOME Extension – Colorblind Filters, brings many options for color-blind users.**
|
||||
|
||||
Accessibility is a critical aspect of computing and operating systems. It includes well-managed settings for vision impairment, color blind and many other health symptoms. Popular Linux desktop environments such as GNOME and KDE Plasma feature accessibility settings to help all those scenarios.
|
||||
|
||||
Thanks to the GNOME Extensions ecosystem, a huge number of specialised extensions are available to aid those users. One of the extensions I came across is [“Colorblind Filters”][1].
|
||||
|
||||
### Colorblind Filters – GNOME Extension
|
||||
|
||||
As per Wikipedia, _“Colour blindness usually involves the inability to distinguish between shades of red and green. There is no treatment for inherited colour blindness. If colour blindness is caused by another condition, treating the underlying cause can help.”_.
|
||||
|
||||
So, it’s important that you have options to tweak settings on your Linux desktop.
|
||||
|
||||
#### Set up extensions and flatpak
|
||||
|
||||
First, make sure you have Flatpak and GNOME Extensions enabled. And the Extensions manager is installed. You may refer to this detailed guide on how to [set up flatpak][2] & enable [GNOME extensions][3], Or run the following commands (for Ubuntu, Linux Mint, etc.) from the terminal.
|
||||
|
||||
```
|
||||
sudo apt install flatpaksudo apt install gnome-software-plugin-flatpakflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakreporeboot
|
||||
```
|
||||
|
||||
Fedora users, use the below commands.
|
||||
|
||||
```
|
||||
sudo dnf install flatpaksudo dnf install gnome-software-plugin-flatpakflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakreporeboot
|
||||
```
|
||||
|
||||
Once done, install the Extension Manager:
|
||||
|
||||
```
|
||||
flatpak install com.mattjakeman.ExtensionManager
|
||||
```
|
||||
|
||||
#### Install the Extension
|
||||
|
||||
Open the extension manager from the application menu. Search for “colorblind”. And install the extension (see the below image).
|
||||
|
||||
![Install the extension][4]
|
||||
|
||||
After installation, you can see a small eye icon on the system tray. You can click on it to enable the pre-defined color filters.
|
||||
|
||||
![Colorblind Filters extension tray icon][5]
|
||||
|
||||
Right-click on the eye icon for more settings. This extension brings all the necessary customizations for colorblind collections, simulations and additional options. The following options are currently available:
|
||||
|
||||
- Protanopia
|
||||
- Deuteranopia
|
||||
- Tritanopia
|
||||
|
||||
- Corrections & Simulations (with high contrast)
|
||||
|
||||
- Channel mixer for GBR and BRG
|
||||
- Lightness inversion
|
||||
- Color Inversion
|
||||
|
||||
- Additional tweaks
|
||||
|
||||
![Colorblind Filters - options][6]
|
||||
|
||||
Use the one that suits you best for your eye.
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
I think Apple’s macOS and iOS have implemented better accessibility than Windows or Linux. However, Linux Desktops are not far behind with these apps and extensions. Also, there are specialized Linux distributions such as “[Accessible Coconut][7]“, which has been built for specialized needs.
|
||||
|
||||
I hope Colorblind gnome extension helps you with your day-to-day usage of Linux and GNOME desktops.
|
||||
|
||||
Cheers.
|
||||
|
||||
[Next:Top 10 Linux Distributions for Windows Users in 2023][8]
|
||||
|
||||
[_Using Mastodon? Follow us at floss.social/@debugpoint_][9]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/colorblind-filters-gnome-extension/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.debugpoint.com/author/admin1/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://extensions.gnome.org/extension/5589/colorblind-filters/
|
||||
[2]: https://www.debugpoint.com/how-to-install-flatpak-apps-ubuntu-linux/
|
||||
[3]: https://www.debugpoint.com/how-to-install-and-use-gnome-shell-extensions-in-ubuntu/
|
||||
[4]: https://www.debugpoint.com/wp-content/uploads/2023/01/Install-the-extension.jpg
|
||||
[5]: https://www.debugpoint.com/wp-content/uploads/2023/01/Colorblind-Filters-extension-tray-icon.gif
|
||||
[6]: https://www.debugpoint.com/wp-content/uploads/2023/01/Colorblind-Filters-options.jpg
|
||||
[7]: https://www.debugpoint.com/accessible-coconut-linux-visually-impaired/
|
||||
[8]: https://www.debugpoint.com/best-linux-distributions-windows/
|
||||
[9]: https://floss.social/@debugpoint
|
Loading…
Reference in New Issue
Block a user