New Launcher, edge channel.
-
@dobey said in New Launcher, edge channel.:
@TotalSonic said in New Launcher, edge channel.:
I think the ultimate plan (or at least one possible one) is to allow people to place widgets and launchers on the wallpaper background as if it was a "home" (same as if it was a non-vanilla-Gnome-3 desktop) - but that this will take time to code and the need to streamline the code and image size to what can be easily maintained makes the first step of getting rid of Scopes one that will have to happen in order to make any forward progress from there.
Best regards,
Steve BersonIt has been an idea that a few people have mentioned. There is currently no plan to do it (nor do I think should there be, as it's not a convergent feature).
I don't see why allowing icons and widgets on a "home" background (whether mobile, tablet, or desktop) would be consodered "not a convergent feature" when that feature is an integral part of most OS's in all 3 form factors. I do agree that coding that feature to be truly convergent would likely be difficult, and as such should not be a priority for the UBports team.
Best regards,
Steve Berson -
Just tested new Edge 30.07.2019 image on Pro 5.
Oh yeah, the new launcher is great and is so much better then the old one. Even home button on Pro 5 works. When pressed, it behaves like swipe from left and pressed again like swipe from right.New Unity8/Mir is working smooth on Pro 5. The best performance/smoothness/speed ever!
-
I think the gray bar on the right with the three dots is ugly. Would there be any issue removing it?
-
@B2288 It was actually added from the initial implementation by Canonical to fix gesture issues when closing the drawer. So now only a righ edge swipe would close the drawer instead of anywhere in the drawer. And this bar with dots is the indicator of this gesture which is the same as the one in the indicators. Design-wise and usability-wise I think it's good but honestly, I agree that it doesn't look good especially in desktop mode.
-
No, I added the handle on the right. Previously you could drag from anywhere on the Drawer to get it to close, but that behavior didn't work right. Now you can only drag from the handle.
I tried to make the handle not appear on larger screens to avoid the desktop issue, but that doesn't work. Touch screens can be large enough to get it to disappear.
Of course the code is all open and Drawer.qml is pretty simple to understand. I'd appreciate your suggestions.
-
@UniSuperBox said in New Launcher, edge channel.:
I'd appreciate your suggestions.
Can't you make it magically do what every individual wants on their own devices? It's just code, right?
-
@UniSuperBox What if instead of a handle, the 'short right edge swipe' gesture closed the drawer? In other contexts, the short right swipe reveals the previous app used, so it would make sense that in the drawer context that gesture would hide the drawer and reveal the open application.
-
I don't know who desing the new launcher, but you sir are my hero. On thing that I love about UT is that android and ios feels exactly the same to me and UT with all the swipe gesture brought a new view on phone UI that I love it. And gettng ride of the 'home' screen and having a app drawer like that is the best desing I ever used.
I know some ppl don't like it but I hope if we make change it will be in the form of configuration and not removing this desing.
I switch to edge on my main device just for this feature and I dont regret it!
-
This post is deleted! -
@B2288 Not all devices have the drawer fill all the horizontal space like desktops. In fact in landscape mode, the drawer usually only take up around 3/4 of the screen.
For me, it's not a big deal because it works and serves its purpose. Perhaps a better design in the future.
-
I love the design, three dots and all. It makes sense for the conversion in desktop mode and it looks great on the phone. Besides having a search function, which comes in handy at times. Good job!
-
@kugiigi @UniSuperBox IMO, the specific thing that is aesthetically unpleasing is the sudden cutoff / hard edge between the drawer handle and the statusbar. Maybe some edge rounding would make it look nicer?
How do either of these look?
-
The second option is very pleasing to my eyes.
-
The second option makes it visually pleasing but far less usable for the people who actually have to work with it. Fitts's Law still applies, roughly, since a taller handle reduces the distance someone must travel to reach it. In one-handed (left hand) or tablet use, it would be very difficult to reach.
The first option seems fine from a non-functional screenshot. I'll point you to where these things are implemented so you can experiment on your own. The Drawer is the component you're working on, and specifically the Drawer's Handle. You can find it at line 202 of Drawer.qml. The Handle component is declared in Handle.qml in the Components folder. It is shared between the Drawer and the pulldowns, so be careful to make changes in a way that you only change the visual style of one.
These files can be found on-device as
/usr/share/unity8/Launcher/Drawer.qml
and/usr/share/unity8/Components/Handle.qml
. It's easiest to edit them via adb or ssh. You'll need to make your system image writable withsudo mount / remount,rw
first. You can edit the files, then typerestart unity8
in your terminal to load them. If Unity8 fails to load, it will flash a white screen then go to black. If you hit the power button twice, it'll show you the error it hit. Once you fix that error, asudo restart lightdm
will get you loaded again. You might have to open a new shell using your preferred method to restart it again.If anything goes completely wrong, you can run
sudo apt install --reinstall unity8
orsudo system-image-cli -b 0 --progress=dots
to go back to stock. Your changes will be overwritten, so be sure to save them somewhere. -
@UniSuperBox said in New Launcher, edge channel.:
The second option makes it visually pleasing but far less usable for the people who actually have to work with it. Fitts's Law still applies, roughly, since a taller handle reduces the distance someone must travel to reach it.
Ah... I had naively assumed that the 'mouse area' of the handle would still extend the full length of the right side and that the modification would only be visual.
-
I think it's not much about the mouse area per se but the visual suggests that the drag area is only limited to the hint area so user's tendency will still be reaching to it even though dragging anywhere will work.
-
A physical drawer can also be opened from any part on its edge, not only by grabbing the handle.
-
Virtual representations of ideas are only equivalent to physical objects by name, in most cases. Just because it's called a Drawer doesn't mean you apply all of your knowledge about a drawer to it.
Anyway, we're bikeshedding now. I'd prefer something that proves that changing the drawer is better, not conjecture.
-
The comment that sparked off this discussion was more about esthetics than function. Let's wait and see if @UniSuperBox's suggestions will be taken up and we can have new suggestions that both work and are an improvement on what we have now, if possible.
-
@arubislander said in New Launcher, edge channel.:
The comment that sparked off this discussion was more about esthetics than function.
The problem with this though is that we cannot ship something which is optimally designed to a single person's preferred aesthetic. We need to design things that are usable by as many people as possible, if we want UT to gain a significant user base. That means things need to be visually obvious, accessible, etc⦠and we must think from the point of views of others to accomplish such a design.