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

Snap packaged app, GTK3 Dialogs not been styled #2887

Closed
eevargas opened this issue May 9, 2018 · 4 comments
Closed

Snap packaged app, GTK3 Dialogs not been styled #2887

eevargas opened this issue May 9, 2018 · 4 comments

Comments

@eevargas
Copy link

eevargas commented May 9, 2018

  • Version: 20.12
  • Target: Linux x64 (snap)

  • Electron: 2.0.0

I have a small electron UI for docker. Using electron-builder to build the snap. When running from the unpacked build. The dialogs look just fine. But when running from the snap package, the dialog does not reflect any GTK3 theme. No drop-shadow, border or style at all. Does anyone know if this is an electron-builder issue or a snap package issue? BTW, I’m, using classic confinement.

My build configuration:

  "build": {
    "appId": "us.evargas.gangway",
    "directories": {
      "buildResources": "icons",
      "app": "build"
    },
    "linux": {
      "target": [
        "snap"
      ],
      "icon": "icon.png",
      "category": "Utilities"
    },
    "snap": {
      "confinement": "classic",
      "grade": "devel"
    }
  }

screenshot

@develar develar added the snap label May 24, 2018
@develar
Copy link
Member

develar commented May 24, 2018

Please try 20.14.7. What version of Ubuntu do you use?

@eevargas
Copy link
Author

That is on 18.04

@eevargas
Copy link
Author

Tried 20.14.7... same result.

@develar
Copy link
Member

develar commented Jun 14, 2019

Fixed in 20.44.0.

@develar develar closed this as completed Jun 14, 2019
develar added a commit to develar/electron-builder that referenced this issue Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants