I've made this nice python app that runs when i use "python main.py" in terminal, but going thru the terminal each time is boring :-) how can i make a nice shortcut button with a img to have on my desktop?
How to make a fancy shortcut on the desktop to my python app?
364 Views Asked by Jason94 At
1
There are 1 best solutions below
Related Questions in PYTHON
- How to store a date/time in sqlite (or something similar to a date)
- Instagrapi recently showing HTTPError and UnknownError
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Python Geopandas unable to convert latitude longitude to points
- Influence of Unused FFN on Model Accuracy in PyTorch
- Seeking Python Libraries for Removing Extraneous Characters and Spaces in Text
- Writes to child subprocess.Popen.stdin don't work from within process group?
- Conda has two different python binarys (python and python3) with the same version for a single environment. Why?
- Problem with add new attribute in table with BOTO3 on python
- Can't install packages in python conda environment
- Setting diagonal of a matrix to zero
- List of numbers converted to list of strings to iterate over it. But receiving TypeError messages
- Basic Python Question: Shortening If Statements
- Python and regex, can't understand why some words are left out of the match
Related Questions in NOKIA
- How to Enable "Copy To SIM" feature in Nokia C12 Smartphone?
- UnsupportedOperationException: Sms is not supported, from SmsManager.sendTextMessage – where previously worked well in production
- list of Connected Devices on the Wifi Hotspot
- Is it possible to use existing SSH connection (which is created at Ansible playbook level) in custom module to execute a different set of action
- How to show camera options (e.g. zoom) when opening the camera within an app on a Nokia X10 with Android 12
- Ansible subtasks with dynamic hosts
- "Google Play Services for AR" listed as incompatible in Play Store for a compatible device, a Nokia 7.2
- Hi, when I try to run the following command: AT+CPMS="SM" (or any other memory) I get: cms error . Can anyone help me? Thanks
- How to get Nokia S30+'s MRE vxp file to run on nokia 225?
- How to Install by ADB on Nokia 6300 4G?
- having a problem using ttp while parsing a data which has similar template
- Creating old Nokia apps before JavaME support
- How to generate Hash passwords for SNMPv3 authentication and privacy settings on NOKIA SROS?
- How to modify checksum after making changes in Nokia 215 4G firmware?
- How do I develop a web app for Nokia 6230i?
Related Questions in MAEMO
- Compiling shared libraries into executable?
- Chirp Running on Maemo
- Maemo, liblocation-dev/nokia-binaries: how can I get it?
- W3C widget like application package for MeeGo and Maemo
- Is it legal to use functions returning a temporary in initialiser lists
- How to port a compiled code for Maemo 5 into Symbian Anna devices?
- use maemo camera by python
- QPainter width and height
- Relationship between Qt framework and Nokia 's meego-harmattan
- difference between Nokia's MeeGo 1.2 "Harmattan" and intel Meego?
- Qt and "SGX Out of mem event" on Maemo
- Segmentation fault when run as root?
- Qt + OpenGL ES + N900
- ISO C++ forbids declaration of ... with no type
- Install a phone app made with Visual Studio (c#) in a non Windows Phone?
Related Questions in N900
- Chirp Running on Maemo
- Maemo, liblocation-dev/nokia-binaries: how can I get it?
- Find most similar shapes in Python
- Qt + OpenGL ES + N900
- x11vnc not working on n900
- Problems with meego image on windows
- Dial a number and play a voice file instead of microphone input
- undefined reference to
- Synchronous audio streaming in Qt application on maemo (N900)
- How to detect incoming call on N900 and display info window based on caller?
- fcam - n900 - mysterious reboot
- FCam - low light / HDR photos
- FCam - pictures are coming out weird
- Qt - Maemo application - how to handle CTRL+C?
- how to publish on ovi store application which uses library from extras repository?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From here:
http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/
Basically, you need to create a .desktop file with the execution of the script in the EXEC line