Skip to content

Commit

Permalink
fix(Linux): Fix missing ubuntu tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 19, 2018
1 parent 034162f commit 592f00a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ if (isSecondInstance) {
app.exit();
}

// Lets disable Hardware Acceleration until we have a better solution
// to deal with the high-perf-gpu requirement of some services

// Disabled to test tweetdeck glitches
// app.disableHardwareAcceleration();
// Fix Unity indicator issue
// https://github.com/electron/electron/issues/9046
if (isLinux && ['Pantheon', 'Unity:Unity7'].indexOf(process.env.XDG_CURRENT_DESKTOP) !== -1) {
process.env.XDG_CURRENT_DESKTOP = 'Unity'
}

// Initialize Settings
const settings = new Settings();
Expand Down

0 comments on commit 592f00a

Please sign in to comment.