Code Monkey home page Code Monkey logo

Comments (5)

alvatip avatar alvatip commented on June 12, 2024 1

Thanks for reporting, I will work on it this week

from nordzy-icon.

alvatip avatar alvatip commented on June 12, 2024 1

Hey,
So the issue here is that firefox in ubuntu is the snap package, most likely the same for visual studio as by default ubuntu use snap to install applications (through the GUI).
To fix it, several solutions:

  1. reinstall the applications using flatpak or repository
  2. Make a copy of the desktop file from the snap applications in $HOME/share/applications and change icon name, with the terminal it will look like this:
    Go to the snap folder containing .desktop file
    cd /var/lib/snapd/desktop/applications/
    List all the file existing there
    ls
    Make a copy of the file of your application
    cp file_name.desktop $HOME/.local/share/applications/
    ex for firefox: cp firefox_firefox.desktop $HOME/.local/share/applications/ the file name for visual studio code is something like code_code.desktop
    Then change the icon name in the newly created copy
    cd $HOME/.local/share/applications
    xdg-open file_name.desktop
    Finally in the text editor that will open, change the line that state
    Icon=some_strange_path.svg
    with Icon=name_from_the_theme (ex: firefox for firefox and com.visualstudio.code for studio code)

Icons should be updated after a few seconds, if not logout and in or restart the computer 😉

See video below that might be a little better to follow instructions

instructions.webm

from nordzy-icon.

SansPapyrus683 avatar SansPapyrus683 commented on June 12, 2024

Hi, any update on this issue's progress?

from nordzy-icon.

alvatip avatar alvatip commented on June 12, 2024

@SansPapyrus683 I started looking into it, I will try fixing it today

from nordzy-icon.

SansPapyrus683 avatar SansPapyrus683 commented on June 12, 2024

Thanks so much!

from nordzy-icon.

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.