You are not logged in.

#151 2014-05-02 16:01:45

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

local/cinnamon 2.2.3-3
local/cinnamon-control-center 2.2.3-3
local/cinnamon-desktop 2.2.0-1
local/cinnamon-menus 2.2.0-1
local/cinnamon-screensaver 2.2.0-2
local/cinnamon-session 2.2.0-2
local/cinnamon-settings-daemon 2.2.1-3

Offline

#152 2014-05-02 16:15:06

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:
Loading Power module
/usr/bin/python2: symbol lookup error: /usr/lib/cinnamon-control-center-1/panels/libpower.so: undefined symbol: up_client_get_can_hibernate

So the Control Center 2.2.3-3 is still using the old up_client_get_can_hibernate. This can be fixed by using the 0.99 version check IF/ELSE.

[link]https://bbs.archlinux.org/viewtopic.php … 2#p1410272[/link] Patch exists already (just not upstream).

edit:
Needs to be sent upstream [link]https://github.com/linuxmint/cinnamon-control-center[/link]

@robin92 [link]https://github.com/linuxmint/cinnamon-c … 9b1e3a6d5c[/link]  Link is to an accepted patch for upower-1.0 changes.

Last edited by loqs (2014-05-02 16:34:31)

Offline

#153 2014-05-02 16:18:49

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

loqs wrote:
sb56637 wrote:
Loading Power module
/usr/bin/python2: symbol lookup error: /usr/lib/cinnamon-control-center-1/panels/libpower.so: undefined symbol: up_client_get_can_hibernate

So the Control Center 2.2.3-3 is still using the old up_client_get_can_hibernate. This can be fixed by using the 0.99 version check IF/ELSE.

[link]https://bbs.archlinux.org/viewtopic.php … 2#p1410272[/link] Patch exists already (just not upstream).

So I'm not the only one having trouble with the Power settings module?

Thanks for the link, I was trying to remember where I saw that patch. I did try it, and I compiled it and it did solve the problem. But what needs to be done to get it in Arch? Should I file a bug against Arch, or should I try to get the patch accepted upstream?

Offline

#154 2014-05-02 16:21:41

robin92
Member
From: Wroclaw, Poland
Registered: 2013-10-20
Posts: 24
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:

should I try to get the patch accepted upstream?

You will fail, no one simply push to upstream. I talked with the Cinnamon devs and they have no intent to support new upower until it hits Ubuntu or LinuxMint whatsoever.

Offline

#155 2014-05-02 16:51:25

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

robin92 wrote:
sb56637 wrote:

should I try to get the patch accepted upstream?

You will fail, no one simply push to upstream. I talked with the Cinnamon devs and they have no intent to support new upower until it hits Ubuntu or LinuxMint whatsoever.

That's what I suspected. So an Arch bug should be opened requesting the patch to be integrated? It shouldn't be a big deal, before Cinnamon 2.2 Arch used to use quite a few Arch-specific patches for Cinnamon.

Offline

#156 2014-05-02 17:01:55

robin92
Member
From: Wroclaw, Poland
Registered: 2013-10-20
Posts: 24
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:

So an Arch bug should be opened requesting the patch to be integrated?

Yeah, that's a good idea. I will vote it up.

Offline

#157 2014-05-02 20:51:18

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

FS#40193 - [cinnamon-control-center] Please integrate upower 0.99 patch to fix "Power" module
https://bugs.archlinux.org/task/40193

Offline

#158 2014-05-03 06:20:01

romanbo
Member
Registered: 2014-03-14
Posts: 2

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

blacky wrote:

Actually the keyboard stuff is still bug-ridden. I’m using the Neo keyboard layout[1] which remaps Caps lock to Mod3 — and that’s not working any more. I did not yet have any time to pay a close look to this but wanted to drop it here just get it noted (if any other Neo user is looking for this).

[1] http://neo-layout.org/

I'm using the swiss german keyboard layout and since the newest cinnamon update, it doesn't work anymore. I get the following error message when i try to choose it:


Error activating XKB configuration.
There can be various reasons for that.

If you report this situation as a bug, include the results of
• xprop -root | grep XKB
• gsettings get org.gnome.libgnomekbd.keyboard model
• gsettings get org.gnome.libgnomekbd.keyboard layouts
• gsettings get org.gnome.libgnomekbd.keyboard options




• xprop -root | grep XKB:
_XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "pc104", "ch", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "evdev", "pc104", "ara", "", ""


• gsettings get org.gnome.libgnomekbd.keyboard model:
''


• gsettings get org.gnome.libgnomekbd.keyboard layouts
['ch\tnodeadkeys']


• gsettings get org.gnome.libgnomekbd.keyboard options
@as []


