0

I was looking for a way to set my weather indicator to launch right after the system startup.

I've found a nice and clear answer here. The answer says that the command to add to the startup programs is indicator-weather.

My question is, how may I know in advance that the command is "indicator-weather"? Why not "weather-indicator"? Where do I get that kind of information from?

Thanks!

Rosamunda
  • 831

2 Answers2

2

Go to /usr/share/applications directory location (or your respective application location) and right-click to see properties. you will get the command field. This is the required command for you to use it for start-up command.

If it is not in application search the location of the executable file from whereis <nameofprogram>. It will give you many places (you need to search among them, generally from /usr/bin location). Then after finding the exact location of executable file use that path as command in startup application.

Zanna
  • 72,312
hunch
  • 839
1

There is several ways to know the exact command to start an application.

Both methods should help you to find the right command (e.g indicator-weather)