From: Ranousse <ran...@gm...> - 2012-02-29 20:53:26
|
On Mon, Feb 27, 2012 at 09:05, Philipp Hartwig wrote: > > Is there still something like that in the current code ? > > I had defined a "kludge" so that xterm -class a_particular_class opens > > in a particular scratchpad (script named_scratchpads). > > This used to produce (only) the urgency hint in Ion3. Now with Notion it > > also opens the corresponding scratchpad (which in my case is not what I > > want). > > [1] introduced awareness for client requests to be raised. Unfortunately > between [1] and [2] there is the big problem that if you switch to another > workspace before performing your step 3), Notion will switch back to the > workspace xpdf is on, which is really annoying (that's the bad behavior I had > mentioned in my first message). That's why the behavior introduced in [1] was > relaxed to the behavior in [2], which instead introduced the red title bar you > observe. With [2] any switching should be gone so I don't think this explains > your problem. > > [1] http://notion.git.sourceforge.net/git/gitweb.cgi?p=notion/notion;a=commit;h=519a5fdccf5ab27e55436d11098b8631fd3f1218 > [2] http://notion.git.sourceforge.net/git/gitweb.cgi?p=notion/notion;a=commit;h=35951ebac0f78fa8cad16bb23f0c4f49ae486453 Ok. I did other checks and my problems with scratchpads seem to have gone. Moreover my problem of red tab with xpdf is solved too. It was definely not due to a notion bug but ... to my command. The only thing I had to do is removing the -raise option. Thanks for the answers. |