Ed_P wrote: ↑06 Feb 2019, 21:13
Right clicking on the panel's icon allows you to select Preferences and change the settings. The default is Auto but when turned off latitude and longitude can be entered.
The question is... where do I again find latitude and longitude when using openstreetmap?
Finding the location is easy, and zooming into the exact place as well, and I was able getting the latitude and longitude, but now I don't see that info anymore.
Right-clicking a place in openstreetmap gives me this menu

but that menu is not really helpful. Or is latitude and longitude hidden in one of these entries?
Update
Maybe it is a bug in Palemoon?
https://help.openstreetmap.org/question ... nstreetmap
Use the
www.openstreetmap.org website and hover the mouse pointer over the "permalink" link. The status bar in your browser should display the URL of the current map view which includes latitude and longitude of the map center. Or click the "export" tab which allows you to draw a rectangle on the map and see its edge coordinates.
The Palemoon status bar is empty and no latitude and longitude is displayed whatsoever.
But the
click the "export" tab which allows you to draw a rectangle technique is working.
__________________
Update2
Entering latitude and longitude and trying to exit Preferences seem to have crashed simple-weather-indicator-x86_64-20190206.xzm
Take a look at the screenshot, that is what is still there from the Preferences, and trying to click on the panel icon does nothing.
And I cannot even kill is:
Code: Select all
guest@porteus:~$ killall indicator-weather
indicator-weather: no process found
Could it be it terminated, but the panel is still displaying the icon?
Update3
Code: Select all
root@porteus:/mnt/live/memory/images# psg weath
3222 pts/3 Sl 0:03 python /usr/bin/indicator-weather
5081 tty2 Sl 0:02 python /usr/bin/indicator-weather
root@porteus:/mnt/live/memory/images# kill -9 3222
root@porteus:/mnt/live/memory/images# kill -9 5081
After that, I was able to start it anew, and it did remember the latitude and longitude settings, it even tells the position by streetname, which is a bit creepy. I feel like the thing is stalking me.
In case one wonders what psg is:
Code: Select all
root@porteus:/mnt/live/memory/images# type psg
psg is a function
psg ()
{
/bin/ps ax | /bin/grep "$1" | /bin/grep -v grep
}