View Single Post
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#1
I have a couple of scripts and a zenity-based GUI that I wanted to package as a deb. As per various tutorials, i have arranged the files into folders, created control and the .desktop files.

I only have a WIN7 computer so I want to do my packaging in my N900. I tried packaging with
Code:
dpkg-i xxxx
in MyDocs but I got errors as it was FAT32.

Next I moved it to /opt/debuild/ and tried to package from there. It successfully compiled but
a) I could not install via HAM (application not compatible error, i think)
b) I installed successfully via dpkg -i, and it became visible in the menu. But I could not run it.

So please, could somebody tell me what I am doing wrong? Oh, and I want to run my scripts as root, so i did put this as my exec in the .desktop file:
Code:
sudo /usr/bin/run-standalone.sh /pathto/myscript.sh
Is this right?
Attached Files
File Type: zip appconversationmodder.zip (4.5 KB, 92 views)
__________________
My Device History:Nokia 3510 > SE T230 > Nokia 6600 > HP2210 > SE p910i > SE p990i > N95 > I-mate 9502 > itouch > Nokia N900 > ? N9
My apps for N900:
Conversation Modder

My apps for N9:
LockScreenQuotes
USbS


If you feel I have helped you, don't forget to press Thanks!

Last edited by ejasmudar; 2011-03-09 at 05:28.