Friday, May 3, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1027  / 2 Years ago, mon, december 13, 2021, 5:40:04

i tried to install bricscad from the deb file but is for 32bit systems.So i had problems and i downloaded the .tgz file and ran tar -xvf and i was in the directory /opt/bricsys/bricscad/v12
So i managed to run bricscad with the command sudo sh bricscad.sh in the directory this.So my question is, do you have any idea of how to make a launcher or smthing so i can run the program from an easier way?I cannot find it in dash(unity) or in the desktop.



Any help will be great! Thanks


More From » installation

 Answers
0

Yes, you can create the launcher you need.
Fist of all, my Ubuntu is in Spanish, so I will translate some words; I hope you understand me.



1.- Create a proper script that run the Bricscad script.



Open gedit and write this:



#!/bin/bash
cd <path_to_Bricscad_script>
sh .bricscad.sh


Save the file into your personal folder (/home/your_user_name) with the name .run_cad.sh (the fist dot hides the file, only if you want to hide it).



2.- Create the launcher.



For Unity: Press the Super key (that one it usually has the MS Windows logo) and write Main Menu (this is my translation from spanish). So, you will find a program to create launchers. Select a menu, for example Graphics, and then click on the New Item button. Select an aplication type, choose a name, an icon, a comment, and for the command option write sh .run_cad.sh.



3.- Create a Unity launcher (optional).



If you want an icon on the Unity launcher, look for your app using the dash, and then drag it and drop it over the Unity laucher.



Ariel


[#39301] Wednesday, December 15, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rhaeams

Total Points: 115
Total Questions: 111
Total Answers: 103

Location: Burundi
Member since Wed, Nov 25, 2020
4 Years ago
rhaeams questions
;