

It's already in the Repo.Rehdon wrote:That's not yet in the repository, right? Perhaps you should rename it, so that people switching between GS and Cinnamon can have the original GS version?
I have tested it in Ubuntu 11.10, Ubuntu 12.04 and Linux Mint 12 and works fine in all 3.Rehdon wrote:Just upgraded it, I have temperature and weather condition listed on the panel, but if I click on the icon the corresponding (bubble) window is empty.
I have installed these extensions in Ubuntu 11.10, Ubuntu 12.04 and Linux Mint 12 without any dependency errors.rbeltz48 wrote:I tried to install the cinnamon-extensions files but ran into all kinds of errors and missing dependencies problems. For now I am just going to leave Cinnamon alone until it is in a more stable state and being able to add features is easier. For now I prefer and will use GNOME Classic.
I don't have the time to figure out how to add it to the Cinnamon Settings application.zenrox wrote:i do like the gnome tweek tool fix
but all the cinnamon stuff you put in to the gnome tweek tool really needs to be put in to cinnamon tweek tool imho
but this is still a step in the right direction
on a side note i had to force the older ver in the repo to get it worken so check your versions melwiz79
other wise works great keep you the great work
oh i know but it works just fine thomerlwiz79 wrote:You only have to force it in Linux Mint.
To make sure you don't break anything Linux Mint repo takes priority over all other repos.
This happens even if the version of a package in another repo is a newer version.
Can you post the errors here?rbeltz48 wrote:To Merlwiz79:
I followed your instructions in your very first post in this thread (Sat. 1/7). Added the PPA to software sources and then brought the extensions into Synaptic. Tried to install them from Synaptic and received all these errors.
================================================================================================merlwiz79 wrote:Can you post the errors here?rbeltz48 wrote:To Merlwiz79:
I followed your instructions in your very first post in this thread (Sat. 1/7). Added the PPA to software sources and then brought the extensions into Synaptic. Tried to install them from Synaptic and received all these errors.
I use Synaptic to install everything.
Edit: Just loaded Ubuntu 11.10 Live cd and installed cinnamon and all cinnamon extensions without any problems.
Don't install cinnamon-session.rbeltz48 wrote:I have Cinnamon 1.2.0 installed. I added the PPA you mentioned to software sources:
http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
Here are the errors I get when I try to install the extensions.Code: Select all
cinnamon-extension-weather: Depends: cinnamon but it is not going to be installed cinnamon-session: Depends: cinnamon but it is not going to be installed cinnamon-extensions-xrandr-indicator: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-auto-move-windows: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-common: Depends: cinnamon but it is not going to be installed Depends: cinnamon-session cinnamon-extensions-dock: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-drive-menu: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-places-menu: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-trash: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-windows-navigator: Depends: cinnamon-extensions-common but it is not going to be installed
Code: Select all
sudo apt-get update
sudo apt-get cinnamon cinnamon-extensions-auto-move-windows cinnamon-extensions-dock cinnamon-extensions-drive-menu cinnamon-extensions-places-menu cinnamon-extensions-trash cinnamon-extensions-windows-navigator cinnamon-extensions-xrandr-indicator cinnamon-extension-weather
==================================merlwiz79 wrote:Don't install cinnamon-session.rbeltz48 wrote:I have Cinnamon 1.2.0 installed. I added the PPA you mentioned to software sources:
http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
Here are the errors I get when I try to install the extensions.Code: Select all
cinnamon-extension-weather: Depends: cinnamon but it is not going to be installed cinnamon-session: Depends: cinnamon but it is not going to be installed cinnamon-extensions-xrandr-indicator: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-auto-move-windows: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-common: Depends: cinnamon but it is not going to be installed Depends: cinnamon-session cinnamon-extensions-dock: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-drive-menu: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-places-menu: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-trash: Depends: cinnamon-extensions-common but it is not going to be installed cinnamon-extensions-windows-navigator: Depends: cinnamon-extensions-common but it is not going to be installed
Try these commands in terminal:Code: Select all
sudo apt-get update sudo apt-get cinnamon cinnamon-extensions-auto-move-windows cinnamon-extensions-dock cinnamon-extensions-drive-menu cinnamon-extensions-places-menu cinnamon-extensions-trash cinnamon-extensions-windows-navigator cinnamon-extensions-xrandr-indicator cinnamon-extension-weather
The 1st error is fine.rbeltz48 wrote:When I did the update I received this error:
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 584BD6410AAFAD78
When I tried to install the extensions I received this error:
E: Invalid operation cinnamon
Well...at least I'm not bored!!
Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0AAFAD78
Code: Select all
sudo apt-get install cinnamon cinnamon-extensions-auto-move-windows cinnamon-extensions-dock cinnamon-extensions-drive-menu cinnamon-extensions-places-menu cinnamon-extensions-trash cinnamon-extensions-windows-navigator cinnamon-extensions-xrandr-indicator cinnamon-extension-weather
OK, that worked and the extensions are now under Extensions in Cinnamon Settings. However, Cinnamon and sub-directories aren't showing up in the Configuration Editor like those in one of your original postings:merlwiz79 wrote:The 1st error is fine.rbeltz48 wrote:When I did the update I received this error:
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 584BD6410AAFAD78
When I tried to install the extensions I received this error:
E: Invalid operation cinnamon
Well...at least I'm not bored!!
If you run this command you'll get rid of it.The second error is because I forgot a part of the command.Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0AAFAD78
Code: Select all
sudo apt-get install cinnamon cinnamon-extensions-auto-move-windows cinnamon-extensions-dock cinnamon-extensions-drive-menu cinnamon-extensions-places-menu cinnamon-extensions-trash cinnamon-extensions-windows-navigator cinnamon-extensions-xrandr-indicator cinnamon-extension-weather
That's true (I actually checked on the web), but I'm not offered the chance to upgrade the package: at the moment I have version 3.2.0-0ubuntu1-1mint3 (lisa) installed, I guess the version from your repo is the one listed as 3.2.0-2ubuntu1~oneiric (oneiric) but it is not presented as an update.merlwiz79 wrote:It's already in the Repo.
Smart behavior, very nice.merlwiz79 wrote:There is no need to rename it.
It works for both Gnome Shell and Cinnamon.
When you login to a Gnome Shell session it has all the settings for Gnome Shell and hides all the Cinnamon settings.
Then it does the reverse in a Cinnamon session.
It might be a problem with my specific location, I'll have to check under Gnome Shell.merlwiz79 wrote:I have tested it in Ubuntu 11.10, Ubuntu 12.04 and Linux Mint 12 and works fine in all 3.Rehdon wrote:Just upgraded it, I have temperature and weather condition listed on the panel, but if I click on the icon the corresponding (bubble) window is empty.
It doesn't matter what version I make it it won't update on Linux Mint.Rehdon wrote:That's true (I actually checked on the web), but I'm not offered the chance to upgrade the package: at the moment I have version 3.2.0-0ubuntu1-1mint3 (lisa) installed, I guess the version from your repo is the one listed as 3.2.0-2ubuntu1~oneiric (oneiric) but it is not presented as an update.
Make sure you have cinnamon-extensions-dock 1.2.0-4ubuntu1 installed.zenrox wrote:ok i got them installed but the dock worked once with its not staying open long enuf to slect an app then never worked agine
purged it and reinstalled
so i dont know what to do
yes i have done that as well i did notice the version changeMake sure you have cinnamon-extensions-dock 1.2.0-4ubuntu1 installed.
Also make sure you don't have one installed in ~/.local/share/cinnamon
Then logout and log back in.
This is only for cinnamon 1.2.0 from the PPA or from Linux Mint 11 repo.zenrox wrote:yes i have done that as well i did notice the version change
and bolth gnome-tweek-tool ( has a red baloon next to the extention )
and cinnmon settings i can click it on and off all i want and nothen happends
i even whent as fas as rebooting the whole lappy i think something is fundamently wrong with the dock's code that dont make it compatable any more
it was acting strange in the lead up to the 1.2 cinnamon realice that i was noticing when i was updateing from the git repo