After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675198 - Add a separate sub menu for Web Applications
Add a separate sub menu for Web Applications
Status: RESOLVED FIXED
Product: gnome-menus
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks:
 
 
Reported: 2012-04-30 22:28 UTC by Giovanni Campagna
Modified: 2012-05-14 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a separate category for Web Applications (3.26 KB, patch)
2012-04-30 22:29 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-04-30 22:28:22 UTC
It is wrong to stuff all web applications (which can be many, and have very different purposes each) in Others, just because epiphany can't find a better category.
I therefore propose to add a new category X-GNOME-WebApplications, alongside a Web Applications submenu, to hold specifically them.
Comment 1 Giovanni Campagna 2012-04-30 22:29:23 UTC
Created attachment 213149 [details] [review]
Add a separate category for Web Applications

For technical reasons, it is not possible to guess an appropriate
category for web applications created with Epiphany, so they
would all end up in Others. Instead, make up a category and submenu
just for them.
Comment 2 Vincent Untz 2012-05-14 13:29:50 UTC
Comment on attachment 213149 [details] [review]
Add a separate category for Web Applications

Thanks, I've pushed all of this except:

>@@ -147,6 +162,7 @@
>         <Not><Category>Core</Category></Not>
>         <Not><Category>Screensaver</Category></Not>
>         <Not><Category>X-GNOME-Settings-Panel</Category></Not>
>+        <Not><Category>Documentation</Category></Not>
>       </And>
>     </Include>
>   </Menu> <!-- End Other -->

This is unrelated, and would need some explanation before pushing :-)