Canonical Unveils WebApps For Ubuntu 61
nk497 writes "Canonical has revealed a system to make web apps behave more like native applications in Ubuntu. The Ubuntu WebApps feature will 'allow applications that normally run in the web browser to have some functionality outside that browser, within the Ubuntu desktop,' product manager Pete Goddall said. Basically, sites can be pinned to the launcher — which sounds a bit like IE9's pinning system, but WebApps can also interact with the OS, displaying notifications for new messages in Gmail, interacting with Last.FM via Ubuntu's sound controls, and when right clicking on photos, including Facebook as an upload option. WebApps will land in 12.10 in October, but there will also be an add-on version for people staying on long-term support version 12.04."
What could possibly go wrong? (Score:5, Interesting)
Did those guys just re-invent Active-X controls?
Re: (Score:2)
Re: (Score:2)
But it does sound like a good way to get me to switch from kubuntu to Mandriva.
Re:What could possibly go wrong? (Score:5, Insightful)
No. This sounds like a structured API, not full system access.
Re:What could possibly go wrong? (Score:5, Informative)
Did those guys just re-invent Active-X controls?
No. Whereas Active Desktop was a deep integration of the browser into the desktop shell, Ubuntu Web Apps is a collection of Firefox plugins. Each supported site requires its own plugin. Sure, there's still an opportunity for malware and exploitation, but the scope is significantly different than what Active Desktop offered.
Re: (Score:1)
Sure, there's still an opportunity for malware and exploitation, but the scope is significantly different than what Active Desktop offered.
Sure--in much the same way that getting punched in the face is is a significantly different scope than getting punched in the balls. Regardless, both scopes are a bad idea.
Re: (Score:2)
Why Firefox?
Re: (Score:2)
Re: (Score:2)
Watch where you apt-get any software from (Score:2)
Watch where you get those plugins from!
Watch where you apt-get any software from. This is the same whether the software is packaged as .deb, .apk, dmg, .msi, .exe, .rpm, or .tgz. But anything in the default repositories will have been vetted by at least the Masters of the Universe [ubuntu.com].
Re:What could possibly go wrong? (Score:5, Informative)
I'd ask "How did you come to that conclusion after reading the article," but we both know you didn't read it.
This feature doesn't let websites run native code on your machine. Try it yourself [omgubuntu.co.uk] and see.
Re: (Score:2)
This feature doesn't let websites run native code on your machine.
Well, that's CLEARLY enough. Because we all fully know and understand that non-native interpreted code can never EVER break out of its sandbox and run native shellcode. Never. [sans.edu]
Re: (Score:2)
This is relevant to the topic.... how, exactly?
How about.. (Score:1)
Re: (Score:1)
How about getting the source and doing it yourself. If you're waiting for someone else to do it, it's already proprietary.
Re: (Score:1)
It seems you wouldn't be able to google your way out of a paper bag, there's easy tweaks to disable the global menu that could probably be turned into a one liner.
Anyways I like the global menu, and the launcher after turning it on autohide. No sacrifice in screen real estate and all of the features.
Interesting (Score:5, Interesting)
My thought is that they just cloned a lot of what gets done on Android. The contacts are hooked into facebook & google, as well as numerous email and other things. Once you have it set up it's quite slick.
The downside, of course, is that everyone gets a sniff of what you are *actually* doing with your computer and compiling info on the users. I have come to the conclusion that the future of the internet is that it will be dominated by information aggregators who will sell analyzed data to whomever has the money. Not actual information on individuals, but large statistics and the like.
Re: (Score:1)
I guess I'm just an old out-of-touch fogey with no clue how users want to user their computers these days.
None of this makes any sense to me. I have no idea why anyone would want any of this functionality.
And it's not like I'm some Linux command-line elitist or something. I use Kubuntu.
Re: (Score:2)
This is not good. Haven't the Ubuntu boys been watching how so many Windows applications [cough]Adobe[/cough] have tried to take over the world, do all things, and opened HUGE vulnerabilities for viruses, malware, exploitation? Yeah, the browsers too. Why do you think I have NoScript running on my Firefox browser even as we speak. And why NO Adobe programs are on my PC whatsoever (outside of Flash, which I haven't found a substitute for .. yet)?
But noooo ...
Morons.
Not again (Score:3, Funny)
Ubuntu: slavishly copying every bad idea that originates anywhere else!
gtk (Score:1)
Re: (Score:2)
kinda makes sense really - Microsoft's latest GUI system uses XML formatted markup with some source "code behind" the controls to provide interaction. Sounds a lot like HTML markup with javascript behind to provide interaction.
At least with HTML+JS you can take the majority of your code and run it on a website. Now if only it could all be compiled down to native code, we'd have a great system for programmer productivity (as we wouldn't have to code everything twice - once for the web side of things, once fo
Ubuntu specific? (Score:2)
Hell, I'll go beyond thinking this should be more than
Re: (Score:1)
Re: (Score:1)
Doesn't This Defeat the Purpose of WebApps? (Score:3)
Re: (Score:2)
Re: (Score:2)
The WebApps can be platform-independent but something has to sit on linux to handle the api calls. THAT part (unless it is also written in something platform independent) must be platform-dependent.
Re: (Score:3)
I understand that - my point is that you're tainting code that was platform-independent with code that only works on one platform.
Why does that part need to be written at all? Why does a WebApp need access to anything at the OS level? I'm not trying to be a Luddite, but I do not understand why you wouldn't wri
Re: (Score:1)
This whole thing reeks of technologies that came out of Microsoft during the Nineties, such as Active-X, that provided unnecessary privileges to questionable applications. The technology was rarely necessary for legitimate applications but was exploited like crazy by developers of malicious code.
Great, so when the Ubuntu users get slammed by malware, those of us using all of the other distros out there will get to put up with tons of smirking from the Win/Mac crowd about how "Linux" (read: Ubuntu) isn't at all secure. Just imagine how much fun it will be to explain this one to tech-clueless friends/family/clients after they see the Wired headlines...
Re: (Score:2)
The reason the webapp needs access beyond the webpage is so that is can become an "app" and not just a web page. For example, you can install a webapp that integrates into your systray or taskbar or right-click context menus. If you never want your apps to exist outside of your browser then you can simply use web sites and bypass the whole idea of webapps.
Re: (Score:2)
I understand that - my point is that you're tainting code that was platform-independent with code that only works on one platform.
That's a good point. The APIs are open and standard, so the hope is that different platforms can have their own native implementation.
THAT part (unless it is also written in something platform independent) must be platform-dependent.
Why does that part need to be written at all? Why does a WebApp need access to anything at the OS level? I'm not trying to be a Luddite, but I do not understand why you wouldn't write the entire program in a native language and provide better integration into the supported platform if you depend on such low-level access to the OS.(...)
You don't necessarily need so much low level access or very tight integration: you just want to be neatly integrated into the GUI, so that a user barely needs to know that this is a web app rather than a real application. Gmail, for instance, is probably already in many ways the best email client available, but to use it i would want notifications arriving in the notification
Kernel vs. operating environment (Score:2)
Why does a WebApp need access to anything at the OS level?
You haven't yet defined "operating system" to mean "kernel" or "operating environment"; this definition is a perennial debate. To avoid collapse of the discussion due to definition disagreement [c2.com], I'll address both meanings: A web application doesn't need access to anything at the kernel level, but I can explain why it would need access to something at the operating environment level. Say the operating system has a list of applications that are playing audio. A web application that plays audio needs to someho
"which sounds a bit like IE9's pinning system" (Score:2)
Really? Creating webapp shortcuts on the desktop or taskbar, and the first analogy that comes to mind is IE9? Seriously? Especially since IE's pinning just puts a link on your taskbar, nothing close to Chrome's app shortcuts' feel/behavior (or previously the doomed Firefox's Prism/Webrunner/Chromeless stuff).
What other Debian-based distros are useable? (Score:2)
Ubuntu goes more and more into the wrong direction. ... mint and other ubuntu forks are not an option, as they use the same packages. debian is slow with releases and only slowly adopting new tech.
I use KDE anyway, but i still have their patched gtk-libs and other stuff
What other debian-forks are usable, which did not change to ubuntu as the base of their packets?