germanfr/cinnamon-transparent-panels

transparent-panels no longer loading after update to Cinnamon 5.4.0

joekm opened this issue · 12 comments

joekm commented
  • Extension version: 4.0-20181106
  • Cinnamon version: 5.4.0
  • Attach log: (/home//.xsession-errors)

xsession-errors.txt

Describe the bug
transparent-panels extension will no longer start after updating to Cinnamon 5.4.0. Gives error notification on startup. Error snippet from cinnamon-looking-glass log is posted below:

error t=2022-06-19T06:46:53Z [Error: No signal ‘maximize’ on object ‘CinnamonWM’]: Failed to evaluate ‘enable’ function on extension: transparent-panels@germanfr
info t=2022-06-19T06:46:53Z Loaded applet calendar@cinnamon.org in 212 ms
error t=2022-06-19T06:46:53Z
[transparent-panels@germanfr]: Extension transparent-panels@germanfr: Could not create extension object.
[transparent-panels@germanfr]: Error importing extension.js from transparent-panels@germanfr

Steps to reproduce
Happens consistently on startup.

Other information
Perhaps unrelated, but the calendar applet is no longer loading gnome calendar on startup but will load it when I manually reload the applet

.

Same issue here :

OS: Arch Linux x86_64
Kernel: 5.18.5-zen1-1-zen
GPU: AMD ATI Radeon 540/540X/550/550X
xsession-errors.txt

Extension version: 4.0-20181106
Cinnamon version: 5.4.0

Same here with Arch Linux x86_64

Kernel: 5.18.5-arch1-1
GPU: Intel HD Graphics 520
Cinnamon version: 5.4.0
Extension version: 4.0~20181106

xsession-errors.txt

exactly same here with latest Arch and latest Cinnamon

same for me

As a hint: It is possible to make the panels transparent by editing directly cinnamon.css
in /usr/share/cinnamon/theme/cinnamon.css
#panel {
color: #ffffff;
background-color: transparent;
font-weight: normal;
height: 26px;
width: 32px;
}

Same here with Arch Linux x86_64
Kernel - 5.18.6-arch1-1
Cinnamon version: 5.4.2-1

Not working on Cinnamon 5.4.2 - Mint 21 Vanessa - Linux 5.18.6

As a hint: It is possible to make the panels transparent by editing directly cinnamon.css in /usr/share/cinnamon/theme/cinnamon.css #panel { color: #ffffff; background-color: transparent; font-weight: normal; height: 26px; width: 32px; }

This is not working here. Do i have do to something else?

As a hint: It is possible to make the panels transparent by editing directly cinnamon.css in /usr/share/cinnamon/theme/cinnamon.css #panel { color: #ffffff; background-color: transparent; font-weight: normal; height: 26px; width: 32px; }

This is not working here. Do i have do to something else?

Your theme is most likely not the default one then. CSS settings posted earlier apply only to default one.

Look for cinnamon.css file in /home/[user]/.themes/[theme name]/

Thanks a lot for the quick help. I got it now for Mint-Y-Dark-Orange Theme.

As a hint: It is possible to make the panels transparent by editing directly cinnamon.css in /usr/share/cinnamon/theme/cinnamon.css #panel { color: #ffffff; background-color: transparent; font-weight: normal; height: 26px; width: 32px; }

What are you, a wizard?

Hello,
issue #50 describes the same problem.

Please have a look at PR linuxmint/cinnamon-spices-extensions#395.
With this change the issue should be solved.