Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteo-qt apparent malfunction #114

Closed
Langjan opened this issue May 28, 2021 · 5 comments
Closed

Meteo-qt apparent malfunction #114

Langjan opened this issue May 28, 2021 · 5 comments

Comments

@Langjan
Copy link

Langjan commented May 28, 2021

The dropdown menu of Meteo-qt on my Ubuntu 20.04 Unity desktop and also same OS on my laptop used to have an option "toggle window" which opened a window that shows the current day's expected temperatures and rainfall by the hour in addition to the other forecasts. This option has disappeared, rendering meteo-q virtually useless. I have tried to re-install the app to no avail. Can you help please?

@dglent
Copy link
Owner

dglent commented May 28, 2021

Could you give me the output of the command below ?
Open the python interpreter (run "python" in the terminal) and type:

import os
os.environ.get('DESKTOP_SESSION')

For exemple in my pc with LXQt

Python 3.8.9 (default, Apr  5 2021, 18:09:13) 
[GCC 10.2.1 20210130] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.environ.get('DESKTOP_SESSION')
'/usr/share/xsessions/lxqt'
>>> 

Related to issue #63

@dglent
Copy link
Owner

dglent commented Jun 7, 2021

If the output is in this list: ['unity', 'ubuntu', 'budgie-desktop'], you should see the "Toggle window" menu entry.
i have asked and the name has not been changed in Unity desktop

if os.environ.get('DESKTOP_SESSION') in ['unity', 'ubuntu', 'budgie-desktop']:

But it would be useful to understand the problem.
It is ok with you the above instructions in order to see the session name ?
Don"t hesitate to tell me if you need some help.

@dglent
Copy link
Owner

dglent commented Sep 10, 2021

I installed Ubuntu and meteo-qt
I cannot reproduce the issue
With click on the icon i see the context menu and i have the option to toggle the windows

εικόνα

@dglent dglent closed this as completed Sep 10, 2021
@dglent
Copy link
Owner

dglent commented Sep 10, 2021

Which version of meteo-qt do you have ?
The latest is 2.4

@Langjan
Copy link
Author

Langjan commented Sep 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants