NoMachine icon is barely visible on light theme

Forum / NoMachine for Linux / NoMachine icon is barely visible on light theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42613
    fishnet37222
    Participant

    I’m using NoMachine on Linux Mint 21.1 with the Mint-Y-Red theme selected.  This theme has a light background on the taskbar.  Because of this, the panel icon is barely visible.  Is is possible to choose a higher-contrast icon?

    Screenshot showing barely visible panel icon

    #42728
    Tor
    Participant

    Thank you for the report, in the next release we’ll improve the tray icon selection on Mint 21.
    You can work around the issue by executing the following commands in a Terminal window:

    cd /usr/NX/share/images
    for i in tray-dark-*; do sudo cp "$i" "$i.backup"; done
    for i in tray-light-*; do sudo cp "$i" "${i//light/dark}"; done

    If you want to restore the backed up icons, run this:

    for i in tray-dark-*.backup; do sudo mv "$i" "${i//.backup/}"; done

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.