問題在於圖示啟動檔指向/opt/chc/soft/furiusisomount-0.11.1.2/furiusisomount結果python會有找不到檔案的情況
己將該檔案的內容由
#!/bin/shpython "src/main.py"
變更為如下#!/bin/shpython "/opt/chc/soft/furiusisomount-0.11.1.2/src/main.py"
這樣即能執行