Re: [fossil-users] What's goning on ? why warnings ?

2011-10-06 Thread Lluís Batlle i Rossell
On Thu, Oct 06, 2011 at 05:22:35PM +0800, i wrote:
 [ijse@~/Desktop/WorkTable/WatchWizard]$ fossil changes
 EDITED src/js/controller/AppController.js
 [ijse@~/Desktop/WorkTable/WatchWizard]$ 
 (exe:6061): Gdk-WARNING **: XID collision, trouble ahead

This output is not from fossil. I bet it's from some X program you started in
this terminal.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] What's goning on ? why warnings ?

2011-10-06 Thread Konstantin Khomoutov
On Thu, 6 Oct 2011 11:27:27 +0200
Lluís Batlle i Rossell virik...@gmail.com wrote:

  [ijse@~/Desktop/WorkTable/WatchWizard]$ fossil changes
  EDITED src/js/controller/AppController.js
  [ijse@~/Desktop/WorkTable/WatchWizard]$ 
  (exe:6061): Gdk-WARNING **: XID collision, trouble ahead
 
 This output is not from fossil. I bet it's from some X program you
 started in this terminal.
A Gtk program, to be precise.  Probably a web browser.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] What's goning on ? why warnings ?

2011-10-06 Thread Stephan Beal
On Thu, Oct 6, 2011 at 12:05 PM, Konstantin Khomoutov 
flatw...@users.sourceforge.net wrote:

   (exe:6061): Gdk-WARNING **: XID collision, trouble ahead


ps -ef | grep -w 6061

should reveal which app it is.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] What's goning on ? why warnings ?

2011-10-06 Thread i
Thanks everyone!   I've found the problem:


[ijse@/etc/init.d]$ ps -ef | grep -w 6061
ijse  6061  5734 23 09:49 pts/002:30:58 /opt/google/chrome/chrome 
--type=plugin --plugin-path=/opt/google/chrome/libgcflashplayer.so --lang=en-US 
--channel=5734.0xbb6d8210.1440464591
ijse  6077  6061  0 09:49 pts/000:00:00 [Adobe AIR Appli] defunct
ijse 12855  6061  0 19:31 pts/000:00:00 [Adobe AIR Appli] defunct
ijse 13251  2743  0 20:32 pts/000:00:00 grep -w 606



It should because I use chrome.___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users