When I add the weather applet to my panel nothing new displays.
I am running Cinnamon 1.4.0.
Ideas?
b.
I have to disclaim: **applet/extension code is not signed.** Please
inspect it to see what it does. In particular, some lines use 'sudo.'
A lot of users have requested one-click installation. We're somewhat
beholden to GNOME in this respect; see upstream #50.
https://github.com/simon04/gnome-shell-extension-weather/issues/50
Yeah, I did see the script.
>
> I have to disclaim: **applet/extension code is not signed.** Please
> inspect it to see what it does. In particular, some lines use 'sudo.'
Yeah. I saw that too. Wasn't so pleased to see that.
>
> A lot of users have requested one-click installation.
Indeed. Having to be root to install "per user" stuff is ugly. A user
should be able to customize their desktop without being root.
> We're somewhat
> beholden to GNOME in this respect; see upstream #50.
Yeah, I noticed as much when I applied the steps of the install by
hand. I am sure you can understand my reluctance to just let a script
loose asking for root permissions and all that.
I believe I have completed what the script would have done:
$ ls -l .local/share/cinnamon/applets/cinnamon-weather-1.4.3/
total 80
-rw-r--r-- 1 brian brian 33012 2012-04-07 15:19 applet.js
-rwxr-xr-x 1 brian brian 6945 2012-04-07 15:19 cinnamon-weather-settings
-rwxr-xr-x 1 brian brian 2751 2012-04-07 15:19 cleanup.sh
-rw-r--r-- 1 brian brian 2245 2012-04-07 15:19 icon.png
-rwxr-xr-x 1 brian brian 2751 2012-04-07 15:19 install.sh
-rw-r--r-- 1 brian brian 122 2012-04-07 15:19 metadata.json
-rw-r--r-- 1 brian brian 3643 2012-04-07 15:19
org.cinnamon.a...@mockturtl.gschema.xml
drwxr-xr-x 2 brian brian 4096 2012-04-07 15:19 po
-rw-r--r-- 1 brian brian 865 2012-04-07 15:19 README.md
-rw-r--r-- 1 brian brian 1036 2012-04-07 15:19 stylesheet.css
-rwxr-xr-x 1 brian brian 2751 2012-04-07 15:19 uninstall.sh
$ ls -l
/usr/share/glib-2.0/schemas/org.cinnamon.a...@mockturtl.gschema.xml
-rw-r--r-- 1 root root 3643 2012-04-13 17:49
/usr/share/glib-2.0/schemas/org.cinnamon.a...@mockturtl.gschema.xml
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
I didn't bother with .local/share/locale since I am in an english locale.
I'm happy to provide any other information.
Cheers,
b.
On 12-04-14 02:01 PM, Brian J. Murrell wrote:
>
> $ ls -l .local/share/cinnamon/applets/cinnamon-weather-1.4.3/
This actually needs to be .local/share/cinnamon/applets/weather@mockturtl
Sorry for the noise.
Cheers,
b.