edefault
Posts: 6
Joined: Fri Mar 17, 2017 2:17 pm

Re: Starting Simplify 3d in ubuntu

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?
robinduckett
Posts: 1
Joined: Fri Mar 17, 2017 9:08 pm

Re: Starting Simplify 3d in ubuntu

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
edefault
Posts: 6
Joined: Fri Mar 17, 2017 2:17 pm

Re: Starting Simplify 3d in ubuntu

Simplify3D.desktop ... thre is no such file.
unstable_s3d
Posts: 1
Joined: Sat Aug 15, 2020 3:24 pm

Re: Starting Simplify 3d in ubuntu

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
S3D-Jake
Posts: 1052
Joined: Wed Jun 20, 2018 12:45 pm

Re: Starting Simplify 3d in ubuntu

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!
"A bird does not sing because it has an answer. It sings because it has a song."
akelmj
Posts: 2
Joined: Sun May 13, 2018 2:22 pm

Re: Starting Simplify 3d in ubuntu

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.

Return to “Troubleshooting and Bug Reports”