Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-08-19 16:51:48

sonycdr
Member
Registered: 2009-01-30
Posts: 130

[SOLVED] Visual bell not working at all in xfce4-terminal

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

#2 2023-08-19 17:39:43

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,091

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

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

#3 2023-08-19 18:04:28

sonycdr
Member
Registered: 2009-01-30
Posts: 130

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

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

#4 2023-08-19 20:00:20

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,091

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

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

#5 2023-08-22 16:07:56

sonycdr
Member
Registered: 2009-01-30
Posts: 130

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

Sorry for the very late response...

Yes, indeed I'm using greybird-based theme

How do I use that css code?

Offline

#6 2023-08-22 16:41:24

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,091

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

sonycdr wrote:

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

#7 2023-08-22 17:33:38

sonycdr
Member
Registered: 2009-01-30
Posts: 130

Re: [SOLVED] Visual bell not working at all in xfce4-terminal

Thanks very much, that worked.

Still, very surprised the Github issue has not been attended yet...

Offline

Board footer

Powered by FluxBB