Hi all,
performed following steps:-
~⟫ sudo gedit /usr/local/bin/cinelerra-hv.sh
(edit the file as follow)
Code:
#!/bin/bash
cd /home/satimis/cinelerra/
./cinelerra
~⟫ sudo chmod +x /usr/local/bin/cinelerra-hv.sh
~⟫ ls -al /usr/local/bin/cinelerra-hv.sh
Code:
-rwxr-xr-x 1 satimis satimis 52 Jun 5 21:23 /usr/local/bin/cinelerra-hv.sh
~⟫ sudo mv /usr/share/applications/cinelerra-hv.desktop /home/satimis/.local/share/applications/
~⟫ ls -al /home/satimis/.local/share/applications/
Code:
total 12
drwx------ 2 satimis satimis 4096 Jun 5 21:42 .
drwx------ 15 satimis satimis 4096 Jun 5 21:35 ..
-rw-r--r-- 1 root root 254 Jun 5 21:35 cinelerra-hv.desktop
~⟫ sudo gedit /home/satimis/.local/share/applications/cinelerra-hv.desktop
(edit the file as follow)
Code:
[Desktop Entry]
Name=Cinelerra-HV
Comment=Video Editor
Categories=Application;AudioVideo;Multimedia;VideoEditing;
Encoding=UTF-8
Exec=/usr/local/bin/cinelerra-hv.sh
Icon=/usr/share/icons/cinelerraHV.png
Terminal=false
StartupNotify=true
Type=Application
Reboot VM
On "Launch your computer and online sources'
type "cinelerra-hv"
Drag and drop "Cinelerra-HV" icon on the launcher.
Lot of thanks for your advice.
Regards
satimis