
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?
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.


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.



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



merlwiz79 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.

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: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.
Can you post the errors here?
I use Synaptic to install everything.
Edit: Just loaded Ubuntu 11.10 Live cd and installed cinnamon and all cinnamon extensions without any problems.

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
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: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
Don't install cinnamon-session.
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!!
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0AAFAD78sudo 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

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

merlwiz79 wrote:It's already in the Repo.
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.
merlwiz79 wrote: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 tested it in Ubuntu 11.10, Ubuntu 12.04 and Linux Mint 12 and works fine in all 3.

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.



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


Make 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.

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





Users browsing this forum: No registered users and 17 guests