atom-transparency icon indicating copy to clipboard operation
atom-transparency copied to clipboard

Transparency Modifications Not Functioning in Atom 1.61

Open christian-taillon opened this issue 2 years ago • 1 comments

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

christian-taillon avatar Mar 04 '22 20:03 christian-taillon

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

Jieiku avatar Mar 30 '22 19:03 Jieiku