Created
March 9, 2019 15:51
-
-
Save calebstewart/c1144d6636073e8bc68ef5abe286c6fb to your computer and use it in GitHub Desktop.
Desktop File for Ghidra 9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Categories=Application;Development; | |
| Comment[en_US]=Ghidra Software Reverse Engineering Suite | |
| Comment=Ghidra Software Reverse Engineering Suite | |
| Exec=/opt/ghidra/ghidraRun | |
| GenericName[en_US]=Ghidra Software Reverse Engineering Suite | |
| GenericName=Ghidra Software Reverse Engineering Suite | |
| Icon=/opt/ghidra/support/ghidra.ico | |
| MimeType= | |
| Name[en_US]=Ghidra 9.0 | |
| Name=Ghidra 9.0 | |
| Path=/opt/ghidra/ | |
| StartupNotify=false | |
| Terminal=false | |
| TerminalOptions= | |
| Type=Application | |
| Version=1.0 | |
| X-DBUS-ServiceName= | |
| X-DBUS-StartupType=none | |
| X-KDE-SubstituteUID=false | |
| X-KDE-Username= |
Author
Awesome, glad you got it working!
Thanks!
The ghidra icon I had atsupport/ghidra.icowas a mess, but after I replaced it with some random ico from the internet, it looks good now :)
@lucidBrot That's because Eye of GNOME (Image Viewer in Ubuntu) and, probably by extension, GNOME Shell misread the image as a 128×128 image whereas it is actually a 256×256 image. Converting it into another format using XnView MP works though.
Thanks m8 🙌
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!
The ghidra icon I had at
support/ghidra.icowas a mess, but after I replaced it with some random ico from the internet, it looks good now :)