[Bug 272749] Re: Set window manager "URGENT" hint on bell.

2017-04-03 Thread W4RH4WK
The related bug in the GNOME issue tracker seems to be stalled.

I have just bumped the issue, but at the moment I am not expecting any
answers. Do you consider adding the available patch to the Ubuntu
package if the upstream maintainers won't respond?

Not having this feature prevents me from using gnome-terminal as my
default terminal emulator.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager "URGENT" hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2015-08-10 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2015-07-10 Thread Stephen Boddy
** Branch unlinked: lp:terminator

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2014-03-29 Thread Daniel Hahler
Mikel,

I have used the patches from your website:
http://mikelward.com/software/gnome/flashing-terminal, and obviously
missed the config schema stuff.

Does this patch after all is able to just forward the terminal bell by 
setting the X client window's urgent property? Because that's all I want it to 
do.
For monitoring activity etc I would use tmux then, but without gnome-terminal 
forwarding/handling the terminal bell from tmux, this does not work currently.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2014-03-26 Thread Mikel Ward
Which patch did you use?

AFAIR, you need the three most recent patches attached to that bug.

And make sure to install the config schema stuff before running.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2014-03-25 Thread Daniel Hahler
@Mikel: thanks for your work on this!

Any chance to have your PPA updated for the current Ubuntu release
(saucy and trusty)?

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2014-03-25 Thread Daniel Hahler
FWIW, I have tried to create a package, with the patch (obviously not
properly) refreshed, but it failed to build (against gnome-terminal in
trusty, built in a saucy pbuilder):

libtool: link: gcc -pthread -DVTE_SEAL_ENABLE -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/gtk-3.0 -I/usr/
gnome_terminal-terminal-screen.o: In function `terminal_screen_beep_cb':
/tmp/buildd/gnome-terminal-3.6.2/src/terminal-screen.c:769: undefined reference 
to `GTK_WIDGET_HAS_FOCUS'

Maybe it will work in the trusty PPA?
https://launchpad.net/~blueyed/+archive/ppa/+sourcepub/4045470/+listing-
archive-extra

At least there is a patch therein, which applies.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2014-03-25 Thread Daniel Hahler
There should show up a package at
https://launchpad.net/~blueyed/+archive/ppa/+sourcepub/4046208/+listing-
archive-extra

However, I do not see the options (and they are not in the patch as far
as I can see).

From your description it also does not look like it solves the single
set the X client/window's urgent flag on the event of a terminal bell,
as in `sleep 5; echo ^G` (try C-VC-G to get the real ^G (bell
code)) and then tabbing away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/272749

Title:
  Set window manager URGENT hint on bell.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/272749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2010-09-16 Thread Mikel Ward
I've created a PPA at https://launchpad.net/~mikelward/+archive
/flashing-gnome-terminal if anyone wants to try the patch on Maverick.

You can do this by running:
sudo add-apt-repository ppa:mikelward/flashing-gnome-terminal
sudo apt-get update
sudo apt-get install gnome-terminal gnome-terminal-data

My aim is to get this integrated into Gnome, so if you find any
problems, let me know, otherwise a comment in
https://bugzilla.gnome.org/show_bug.cgi?id=557593 asking to get this
merged upstream could be helpful.

Note that the PPA replaces the existing gnome-terminal package.  I don't
know if this is the right way or not.  It might cause problems when the
next official build comes out.  Help/advice appreciated.

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2010-09-16 Thread Mikel Ward
The patch adds these options under the General tab:
   [ ] Bold the tab title when the terminal rings the bell
   [ ] ...even if I am working in that tab  
   [ ] Flash the window's entry in the window list when the terminal rings the 
bell
   [ ] ...even if I am working in that window

which ones you turn on will depend on how you want to use it.

USE CASE 1 - Notify when command in background window is done

Description:
Enabling the Bold the tab title and Flash the window's entry, but not the 
...even options provides a useful way of letting you know when a long-running 
command is finished.  You can start a long-running command, go away and do 
something else, and then when the command is done, the terminal icon in the 
taskbar will flash.  That way you don't have to keep Alt-Tabbing back to your 
terminal to check if the command is done.

Settings:
   [*] Bold the tab title when the terminal rings the bell
   [ ] ...even if I am working in that tab  
   [*] Flash the window's entry in the window list when the terminal rings the 
bell
   [ ] ...even if I am working in that window

and put
   PS1=\\007$PS1
at the end of your ~/.bashrc.

Demo:
   http://mikelward.com/software/gnome/terminal-bell-demo2.ogv


USE CASE 2 - Better visual bell

Description:
Enabling all four options will give you a persistent bell that you must 
acknowledge, so you don't miss an important event if you were away from your 
computer.  e.g. if somebody sends you a message using wall or the system 
writes a critical log message on the console, the terminal icon in the taskbar 
will flash until you Alt-Tab back to the window (or, if you're already in that 
window, you can stop it flashing by typing something).

Settings:
   [*] Bold the tab title when the terminal rings the bell
   [*] ...even if I am working in that tab  
   [*] Flash the window's entry in the window list when the terminal rings the 
bell
   [*] ...even if I am working in that window

and if you added
   PS1=\\007$PS1
to your ~/.bashrc, for use case 1, you should remove it for use case 2.

Demo:
   http://mikelward.com/software/gnome/terminal-bell-demo4.ogv

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2010-09-16 Thread Bug Watch Updater
** Changed in: vte
   Importance: Unknown = Medium

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2010-09-10 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Importance: Unknown = Wishlist

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-06-23 Thread Chris Jones
** Changed in: terminator
   Status: Fix Committed = Fix Released

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-06-16 Thread Chris Coulson
The vte task is already fixed in Karmic

** Changed in: vte (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-05-16 Thread Mikel Ward
I've updated the GNOME Terminal patch at
http://bugzilla.gnome.org/show_bug.cgi?id=557593 to include preferences,
documentation, and another option to also show a desktop notification.

Please try it if you are interested and let me know if you have any
thoughts or suggestions.

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-03-20 Thread Chris Jones
I have added this feature to Terminator. It's committed to trunk as
revision 703.

** Changed in: terminator
 Assignee: (unassigned) = Chris Jones (cmsj)
   Status: Confirmed = Fix Committed

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-03-19 Thread Chris Jones
afaics this is fix released for vte in jaunty

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2009-01-06 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Status: Unknown = New

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2008-12-16 Thread Pedro Villavicencio
upstream at svn.gnome.org.

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2008-12-03 Thread Stefano Maioli
Where is the fix committed for vte (Ubuntu)?

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2008-11-25 Thread Pedro Villavicencio
** Changed in: vte (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Fix Committed

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 272749] Re: Set window manager URGENT hint on bell.

2008-11-24 Thread Stefano Maioli
** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-terminal via
   http://bugzilla.gnome.org/show_bug.cgi?id=557593
   Importance: Unknown
   Status: Unknown

** Also affects: vte (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Set window manager URGENT hint on bell.
https://bugs.launchpad.net/bugs/272749
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vte in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs