-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fix hardcoded apps #190
Fix hardcoded apps #190
Conversation
Thanks I confirm that this fixes #210 with no problems |
@krzysieki Can you try to restore and see if old icon will be shown? or changing the theme to an other one and see if everything works fine in your case |
I called command to revert: "fix.sh -r" but the old icon didn't show. And in ~/.local/share/applications/jetbrains-idea.desktop file there is a line "Icon=hardcoded". |
In the same folder where you have the script. Is there any new csv file ? If so can you paste it here so i can see what's the problem:)
|
Should be fixed now 👍 |
Thanks for patch. "fix.sh -r" works now :) Don't know If it is still needed, but the new csv file's content is:
|
@krzysieki Thanks! Can you revert again, and remove the csv file, and apply the patch again. And copy the new csv file content's 👍 |
New csv file contents:
Log after calling "./fix.sh"
|
@krzysieki Thanks for testing this! Everything works fine. I pushed a new commit so you won't see this error |
@krzysieki Non, the default icons (the hardcoded ones) should be used. I forgot to copy those icons to icons folder. Should be fixed now, try to revert and apply again? :) |
@Foggalong I did a lot of improvements on this today; I moved the backup code to a function that being called (the same code to backup an icon was repeated more than 3 times in the code); Tested this on my machine today and everything works just fine 👍 Do you think you will have some free time to test this ? :) |
Fix #149
While checking hardcoded apps,and detecting the new icons the script will add automatically to a new csv file and use it when reverting to be sure that's the right file!
This will need some testing, if you find any issue i will fix it ;)