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.
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
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
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 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.