Python Forum
[PyQt] How to run Ubuntu desktop AppImage file from script?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] How to run Ubuntu desktop AppImage file from script?
#1
Hello, all

I am currently searching for a method to launch .AppImage file from PyQt5 script under Ubuntu 16.04.

For instance, what I am trying to do is that I am trying to launch QGroundControl.AppImage by simply clicking a GUI button created by PyQt5.

I would appreciate any reference guide!
Thank you very much.

I found a solution. Please refer to the following script.

---
import os

os.chdir("/home/nvidia/qgc")
os.system("./QGroundControl.AppImage")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Tkinter - I need to read file excel from GUI app to script file johnjh 0 10,674 Apr-17-2020, 08:14 PM
Last Post: johnjh

Forum Jump:

User Panel Messages

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