Active Topics

 


Reply
Thread Tools
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#91
Originally Posted by tomast View Post
Portrait mode, including setting and unsetting, works here.
I don't see how hildon-desktop can be involved in your problem, but you never know...

Simple things to check:
Code:
ls -l /home/user/.osso/call-ui.ini
ls -ld /home/user/.osso
should give something like
-rw-r--r-- 1 user users ..../call-ui.ini
drwxr-xr-x 6 user users .....osso

You can also try (NOT as root)
Code:
echo '[rotation]
orientation=0' > /home/user/.osso/call-ui.ini
killall rtcom-call-ui
That should give you portrait mode.
This is the output:

Code:
Nokia-N900:~# ls -l /home/user/.osso/call-ui.ini
-rw-r--r--    1 root     root           48 Jul 24 13:26 /home/user/.osso/call-ui.ini
Nokia-N900:~# ls -ld /home/user/.osso
drwxr-xr-x    7 user     users        4096 Sep  3 00:11 /home/user/.osso
Nokia-N900:~# cat /home/user/.osso/call-ui.ini

[rotation]
orientation=0
[supplementary]
ssc=1
So everything should work but it doesn't and it did with other hildon-desktop versions. Any suggestions?

EDIT: I have reinstalled it and now it works but I cannot get the faster scrolling effect to work (I have tried http://talk.maemo.org/showthread.php...127#post798127).
Has anyone solved that?

Last edited by DaSilva; 2010-09-05 at 10:40.
 
Posts: 119 | Thanked: 22 times | Joined on Dec 2009
#92
Does this allow more than 4 desktops?!!
 
Posts: 968 | Thanked: 974 times | Joined on Nov 2008 @ Ohio
#93
Originally Posted by inzimam View Post
Does this allow more than 4 desktops?!!
NO. You can either install this and have up to 4 desktops, OR install matan's and have up to 9. If you want bath, matan needs to incorporate the latest updates into his package. The best solution would be to ask matan *nicely* to update his package.
__________________
*Consumer*, not a developer! I apologize for any inconvenience.
My script to backup /home and /opt
Samsung Galaxy S Vibrant, Huawei S7, N900(retired), N800(retired)
 
Posts: 21 | Thanked: 28 times | Joined on Apr 2010 @ Sweden
#94
Originally Posted by DaSilva View Post
-rw-r--r-- 1 root root 48 Jul 24 13:26 /home/user/.osso/call-ui.ini
[/code]
To me, it looks like you should have been locked to portrait mode, so that's strange.
BUT, this is wrong: you have 'root root' where I have 'user users'!
My wild guess: This happened when you added the 'ssc=1' part in July 24.
Could have been fixed with 'chown user:users /home/user/.osso/call-ui.ini' as root.
Rule of thumb: Edit files as user (ie NOT root) within /home/user, and as root outside.

What did you reinstall to get it to work (I'm just curious)?


Originally Posted by DaSilva View Post
(I have tried http://talk.maemo.org/showthread.php...127#post798127).
Has anyone solved that?
That post just quotes the default transitions.conf with commented-out settings. To actually increase the speed (or more correct, decrease the slow-down rate), I would recommend
Code:
[launcher]
deceleration_rate = 0.99
#strong_deceleration_rate = 0.7
# indicates a comment (=row without effect)
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#95
Yeah, I have done that but it doesn't work.
 
Posts: 21 | Thanked: 28 times | Joined on Apr 2010 @ Sweden
#96
Show me the output of
Code:
ls -l /etc/hildon/theme/transitions.ini /usr/share/hildon-desktop/transitions.ini /usr/bin/hildon-desktop*
md5sum /usr/bin/hildon-desktop.launch
grep -C3 deceleration /usr/share/hildon-desktop/transitions.ini

Last edited by tomast; 2010-09-05 at 17:06. Reason: type
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#97
Nokia-N900:~# ls -l /etc/hildon/theme/transitions.ini /usr/share/hildon-desktop/transitions.ini /usr/bin/hildon-desktop*
-rwxr-xr-x 1 root root 6636 Sep 5 12:39 /etc/hildon/theme/transitions.ini
lrwxrwxrwx 1 root root 22 Sep 5 12:32 /usr/bin/hildon-desktop -> /usr/bin/maemo-invoker
-rwxr-xr-x 1 root root 455692 Sep 1 23:47 /usr/bin/hildon-desktop.launch
-rw-r--r-- 1 root root 6490 Sep 5 12:36 /usr/share/hildon-desktop/transitions.ini
Nokia-N900:~# md5sum /usr/bin/hildon-desktop.launch
40ba7d0a7e8621066d06cc9d684a935a /usr/bin/hildon-desktop.launch
Nokia-N900:~# grep -C3 deceleration /usr/share/hildon-desktop/transitions.ini
zoom = 0.93
zoom_applets = 0.85

# These control the deceleration of the launcher pages. When panning freely
# (decelerating) the velocity of the launcher page is adjusted by this much.
# strong_deceleration_rate is effective in the bouncing zones. Uncomment if
# you want faster panning.
[launcher]
deceleration_rate = 0.99
#strong_deceleration_rate = 0.7

# The glow effect around launcher buttons
[launcher_glow]
Nokia-N900:~#
 
Posts: 21 | Thanked: 28 times | Joined on Apr 2010 @ Sweden
#98
For some stupid reason I forgot to ask for 'grep -C3 deceleration /etc/hildon/theme/transitions.ini'. Please show me that output as well.

Have you edited /etc/hildon/theme/transitions.ini (at Sep 5 12:39)?

Originally Posted by tomast View Post
I just figured out that hildon-desktop tries to read /etc/hildon/theme/transitions.ini first with fallback to /usr/share/hildon-desktop/transitions.ini .... So check /etc/... first.
 
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#99
Code:
Nokia-N900:~# grep -C3 deceleration /etc/hildon/theme/transitions.ini
# launcher top layer disappearing when a layer in front
[launcher_out_back]
duration=200
deceleration_rate=0.99

# launch animation
# duration_out - amount of time to take when fading the launcher out and application in
Yes, I have added it but it doesn't help.
 
Posts: 119 | Thanked: 22 times | Joined on Dec 2009
#100
Tomast,

no answer to my quick question?

Does this incorporate the ability to have morethan 4 desktops?
 
Reply


 
Forum Jump


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