Notices


Reply
Thread Tools
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#231
Originally Posted by elie-7 View Post
he means the mohamad's hildon-desktop, well apt-get upgrade should work, it didn't work for me.
You need to un-"pin" it first.

Check what you have in /etc/apt/preferences, something like:

Code:
cat /etc/apt/preferences
if you see only this:
Code:
~ $ cat /etc/apt/preferences
Package: hildon-desktop
Pin: release a=unstable
Pin-Priority: 1001
~ $
it means you haven't pinned anything else. in that case it is safe to do:
Code:
rm /etc/apt/preferences
and then the upgrade will work.

Cheers.
 

The Following 2 Users Say Thank You to Saturn For This Useful Post:
Posts: 490 | Thanked: 191 times | Joined on May 2010
#232
Originally Posted by MohammadAG View Post
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
17 ? WoW I though you were in your 20-30s xD
 
MaddogG's Avatar
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#233
Originally Posted by MohammadAG View Post
I'm up for patching in Matan's changes so you don't have to install another package
See here.

I tried it and it worked! Now, I have matan's Modified Hildon Desktop + faster kinetic scrolling in app menu ( + single-column task switcher ).

Now the problem is: is there a way to have system-wide faster scrolling (not only in the menu)?

Last edited by MaddogG; 2010-10-11 at 10:08.
 

The Following User Says Thank You to MaddogG For This Useful Post:
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#234
Originally Posted by Saturn View Post
You need to un-"pin" it first.

Check what you have in /etc/apt/preferences, something like:

Code:
cat /etc/apt/preferences
if you see only this:
Code:
~ $ cat /etc/apt/preferences
Package: hildon-desktop
Pin: release a=unstable
Pin-Priority: 1001
~ $
it means you haven't pinned anything else. in that case it is safe to do:
Code:
rm /etc/apt/preferences
and then the upgrade will work.

Cheers.
i haven't pin it, and it shows that this directory doesn't exist, my only problem with it, is that using this modified hildon, transition control doesn't work .
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#235
Transition control needs an update, it's using the old transitions.ini entries and it doesn't adjust properly to new entries.
 

The Following 3 Users Say Thank You to MohammadAG For This Useful Post:
msa's Avatar
Posts: 909 | Thanked: 216 times | Joined on Nov 2009 @ Bremen, Germany
#236
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.

Last edited by msa; 2010-10-09 at 09:40.
 
elie-7's Avatar
Posts: 968 | Thanked: 663 times | Joined on Jun 2010 @ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
#237
Originally Posted by MohammadAG View Post
Transition control needs an update, it's using the old transitions.ini entries and it doesn't adjust properly to new entries.
what can i do to get all my old set to 7 transition control settings ??
__________________
rolling down the street, smoking ENDO, sipping on gin and juice
laid back, with my mind on my money and my money on my mind .
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#238
Originally Posted by msa View Post
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.
transitions.ini is replaced after each installation, I could change this but not right now (it's how hildon-desktop behaves from nokia, not my fault )

I've successfully merged Matan's hildon-desktop with my package, so there's no need to install modified-hildon-desktop now.
http://mohammadag.xceleo.org/public/...+0m5_armel.deb

Source code is not modified at all, same source with Matan's patches applied on top.
 

The Following 13 Users Say Thank You to MohammadAG For This Useful Post:
yamakasi's Avatar
Posts: 118 | Thanked: 13 times | Joined on Jun 2010 @ mother earth
#239
after installing your package i noticed that apmefo is not able to sort apps into the custom folders,does this hack conflict with apmefo ?

this is the output from apmefo diagnosis tool :
Code:
$ 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
thanks
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#240
No idea, I don't see why it should, check with the ApMeFo dev.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Reply

Tags
bugfix, great stuff, the-red-button

Thread Tools

 
Forum Jump


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