Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Desktop problems
#16
Quote:#!/usr/bin/env python3
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=testApp
Comment=SimiApp
Exec=/usr/share/applications/simi1.py
Icon=/usr/share/icons/hicolor/36x36/apps/gw36.png
Terminal=true
The shebang line goes into your python script, not your desktop launcher file.

Quote:I want to pm one of the admins to possibly set up a step-by-step guide to creating icon executable apps (and maybe desktop/mobile downloadble apps). I think it would be very instructional and there's nothing on SO or on YT (that I found at least...)
There really is no point to have it here at python-forum.io, as it is not python specific. You can make an alias to any command you want. You can have a launcher do anything, not just python. It could just be a bash script, ruby script, or even a compiled C script, etc. that the launcher launches. Is sounds more like a tutorial for ubuntu users rather than python. And to be honest, most linux users do not have the Windows mentality of double clicking things, but use the terminal. Thats exactly why i dont know how to do it, because i have never polluted my desktop with anything on linux in all the years i have used linux.

But if you want to make a tutorial for it, you can always post it in tutorial submissions here.
Recommended Tutorials:
Reply


Messages In This Thread
.Desktop problems - by mepyyeti - Jan-25-2018, 08:35 PM
RE: .Desktop problems - by league55 - Jan-25-2018, 08:44 PM
RE: .Desktop problems - by mepyyeti - Jan-25-2018, 09:34 PM
RE: .Desktop problems - by metulburr - Jan-25-2018, 10:01 PM
RE: .Desktop problems - by mepyyeti - Jan-25-2018, 10:12 PM
RE: .Desktop problems - by metulburr - Jan-25-2018, 10:28 PM
RE: .Desktop problems - by Gribouillis - Jan-25-2018, 10:52 PM
RE: .Desktop problems - by mepyyeti - Jan-26-2018, 12:30 AM
RE: .Desktop problems - by league55 - Jan-26-2018, 01:07 AM
RE: .Desktop problems - by Gribouillis - Jan-26-2018, 07:16 AM
RE: .Desktop problems - by mepyyeti - Jan-27-2018, 08:11 AM
RE: .Desktop problems - by wavic - Jan-26-2018, 09:10 AM
RE: .Desktop problems - by Gribouillis - Jan-27-2018, 09:42 AM
RE: .Desktop problems - by mepyyeti - Jan-27-2018, 04:13 PM
RE: .Desktop problems - by Gribouillis - Jan-27-2018, 05:30 PM
RE: .Desktop problems - by metulburr - Jan-27-2018, 07:18 PM
RE: .Desktop problems - by mepyyeti - Jan-27-2018, 09:07 PM
RE: .Desktop problems - by Gribouillis - Jan-27-2018, 09:53 PM
RE: .Desktop problems - by wavic - Jan-27-2018, 10:08 PM
RE: .Desktop problems - by mepyyeti - Jan-27-2018, 10:23 PM
RE: .Desktop problems - by wavic - Jan-27-2018, 10:38 PM
RE: .Desktop problems - by metulburr - Jan-28-2018, 06:14 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020