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 ...
Reddit
reddit.com โบ r/linuxmint โบ opening programs from command terminal
r/linuxmint on Reddit: Opening programs from command terminal
March 8, 2024 -
So, I've been looking through webpages to find a way to run programs through the terminal. None of the things I can find work. alt + f2 doesn't do anything. I've tried just typing the name into the terminal as some pages suggested, but the only programs that I use and I can find that will auto-fill with tab are firefox, Steam, and Qmmp. I don't understand why it won't work for Discord or RetroArch. Just curious what I'm doing wrong. Thank you for any advice.
Top answer 1 of 3
8
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
2 of 3
2
The easiest way to do this is to: press the Super key (Windows key) Type in the program name. Right click and select properties. Look at the "command" field. That is the exact terminal command to open the program. That's how I know what to map my shortcut keys to.
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
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
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
New to MX Linux and Linux in General
https://www.expandrive.com/onedrive-for-linux/ More on reddit.com
Videos
11:46
Linux Mint - Cinnamon - Terminal Tips. - YouTube
03:09
How to Run/Open .exe Files in Linux Mint | Run executable Files ...
17:16
Linux Mint Terminal Commands for Beginners - YouTube
26:14
Linux Mint 21.1 - Cinnamon - New user Having fun with Terminal. ...
15:57
Linux Mint | Software from Package Manager, Terminal, and App-image ...
00:33
Linux Terminal: Open Programs Quickly - YouTube
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.
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.
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.