Giter Site home page Giter Site logo

Comments (12)

sagb avatar sagb commented on July 18, 2024

Please follow this instruction: https://github.com/sagb/alttab/blob/master/doc/icons.md

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

Please follow this instruction: https://github.com/sagb/alttab/blob/master/doc/icons.md

i try use this , but it not work show

image

from alttab.

sagb avatar sagb commented on July 18, 2024

None of the icons (including those displayed correctly) are loaded from files:

g

Let's try to realize why. Run xprop | grep CLASS and click on qemu window. Show the xprop output.

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

image

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

this is too

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

image

from alttab.

sagb avatar sagb commented on July 18, 2024
for class in qemu qemu-system-x86_64 remote_viewer ; do
    find \
    /usr/share/icons/hicolor/*x*/apps/ \
    /usr/local/share/icons/hicolor/*x*/apps/ \
    ~/.icons/hicolor/*x*/apps/ \
    ~/.local/share/icons/hicolor/*x*/apps/ \
    /usr/share/pixmaps/ \
    ~/.local/share/pixmaps/ \
    -iname $class\* 2>/dev/null
done

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024
for class in qemu qemu-system-x86_64 remote_viewer ; do
    find \
    /usr/share/icons/hicolor/*x*/apps/ \
    /usr/local/share/icons/hicolor/*x*/apps/ \
    ~/.icons/hicolor/*x*/apps/ \
    ~/.local/share/icons/hicolor/*x*/apps/ \
    /usr/share/pixmaps/ \
    ~/.local/share/pixmaps/ \
    -iname $class\* 2>/dev/null
done

i using the appimage file , the system not have they.

and my browser file is appimage to, they can show

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

image

from alttab.

newyorkthink avatar newyorkthink commented on July 18, 2024

image
image

from alttab.

sagb avatar sagb commented on July 18, 2024

You can fix your problem by copying suitable qemu.png and remote_viewer.png (find them anywhere) in any directory from the script above, for example: /usr/share/icons/hicolor/128x128/apps/qemu.png

from alttab.

sagb avatar sagb commented on July 18, 2024

If there is no such directory, create it.

from alttab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.