[亮哥]9.04請修正furiusisomount

0 views
Skip to first unread message

村仔

unread,
Nov 19, 2009, 3:56:13 AM11/19/09
to Advance CHCG Free software
請先移除舊版furiusisomount
apt-get remove furiusisomount

下載小弟的包裝檔
CHC_furiusisomount-0.11.1.2.tar.gz

1.以root解開
tar zxvf CHC_furiusisomount-0.11.1.2.tar.gz

2.搬到/opt/chc/soft/目錄下
mv furiusisomount-0.11.1.2 /opt/chc/soft/

3.拷貝圖示到/usr/share/applications/目錄下
cp /opt/chc/soft/furiusisomount-0.11.1.2/furiusisomount.desktop /usr/
share/applications/

村仔

unread,
Nov 19, 2009, 9:44:12 AM11/19/09
to Advance CHCG Free software
剛發現錯誤
己經重新打包並上傳好了

問題在於
圖示啟動檔指向
/opt/chc/soft/furiusisomount-0.11.1.2/furiusisomount
結果python會有找不到檔案的情況

己將該檔案的內容由

#!/bin/sh
python "src/main.py"

變更為如下
#!/bin/sh
python "/opt/chc/soft/furiusisomount-0.11.1.2/src/main.py"

這樣即能執行

Reply all
Reply to author
Forward
0 new messages