maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [PATCH] Desaturate instead of blur (hildon-desktop) (https://talk.maemo.org/showthread.php?t=68512)

moepda 2011-01-18 17:59

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by MohammadAG (Post 923169)
Code:

dpkg -r modified-hildon-desktop && dpkg -i hildon-desktop_2.2.140-1+0m5_desaturize_armel.deb

many thanks !!!!! fixed :) much appreciated for helping and for everything you do MohammedAG :) your a star :)

mscion 2011-01-18 18:18

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Hi.

When I go from live wallpaper to the set of icons used in catagoize for sorting apps there is a remnant of blurred text in the background that says something about loading live wallpaper. While the blurred text is harmless I always found it annoying. I was wondering if this patch would help avoid this.

Thanks for your efforts.

Spr33 2011-01-18 18:46

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Is the only way to reverse the changes of the deb is to manually change the transitions.ini?

omaniac 2011-01-20 00:50

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
MAG,

can you create a deb that includes matan mhd, single column task launcher, kinetic scroll, and this patch altogether? it would be awesome having all the patches for hildon-desktop.. thanks

MaddogG 2011-01-20 01:26

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Here you go:
http://www.megaupload.com/?d=WBXJM7CQ
It includes matan mhd, single column task launcher, kinetic scroll, and this patch altogether :)

This is two-column version (not tested, install it at your risk!):
http://www.megaupload.com/?d=Q4R1IE2G

omaniac 2011-01-20 02:07

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
thanks MaddogG it works great!!!! :D

reflexing 2011-01-20 05:40

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Please bump it up to Community SSU :)

omaniac 2011-01-20 06:14

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by MaddogG (Post 924307)
Here you go:
http://www.megaupload.com/?d=WBXJM7CQ
It includes matan mhd, single column task launcher, kinetic scroll, and this patch altogether :)

there is one problem with the deb mate. it says a different version. it conflicts with apt-get and it was all fine until i used fapman. can you change it to the current version of hildon-desktop? thanks again :) really appreciate it..

yamakasi 2011-01-20 06:23

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
can I roll back to the blur effect by just simply deleting this package ?
pardon my noobiness ...

ebzzry 2011-01-20 07:27

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by MaddogG (Post 924307)
Here you go:
http://www.megaupload.com/?d=WBXJM7CQ
It includes matan mhd, single column task launcher, kinetic scroll, and this patch altogether :)

This is two-column version (not tested, install it at your risk!):
http://www.megaupload.com/?d=Q4R1IE2G

How can I revert back to the previous task switcher behavior?

MohammadAG 2011-01-20 08:24

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by reflexing (Post 924366)
Please bump it up to Community SSU :)

Can't, we need all modifications in one hildon-desktop and configurable at run time, preferably with gconf, you just can't force someone to use something cause you like it ;)

MaddogG 2011-01-20 08:27

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by ebzzry (Post 924393)
How can I revert back to the previous task switcher behavior?

http://mohammadag.xceleo.org/public/...rize_armel.deb

MaddogG 2011-01-20 08:57

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by omaniac (Post 924376)
there is one problem with the deb mate. it says a different version. it conflicts with apt-get and it was all fine until i used fapman. can you change it to the current version of hildon-desktop?

