|
2010-10-08
, 22:11
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#232
|
http://mohammadag.xceleo.org/public/...+0m5_armel.deb
Same instructions as first post, includes screen glitch fix, scrolling fixed by default (adjustable in transitions.ini), and the catorize triggered bug fixed.
Indeed I am a bit busy, I'm only 17 and this is my last year at school, so there are some priorities, I still come to the forums whenever I can though.
Rewriting PSFreedom and Hostmode's UIs in C++, so I'm kinda busy with those two projects too
|
2010-10-09
, 08:46
|
|
Posts: 234 |
Thanked: 175 times |
Joined on Jun 2010
@ Genova (Italy)
|
#233
|
I'm up for patching in Matan's changes so you don't have to install another package
The Following User Says Thank You to MaddogG For This Useful Post: | ||
|
2010-10-09
, 08:56
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#234
|
You need to un-"pin" it first.
Check what you have in /etc/apt/preferences, something like:
if you see only this:Code:cat /etc/apt/preferences
it means you haven't pinned anything else. in that case it is safe to do:Code:~ $ cat /etc/apt/preferences Package: hildon-desktop Pin: release a=unstable Pin-Priority: 1001 ~ $
and then the upgrade will work.Code:rm /etc/apt/preferences
Cheers.
|
2010-10-09
, 08:58
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#235
|
|
2010-10-09
, 09:30
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#236
|
|
2010-10-09
, 15:10
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#237
|
Transition control needs an update, it's using the old transitions.ini entries and it doesn't adjust properly to new entries.
|
2010-10-11
, 19:29
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#238
|
isnt this a real update?
the current file has version number 2.2.138-1, the older one i have has the same number.
/edit:
just installed it, and i noticed that transitions in the menu got much choppier. also, when you go to "all" in the menu (i'm using catorise), it doesnt give an animation at all.
|
2010-10-11
, 19:51
|
|
Posts: 118 |
Thanked: 13 times |
Joined on Jun 2010
@ mother earth
|
#239
|
$ python /opt/ApMeFo/Main.py 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 31, in setFolder self.foldername = unicode (folder.toUtf8(), "utf-8") AttributeError: 'str' object has no attribute 'toUtf8' 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
Tags |
bugfix, great stuff, the-red-button |
|
Check what you have in /etc/apt/preferences, something like:
Cheers.