B00merang-Project / Redmond-Themes

Home of the B00merang Redmond Collection themes for Linux
http://b00merang.weebly.com/redmond-collection.html
187 stars 12 forks source link

Fix Cinnamon 3.2.2 Support for Themes #18

Closed daemonspudguy closed 7 years ago

daemonspudguy commented 7 years ago

I have an issue on the latest version of Cinnamon. I am using the XP Themes. All themes are strange looking.

daemonspudguy commented 7 years ago

image

Elbullazul commented 7 years ago

add the following code at the end of the cinnamon.css file. I think it should fix it, at least until cinnamon 3.2 gets stable enough I can work on it without problem.

.starkmenu-background {
    border: solid 1px transparent;
    border-image: url("menu-bg.png") 12 12 67 42;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 55px 1px 29px 1px;
}
dominichayesferen commented 7 years ago

@jacobpoo Yeah, unfortunately, Cinnamon kinda broke every theme when it comes to that thanks to their attempt at uniformity for menus...

daemonspudguy commented 7 years ago

@Elbullazul Thank you, thank you, thank you

daemonspudguy commented 7 years ago

@Elbullazul I fixed up your code and this is how you it. .menu { border: solid 1px transparent; border-image: url("menu-bg.png") 12 12 67 42; box-shadow: 2px 2px 2px rgba(0,0,0,0.5); padding: 55px 1px 29px 1px; }

Elbullazul commented 7 years ago

@jacobpoo thanks, I didn't know that mint had changed .menu-background for .menu

I'll try to add this to the current themes so you don't have to patch them

daemonspudguy commented 7 years ago

@Elbullazul Okay, sounds good

dominichayesferen commented 7 years ago

@jacobpoo @Elbullazul I'm pretty sure .menu and .menu-background are still two different things, .menu-background being for menus themselves, and .menu for being popup menu BGs...

Elbullazul commented 7 years ago

@feren maybe...

@jacobpoo can you post a screenshot of the right-click menu on the panel?

daemonspudguy commented 7 years ago

I will after school. I am currently in high school and as such have no access to my Linux custom build at home at the moment.

daemonspudguy commented 7 years ago

@feren is the same for both now in cinnamon 3.2

dominichayesferen commented 7 years ago

Oh ok...

daemonspudguy commented 7 years ago

@Elbullazul If you allow me, I can fix up the xp themes.

Elbullazul commented 7 years ago

you can create a fork of the repo and submit a pull request when changes are done. Then I can merge changes and seeing what has changed.

dominichayesferen commented 7 years ago

@jacobpoo If you're not familiar with Pull Requests: When you're ready, go to This Repo > Pull Requests > New Pull Request, then on the following site, make it compare this repository to your fork of it (make sure though that this repository (the target) is on the top of the page, and not yours), and then add a title & description as you please then hit 'Submit Pull Request'...

daemonspudguy commented 7 years ago

@Elbullazul @feren Okay. i will happily.

daemonspudguy commented 7 years ago

@feren image

dominichayesferen commented 7 years ago

Yeah, that was what I was thinking about, they used to be separate menus...

dominichayesferen commented 7 years ago

@jacobpoo ...beforehand, they looked like blocky/3D menus for non-menu menus...

Which part of CSS is making it look like that?

dominichayesferen commented 7 years ago

@jacobpoo PS: Is that XP Themes, or CinnXP for Metacity & Cinnamon? Haven't seen those changes myself...

daemonspudguy commented 7 years ago

@feren XP Themes, I am using my patched themes.

dominichayesferen commented 7 years ago

@jacobpoo Oh ok, wasn't sure if the Metacity spacing was fixed by Elbullazul or not...

daemonspudguy commented 7 years ago

@feren Okay

daemonspudguy commented 7 years ago

@feren .menu is the css part in the cinnamon.css file.

dominichayesferen commented 7 years ago

@cinnamoner 0.0.X releases on Cinnamon tend to just be minor updates and fixes whilst 0.X.0 releases are the MAJOR updates to Cinnamon...

Elbullazul commented 7 years ago

@jacobpoo do you happen to use starkmenu with the themes?

daemonspudguy commented 7 years ago

@Elbullazul CinnVIIStarkMenu

daemonspudguy commented 7 years ago

@Elbullazul Can you port Vista to gtk3.20

Elbullazul commented 7 years ago

actually, I'm not shure I want to; @bluedxca93 has already aero themes for 3.20:

maybe I'll tweak it to add the aero headerbars, but that would be all

daemonspudguy commented 7 years ago

@Elbullazul oh... Okay.

dominichayesferen commented 7 years ago

@Elbullazul Umm, on Global Application Menu by Lestcape, the menus are Vista-styled, also, what happened to the StarkMenu shutdown buttons reverse-compatibility?

Elbullazul commented 7 years ago

@feren oups, forgot retro-compatibility...

Elbullazul commented 7 years ago

re-added feature

daemonspudguy commented 7 years ago

@Elbullazul Can you please fix the themes for CinnVIIStarkMenu?

NikoKrause commented 7 years ago

@Elbullazul I've tested your XP Luna theme with the newest version of CinnVIIStarkMenu. It seems, that starkmenu-background doesn't pull information form menu-background as it did in previous versions. But it works, if you do the trick you mentioned above:

.starkmenu-background {
    border: solid 1px transparent;
    border-image: url("menu-bg.png") 12 12 67 42;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 54px 1px 29px 1px;
}

P.S.: Maybe the following is a matter of taste: Since Cinnamon 3.2 the vfade effect it enabled by default. It looks ugly in the XP theme. I would reduce it or setting it to 0px:

StScrollView.vfade {
  -st-vfade-offset: 0px;
}
Elbullazul commented 7 years ago

@NikoKrause thanks for your fix, it really helps get the old XP feeling back :D

@jacobpoo the bug is now fixed, I updated the code, but you need the newest version of CinnVII from Nikokrause, here

Elbullazul commented 7 years ago

here's how it now looks: virtualbox_linux mint 18 1_10_01_2017_20_07_06

NikoKrause commented 7 years ago

The searchbox is invisible. Maybe using something similar like in CinnXP (a blue border): screenshot-cinnamon-2017-01-11-021550

Elbullazul commented 7 years ago

I thought I had dealt with it :/

thanks for messaging, patch coming out soon...

Elbullazul commented 7 years ago

@NikoKrause issue fixed, just issued a corrective