• The output of 'xprop -root | grep XKB' after 'setxkbmap 'ch(de)':
_XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "pc104", "ch", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "evdev", "pc104", "ch(de)", "", ""


The problem occurs on three different computers.

Last edited by romanbo (2014-05-03 06:25:36)

Offline

#159 2014-05-03 12:04:26

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:

FS#40193 - [cinnamon-control-center] Please integrate upower 0.99 patch to fix "Power" module
https://bugs.archlinux.org/task/40193

The commit you reference in the bug report is applied for 2.2.3 (the version currently in arch) it just misses the two calls my patch handles.

Offline

#160 2014-05-03 19:15:53

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

The new Cinnamon 2.2.5-1 and related packages (some of which have different versions) just hit Arch stable, and quite a few issues are now fixed.

Now fixed:
* Some systray icons not appearing
* Power module of Cinnamon Settings wouldn't load

Broken:
* New issue: Desktop icon text color is wrong, now beige and almost unreadable. https://bugs.archlinux.org/task/40207
* Power applet still doesn't work. What can be done to implement this fixed version? https://github.com/robin92/cinnamon-power-applet/

Last edited by sb56637 (2014-05-03 19:17:12)

Offline

#161 2014-05-03 19:31:16

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

$ pacman -Qi cinnamon-control-center 
Name           : cinnamon-control-center
Version        : 2.2.4-1
Description    : The Control Center for Cinnamon
Architecture   : x86_64
URL            : https://github.com/linuxmint/cinnamon-control-center
Licences       : GPL
Groups         : None
Provides       : None
Depends On     : cinnamon-settings-daemon  cinnamon-translations
                 cinnamon-menus  libgnomekbd  network-manager-applet
Optional Deps  : gnome-color-manager: for color management tasks [installed]
Required By    : cinnamon
Optional For   : None
Conflicts With : None
Replaces       : None
Installed Size : 6777.00 KiB
Packager       : Alexandre Filgueira <alexfilgueira@cinnarch.com>
Build Date     : Sat 03 May 2014 17:41:19 UTC
Install Date   : Sat 03 May 2014 18:59:14 UTC
Install Reason : Explicitly installed
Install Script : Yes
Validated By   : Signature
$ cinnamon-settings power
Python module

** (cinnamon-settings.py:973): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Could not find bluetooth module; is the cinnamon-control-center package installed?
Loading Power module
/usr/bin/python2: symbol lookup error: /usr/lib/cinnamon-control-center-1/panels/libpower.so: undefined symbol: up_client_get_can_hibernate

Power module of cinnamon control centre is still broken for me.

Last edited by loqs (2014-05-03 19:39:40)

Offline

#162 2014-05-03 19:35:04

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

loqs wrote:

Power module of cinnamon control centre is still broken for me.

Did you remove the stock Cinnamon power applet? I also found that it broke the functionality of the Power module in the Cinnamon Settings. When I removed that applet and logged out/in the Power settings started working again.

Last edited by sb56637 (2014-05-03 19:35:48)

Offline

#163 2014-05-03 19:47:01

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:
loqs wrote:

Power module of cinnamon control centre is still broken for me.

Did you remove the stock Cinnamon power applet? I also found that it broke the functionality of the Power module in the Cinnamon Settings. When I removed that applet and logged out/in the Power settings started working again.

Power applet is not loaded checked in looking glass and tried a reboot to ensure all loaded libraries where the correct version.  Same result as posted above.

Last edited by loqs (2014-05-03 19:49:15)

Offline

#164 2014-05-03 19:50:01

FernandoBasso
Member
From: Brazil
Registered: 2010-10-27
Posts: 90
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

I have other problems...

$ cinnamon-settings
Non-ASCII character '\xc2' in file /usr/lib/python3.4/site-packages/cairo/__init__.py on line 4, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (__init__.py, line 3)

Added encoding declaration in the file...

$ cinnamon-settings
No module named _cairo

There is a difference between knowing the path and walking the path.

Offline

#165 2014-05-03 20:39:05

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

loqs wrote:

Power module of cinnamon control centre is still broken for me.

Same here:

claire ~ % cinnamon-settings power
Python module

** (cinnamon-settings.py:3758): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Could not find bluetooth module; is the cinnamon-control-center package installed?
Loading Power module
/usr/bin/python2: symbol lookup error: /usr/lib/cinnamon-control-center-1/panels/libpower.so: undefined symbol: up_client_get_can_hibernate
claire ~ % pacman -Qs cinnamon              
local/awesome-cinnamon 0.1-4
    Launch awesome with cinnamon-settings-daemon
local/cinnamon 2.2.5-1
    Linux desktop which provides advanced innovative features and a traditional
    user experience
local/cinnamon-control-center 2.2.4-1
    The Control Center for Cinnamon
local/cinnamon-desktop 2.2.1-1
    Library with common API for various Cinnamon modules
local/cinnamon-menus 2.2.0-1
    Cinnamon menu specifications
local/cinnamon-screensaver 2.2.2-1
    Screensaver designed to integrate well with the Cinnamon desktop.
local/cinnamon-session 2.2.0-2
    The Cinnamon Session Handler
local/cinnamon-settings-daemon 2.2.2-1
    The Cinnamon Settings daemon
local/cinnamon-translations 2.2.0-1
    Translations for Cinnamon and Nemo
local/cjs 2.2.0-1
    Javascript Bindings for Cinnamon
local/muffin 2.2.2-1
    Cinnamon window manager based on Mutter
local/nemo 2.2.1-1
    Cinnamon file manager (Nautilus fork)
loqs wrote:
sb56637 wrote:
loqs wrote:

Power module of cinnamon control centre is still broken for me.

Did you remove the stock Cinnamon power applet? I also found that it broke the functionality of the Power module in the Cinnamon Settings. When I removed that applet and logged out/in the Power settings started working again.

Power applet is not loaded checked in looking glass and tried a reboot to ensure all loaded libraries where the correct version.  Same result as posted above.

I'm the same as @loqs.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#166 2014-05-05 17:42:23

Reason
Member
From: TN, USA
Registered: 2012-06-25
Posts: 7

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

I have updated to Cinnamon 2.2.5, have disabled the built-in power applet, and the problem persists. Same unresolved symbol up_client_get_can_hibernate.

Offline

#167 2014-05-07 11:45:29

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

Does anyone have RAM leakage when cinnamon-screensaver activates? It only happens for me with cinnamon-screensaver-2.2.2-1.

I downgraded to cinnamon-screensaver-2.2.0-2 and the RAM leakage is gone.

Last edited by clfarron4 (2014-05-07 13:16:04)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#168 2014-05-07 13:58:37

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

clfarron4 wrote:

Does anyone have RAM leakage when cinnamon-screensaver activates? It only happens for me with cinnamon-screensaver-2.2.2-1.

I downgraded to cinnamon-screensaver-2.2.0-2 and the RAM leakage is gone.

I haven't noticed any RAM leakage per se, but I have had a serious problem with the session becoming unresponsive and only the mouse moving after waking the screensaver. The only way to regain control of the system is by killing the X server. Here's the bug report: https://github.com/linuxmint/Cinnamon/issues/3123 Not sure if clfarron4's RAM leakage is related?

Offline

#169 2014-05-08 09:50:12

Azrael85
Member
Registered: 2012-05-30
Posts: 24

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

With the last update the text of the desktop icons has become too much darker and I barely can read it. Has anyone else notice this??

Offline

#170 2014-05-08 13:21:45

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

Azrael85 wrote:

With the last update the text of the desktop icons has become too much darker and I barely can read it. Has anyone else notice this??

https://bugs.archlinux.org/task/40207

Offline

#171 2014-05-08 13:52:36

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:
Azrael85 wrote:

With the last update the text of the desktop icons has become too much darker and I barely can read it. Has anyone else notice this??

https://bugs.archlinux.org/task/40207

Biege? How've you done that one? I've got black text here.

That said, I've not paid attention to desktop icons because I don't have any.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#172 2014-05-08 14:15:09

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

clfarron4 wrote:
sb56637 wrote:
Azrael85 wrote:

With the last update the text of the desktop icons has become too much darker and I barely can read it. Has anyone else notice this??

https://bugs.archlinux.org/task/40207

Biege? How've you done that one? I've got black text here.

No idea. smile My icon text used to be white.

Offline

#173 2014-05-08 18:29:48

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:
clfarron4 wrote:

Biege? How've you done that one? I've got black text here.

No idea. smile My icon text used to be white.

Well, I can agree with you that it used to be white.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#174 2014-05-09 21:10:39

sb56637
Member
Registered: 2009-02-18
Posts: 63

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

Fixed now in nemo-2.2.1-2.

Offline

#175 2014-05-10 10:58:02

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Cinnamon] Issues after update to Cinnamon 2.2 and GTK 3.12

sb56637 wrote:

Fixed now in nemo-2.2.1-2.

Yup, same here/

clfarron4 wrote:

Does anyone have RAM leakage when cinnamon-screensaver activates? It only happens for me with cinnamon-screensaver-2.2.2-1.

I downgraded to cinnamon-screensaver-2.2.0-2 and the RAM leakage is gone.

Fixed with cinnamon-screensaver 2.2.3-1.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

Board footer

Powered by FluxBB