DungCS Posted April 9, 2019 Posted April 9, 2019 (edited) I just fixed Chrome to get Aero Glass working: By setting Compatibility Mode to Windows 8 or Windows 7. Before (Aero Glass already installed but): After: Older version of chrome (etc... version 49) Does show aero on Windows 10 without Compatibility Mode, but newer have to set Compatibility Mode. Edited April 9, 2019 by DungCS
UCyborg Posted April 9, 2019 Posted April 9, 2019 (edited) Or you could just do what was said here: Your method is worse. Edit: Since Chrome 74, one must modify Chrome's shortcut to disable custom drawn title bar, see this post. BTW, compatibility settings for Chrome are automatically cleared on launch, at least if they are set for the current user, rather than globally for all users. Edited April 25, 2019 by UCyborg
evgnb Posted April 9, 2019 Posted April 9, 2019 http://www.mediafire.com/file/lfbashny8x84nfx/AG4FFCR_ver.0.0.0.6.zip/file Firefox/Iron/Opera/Chrome patcher to enable Aero Glass. You must restart PC after patch. 2
Semtex Posted April 14, 2019 Posted April 14, 2019 On 4/9/2019 at 6:27 PM, evgnb said: http://www.mediafire.com/file/lfbashny8x84nfx/AG4FFCR_ver.0.0.0.6.zip/file Firefox/Iron/Opera/Chrome patcher to enable Aero Glass. You must restart PC after patch. Yeah, it is working with latest Firefox Nightly, but there is one big problem with this patch, it is setting Firefox in light theme, not supporting dark one, any chance to get support for dark theme? I did found (probably) Your topic on other Russian language forum, but I'm not able to understand something there, also with translator.
UCyborg Posted April 15, 2019 Posted April 15, 2019 21 hours ago, Semtex said: Yeah, it is working with latest Firefox Nightly, but there is one big problem with this patch, it is setting Firefox in light theme, not supporting dark one, any chance to get support for dark theme? That's because it doesn't do anything impressive, it just makes Firefox unaware of the fact that it's running on Windows 10. And since dark mode is Windows 10 thing, it won't work if it's run in the context of the older OS.
Semtex Posted April 15, 2019 Posted April 15, 2019 3 hours ago, UCyborg said: That's because it doesn't do anything impressive, it just makes Firefox unaware of the fact that it's running on Windows 10. And since dark mode is Windows 10 thing, it won't work if it's run in the context of the older OS. Yeah, I understand this, but I;m looking for simple option to get back transparency in Firefox on Win 10 with dark theme, I can imagine that dark glass will be look superb.
djmagnifique Posted April 15, 2019 Posted April 15, 2019 (edited) @Semtex You could try using a custom userChrome.css file. The bit of code shared by @bigmuscle in this post worked for me, I have tested the dark theme that comes with Firefox and you may have to set the glass colour with the AeroGlass GUI or Windows personalization. This is what my Firefox looks like. Edited April 15, 2019 by djmagnifique
UCyborg Posted April 15, 2019 Posted April 15, 2019 The problem is that apparently nobody understands how this all works internally to be able to come up with good solution. I recently asked about it here.
djmagnifique Posted April 15, 2019 Posted April 15, 2019 Quick experiment with with the dark theme in Firefox and setting the colour in Windows resulted in this.
UCyborg Posted April 15, 2019 Posted April 15, 2019 @djmagnifique You're not using userChrome.css alone, you obviously also set browser.tabs.drawInTitlebar to false. I would prefer to be able to keep tabs in the title bar, but that way, there are issues with caption buttons. Also, I remember Semtex already tried these kinds of CSS tricks, but still encountered some problems.
djmagnifique Posted April 15, 2019 Posted April 15, 2019 43 minutes ago, UCyborg said: @djmagnifique You're not using userChrome.css alone, you obviously also set browser.tabs.drawInTitlebar to false. I would prefer to be able to keep tabs in the title bar, but that way, there are issues with caption buttons. Also, I remember Semtex already tried these kinds of CSS tricks, but still encountered some problems. True, but turning browser.tabs.drawinTitlebar to true only removes title bar at the top of the Firefox window for me as I have the menu bar turned on. Also i'm only working on the info from this thread and I didn't see any mention of CSS being tried. I was only offering a solution that worked for me that may or may not work for others. It all depends on what sort of layout they want.
UCyborg Posted April 16, 2019 Posted April 16, 2019 5 hours ago, djmagnifique said: Also i'm only working on the info from this thread and I didn't see any mention of CSS being tried. People keep creating new threads for the same old problems over and over again because searching is too much of the effort for the average Joe.
Semtex Posted April 16, 2019 Posted April 16, 2019 (edited) The problem is, that from Nightly 65 or 66 piece of code responsible for Aero Glass in frames was removed so it is hardcoded thing, I found bug on Bugzilla, @UCyborg it is not so that I don't use "search" option, I did wide searching over net for this problem and nothing works for me if we talk about CSS, I'm not master of coding but I'm playing with it since Years, in past I did some Windows 7 Themes in WSB, so I'm not greenhorn. Till now in Firefox 68 nothing works if we talk about CSS, only this hook from above, but like You mention, it is only "half way". Edited April 16, 2019 by Semtex
UCyborg Posted April 16, 2019 Posted April 16, 2019 4 hours ago, Semtex said: it is not so that I don't use "search" option That wasn't directed at you specifically, but those that keep creating new threads even though they could post in the old existing threads. I've no clue what the problem on your end is because the transparency part has always worked on my end. Actually, with my custom theme in Windows, I get some transparency even without using userChrome.css (no idea why that works in the first place): The frame goes solid black after turning on dark mode: Creating the userChrome.css with the following content... #main-window { background-color: transparent !important; -moz-appearance: -moz-win-glass !important; } .titlebar-button { opacity: 0 !important; } ...gives this: Built-in CSS sets display property of .titlebar-button to none on Windows 7, but that doesn't help on Windows 10 due to some hardcoded behavior; it just completely disables the ability to use those buttons. If you turn off critical CSS files in Style Editor such as browser.css (there are 2 files called browser.css), you can still minimize/maximize/close Firefox window with the caption buttons on Windows 7/8.x, but not on Windows 10. So yeah, not all behavior can be changed with CSS alone. It would require some modifications to Firefox's source code. 1
Semtex Posted April 16, 2019 Posted April 16, 2019 @UCyborg Thanks for Your answer, again I did some test, removed Nightly, all data removed, no old profile, I did new one, clean, and still nothing works This is hilarious, I need to live with non transparent tab bar in Nightly Cheers.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now