Rendered at 20:57:58 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
dhx 1 days ago [-]
Global offline maps including public transport routing and timetables is a fantastic (and if I'm not mistaken, also unique) feature. Google Maps' offline feature by contrast doesn't work globally (some areas are excluded), doesn't include public transport, etc.
Keeping in that same theme--I've love to see Mozilla Translations models (or similar) integrated in GNOME apps where it makes sense to do so--such as Document Viewer, for good-enough offline text translation built into every GNOME environment.
Such features are highly user visible and set GNOME apart from competition in ways that are easy to describe to anyone. No EULAs, no data sovereignty concerns, no dark patterns--just features ready to go for users out-of-the-box that are incredibly useful, user-friendly and consistent.
In saying that--there's of course all the great GNOME stuff under the hood for geeks too--support for almost every audio and video format to have ever existed easily enabled, glycin, sandboxing of applications, easy and consistent software package management for everything (now with obsolescence management built in too)...etc.
cromka 1 days ago [-]
Sound like something to propose on their Gitlab, you seem to have thought it through!
I would personally very appreciate this, after having enjoyed similar functionality on MacOS, with easy dictionary access and text translation.
dhx 1 days ago [-]
Some feature requests have already been raised previously:
Translation within these apps is generally not an easy feature to implement. Do you automatically try and detect the language and suggest a translation? Do you make language translation controls obvious and put them front and centre, or hide them away assuming they're infrequently used? Do you show translations side-by-side, line-under-line, or just replace the original text with translated text? Then on more complex matters such as papers, do you try and preserve original formatting (very hard, particularly for things like tables), do you accommodate words split across lines, etc.
There does exist https://flathub.org/en/apps/dev.ters.LocalTranslate as a standalone offline text translation application for GNOME desktop environments but a user would have to copy+paste text between applications to use it.
cromka 1 days ago [-]
Well, on macOS it's part of the system's right click facility, it takes selected text and the looks it up in dictionary or translates.
Adding support to individual apps is specifically something that ruins good UX. You want all apps enjoy it independently.
dhx 19 hours ago [-]
I wasn't thinking of the UI being "highlight text -> context menu -> translate", rather, one of:
1. Open bonjour.md and a banner automatically appears above the document asking whether you'd like to translate from French -> German (assuming the desktop environment language was set to German). This is more or less how Firefox handles offline translation of web pages.
2. Open bonjour.md and click a translate button, then get asked which language pair to choose from.
I can however see how the "highlight text -> context menu -> translate" UI pattern may make sense in multi-language settings, such as a chat room, or web browser where text in multiple language may be presented on the same page. For a terminal session however, it may be better to require the user to pipe text to a translation command line utility where possible--but there are exceptions to this too such as ncurses interfaces.
6yyyyyy 1 days ago [-]
Wow Maps is cool, I had no idea this was on my computer.
skavi 1 days ago [-]
so happy GNOME exists. I hear great things about KDE internals, but Plasma and KDE apps are so ugly.
modern GNOME is honestly a more consistently clean interface than even (modern) macOS.
samtheDamned 1 days ago [-]
I was just wishing the photos app (apparently named Loupe) would show more info from the image metadata regarding the camera I used to take it. Wonderful timing on GNOME's part here.
tacomagick 1 days ago [-]
The accelerometer rotation feature will be an awesome addition, I think so far there is no DE that lets you do that without some custom scripts. I have to test that out real soon. Windows used to handle that pretty good (if you ignore wallpapers breaking etc.) so it was one of the stopping points for users who just want a Linux that works for their AIO laptops.
ksymph 1 days ago [-]
That caught my eye too. I have a Thinkbook Yoga running GNOME and auto rotate has worked as expected for years, with a toggle in the quick settings for rotation lock.
I think this change is just adding the toggle to the standalone settings app.
tacomagick 1 days ago [-]
Really? I have been struggling to get mine to work on my Asus laptop. I guess I have a driver problem more than anything. Thanks for letting me know!
ksymph 21 hours ago [-]
For what it's worth, rotation is locked and the auto-rotate setting doesn't show until the keyboard is flipped back -- so if you're going to be troubleshooting, I'd look into whatever enables 'tablet mode' rather than accelerometer stuff specifically.
zb3 1 days ago [-]
Meanwhile it's been over a year and they can't fix the basic screen recording issue:
I even pointed LLMs at this and spent extra time to investigate and test it only for my solution to be ignored just like pretty much every other issue/PR.
GNOME looks shiny on the outside, but it's a sea of bugs under the hood..
prmoustache 1 days ago [-]
I can understand this not being the highest priority.
zb3 1 days ago [-]
Just like rewriting system tools (that worked) in a new version of the same thing that works the same way but breaks backwards compatibility. Yet they apparently love that.
Keeping in that same theme--I've love to see Mozilla Translations models (or similar) integrated in GNOME apps where it makes sense to do so--such as Document Viewer, for good-enough offline text translation built into every GNOME environment.
Such features are highly user visible and set GNOME apart from competition in ways that are easy to describe to anyone. No EULAs, no data sovereignty concerns, no dark patterns--just features ready to go for users out-of-the-box that are incredibly useful, user-friendly and consistent.
In saying that--there's of course all the great GNOME stuff under the hood for geeks too--support for almost every audio and video format to have ever existed easily enabled, glycin, sandboxing of applications, easy and consistent software package management for everything (now with obsolescence management built in too)...etc.
I would personally very appreciate this, after having enjoyed similar functionality on MacOS, with easy dictionary access and text translation.
epiphany: https://gitlab.gnome.org/GNOME/epiphany/-/work_items/2889
papers: https://gitlab.gnome.org/GNOME/papers/-/work_items/454
gnome-text-editor: doesn't accept feature requests directly, wants them raised instead at https://gitlab.gnome.org/Teams/Design/whiteboards/-/work_ite... (no previous translation concepts found)
Translation within these apps is generally not an easy feature to implement. Do you automatically try and detect the language and suggest a translation? Do you make language translation controls obvious and put them front and centre, or hide them away assuming they're infrequently used? Do you show translations side-by-side, line-under-line, or just replace the original text with translated text? Then on more complex matters such as papers, do you try and preserve original formatting (very hard, particularly for things like tables), do you accommodate words split across lines, etc.
There does exist https://flathub.org/en/apps/dev.ters.LocalTranslate as a standalone offline text translation application for GNOME desktop environments but a user would have to copy+paste text between applications to use it.
Adding support to individual apps is specifically something that ruins good UX. You want all apps enjoy it independently.
1. Open bonjour.md and a banner automatically appears above the document asking whether you'd like to translate from French -> German (assuming the desktop environment language was set to German). This is more or less how Firefox handles offline translation of web pages.
2. Open bonjour.md and click a translate button, then get asked which language pair to choose from.
I can however see how the "highlight text -> context menu -> translate" UI pattern may make sense in multi-language settings, such as a chat room, or web browser where text in multiple language may be presented on the same page. For a terminal session however, it may be better to require the user to pipe text to a translation command line utility where possible--but there are exceptions to this too such as ncurses interfaces.
modern GNOME is honestly a more consistently clean interface than even (modern) macOS.
I think this change is just adding the toggle to the standalone settings app.
https://gitlab.gnome.org/GNOME/mutter/-/work_items/4051
I even pointed LLMs at this and spent extra time to investigate and test it only for my solution to be ignored just like pretty much every other issue/PR.
GNOME looks shiny on the outside, but it's a sea of bugs under the hood..