LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Is creating a shortcut possible? (https://www.linuxquestions.org/questions/solaris-opensolaris-20/is-creating-a-shortcut-possible-263514/)

slick_willie 12-07-2004 01:55 AM

Is creating a shortcut possible?
 
I would like to put a shortcut on the desktop that starts a script I've already created. This is for those at my office uncomfortable with kicking off the script via command line.

PenguinPwrdBox 12-07-2004 02:20 AM

Yeah, depending on what GUI you are using, the process differs. For most, you can simply right click, and choose to create a link. The command would be:

Code:

sh /path/to/script

slick_willie 12-07-2004 04:43 PM

I don't have that option.

jlliagre 12-10-2004 03:48 PM

What are the options you have ?

slick_willie 12-10-2004 04:14 PM

Refresh
Configure(opens command line menu used to configure print service)
Unix Command Tool (opens x window)
Restart
Shutdown

jlliagre 12-11-2004 04:12 AM

Do you have root privileges ?
Are the users running olwm, CDE, other ?

slick_willie 12-13-2004 04:53 PM

I can login as root. There is only one other user. I don't know what olwm or CDE stand for.

acid_kewpie 12-13-2004 05:16 PM

he means what desktop environment / window manager are you using? there are dozens or different ones... gnome, kde, fluxbox, e, fvwm, twm, xfce, mwm, eon, waimea......

slick_willie 12-13-2004 08:14 PM

I'm guessing it's a propritary version developed by Xerox.

jlliagre 12-14-2004 11:28 AM

Can you send a "ps -ef" output to give a clue about what is running on this box ?

acid_kewpie 12-14-2004 02:06 PM

what do you mean jlliagre? you left your crystal ball back at the office? ;)

slick_willie 12-14-2004 09:08 PM

I can't, as I access the server through KVM software, I can't cut and paste. I could print screen and email it to you.

*EDIT I'll try to send it to a floppy, then to you.
I just had a thought, a floppy formatted on windows won't be recognized will it?

bigearsbilly 12-15-2004 03:27 AM

Could be using 'twm'

if you have a really basic menu on the desktop
and no other 'furniture' it could well be.

bigearsbilly 12-15-2004 03:34 AM

he means,
open the 'unix command tool'
Code:

type ps -ef
and try and post it here.

while you are at it, try (literally, using the 'type' command)

Code:

type olwm
type twm

and see what we get.

most likely you may need another Window Manager.
I use Window maker on solaris.

it's a lovely environment, but no short-cuts as such
but an easy configurable menu.

jlliagre 12-16-2004 01:31 AM

Code:

ps -ef | grep wm
may help ...


All times are GMT -5. The time now is 12:33 PM.