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

Transparency Modifications Not Functioning in Atom 1.61 #17

Open
christian-taillon opened this issue Mar 4, 2022 · 1 comment
Open

Comments

@christian-taillon
Copy link

Have made modifications for version 1.28 as directed by rstacruz/atom-transparency

master ✗ $ grep transparent -A 2 -B 4 src/main-process/atom-window.js
    const options = {
      show: false,
      title: getAppName(),
      tabbingIdentifier: 'atom',
      transparent: true,
      webPreferences: {
        // Prevent specs from throttling when the window is in the background:

Unfortunately, there doesn't seem to be any transparency whatsoever. Curious if there are additional modifications required beyond what was specified for 1.28 that I have not identified.

OS: Debian 11 bullseye
DE: GNOME 3.38.4
Node: v16.14.0
npm: 8.5.3

image

@Jieiku
Copy link

Jieiku commented Mar 30, 2022

Not sure, I tested how far back I could go and the earliest I could get to compile was 1.54, same issue.

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

2 participants