maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Sailfish Tweaks (https://talk.maemo.org/showthread.php?t=92920)

J4ZZ 2015-01-23 01:03

Re: Sailfish Tweaks
 
Thanks for finding.
Actually I like the timer when deleting something, but what bugs me, is when I install or update something from store or warehouse and then have to wait 5 secs....

Is there possibly another switch to remove the wait times for store and warehouse?

pycage 2015-01-23 06:59

Re: Sailfish Tweaks
 
Quote:

Originally Posted by J4ZZ (Post 1457667)
Thanks for finding.
Actually I like the timer when deleting something, but what bugs me, is when I install or update something from store or warehouse and then have to wait 5 secs....

Is there possibly another switch to remove the wait times for store and warehouse?

Just close the app page when the remorse timer runs in the store and the action will be performed immediately.

pichlo 2015-01-23 13:16

Re: Sailfish Tweaks
 
Quote:

Originally Posted by ssahla (Post 1457620)
Yes, it's possible. I have it set to 2 seconds and find that more suitable for me.

/usr/lib/qt5/qml/Sailfish/Silica/RemorseItem.qml
/usr/lib/qt5/qml/Sailfish/Silica/RemorsePopup.qml

In those files, find the timeout numbers (two in each file; by default the value is 5000) and change them to 2000 (to get 2 seconds instead of 5). RemorseItem.qml affects remorse timers that happen "in place" (e.g., deleting an email) and RemorsePopup.qml affects timers that appear in the top part of the screen (e.g., deleting an app in Launcher).

(Don't set it to zero though (to disable the timer altogether), it won't work (at least in some cases)).

Wow, that's great, thanks!

I suppose a different timeout for positive and negative remorse timers would be too much to ask for, right? ;)

To explain what I mean, most remorse timers are of the kind, "So and so will happen unless you press here." Examples: deleting stuff. This is what I call a "negative" timeout since your action stops something from happening.
The other kind is, "Press here if you want something to happen." Examples: proceed with updates in OpenRepos. This is what I call a "positive" timeout since your action makes something happen.

I would prefer the negative timeout short but the positive one long, but I can understand if that is not possible.

juiceme 2015-01-23 16:54

Re: Sailfish Tweaks
 
Quote:

Originally Posted by pichlo (Post 1457777)
Wow, that's great, thanks!

I suppose a different timeout for positive and negative remorse timers would be too much to ask for, right? ;)

To explain what I mean, most remorse timers are of the kind, "So and so will happen unless you press here." Examples: deleting stuff. This is what I call a "negative" timeout since your action stops something from happening.
The other kind is, "Press here if you want something to happen." Examples: proceed with updates in OpenRepos. This is what I call a "positive" timeout since your action makes something happen.

I would prefer the negative timeout short but the positive one long, but I can understand if that is not possible.

Sure it is possible, there are even more than one way of doing it. Two ways come to mind immediately, however both require patching the system in several places;

The first way is to change the interface of the timer invocation by adding a parameter describing the timer length. Then, in each place in the entire system you need to go and add the timeout parameter there.

The second way is to implement 2 remorse timers of each type, one running quick and one running slow. Then you again go through the whole system and change the positive timeouts to use the long running timer and negative timeout to use the fast running timer.

pichlo 2015-01-23 17:08

Re: Sailfish Tweaks
 
Err, thanks, Juice, I know that much but I did not mean to suggest rewriting the whole OS ;)

TemeV 2015-01-23 18:46

Re: Sailfish Tweaks
 
Quote:

Originally Posted by pichlo (Post 1457777)
Wow, that's great, thanks!

I suppose a different timeout for positive and negative remorse timers would be too much to ask for, right? ;)

To explain what I mean, most remorse timers are of the kind, "So and so will happen unless you press here." Examples: deleting stuff. This is what I call a "negative" timeout since your action stops something from happening.
The other kind is, "Press here if you want something to happen." Examples: proceed with updates in OpenRepos. This is what I call a "positive" timeout since your action makes something happen.

I would prefer the negative timeout short but the positive one long, but I can understand if that is not possible.

Is that "positive timeout" used anywhere else than warehouse? I think using it like that is wrong anyway. For updates there should be just normal popup notification without timer in it. After all, it's called "remorse timer" so you hit it if you regret your previous action.

pichlo 2015-01-23 19:37

Re: Sailfish Tweaks
 
Err, good point. So maybe it's not a request for a tweak but a request for "fixing" Warehouse ;)

aegis 2015-01-23 23:27

Re: Sailfish Tweaks
 
That's what I was thinking too. Warehouse uses remorse timers incorrectly. It's very odd.

Markkyboy 2015-02-12 13:03

Re: Sailfish Tweaks
 
Nice to see that my findings are of interest to the 'tech savvy' users here on TMO. (reducing remorse timer settings).

I'm not a dev, I don't really know first thing about programming or code, but I find it all very interesting and simply love tinkering. (Sailfish SDK leaves me looking like a dog that's just been shown a card trick!). :D

Anyway, I'd like to know what element controls the black background in Launcher on Jolla, anyone know?
When I got my first Jolla a year ago, the launcher background was transparent, but it made a real mess of app name text and so Jolla changed it. I would like to revisit that and play with Ambience creation some more.

I've had a look through just about every directory. I have managed to find and rename (.old) 8 files and as a result, I have a brighter, sharper, clearer screen on my Jolla, No more pyramid textures and much more of the 'wallpaper' from my ambience can be seen, but still falls to black once fully in the launcher window, this I would like to change and have a transparent look, not black....??

Any ideas gratefully received.

Regards,

Eminem 2015-02-12 22:02

Re: Sailfish Tweaks
 
Quote:

Originally Posted by Markkyboy (Post 1460519)
but still falls to black once fully in the launcher window, this I would like to change and have a transparent look, not black....??

Checked this?

dconf write /desktop/jolla/background/portrait/app_picture_filename $(dconf read /desktop/jolla/background/portrait/home_picture_filename)

All coderus findings. :)


All times are GMT. The time now is 11:18.

vBulletin® Version 3.8.8