How one make binaries accessible from menu?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
georg.schramm

How one make binaries accessible from menu?

Post by georg.schramm »

Hello,

I downloaded Blender 2.66a (it's a compressed tar-ball including binaries) and put it in /usr/local/bin/ . What I have to do, to make it accessible from the input field in the menu or from terminal? Is there any folder/directory which indicated programs automatically?

Kind regards
Georg
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: How one make binaries accessible from menu?

Post by xenopeek »

/usr/local/bin should be in your default path. Run:

Code: Select all

echo $PATH
to check. Entries are separated by colons.

Depending on which desktop environment you use, you may be able to right-click your menu button and select to edit your menu. You can then add a new entry to your menu and as command give the full location of your Blender 2.66a binary. You can then launch it from the menu. Usually you will have a README or INSTALL file in the tarball that details how to start the application.
Image
georg.schramm

Re: How one make binaries accessible from menu?

Post by georg.schramm »

Thank you for your answer. I'm using the Mate Desktop. Right click on the menu does not have any effect (no context menu). Which file I have to create in one of the $PATH folders? A softlink?
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: How one make binaries accessible from menu?

Post by xenopeek »

On Linux Mint 14 you should be able to right-click on the menu button. Don't open the menu, right-click on the button. I believe you can find the application for editing your menu also in the list of applications itself. IIRC, it is called Main Menu? Try searching in the menu for "menu" and see what comes up.
Image
georg.schramm

Re: How one make binaries accessible from menu?

Post by georg.schramm »

Thank you very much.
Locked

Return to “Beginner Questions”