Save your icon in a suitable format, such as:

You need a .ico file. This file type actually contains multiple sizes of the same image to ensure it looks good at 16px, 32px, and 256px.

Right-click the folder or app you want to change and select .

[Desktop Entry] Version=1.0 Name=My App Exec=python /path/to/your/script.py Icon=/path/to/my_app.png Type=Application

if __name__ == "__main__": app = QApplication(sys.argv) window = MyApp() window.show() sys.exit(app.exec_())

How To Make An Icon For Desktop | VALIDATED |

Save your icon in a suitable format, such as:

You need a .ico file. This file type actually contains multiple sizes of the same image to ensure it looks good at 16px, 32px, and 256px. how to make an icon for desktop

Right-click the folder or app you want to change and select . Save your icon in a suitable format, such as: You need a

[Desktop Entry] Version=1.0 Name=My App Exec=python /path/to/your/script.py Icon=/path/to/my_app.png Type=Application how to make an icon for desktop

if __name__ == "__main__": app = QApplication(sys.argv) window = MyApp() window.show() sys.exit(app.exec_())