I’m quite new to EndeavourOS and Linux itself, and I wanted to make the terminal have some transparency, similar to how you could have a transparent terminal in the Windows Terminal app. I tried finding a solution on these forums, but I couldn’t find one ;-;. If someone could help me out that would be awesome
If this is the stock gnome-terminal
, then you can’t. You need to install gnome-terminal-transparency
(Aur package). It will automatically remove the current gnome-terminal
package.
The gnome terminal doesn’t support transparency.
You need to install gnome-terminal-transparency
or gnome-terminal-fedora
Thank you!
This happened while installing gnome-terminal-transparency. All I did was yay gnome-terminal-transparency
and let it do its thing:
gnome-terminal-3.42.1/src/meson.build:172:0: ERROR: gnome.genmarshal keyword argument 'sources' was of type array[File] but should have been array[str] that cannot be empty
Am I making a simple mistake of some kind?
I got a similar error installing gnome-terminal-fedora
using yay -s gnome-terminal-fedora
gnome-terminal-3.42.2/src/meson.build:172:0: ERROR: gnome.genmarshal keyword argument 'sources' was of type array[File] but should have been array[str] that cannot be empty
Capital S…or just yay?
Did you use
yay -S gnome-terminal-fedora
or
yay -s gnome-terminal-fedora
You have to do -S
You might post the error you are receiving on the AUR page and perhaps the maintainer can help.
https://aur.archlinux.org/packages/gnome-terminal-transparency/
I did both for safe measure, and ended up getting the same result. I also used the “Add/Remove Software” app with AUR support to see if that would work, but I ended up getting the same errors.
I did
yay -S gnome-terminal-fedora
I think he is referring to pamac
I don’t have time to look at it deeply right now but I tried to quickly build both gnome-terminal-transparency
and gnome-terminal-fedora
and recieved the same error as you.
I don’t think it is something obvious you are doing wrong.
If you don’t mind using a different GTK terminal, you may do what I like to do and install tilix
terminal ( Github ). It’s essentially just like Gnome Terminal, but also includes transparency, overlay scrollbar, tiling, as well as other various features (absent in Gnome Terminal) that in my opinion make it overall a better choice if you use the terminal a lot. And it’s already in the Arch repos, so no need to grab something from the AUR if you don’t have to.
sudo pacman -S tilix
Then go to Preferences > Profiles > Color tab. To change transparency, just edit the transparency slider to your liking and you’re good to go. Hope this was helpful.
Thanks for the help!
The solution to adding transparency to gnome terminal. . . Is to install tilix??
LOL - it is one potential solution.
That’s a general theme I’m noticing with GNOME: most issues with GNOME are solved by using something other than GNOME.