๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
start a program from terminal - Linux Mint Forums
April 28, 2014 - The OP can create a launcher on ... tool is installed. For example: ... gnome-desktop-item-edit --create-new "~/Desktop/Z88 Aurora.desktop" Fill up the appropriate fields and change the icon if so desired. ... One way or the other i get an error on this one. "there was an error launching the application" Name: Z88 Description:program (application) Command:"/proc/2350/cwd/aurorastartv2" is i start it directly from the terminal the program start without any problem. comment: Run Z88 X allow ...
Discussions

Run applications with bash from Linux Mint - Stack Overflow
I started learning Bash on Mint Linux. The thing is I want to know how to open and execute programs. I have a test.sh in my junk directory so that I can mess around but when ever I type in gnome-open test.sh it just opens the file and not actually run it. More on stackoverflow.com
๐ŸŒ stackoverflow.com
Opening programs from command terminal
How are they installed? For example, Steam... if it's installed as a deb, just steam should work, if you installed Steam as a Flatpak, you run it with flatpak run com.valvesoftware.Steam "steam://open/console" Discord is another one that is commonly installed as a Flatpak, so it would be flatpak run com.discordapp.Discord More on reddit.com
๐ŸŒ r/linuxmint
9
5
March 8, 2024
How to create a keyboard shortcut to run file in terminal?
To map, type ctrl+k, ctrl+s. Type one of the commands, right-click, choose change keybinding, enter whatever you want the binding to be. More on reddit.com
๐ŸŒ r/vscode
6
14
June 15, 2019
New to MX Linux and Linux in General
https://www.expandrive.com/onedrive-for-linux/ More on reddit.com
๐ŸŒ r/MXLinux
12
1
September 24, 2019
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ software & applications
Force a program to open in a terminal? - Linux Mint Forums
March 2, 2023 - billyswong wrote: โคดThu Mar 02, 2023 2:21 am You may either create a "launcher" .desktop file or a "shell script" .sh file to point to your executable. Right click on (mate) desktop > create launcher, then you can choose "application in terminal", then "browse" to your executable file.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
[SOLVED] How to run a program in Linux Mint - Linux Mint Forums
March 15, 2020 - Anyway if it works on Kubuntu, but not Mint, I suspect you are missing some QT dependencies on Mint. For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages. ... Gruncher1010 wrote: Sun Mar 15, 2020 1:44 pm That works but is it possible to avoid opening a Terminal? You need to make a laucher, program.desktop file.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ interests โ€บ programming & development
running executables in terminal - Linux Mint Forums
April 21, 2022 - That's it Now anytime you double-click a file in your file manager that has execute permissions and is of filetype application/x-sharedlib it will be run from a new Gnome Terminal window and the window will stay open after the program is done so you can see its output. Try it out by double-clicking the gnome-calculator file! ... Nice-ish. Would you consider it a sensible feature-request if Nemo in an rclick menu for a marked-executable file grow a "Run from terminal" choice which does that very thing you have it do there? Double-click launching has been broken now since I believe at least Mint 18.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
Installing/Running programs from command line - Linux Mint Forums
April 28, 2023 - The .deb package of it which can be downloaded here https://discord.com/download requires you first install 8 dependency-involved packages ( but the flathub way already includes them because it gave me no errors when installing it flathub aka flatpak method and it just worked) gconf-service gconf-service-backend gconf2-common libc++1 libc++1-14 libc++abi1-14 libgconf-2-4 libunwind-14 So I installed it flathub/flatpak gui way, put discord application on my desktop, then right click it and selected it's Properties menu ( Mint Cinnamon here ftr) , the exact command to launch it is /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=discord com.discordapp.Discord To install the same flathub/flatpak way but via terminal if you've already installed flatpak flatpak install flathub com.discordapp.Discord -yy If it gives any odd errors.
๐ŸŒ
Virtual Curiosities
virtualcuriosities.com โ€บ articles โ€บ 4430 โ€บ how-to-open-an-application-using-the-terminal-on-linux-mint
How to Open an Application using the Terminal on Linux Mint - Virtual Curiosities
March 15, 2025 - If an application is installed in the system, we can run it by providing its filepath as the zeroth argument in the command-line. For example: ... The command above will open Krita if it's installed, because if it's installed an executable file will be created in the /usr/bin directory. That's what we're executing here. Note: on Linux, filepaths are case-sensitive, which means /Usr/Bin/Krita or /USR/BIN/KRITA won't work as that's considered to be a different filepath. Bash can execute a program by name if it's inside one of the directories listed in the $PATH environment variable, which includes /usr/bin by default.
Find elsewhere
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
Start a program in the terminal from a launcher - Linux Mint Forums
March 19, 2023 - Thanks for the information rene. I have the following in my launcher and nothing happens when double clicked. Command: /home/jer/rsync_bk2_menu.py Note that the python script runs fine when executed from the terminal.
๐ŸŒ
Wikihow
wikihow.com โ€บ computers and electronics โ€บ software โ€บ programming โ€บ 4 ways to run a program from the command line on linux - wikihow
4 Ways to Run a Program from the Command Line on Linux - wikiHow
April 12, 2026 - Use the keyboard shortcut to open the Terminal if you haven't already done so.[9] X Research source ... Type sudo apt install [app_name] and press โ†ต Enter (Debian). Replace "[app_name]" with the actual name of the program you want to install.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
Shortcut to command line launch <SOLVED> - Linux Mint Forums
July 27, 2021 - So if you must see the output of these commands we need to add a step to make this all open in a terminal and pause after. Let me know if you need that. ... Thank you, I appreciate the detail! I'm on Cinnamon. So I followed the instructions and created a encoders.sh file on desktop with : ... #!/bin/bash butt -c ~/.buttrc_mp3 butt -c ~/.buttrc_aac I set it to allow to run as program.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
[Solved] Execute a program within the Terminal - Linux Mint Forums
July 30, 2014 - You have an icon for the program you drag to Terminal? Right clk on it and choose the properties, which should show you the path and actual command name. All things go better with Mint. Mint julep, mint jelly, mint gum, candy mints, pillow mints, peppermint, chocolate mints, spearmint,.... ...
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
RUN AN APPLICATION IN TERMINAL - Linux Mint Forums
October 19, 2009 - I did that and the command came up so I typed in cd-circleprint and run in terminal and enter. The screen flashed, but nothing at all appears anywhere. Its all a bit odd. By chance do you have any idea what's wrong? Thanks again ... hi David I have not used that application so I don't know, but when you do Alt+F2 don't choose "run in terminal" just click on "run" and see if that makes a difference.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
Launching an app from the terminal - Linux Mint Forums
December 28, 2024 - You will likely need to run flatpak-installed apps with a longer command (create a desktop launcher from your menu and read the launcher (.desktop) text, looking for the line starting with EXEC...that will give you the full command to start the flatpak-installed app. Hope this helps. You gabe me yer cold. I todd you were my fred. ... Looks like "& disown" still allows errors to report back to the terminal, and hang it.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
[SOLVED] Running script within terminal :) - Linux Mint Forums
I can manually open a terminal window and type in "cd /home/tony/Desktop/Program" and then enter "./ProgramSync.sh" (ProgramSync.sh is the sync script) the program will run within the terminal window and i can watch the script as it runs and the program will do its thing.
๐ŸŒ
HowtoForge
howtoforge.com โ€บ home โ€บ useful basic terminal commands on linux mint 11
Useful Basic Terminal Commands On Linux Mint 11
On Linux Mint there is only one user with administrative rights which is the so called root user. However every system user can log him- or herself in as root to execute commands that need administrative rights to be run. I am going to show some of them in this tutorial, so what you need to do first is to log yourself in as root. Open Terminal ...
๐ŸŒ
Softhints
softhints.com โ€บ 5-ways-quickly-launch-programs-linux-mint
5 Ways To Quickly Launch Programs On Linux Mint - Softhints
February 10, 2022 - you can open the run dialog. A new feature - autocomplete - was intriduced for Linux Mint 17.3 Cinnamon Edition. In this way you can start new applications like Thunderbird or Libre Office by: ... Next method is similar to the previous one. I prefer to use this method when there is a problem with the application or the application doesn't start at all. In this case you can start new terminal and check the errors raised by this application:
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ software & applications
Automatically run script in terminal - Linux Mint Forums
What's not entirely clear to me is if this python script of yours is designed to open a terminal and run a command by itself or if you want another script to do that. It's it's the latter you might want to look at the last entry by xenopeek at the end of this thread: http://forums.linuxmint.com/viewtopic.php?f=213&t=80823 When you double click it will open a terminal, pass the command, and end with a prompt to close the terminal.
๐ŸŒ
Stack Overflow
stackoverflow.com โ€บ questions โ€บ 51116166 โ€บ run-applications-with-bash-from-linux-mint
Run applications with bash from Linux Mint - Stack Overflow
You can run it with ./test.sh from your junk directory in a terminal. For the very basics of bash, try the bash guide. It gets into how to create and run a script after a bit on running commands interactively.