Top four (or five) apps row
Tapping the launcher page triggers the top row of apps for only 0.5 second, which is ridiculously short. Any hack to increase this?
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Tapping the launcher page triggers the top row of apps for only 0.5 second, which is ridiculously short. Any hack to increase this?
I'm pretty certain someone patched this, but I cannot recall which patch/dev it was.
Okay, as I don't recall which dev patched this aspect of the launcher, I can tell you that if you navigate to /usr/share/lipstick-jolla-home-qt5/layers/LauncherLayer.qml
and scroll to the bottom of the page, you will see the following 2 lines;
hintHeight: Theme.iconSizeLauncher * 2 + (Screen.sizeCategory >= Screen.Large ? Theme.paddingLarge*4 : 0)
hintDuration: 600
First line: Change (play with) the figure after Theme.iconSizeLauncher
to say 3.5 (this should show 2 rows instead of 1)
Second line: Change hintDuration
to say 1000 (1 whole second!) or 3000 (3 seconds), your choice - save your changes and systemctl --user restart lipstick.service
Excellent with a big warning: if you have coderus' "Launcher combined" and/or fravaccaro's "No handle" patches (and maybe others), do not perform this hack.
If you do, those patches will be unapplied and will no longer be available for activation.
I made the mistake... Workaround: restore original LauncherLayer.qml then execute devel-su
+ pkcon install lipstick-jolla-home-qt5 --allow-reinstall
Then re-apply your favorite patches.
objectifnul ( 2019-11-14 20:50:15 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2019-11-13 21:28:14 +0200
Seen: 543 times
Last updated: Nov 14 '19
Moving touch wrongly interpreted as tap-and-hold in Launcher
Enhance launcher appearance [released]
suggestion: App drawer grid flow preference(paginated/continuous)
Suggestion: Folders for Launcher [duplicate]
Enhance the font in Launcher screen [duplicate]
Add ability to search apps in launcher [answered]
Manual arrangement of App's on (manually added) launcher pages
One page scrolling launcher instead of multiple pages [duplicate]
One second would be more comfortable, and short at the same time.
addydon ( 2019-11-13 21:49:39 +0200 )editSorry, I disagree, the current timing is just right for me.
olf ( 2019-11-13 21:53:21 +0200 )edit@olf You are talking with an old man. Respect for my old fingers, please ;-)
objectifnul ( 2019-11-13 23:47:41 +0200 )edit