Skip to content

Instantly share code, notes, and snippets.

@andypiper
Created October 20, 2024 18:05
Show Gist options
  • Select an option

  • Save andypiper/f75c25d91548af03fe586a19f35c9742 to your computer and use it in GitHub Desktop.

Select an option

Save andypiper/f75c25d91548af03fe586a19f35c9742 to your computer and use it in GitHub Desktop.
Set transparency in Ptyxis (GNOME Terminal) in Fedora 41

Get the UUID of the default profile

Substitute that value in to the second command to enable transparency level

$ dconf read /org/gnome/Ptyxis/default-profile-uuid
'3aae5a177777aa966b1fd63467153e2d'
$ dconf write /org/gnome/Ptyxis/Profiles/3aae5a177777aa966b1fd63467153e2d/opacity 0.85
@attax420
Copy link
Copy Markdown

attax420 commented Nov 3, 2024

you were sent by god himself. i was kinda stuck at this for a few hours :D

@hiimseoll
Copy link
Copy Markdown

You saved my time. Thank you!

@FlexibleToast
Copy link
Copy Markdown

Did your transparency stop working too? I used this method and it was working great, even now it still shows the transparency setting. However, now it just isn't transparent at all despite the setting.

@andypiper
Copy link
Copy Markdown
Author

@FlexibleToast I just ran all of the available updates on Fedora 41 on my laptop, restarted, and transparency is still working here, so I am not sure how to help.

@FlexibleToast
Copy link
Copy Markdown

I ended up installing the flatpak version and used this guide to set the transparency on the flatpak: https://mmilburn.dev/blog/transparency-in-ptyxis/

I have no idea why the rpm version on my Silverblue install stopped actually being transparent despite being set.

@andypiper
Copy link
Copy Markdown
Author

Ah, great to hear you figured it out 👍

@WhirlyFan
Copy link
Copy Markdown

thank you :)

@mrMoZ1
Copy link
Copy Markdown

mrMoZ1 commented Nov 5, 2025

Awesome.

@dublinz
Copy link
Copy Markdown

dublinz commented May 2, 2026

Ubuntu 26.04 , same terminal (Ptyxis (GNOME Terminal) i), works as charm (nevertheless i prefer .70 instead of. 85) Thank you AndyPiper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment