I am a total newbie to Ubuntu and just installed it yesterday, so please explain it, so someone who almost never used Linux can understand.
I would like to not have to open a separate Terminal to open stuff like Teamspeak and FileZilla and have to keep it open.
To open FileZilla I just have to run filezilla
in Terminal. For Teamspeak I have to navigate into that folder and run ./ts3client_runscript.sh
and then have to keep it open. How can I make desktop shortcuts for each the single command with Filezilla and the SH file for Teamspeak and make it, so I won't have a thousand terminals open the whole time?
And before anyone asks: I have the default desktop environment of the current Ubuntu LTS version. No idea how it's called. Would be great to know. Google just tells me three different ones.
filezilla &
– guiverc May 28 '19 at 11:03filezilla &
but that doesnt change anything @guiverc – OfficialCRUGG May 28 '19 at 11:09ls
you'll list your files as you should (and your prompt will return). To keep your terminals clean, I'd probably use one tab to background-run programs, and in that terminal (new tab) use it for your interactive use so that program messages don't mess up your display output. – guiverc May 28 '19 at 11:13gnome-desktop-item-edit
installed, though i havegnome-tweaks
as the link says and all ofubuntu-desktop
installed. (why i didn't duplicate to that link; though could just be cause I'm on 19.10) – guiverc May 28 '19 at 11:18.desktop
file. That would be an interesting question for meta: should this not be closed as duplicate because the (by far) most upvoted answer is obsolete, even if the other answers are still valid? – danzel May 28 '19 at 11:31