#Customizing Home menu
1 messages · Page 1 of 1 (latest)
if I click "browse" it just brings me to file explorer, I have no idea where the apps are stored
I can easily get something working if its on my desktop, but I cant figure out where system apps are stored (im very new to linux, dont even know what exactly to look FOR)
which application are you wanting to add to the menu, and how do you currently start it?
A bunch of them, cleared the menu to customize it (I can easily just put them all back) but I wanted to create the menu from scratch to make it how I like, im probably biting off more than I can chew though 😅
yes you are
I just dont know what files are the actual apps, and not files FOR the apps. what file format is used to launch apps?
most, if not all programs don't have an extension and are located in /bin
Wait, I think I get it, what I will just do is copy the commands used to launch apps and use that
like for system monitor it says gnome-system-monitor
easier than wading through files to FIND them 😂
yeah whatever works to launch via terminal is the same for the command field when making a launcher
lol i will figure out where the actual files are someday, but prob not rn 💀
i hope u didnt remove Synaptic package manager from the menu. it uses a more complex command to start up in root mode; same for software manager
I removed everything. luckily, there is a single button that restores it to system defaults
i think all the launchers that the menu references live in /usr/share/applications/ but dont delete ANYTHING in that folder
u can view any .desktop file in a text editor to see actual binary locations and syntax
simply right-click, 'open with', text editor
Okay, so my second question was: is it possible to create a launcher that launches firefox with a certain page (eg. youtube) , and if so, how?
Lol I just finished a txt file with the commands for all the applications on the home menu when you first install linux mint:
(Plus steam and discord)
You can create a launcher to start Firefox using a particular profile and you can create Web apps.
i think the command field in the launcher can simply be firefox www.site.com
you can also simply set Firefox (or another browser) to open on any website as its first start page; that is within that application's own settings.
this worked, thank you!