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

Widget mouse drag Ubuntu 18.04 #46

Open
80sPop opened this issue May 10, 2018 · 2 comments
Open

Widget mouse drag Ubuntu 18.04 #46

80sPop opened this issue May 10, 2018 · 2 comments

Comments

@80sPop
Copy link

80sPop commented May 10, 2018

The app installs fine in Bionic Beaver, but the mouse can't move the widget from the upper left corner of desktop.

@echowarrior108
Copy link

echowarrior108 commented Feb 16, 2019

same issue in 18.10! haven't solved!

@echowarrior108
Copy link

ok the best I could do was go to the terminal, locate

/.config/my-weather-indicator#

edit file
my-weather-indicator.conf
I use nano
{
"24h": false,
"autolocation": true,
"first-time": false,
"http-port": 0,
"http-proxy": "",
"https-port": 0,
"https-proxy": "",
"icon-light": true,
"latitude": 28.7508247019192,
"latitude2": 0,
"location": "YOUR LOCATION",
"location2": "",
"longitude": YOUR LONGITUDE,
"longitude2": 0,
"main-location": true,
"onalldesktop1": true,
"onalldesktop2": true,
"onwidget1hide": false,
"onwidget1top": false,
"onwidget2hide": false,
"onwidget2top": false,
"pressure": "in",
"rain": "in",
"refresh": 1.0,
"second-location": false,
"show-notifications": true,
"show-notifications2": true,
"show-temperature": true,
"show-temperature2": true,
"showintaskbar1": true,
"showintaskbar2": false,
"skin1": "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/full",
"skin2": "/usr/share/my-weather-indicator/skins/little",
"snow": "in",
"temperature": "F",
"version": "0.9.1-0extras18.04.1",
"visibility": "mi",
"weather-service": "openweathermap",
"widget1": true,
"widget2": false,
"wind": "mph",
"wp1-x": 1500,
"wp1-y": 50,
"wp2-x": 0,
"wp2-y": 0,
"wu-key": "",
"wwo-key": ""
}`

I changed the 0 in wp1-x to 1500 and 0 in wp2 to 50 which puts it on the right side of the desktop but you can place it anywhere you like, when done editing save and the open and ok the preferences screen and it should move, I used a bunch of trial and error for this work around!!! Its not a solve but it is what it is:)

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