Simplenote-electron: App icon is not visible on Xfce Desktop on Linux

Created on 7 Sep 2017  路  7Comments  路  Source: Automattic/simplenote-electron

There is no application icon visible, either in the panel, the title bar, or the application switcher (alt+tab)

OS version

Xubuntu 16.04.3

Screenshot

image

image

[OS] linux bug help wanted

Most helpful comment

How did you fix this? I am also running Xubuntu, and this happens for multiple Electron-based programs, including Simplenote.

All 7 comments

It's great if you can turn the panel into the system tray!

How did you fix this? I am also running Xubuntu, and this happens for multiple Electron-based programs, including Simplenote.

+1

@kungpaogao my bad, I was using KDE and it was working just fine there, so I thought this issue was fixed. When I installed the latest build on my Xubuntu Xenial, this issue was still existing.

I'm reopening this issue, as it seems like this one still exists on Xubuntu/Xfce-Desktop.

The following code snippet is from a Facebook Messenger application that I was creating for my desktop. I'm able to display a proper icon for my application, even on Xfce desktop.

window = new BrowserWindow({
width: 1000,
height: 600,
icon: '/home/apurv/.applications/fb-messenger/app/images/96x96.png',
webPreferences: {
nodeIntegration: false
}
});

From what I think, the following code will be able to display an icon for Simplenote:
icon: '/home/apurv/.applications/fb-messenger/app/images/96x96.png'

But this needs to be adapted according to this project's needs. If any one can help with this, it will be great. :)

Is there any solution for this issue ?

This is an old issue. After testing in the most recent LTS version of Xubuntu 20.04 the icon shows in the appropriate places including the panel at the top and application switcher. Closing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hindsholm picture hindsholm  路  4Comments

rbreaves picture rbreaves  路  3Comments

swalladge picture swalladge  路  3Comments

danielh-official picture danielh-official  路  4Comments

kaepuo picture kaepuo  路  5Comments