PDA

View Full Version : How to make a shell(include wine *.exe )work at the startup


BenBush
December 3rd, 2007, 11:35 PM
How to make a shell(include wine *.exe )work at the startup

sandman85
December 3rd, 2007, 11:36 PM
I'm sorry, but your post was a bit unclear. Do you mean to ask how to automatically launch a Windows command terminal when you log in?

BenBush
December 4th, 2007, 01:50 AM
I'm sorry, but your post was a bit unclear. Do you mean to ask how to automatically launch a Windows command terminal when you log in?

Yeah, you just said it, please tell me how to do it.

PS: Both my English and my native language are sometimes unclear, but it does not matter here, as the laptop language is always universal, so you can try to guess my meaning correctly.:lolflag:

Ferrat
December 4th, 2007, 04:16 AM
Should be fairly simple just like a normal launch just do a normal script and add the wine command then the path to what you want to launch since the wine command is (if installed right) a systemwide command that can be launched from anywhere?

or do a launch script and add that to be launched at start up?

or am I wrong?

BenBush
December 4th, 2007, 06:40 AM
I just have a change in mind, now I want my script to be started before logining in;

In other words, how to make my script be started when the the GDM appears. (GDM is the GNOME Display Manager, a graphical login program. ):-({|=

cogadh
December 4th, 2007, 12:20 PM
That shouldn't be done. That would require you to run Wine with root permissions which is a really bad thing to do. At best, all you should do is have something run at login with the current user's permissions.