Notices


Reply
Thread Tools
Posts: 12 | Thanked: 0 times | Joined on Jul 2010
#181
@Metalov sorry I thought that it would be at default location but it is not there. If I find it then I ll post it.
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#182
Originally Posted by Metalov View Post
I didn't uninstall Catorise, no.
Then perhaps you have a collision between ApMeFo and Catorise.
 
Posts: 53 | Thanked: 3 times | Joined on Dec 2009
#183
Originally Posted by Helmuth View Post
Then perhaps you have a collision between ApMeFo and Catorise.
What would a collision have to do with not being able to find the icons? Besides, they're also used by the default application manager which means they're somewhere there by default.
 
Posts: 12 | Thanked: 0 times | Joined on Jul 2010
#184
@Metalov yes I have seem Catorise pkg, there is no icons in it. those icons are already in the device. but need to find the location
 
Posts: 107 | Thanked: 28 times | Joined on Jun 2010
#185
Originally Posted by selvaarun View Post
@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.
It does not work, I have tried to execute the above commands and then reinstall ApMeFo.....

Please help. thanks...
 
Posts: 107 | Thanked: 28 times | Joined on Jun 2010
#186
Problem solved finally.. thanks...
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#187
Originally Posted by cmsjkung View Post
Problem solved finally.. thanks...
In my opinion it is always a good idea to post how you have solved a problem if you have asked before. Perhaps someone else will have this problem, too.
 

The Following 2 Users Say Thank You to Helmuth For This Useful Post:
Hrw's Avatar
Posts: 137 | Thanked: 170 times | Joined on Jul 2008
#188
I am waiting for ApMeFo author to return from vacations so he will be able to send me real sources of application so I could improve UI a bit.

Sources which are in extras-devel contain generated files but no original *.ui ones.
__________________
http://marcin.juszkiewicz.com.pl/
irc: hrw
jabber: hrw@jabber.org
 

The Following User Says Thank You to Hrw For This Useful Post:
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#189
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
__________________
Ernesto de Bernardis


Last edited by debernardis; 2010-08-31 at 10:16.
 
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#190
Same error messages, but it only started happening after I install Gas-Balls. Probably take a look later at the python code to see what is wrong...

Originally Posted by debernardis View Post
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:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:51.