Reply
Thread Tools
Posts: 40 | Thanked: 4 times | Joined on Mar 2010 @ Sweden
#131
I have same question as soleil.

I want to install version 2.6 but i dont want landscape.

So what should i do?
 
Posts: 48 | Thanked: 31 times | Joined on Dec 2011
#132
There are some additional transitions you can tweak by editing the file ~/.config/mcompositor/new-mcompositor.conf

Code:
[General]
cancel-short-edge-swipe=0.35
;startup-anim-duration=500
crossfade-duration=150
;sheet-anim-duration=500
;chained-anim-duration=500
swipe-duration=200
released-swipe-duration=120
;restore-plus-swipe-duration=500
swipe-action-up=close
swipe-action-down=close
swipe-action-right=away
swipe-action-left=away
crossfade-duration controls the fading of one window into another, e.g. a splash window to the proper window.

swipe-duration controls the speed at which windows slide in (and out?) of the view.

released-swipe-duration controls how fast a window slides away after releasing the finger when swiping from edge, I like this one in particular.
 

The Following User Says Thank You to smph For This Useful Post:
Posts: 1,539 | Thanked: 1,604 times | Joined on Oct 2011 @ With my N9
#133
Originally Posted by soleil View Post
What can I do if I don't want landscape lock or landscape wallpaper ?

Originally Posted by HD.Canson View Post
I have same question as soleil.

I want to install version 2.6 but i dont want landscape.

So what should i do?
I quoted both of you so you can see exactly how to do it.

Let's go with the basics, I assume the modified transitions is in the MyDocs folder
devel-su (enter)
rootme (enter)
cd /home/user/MyDocs/ (enter)
cp -R /usr / (enter)
Reboot

If you've already installed the transitions then start here
Back to terminal
devel-su (enter)
rootme (enter)
cd /usr/share/themes/blanco/meegotouch/sysuid/style (enter)
nano sysuid.css (enter)
scroll down till you see a line that says locked-orientation: ""
change it to locked-orientation: "portrait"
Ctrl x (to save)
y (to confirm the save)
enter
then reboot
landscape will be gone
__________________
Arie|www.everythingn9.com|Nokia N9 64GB x2|Nokia N950

@everythingn9

Temporary Inception Fix


Times Banned from TMO: 4
 

The Following 2 Users Say Thank You to Arie For This Useful Post:
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#134
Originally Posted by smph View Post
There are some additional transitions you can tweak by editing the file ~/.config/mcompositor/new-mcompositor.conf

Code:
[General]
cancel-short-edge-swipe=0.35
;startup-anim-duration=500
crossfade-duration=150
;sheet-anim-duration=500
;chained-anim-duration=500
swipe-duration=200
released-swipe-duration=120
;restore-plus-swipe-duration=500
swipe-action-up=close
swipe-action-down=close
swipe-action-right=away
swipe-action-left=away
crossfade-duration controls the fading of one window into another, e.g. a splash window to the proper window.

swipe-duration controls the speed at which windows slide in (and out?) of the view.

released-swipe-duration controls how fast a window slides away after releasing the finger when swiping from edge, I like this one in particular.
mcompositor is moved in PR1.1 so i would advice not to use that.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Posts: 48 | Thanked: 31 times | Joined on Dec 2011
#135
Originally Posted by AlMehdi View Post
mcompositor is moved in PR1.1 so i would advice not to use that.
What do you mean? new-mcompositor.conf is the config file in PR1.1 whereas it was mcompositor.conf in PR1.0.
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#136
@F2TahK: Why don't make a new theme instead or a script? It would be much safer and users would be able to revert the changes. I could incorporate this to n9tweak but as i see you are still at it and find new things i have been waiting to do so.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#137
Originally Posted by smph View Post
What do you mean? new-mcompositor.conf is the config file in PR1.1 whereas it was mcompositor.conf in PR1.0.
Could be differences with my firmware but that does not exist for me on my PR1.1 install.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
Posts: 48 | Thanked: 31 times | Joined on Dec 2011
#138
Originally Posted by AlMehdi View Post
Could be differences with my firmware but that does not exist for me on my PR1.1 install.
Oh yeah, should have mentioned that it's not there by default but you can just create one yourself. SwipeManager also creates one, for example.
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#139
Originally Posted by smph View Post
Oh yeah, should have mentioned that it's not there by default but you can just create one yourself. SwipeManager also creates one, for example.
Ahh.. that explains it. Thanks! I tweaked that in PR1.0 but couldn't find it in PR1.1.. so i guessed it was removed so people would not tweak it. I guess they just removed the file but not the bindings
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
Posts: 48 | Thanked: 31 times | Joined on Dec 2011
#140
Originally Posted by AlMehdi View Post
Ahh.. that explains it. Thanks! I tweaked that in PR1.0 but couldn't find it in PR1.1.. so i guessed it was removed so people would not tweak it. I guess they just removed the file but not the bindings
In PR1.0 the default settings of the parameters were automatically written to mcompositor.conf if the file didn't exist. This would then have overridden any changes in the default settings made in PR1.1 so they changed the name of the settings file, now new-mcompositor.conf should only contain the settings that you want to change from defaults. I saw the commit message somewhere at meego.gitorious.org.

BTW, I found the released-swipe-duration setting by searching for strings in the libnokiaswipeextension.so binary, there were some others as well which were not in my PR1.0 mcompositor.conf, might have been added in PR1.1.
 

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


 
Forum Jump


All times are GMT. The time now is 07:40.