My idea is include a script in the package allowing someone to call
Clonezilla-Live only from usr/bin or usr/sbin. Most people just
want to type clonezilla in root terminal and be on with Clonezila-Live.
I'm not sure how you're launching it on your (previous) remaster. But, I have it installed on my LXDE desktop, and it works fine. Except ... to see all the dialogs, I need the terminal window to be full screen. If I remember correctly, it runs full screen on the ClonezillaCD.
Anyway, the program has to be run as root.
darrel@AMD64: 53 items 708Kb -> /opt/drbl/sbin/clonezilla
[darrel] You need to run this script "clonezilla" as root.
darrel@AMD64: 53 items 708Kb ->I created a desktop file for it and saved it in ~/.local/share/applications. The menu entry is in File Tools. Contents of the desktop file are below.
[Desktop Entry]
Name=Clonezilla
Name[en_US]=Clonezilla
GenericName=Clonezilla
Comment=Clone Drives & Partitions
Comment[en_US]=Clone Drives & Partitions
Exec=gksu "lxterminal -e /opt/drbl/sbin/clonezilla"
Icon=/usr/share/gdm/themes/drbl-gdm/clonezilla/ocslogo-1.png
Type=Application
Terminal=false
Categories=GTK;GNOME;Utility;X-MandrivaLinux-System-FileTools;
StartupNotify=true
X-Desktop-File-Install-Version=0.18You could, of course, put a shell script in /bin or /sbin or /usr/bin or /usr/sbin.