Closed daemonspudguy closed 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;
}
@jacobpoo Yeah, unfortunately, Cinnamon kinda broke every theme when it comes to that thanks to their attempt at uniformity for menus...
@Elbullazul Thank you, thank you, thank you
@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; }
@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
@Elbullazul Okay, sounds good
@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...
@feren maybe...
@jacobpoo can you post a screenshot of the right-click menu on the panel?
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.
@feren is the same for both now in cinnamon 3.2
Oh ok...
@Elbullazul If you allow me, I can fix up the xp themes.
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.
@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'...
@Elbullazul @feren Okay. i will happily.
@feren
Yeah, that was what I was thinking about, they used to be separate menus...
@jacobpoo ...beforehand, they looked like blocky/3D menus for non-menu menus...
Which part of CSS is making it look like that?
@jacobpoo PS: Is that XP Themes, or CinnXP for Metacity & Cinnamon? Haven't seen those changes myself...
@feren XP Themes, I am using my patched themes.
@jacobpoo Oh ok, wasn't sure if the Metacity spacing was fixed by Elbullazul or not...
@feren Okay
@feren .menu is the css part in the cinnamon.css file.
@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...
@jacobpoo do you happen to use starkmenu with the themes?
@Elbullazul CinnVIIStarkMenu
@Elbullazul Can you port Vista to gtk3.20
@Elbullazul oh... Okay.
@Elbullazul Umm, on Global Application Menu by Lestcape, the menus are Vista-styled, also, what happened to the StarkMenu shutdown buttons reverse-compatibility?
@feren oups, forgot retro-compatibility...
re-added feature
@Elbullazul Can you please fix the themes for CinnVIIStarkMenu?
@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;
}
@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
here's how it now looks:
The searchbox is invisible. Maybe using something similar like in CinnXP (a blue border):
I thought I had dealt with it :/
thanks for messaging, patch coming out soon...
@NikoKrause issue fixed, just issued a corrective
I have an issue on the latest version of Cinnamon. I am using the XP Themes. All themes are strange looking.