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

Whatsdesk not changing icon #751

Open
murakami-marco opened this issue Nov 15, 2022 · 1 comment
Open

Whatsdesk not changing icon #751

murakami-marco opened this issue Nov 15, 2022 · 1 comment

Comments

@murakami-marco
Copy link

murakami-marco commented Nov 15, 2022

Specifications

  • Hardcode-Tray version : 4.3
  • Distribution : KDE Neon
  • Gtk version : 3.24
  • Inkscape version : 1.1.2
  • Application name : Whatsdesk
  • Application version : 0.3.9

Expected behavior

  1. Execute sudo -E hardcode-tray --dark-theme Papirus-Dark --light-theme Papirus-Light
  2. Choose option number 1
  3. Whatsdesk applied
  4. New systray icon applied

image

Actual behavior

  1. Execute sudo -E hardcode-tray --dark-theme Papirus-Dark --light-theme Papirus-Light
  2. Choose option number 1
  3. Whatsdesk applied
  4. Open Whatsdesk and icon remains the same

image

Tell me if you need more info,

I already checked the gitlab repo and the path seems to be correct https://gitlab.com/zerkc/whatsdesk/-/tree/master/src/icon

Also checked the whatsdesk database json file and it seems right but, somehow, the icon don't change as expected.

Thanks!!

@rauldipeas
Copy link
Contributor

@bilelmoussaoui @SmartFinn

{
    "name": "WhatsDesk",
    "app_path": [
        "/opt/whatsdesk/"
    ],
    "icons_path": [
        "/opt/whatsdesk/resources/"
    ],
    "binary": "app.asar",
    "script": "electron",
    "icons": {
        "tray": {
            "original": "electron-build/src/icon/tray-icon-off.png",
            "theme": "whatsapp-tray"
        },
        "tray@2x": {
            "original": "electron-build/src/icon/tray-icon-off2.png",
            "theme": "whatsapp-tray"
        },
        "tray-msg": {
            "original": "electron-build/src/icon/tray-icon-on.png",
            "theme": "whatsapp-msg"
        },
        "tray-msg@2x": {
            "original": "electron-build/src/icon/tray-icon-on2.png",
            "theme": "whatsapp-msg"
        }
    }
}

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

No branches or pull requests

2 participants