Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ubuntu: Open Netbeans in specific workspace (using window matching)

Using the CompizConfig Settings Manager on Ubuntu 13.10 I would like to assign Netbeans 7.4 to workspace 4 (viewport X=2, Y=2) and have it maximized. This approach works just fine for Chromium and Thunderbird. The problem is that using the class=Netbeans IDE 7.4 is not doing anything, and the name=sun-awt-X11-XFramePeer is not matching my Netbeans instance either.

How do I configure my CompizConfig Window Placement to place Netbeans in the appropriate workspace?

like image 841
Mirage Avatar asked Feb 16 '26 23:02

Mirage


1 Answers

spaces need to be escaped in most shell envoirements, because spaces could indicate different arguments. try:

class="Netbeans IDE 7.4"

or:

class=Netbeans\ IDE\ 7.4
like image 101
Jappie Kerk Avatar answered Feb 19 '26 14:02

Jappie Kerk