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

Fix appindicator icons with snap build #1453

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

geekgonecrazy
Copy link
Contributor

Closes #1452

Credit to: @flexiondotorg for the exact fix 😄

@develar
Copy link
Member

develar commented Apr 11, 2017

Are your sure that it is safe to change TMPDIR for the whole app? Why default TMPDIR is not readable?

CI failed due to outdated snapshots (please run snapTest with -u flag to update).

@geekgonecrazy
Copy link
Contributor Author

My understanding from the snap team is that it's safe for any graphical application like electron to always have this.

I'll see if I can figure out the snapTest command.

@develar
Copy link
Member

develar commented Apr 11, 2017

Why TMPDIR is not readable? Could you please explain?

@flexiondotorg
Copy link
Contributor

XDG_RUNTIME_DIR is set by snapd and points to /run/user/<UID>/snap.<snapname>/

@develar
Copy link
Member

develar commented Apr 11, 2017

So... it is more safe to change TMPDIR. Ok. Could you please update snapshot to fix CI? Or I can do it.

@develar develar merged commit 2ab769d into electron-userland:master Apr 11, 2017
@geekgonecrazy geekgonecrazy deleted the patch-1 branch April 11, 2017 17:48
@geekgonecrazy
Copy link
Contributor Author

@develar thanks for merging! 👍

@develar
Copy link
Member

develar commented Apr 11, 2017

Release will be tomorrow morning CET.

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

Successfully merging this pull request may close these issues.

Indicator icons are broken in snaps of Electron applications.
3 participants