Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transparent-panels no longer loading after update to Cinnamon 5.4.0 #49

Open
joekm opened this issue Jun 19, 2022 · 12 comments
Open

transparent-panels no longer loading after update to Cinnamon 5.4.0 #49

joekm opened this issue Jun 19, 2022 · 12 comments

Comments

@joekm
Copy link

joekm commented Jun 19, 2022

  • 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 [email protected] 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

.

@clrOne
Copy link

clrOne commented Jun 19, 2022

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

@eperulli
Copy link

eperulli commented Jun 20, 2022

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

@msjr65
Copy link

msjr65 commented Jun 21, 2022

exactly same here with latest Arch and latest Cinnamon

@byruben19
Copy link

same for me

@msjr65
Copy link

msjr65 commented Jun 23, 2022

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;
}

@dimugric
Copy link

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

@eosdev-x
Copy link

eosdev-x commented Jun 24, 2022

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

@amDude1848
Copy link

amDude1848 commented Jun 24, 2022

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?

@clrOne
Copy link

clrOne commented Jun 24, 2022

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]/

@amDude1848
Copy link

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

@pnoumenon
Copy link

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?

@mammo0
Copy link

mammo0 commented Aug 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants