SummerOfCode/2012/LinuxNativeWebApps: Difference between revisions

→‎28/05 - 04/06: bug template
(→‎28/05 - 04/06: bug template)
Line 95: Line 95:
We've already found two problems and fixed one.
We've already found two problems and fixed one.


1) It was impossible to launch multiple applications. This showed up (in the past) on Windows too and needed a really simple fix that will most probably be uplifted to Aurora ([https://bugzilla.mozilla.org/show_bug.cgi?id=761496 bug 761496]).
1) It was impossible to launch multiple applications. This showed up (in the past) on Windows too and needed a really simple fix that will most probably be uplifted to Aurora ({{bug|761496}}).


2) There is a build problem with other *nix platforms. Luckily this showed that the implementation could work on other *nix platforms too (like bsd), even if my work was supposed to work only on Linux. So we have to be grateful that this build error showed up, otherwise we wouldn't have tested on bsd.
2) There is a build problem with other *nix platforms. Luckily this showed that the implementation could work on other *nix platforms too (like bsd), even if my work was supposed to work only on Linux. So we have to be grateful that this build error showed up, otherwise we wouldn't have tested on bsd.
As I said the first week, feel free to test the work and file bugs (it would be better if you talk in #openwebapps before filing bugs), but remember that the implementation isn't ready through-and-through (for example there isn't the uninstallation support: [https://bugzilla.mozilla.org/show_bug.cgi?id=761806 bug 761806]).
As I said the first week, feel free to test the work and file bugs (it would be better if you talk in #openwebapps before filing bugs), but remember that the implementation isn't ready through-and-through (for example there isn't the uninstallation support: {{bug|761806}}).


As yet, your web applications will be installed in your home directory, with this format:
As yet, your web applications will be installed in your home directory, with this format:
Line 105: Line 105:
So you should see the application icon in your applications menu (if you're on GNOME 2 and the other "classic" desktop environments), in your applications picker (if you're on GNOME 3), in your dash (if you're on Ubuntu).
So you should see the application icon in your applications menu (if you're on GNOME 2 and the other "classic" desktop environments), in your applications picker (if you're on GNOME 3), in your dash (if you're on Ubuntu).


So far, the webapp support has been tested on GNOME 2, GNOME 3, Unity, LXDE. In LXDE there is a problem related to the categorization (if the desktop entry file hasn't a category, the application icon won't be showed in the menu). We'll however support the categorization ([https://bugzilla.mozilla.org/show_bug.cgi?id=760748 bug 760748]).
So far, the webapp support has been tested on GNOME 2, GNOME 3, Unity, LXDE. In LXDE there is a problem related to the categorization (if the desktop entry file hasn't a category, the application icon won't be showed in the menu). We'll however support the categorization ({{bug|760748}}).
I haven't tested yet on XFCE, Cinnamon and KDE. But I hope these three support freedesktop standards!
I haven't tested yet on XFCE, Cinnamon and KDE. But I hope these three support freedesktop standards!
Confirmed users
396

edits