* launch a frame on a specified virtual desktop
@ 2003-06-11 1:53 Jean Daniel Browne
2003-06-11 6:09 ` Kai Großjohann
0 siblings, 1 reply; 2+ messages in thread
From: Jean Daniel Browne @ 2003-06-11 1:53 UTC (permalink / raw)
Hello all,
I am working on a project made of four files. Every times I start my
computer I will lauch a terminal on the first virtual desktop and then
I will launch emacs on virtual desktop #2 and open three others frame
that I will move to virtual desktop #3, #4 and #5.
Being one of the laziest guy in the newsgroup, I would like to
-switch on the computer
-wait 30 secondes
-type in login and password,
-wait another 30 seconds and voila : each files in his frame on his
own virtual desktop...
I've tried to google on "virtual desktop" and "frame" but without much
success. I came accross the notions of gnuclient, emacs server. Do you
think they could be related to my problem ?
Thank you for your help,
JD
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: launch a frame on a specified virtual desktop
2003-06-11 1:53 launch a frame on a specified virtual desktop Jean Daniel Browne
@ 2003-06-11 6:09 ` Kai Großjohann
0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-06-11 6:09 UTC (permalink / raw)
jean-daniel.browne@parexel.com (Jean Daniel Browne) writes:
> I am working on a project made of four files. Every times I start my
> computer I will lauch a terminal on the first virtual desktop and then
> I will launch emacs on virtual desktop #2 and open three others frame
> that I will move to virtual desktop #3, #4 and #5.
It depends on the window manager (desktop environment) how this
works. KDE, for example, has a directory ~/.kde/Autostart where you
can put programs that will be run, well, on startup. That way, you
can start the terminal and Emacs. See the kstart program for making
sure that a certain window always lands on a certain desktop. From
your ~/.emacs file, you can execute the make-frame function. This
will not move the new frames to different desktops, though. So my
suggestion is that you run kstart from your .emacs file with a dummy
command in the background, and then you execute the make-frame
function. Then kstart will pick up the new window, thinking it
started the program itself. Then kstart will move the window to a
new desktop.
Another possibility would be to give the frames different names and
to configure your window manager to put windows with certain names
onto certain desktops.
But like I said, it all depends on the window manager you use.
--
This line is not blank.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-11 6:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-11 1:53 launch a frame on a specified virtual desktop Jean Daniel Browne
2003-06-11 6:09 ` Kai Großjohann
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.