Hello,
Thanks for the work on this project, tinty is really a breath!
I recently switched from Linux Mint (Ubuntu-based) to Fedora (Redhat-based) and kept all my dotfiles as they were working fine on Mint.
My terminal config on Mint was: guake + fish + tmux and I was able to switch theme using tinty cycle.
Now on Fedora, guake is not integrating correctly with KDE desktop. As I saw support was recently added by @shanemcd on #28, I made the switch to yakuake, the KDE alternative. However, swithching theme doesn't work anymore. Here is a summary of the config I tried and their status
| Terminal |
Shell |
Multiplexer |
cycle theme status |
| yakuake |
fish |
- |
✅ |
| yakuake |
fish |
tmux |
❌ |
| yakuake |
bash |
tmux |
❌ |
| konsole |
fish |
- |
✅ |
| konsole |
bash |
- |
✅ |
| konsole |
fish |
tmux |
❌ |
| konsole |
bash |
tmux |
❌ |
| alacritty |
bash |
- |
✅ |
| alacritty |
fish |
- |
✅ |
| alacritty |
fish |
tmux |
✅ |
| guake |
fish |
tmux |
✅ |
Version
- tinty
0.29.0
- Tmux
3.5a
- Fish
4.2.0
- Konsole
25.12.2
- Yakuake
25.12.2
- Alacritty
0.16.1
Tmux config
I set my shell for tmux with this config:
set-option -g default-shell "/usr/bin/fish"
set-option default-command fish # fish+tmux+ssh https://superuser.com/a/486577/174465
Output
I got no error, tinty seems happy about the situation :)
ed8@x1:~$ tinty cycle
Applying next theme in cycle: base16-ayu-mirage
ed8@x1:~$ tinty cycle
Applying next theme in cycle: base16-ayu-light
ed8@x1:~$
Question
Is this a known issue? I didn't find any mentions.
What can I provide to help debug further?
Hello,
Thanks for the work on this project,
tintyis really a breath!I recently switched from Linux Mint (Ubuntu-based) to Fedora (Redhat-based) and kept all my dotfiles as they were working fine on Mint.
My terminal config on Mint was:
guake+fish+tmuxand I was able to switch theme usingtinty cycle.Now on Fedora,
guakeis not integrating correctly with KDE desktop. As I saw support was recently added by @shanemcd on #28, I made the switch toyakuake, the KDE alternative. However, swithching theme doesn't work anymore. Here is a summary of the config I tried and their statusVersion
0.29.03.5a4.2.025.12.225.12.20.16.1Tmux config
I set my shell for tmux with this config:
Output
I got no error,
tintyseems happy about the situation :)Question
Is this a known issue? I didn't find any mentions.
What can I provide to help debug further?