SleepyHollow
December 3rd, 2006, 08:15 AM
Hi Folks,
I bought Alice very cheap at the supermarket and gave it a try with wine and edgy eft. It works except for the mouse, but only with sudo or as root. :D I used the installation files of lifl.org named "alice_1.0-multilanguage.run" and installed it as root.
The starting command is "sudo runalice". I made a desktop luncher for it.
Its a script (~/sbin/alice.sh) which contents the following lines:
#!/bin/sh
cat .FILE | sudo -S runalice
where .FILE is a file with the userpassword on a single line.
Now the problem: I have the alice-icon as a starter on the desktop with the entry "/home/myusername/sbin/alice.sh" and it works. But the same isn't working as entry in the gnome applications menu with alacarte. There is also no error message.
What can I do? I would like simply to understand this strange behavior. What is the difference between the two ways to start a shell-script via a starter on the desktop and via the gnome application menu?
Greetings,
SleepyHollow
I bought Alice very cheap at the supermarket and gave it a try with wine and edgy eft. It works except for the mouse, but only with sudo or as root. :D I used the installation files of lifl.org named "alice_1.0-multilanguage.run" and installed it as root.
The starting command is "sudo runalice". I made a desktop luncher for it.
Its a script (~/sbin/alice.sh) which contents the following lines:
#!/bin/sh
cat .FILE | sudo -S runalice
where .FILE is a file with the userpassword on a single line.
Now the problem: I have the alice-icon as a starter on the desktop with the entry "/home/myusername/sbin/alice.sh" and it works. But the same isn't working as entry in the gnome applications menu with alacarte. There is also no error message.
What can I do? I would like simply to understand this strange behavior. What is the difference between the two ways to start a shell-script via a starter on the desktop and via the gnome application menu?
Greetings,
SleepyHollow