Page 2 of 2
Re: Starting Simplify 3d in ubuntu
Posted: Fri Mar 17, 2017 2:21 pm
by edefault
Just bought a license ... now I wonder: How to make a shortcut to a dash icon (or put the icon into dash)?
Just curious: Why does no *.deb file exist for a clean installation in Ubuntu? Tired of repositories?
Re: Starting Simplify 3d in ubuntu
Posted: Mon Mar 20, 2017 6:49 am
by robinduckett
Just bought a license ... now I wonder: How to make a shortcut to a dash icon (or put the icon into dash)?
Just curious: Why does no *.deb file exist for a clean installation in Ubuntu? Tired of repositories?
Code: Select all
$ cd ~/Desktop
$ cp Simplify3D.desktop ~/.local/usr/share/applications
Re: Starting Simplify 3d in ubuntu
Posted: Fri May 26, 2017 3:37 pm
by edefault
Simplify3D.desktop ... thre is no such file.
Re: Starting Simplify 3d in ubuntu
Posted: Sat Aug 15, 2020 3:27 pm
by unstable_s3d
Putting the below content into a file in
~/.local/share/applications/Simplify3D.desktop sorted this for me on Ubuntu.
Code: Select all
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Simplify3D
Comment=Simplify3D
Icon=/opt/Simplify3D-4.1.2/icon.png
Exec=/opt/Simplify3D-4.1.2/LaunchScript.sh
Terminal=false
Path=/opt/Simplify3D-4.1.2
Re: Starting Simplify 3d in ubuntu
Posted: Wed Aug 19, 2020 10:27 am
by S3D-Jake
unstable_s3d wrote: ↑Sat Aug 15, 2020 3:27 pm
Putting the below content into a file in
~/.local/share/applications/Simplify3D.desktop sorted this for me on Ubuntu.
Code: Select all
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Simplify3D
Comment=Simplify3D
Icon=/opt/Simplify3D-4.1.2/icon.png
Exec=/opt/Simplify3D-4.1.2/LaunchScript.sh
Terminal=false
Path=/opt/Simplify3D-4.1.2
Great tip for Ubuntu users! Thanks for sharing!
Re: Starting Simplify 3d in ubuntu
Posted: Mon Dec 07, 2020 4:24 am
by akelmj
unstable_s3d wrote: ↑Sat Aug 15, 2020 3:27 pm
Putting the below content into a file in
~/.local/share/applications/Simplify3D.desktop sorted this for me on Ubuntu.
Code: Select all
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Simplify3D
Comment=Simplify3D
Icon=/opt/Simplify3D-4.1.2/icon.png
Exec=/opt/Simplify3D-4.1.2/LaunchScript.sh
Terminal=false
Path=/opt/Simplify3D-4.1.2
GREAT TIP , thank you.