You are not logged in.
Using XFCE 4.18 on openSUSE Leap 15.5, xfce4-terminal version 1.0.4.
In previous version of XFCE and terminal (on Leap 15.4), I could try this in the terminal:
sleep 5; echo $'\a'
Minimizing the terminal window immediately after command run, and the minimized window visually blinked shortly after.
Now this no longer works, nothing happens at all (neither audible bell).
I do have both MiscBell and MiscBellUrgent to TRUE in ~/.config/xfce4/terminal/terminalrc...
Could someone help please?
Thanks.
Last edited by sonycdr (2023-08-22 17:33:54)
Offline
Perhaps the issue is similar to this one?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Probably, but right now what's mattering is the visual bell, the visual blinking, which is no longer working at all...
That other thread is about the audible bell
Offline
My bad, I mis-understood.
For the visual urgency, are you using the a greybird-based theme? Is so, see: https://forum.xfce.org/viewtopic.php?id=16789 and https://github.com/shimmerproject/Greybird/issues/339. It works with the default Adwaita theme for me.
Edit: The dracula theme has a suggested-action css code that kind of works in greybird. You can tweak the values to suit:
button.suggested-action {
font-weight: normal;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #bd93f9;
text-shadow: none;
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
Last edited by ToZ (2023-08-19 20:16:35)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Sorry for the very late response...
Yes, indeed I'm using greybird-based theme
How do I use that css code?
Offline
How do I use that css code?
Start by adding it to ~/.config/gtk-3.0/gtk.css (create the file if it doesn't exist) and restart xfce4-panel:
xfce4-panel -r
Then test again. You may need to tweak the values in the snippet to match with what you are looking for.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks very much, that worked.
Still, very surprised the Github issue has not been attended yet...
Offline
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 541.12 KiB (Peak: 542.4 KiB) ]