Re: getting random background colors in ssh xterm through gnome shortcuts

2005-12-08 Thread michael
On Mon, 2005-11-28 at 22:11 -0500, H.S. wrote:
 Hi,
 
 At school I have my .fvmrc2 file in which I have these kind of lines:
 exec xterm -sl 2048 -ls -bg \#`printf '%02x%02x%02x' $((RANDOM%
 31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))` -e ssh remote.host.com
 
 to get an xterm windows at remote.host.com. The random light colored
 background is obtained with \#`printf '%02x%02x%02x' $((RANDOM%
 31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))`
 
 I was wondering, how do I get the same thing in gnome at my home machine
 running Debian Testing (2.6.12 kernel). I tried to make a custom
 application launcher on the panel but the command to get random
 background doesn't work. Any ideas what I should do instead?
 

I presume RANDOM is not a set var for Gnome. Thus you may need to set up
a script to generate random numbers and then call xterm -bg
appropriately. This script can then be launched from the panel.

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



getting random background colors in ssh xterm through gnome shortcuts

2005-11-28 Thread H.S.
Hi,

At school I have my .fvmrc2 file in which I have these kind of lines:
exec xterm -sl 2048 -ls -bg \#`printf '%02x%02x%02x' $((RANDOM%
31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))` -e ssh remote.host.com

to get an xterm windows at remote.host.com. The random light colored
background is obtained with \#`printf '%02x%02x%02x' $((RANDOM%
31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))`

I was wondering, how do I get the same thing in gnome at my home machine
running Debian Testing (2.6.12 kernel). I tried to make a custom
application launcher on the panel but the command to get random
background doesn't work. Any ideas what I should do instead?

thanks,
-HS





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnome shortcuts

2000-10-26 Thread Phillip Deackes
Debian Ghost [EMAIL PROTECTED]   wrote:
 Hey All,
 Silly little question here. 
 I can swear I used to drag icons from the Gnome pager to the desktop
 to
 create a shortcut. I recently had to reinstall enlightenment (not
 gnome) but when I started X again, all my gnome stuff was gone. When I
 try
 to drag icons off the main gnome pager to the desktop, they don't
 stick. It is like a paper icon that flies back to the pager. Could
 anyone
 tell me what I am doing wrong and suggest a way to get icons on the
 desktop.

You drag with the middle mouse button and then select 'Link Here'.


-- 
Phillip Deackes
Using Storm Linux



gnome shortcuts

2000-10-25 Thread Debian Ghost
Hey All,
Silly little question here. 
I can swear I used to drag icons from the Gnome pager to the desktop to
create a shortcut. I recently had to reinstall enlightenment (not
gnome) but when I started X again, all my gnome stuff was gone. When I try
to drag icons off the main gnome pager to the desktop, they don't
stick. It is like a paper icon that flies back to the pager. Could anyone
tell me what I am doing wrong and suggest a way to get icons on the
desktop.

I also use multiple virtual desktops and sometimes the gnome pager will be
on all of them and sometimes it will only pop up on my original desktop
but not the other desktops. Anyone have a clue about that?

Thanks so much,

D. Ghost

'space ghost using debian'



Re: gnome shortcuts

2000-10-25 Thread Erik Steffl
  you might try to start gnome desktop, forgot which program it is, I
once started it accidentally... try gnome control center..., gnome panel
or something liked that...

erik

Debian Ghost wrote:
 
 Hey All,
 Silly little question here.
 I can swear I used to drag icons from the Gnome pager to the desktop to
 create a shortcut. I recently had to reinstall enlightenment (not
 gnome) but when I started X again, all my gnome stuff was gone. When I try
 to drag icons off the main gnome pager to the desktop, they don't
 stick. It is like a paper icon that flies back to the pager. Could anyone
 tell me what I am doing wrong and suggest a way to get icons on the
 desktop.
 
 I also use multiple virtual desktops and sometimes the gnome pager will be
 on all of them and sometimes it will only pop up on my original desktop
 but not the other desktops. Anyone have a clue about that?
 
 Thanks so much,
 
 D. Ghost
 
 'space ghost using debian'
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



Re: gnome shortcuts

2000-10-25 Thread Hubert Chan
Debian Ghost [EMAIL PROTECTED]   writes:

 Hey All,
 Silly little question here. 
 I can swear I used to drag icons from the Gnome pager to the desktop to
 create a shortcut. I recently had to reinstall enlightenment (not
 gnome) but when I started X again, all my gnome stuff was gone. When I try
 to drag icons off the main gnome pager to the desktop, they don't
 stick. It is like a paper icon that flies back to the pager. Could anyone
 tell me what I am doing wrong and suggest a way to get icons on the
 desktop.

I believe that it's the Gnome file manager (gmc) that does the desktop stuff.
I'm not sure how to invoke it so that it draws on the desktop instead of
opening a window, though.

Hubert