selvaarun
|
2010-08-20
, 10:36
|
Posts: 12 |
Thanked: 0 times |
Joined on Jul 2010
|
#181
|
|
2010-08-20
, 13:01
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#182
|
|
2010-08-20
, 13:03
|
Posts: 53 |
Thanked: 3 times |
Joined on Dec 2009
|
#183
|
|
2010-08-20
, 14:39
|
Posts: 12 |
Thanked: 0 times |
Joined on Jul 2010
|
#184
|
|
2010-08-21
, 16:06
|
Posts: 107 |
Thanked: 28 times |
Joined on Jun 2010
|
#185
|
@cmsjkung Try this
have you got rootsh installed? if not installed it first.
open xterm
sudo gainroot
apt-get remove apmefo
apt-get clean
apt-get autoclean
apt-get upgrade -y
reboot
then after reboot:
open xterm
sudo gainroot
apt-get install apmefo
apt-get clean
hope this would work.
|
2010-08-21
, 16:24
|
Posts: 107 |
Thanked: 28 times |
Joined on Jun 2010
|
#186
|
|
2010-08-22
, 07:07
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#187
|
|
2010-08-24
, 15:57
|
|
Posts: 137 |
Thanked: 170 times |
Joined on Jul 2008
|
#188
|
The Following User Says Thank You to Hrw For This Useful Post: | ||
|
2010-08-31
, 09:40
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#189
|
~ $ python /opt/ApMeFo/Main.py Traceback (most recent call last): File "/opt/ApMeFo/ui/dialogSelectFile.py", line 37, in on_btnOkay_released self.mainApp.setFileName(self.listFile.currentItem().text()) AttributeError: 'NoneType' object has no attribute 'text' Traceback (most recent call last): File "/opt/ApMeFo/ui/appFolders.py", line 200, in on_btnAddNameSelect_released self.mainApp.foldercontent.setFolder(filename) File "/opt/ApMeFo/classes/folderContent.py", line 33, in setFolder self.readAllApps() File "/opt/ApMeFo/classes/folderContent.py", line 197, in readAllApps part = self.folderlist.getNameFromDirFile(self.folderlist.DirpathGlobal + file) File "/opt/ApMeFo/classes/folderList.py", line 100, in getNameFromDirFile filetxt = filecontent.split("Name=")[1] IndexError: list index out of range Traceback (most recent call last): File "/opt/ApMeFo/ui/appFolders.py", line 161, in on_btnAppAdd_released filenames = self.mainApp.foldercontent.selectApp(self) File "/opt/ApMeFo/classes/folderContent.py", line 123, in selectApp self.readAllApps() File "/opt/ApMeFo/classes/folderContent.py", line 197, in readAllApps part = self.folderlist.getNameFromDirFile(self.folderlist.DirpathGlobal + file) File "/opt/ApMeFo/classes/folderList.py", line 100, in getNameFromDirFile filetxt = filecontent.split("Name=")[1] IndexError: list index out of range
|
2010-08-31
, 16:37
|
Posts: 650 |
Thanked: 619 times |
Joined on Nov 2009
|
#190
|
I have also problems with apmefo which can't add applications in folders any more. Purging and reinstalling was unsuccessful.
I also erased /home/user/.config/menus and /home/user/.local/share/applications/hildon/*.directory - but still apmefo can't add applications.
EDIT: here's the python trace
Code:~ $ python /opt/ApMeFo/Main.py Traceback (most recent call last): File "/opt/ApMeFo/ui/dialogSelectFile.py", line 37, in on_btnOkay_released self.mainApp.setFileName(self.listFile.currentItem().text()) AttributeError: 'NoneType' object has no attribute 'text' Traceback (most recent call last): File "/opt/ApMeFo/ui/appFolders.py", line 200, in on_btnAddNameSelect_released self.mainApp.foldercontent.setFolder(filename) File "/opt/ApMeFo/classes/folderContent.py", line 33, in setFolder self.readAllApps() File "/opt/ApMeFo/classes/folderContent.py", line 197, in readAllApps part = self.folderlist.getNameFromDirFile(self.folderlist.DirpathGlobal + file) File "/opt/ApMeFo/classes/folderList.py", line 100, in getNameFromDirFile filetxt = filecontent.split("Name=")[1] IndexError: list index out of range Traceback (most recent call last): File "/opt/ApMeFo/ui/appFolders.py", line 161, in on_btnAppAdd_released filenames = self.mainApp.foldercontent.selectApp(self) File "/opt/ApMeFo/classes/folderContent.py", line 123, in selectApp self.readAllApps() File "/opt/ApMeFo/classes/folderContent.py", line 197, in readAllApps part = self.folderlist.getNameFromDirFile(self.folderlist.DirpathGlobal + file) File "/opt/ApMeFo/classes/folderList.py", line 100, in getNameFromDirFile filetxt = filecontent.split("Name=")[1] IndexError: list index out of range
The Following User Says Thank You to sony123 For This Useful Post: | ||