Skip to content

Transparency Modifications Not Functioning in Atom 1.61 #17

Open
@christian-taillon

Description

@christian-taillon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions