Brent, do you have a category called weatherapp already? If you don't, that may take another file to setup (I don't know...just making assumption). If you put it as Utility or some other pre-defined category, and login/out of window manager, you should see it I would think.
How to Create a .desktop File For Your Application in Solus
[unknown] this tutorial asks you to navigate to a directory. Make a text file. Then copy and paste a template with comments on what exactly each do.
If this is to complicated for a beginner I'm not one to judge but we made need them to go back to the basics.
Chapter 1 - Word Processing and file structure
I'm sorry my tutorial is considered complicated. I don't speak English and use an online translator, so I was very brief.
- Edited
[Desktop Entry]
Name=Zygrib
Type=Application
Icon=/home/brent/Downloads/zyGrib-8.0.1/data/img/zyGrib.icns
Exec=/home/brent/Downloads/zyGrib-8.0.1/bin/zyGrib
Comment=no stinkin tooltip
Terminal=false
Keywords=Weather;
Categories=System;Settings;
save as <yourfilename>.desktop and place is in /usr/share/applications or ./local/share/applications (hope you knew that in case if you dont know)
Hope this will work for u. Exec is the executable file name with the path .
There is no Categories as Weather so it goes to Others . Check for categories.
https://developer.gnome.org/menu-spec/
https://developer.gnome.org/menu-spec/#additional-category-registry
So the weather goes as science/Education i guess. if you want to move it to Education then update with this
Categories=Education;
Category Directories are in ls /usr/share/desktop-directories
The main menus in cat ~/.config/menus/gnome-applications.menu
@ALL: thanks for the great replies. Although I did not have success, I eventually will. Have a great Sunday.
- Edited
Hi algent, for zygrib I drop the executable into the terminal and it launches. For stacer I'm still changing directory in terminal to folder then output/stacer. It's convoluted but it was another person's method (in your old stacer build thread) and I just stayed lazy about it.
If I can get zygrib onto desktop and menu, then I know I'll be able to do it for stacer.
Have a little time, I'm going to write this file from scratch again and delete the old one.
- Edited
AguerreroG you started your build in the Documents folder. I find that wild. I've done it in Downloads and one in /.build.
What has me always scratching my head about builds is this: does it matter where you start? Or are there places one must never start a build? edit: good youtube clip
It doesn't matter where you start writing documents