It has a different version number because I applied the patches on top of Community SSU hildon-desktop (http://gitorious.org/community-ssu/hildon-desktop). I will change it this evening when I'm @home...sorry for the inconvenience, I made the deb this morning at 2:30 and I was a bit sleepy :p

Dark_Angel85 2011-01-20 09:46

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
is it possible to just download the hildon_desktop_noblur file into the MyDocs and executing it as root

sh hildon_desktop_noblur

Dark_Angel85 2011-01-20 10:39

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
i downloaded the file from the link provided, but it only has an option of save to the device and not open it with appmanager

so it's installed into the MyDocs...

can't seem to get it even with apt-get source hildon_desktop

Dark_Angel85 2011-01-20 10:43

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
tried copying the code to xterm but it seems to not work as well... help? thanks

MaddogG 2011-01-20 10:58

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
@Dark_Angel85

hildon_desktop_noblur.patch is a patchfile, not an installable package. You should download it only if you want to patch and compile hildon-desktop by yourself, otherwise you have to download the deb file. Try this:
- open xterm
- become root (root or sudo gainroot)
- cd /home/user/MyDocs
- wget http://mohammadag.xceleo.org/public/...rize_armel.deb
- dpkg -i hildon-desktop_2.2.140-1+0m5_desaturize_armel.deb

neboja 2011-01-20 11:02

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
ok, so if i install this patch like .deb, and for example, i don't like new environment,... how can i revert back to old hildon-desktop???

MaddogG 2011-01-20 11:11

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by neboja (Post 924488)
ok, so if i install this patch like .deb, and for example, i don't like new environment,... how can i revert back to old hildon-desktop???

As root, try with "apt-get --reinstall install hildon-desktop"

This should reinstall default hildon-desktop.

pedro-25 2011-01-20 13:02

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
im not sure if this is 2 do with this or not but i installed but since installed hildon-desktop_2.2.141-4_armel.deb a few pages back i do not seem to have the volume in status drop down menu & my volume button does not seem to be working in calls or out of calls any suggestions?

Dark_Angel85 2011-01-20 13:04

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
great addition this is....

you guys are great

MaddogG 2011-01-20 13:05

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
@pedro-25

I have non of these problems, sorry...

kent_autistic 2011-01-20 13:40

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
when i installed this shortcutd (camkey set to go back to dashboard) stopped working. why?

MohammadAG 2011-01-20 13:47

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Sorry, it's a missing line in postinst that I noticed yesterday.
Run
Code:

gconf-schemas --register hildon-desktop-keys.schemas
as root in terminal and reboot, will upload a new deb soon.

rmarcus 2011-01-20 13:58

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by MohammadAG (Post 924595)
Sorry, it's a missing line in postinst that I noticed yesterday.
Run
Code:

gconf-schemas --register hildon-desktop-keys.schemas
as root in terminal and reboot, will upload a new deb soon.

Sorry...what's that for?:D

MohammadAG 2011-01-20 14:09

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
I didn't put it in postinst when I should've, so it's actually my fault some of you lost the key shortcuts.

MaddogG 2011-01-20 22:24

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Ok, I've modified debs version to match stock Hildon Desktop version.

Single column task switcher:
http://www.megaupload.com/?d=RB9X91OL

Two columns task switcher:
http://www.megaupload.com/?d=DJFB9UPN

This should solve problems with apt-get...

cutehunk04 2011-01-23 13:29

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
single column means...can you provide a screenshot that would be helpful...

thanks

MaddogG 2011-01-23 13:31

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by cutehunk04 (Post 926685)
single column means...can you provide a screenshot that would be helpful...

thanks

http://talk.maemo.org/showthread.php?t=63419

cutehunk04 2011-01-23 14:21

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
so one column task switcher means the application will open like the series..for eg.

contact

messaging

photos

two column means

contact messaging

photos pico drive


is that so .... ????

MaddogG 2011-01-23 14:26

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Yes, that's right.

cutehunk04 2011-01-23 14:41

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
i installed the single column patch posted above, but still find 3 column task switcher....where am i wrong ?

MaddogG 2011-01-23 14:45

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Have you run "killall hildon-desktop" from xterm after installing?

cutehunk04 2011-01-23 14:52

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
nope... didnt entered the above command...

MaddogG 2011-01-23 15:16

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Then do it :)

Or, reboot the phone...

Dark_Angel85 2011-01-30 11:43

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
erm... in light of the latest hildon-desktop replacement by the community ssu, would running this patch replace anything and would be counter-productive??

in other words, I really like this desaturate patch and would like it to run even after downloading the Maemo 5 Community SSU hildon update

thp 2011-01-31 15:28

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by Dark_Angel85 (Post 931817)
erm... in light of the latest hildon-desktop replacement by the community ssu, would running this patch replace anything and would be counter-productive??

in other words, I really like this desaturate patch and would like it to run even after downloading the Maemo 5 Community SSU hildon update

Yes, you just need to re-apply this patch against the latest sources from the Community SSU Git repository. I'm sure MAG can be talked into providing an updated .deb :)

Dark_Angel85 2011-02-02 07:03

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
Quote:

Originally Posted by thp (Post 932630)
Yes, you just need to re-apply this patch against the latest sources from the Community SSU Git repository. I'm sure MAG can be talked into providing an updated .deb :)

I tried to reapply the patch that I previously downloaded BEFORE i got the CSSU, and I did get the desaturate effect

but when i apt-get upgrade or anything like that,

they said that the hildon-desktop needs to be upgraded.

so i guess MAG just needs to release an upgraded patch eh?

thp 2011-02-06 16:32

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
This patch has also been submitted (made optional via transitions.ini) to the Community SSU. You can follow the merge request here:

http://gitorious.org/community-ssu/h...rge_requests/1

Dark_Angel85 2011-02-07 10:45

Re: [PATCH] Desaturate instead of blur (hildon-desktop)
 
I tried modding in transition.ini after updating the latest cssu patch 20.2010.36-2maemo9. and was trying to tweak the [home] part of the transitions.ini file.

after tweaking (via leafpad):

[home]
saturation = 1
brightness = 1
zoom = 1
radius_more = 0
radius = 0
zoom_applets = 0

killalll hildon-desktop, even reboot,

no changes?


All times are GMT. The time now is 17:05.

vBulletin® Version 3.8.8