How do I open an application (i.e: gnome-terminal) in a virtual desktop other than I'm currently in?
Thanks
How do I open an application (i.e: gnome-terminal) in a virtual desktop other than I'm currently in?
Thanks
This may not be what you want but you can drag a window between workspaces or scrool wheel on the desktop to select a workspace before opening terminal. The window icon in the left of the title bar also provides a couple of options for moving the active window.
Thank a veteran -- George 8)
Internet Coach & Writer
Personal Blog -- 3 Joes' Blog
Workspaces are a metacity function. Perhaps you can build a keyboard macro that does what you want since there are keyboard commands to change workspace.
Thank a veteran -- George 8)
Internet Coach & Writer
Personal Blog -- 3 Joes' Blog
There might be other ways, but here is how I would do it:
1. Create an entry in System > Preferences > Sessions
For the command, enter:
gnome-terminal --title=workspace2
This will automatically open a terminal upon login.
2. Add an entry in Compiz "Place Windows" plugin
Under: Fixed Window Placement > Windows with fixed viewport
Choose detection of "title=workspace2"
This will force that particular terminal to open in your specified workspace.
that's great but unfortunately I don't use compiz
I don't think keyboard macros can be run automatically
I'll tag this as solved, cause there is one other thread about the same issue and people are pretty sure that there is no way of doing this
Thanks all for your time![]()
Ah, but that's not quite true.
Before compiz, when metacity ruled, there was Devilspie. It didn't have the convenience of a GUI, but it got the job done.
Last edited by chewearn; December 1st, 2008 at 01:39 PM.
I had this same issue, and here's the "hacky" work around I did...
you get the idea. but yeah, it's absolutely lame that gnome-terminal has all these command line options but you can't specify a workspace.Code:#!/bin/sh wmctrl -s 0 gnome-terminal --title="workspace 1" wmctrl -s 1 gnome-terminal --title="workspace 2"
http://tripie.sweb.cz/utils/wmctrl/
Bookmarks