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 658487 - Improve handling of favorite apps to better handle more favorite apps
Improve handling of favorite apps to better handle more favorite apps
Status: RESOLVED DUPLICATE of bug 649248
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-07 16:53 UTC by Melissa Newman
Modified: 2011-09-22 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Melissa Newman 2011-09-07 16:53:38 UTC
There needs to be a favorites menu.  Either allow the Desktop directory contents to be accessible from the Activites area or create an extension to allow a Favorites folder to be accessible from the Activities.

I am working with small children, non-readers.  They cannot type in an application name.  They click on application by recognizing the icons.  I want to be able to have two menus.  One that contains everything and one that only contains the most important applications, Favorites.

Second, implement the "quicklist" feature from Unity on Gnome-3.

Custom code that Unity can recognize that Gnome-3 cannot form the .desktop file:

X-Ayatana-Desktop-Shortcuts=Videos;Documents;Music;Pictures;Downloads
[Videos Shortcut Group]
Name=Videos
Exec=nautilus Videos
TargetEnvironment=Unity

[Documents Shortcut Group]
Name=Documents
Exec=nautilus Documents
TargetEnvironment=Unity

[Music Shortcut Group]
Name=Music
Exec=nautilus Music
TargetEnvironment=Unity

[Pictures Shortcut Group]
Name=Pictures
Exec=nautilus Pictures
TargetEnvironment=Unity

[Downloads Shortcut Group]
Name=Downloads
Exec=nautilus Downloads
TargetEnvironment=Unity

From the website: http://askubuntu.com/questions/35488/list-of-custom-launchers-quicklists-for-unity

Third, implement that Launcher the same way that Unity does.  If there are more applications in the launcher than can fit on the screen, scroll down.  Maybe allow the user to change the size of the icons.  Maybe allow them to change number of columns of icons.

Fourth, bring back the ability to have launch applications on the top panel.  That will remove some icon space from the Activities' launcher.
Comment 1 Vincent Untz 2011-09-19 17:31:14 UTC
In gnome-shell, the dash on the left contains your favorite applications. It's unclear what your issue is here, so could you maybe post a picture/drawing of what you're requesting?
Comment 2 Melissa Newman 2011-09-19 19:57:10 UTC
First, the favorites on the left side is restricted to 5 applications and then it goes off the screen.  If that is not happening for you, then maybe the issue is related to my using a netbook computer (smaller screen height) than a desktop computer.

What I am envisioning is the same as the current Applications tab, except it is called "Favorites".  The user can add items (or a menu file) to their "Favorites" directory (similar to the Desktop  directory).  Then the user can choose an application from the "Favorites" menu or the whole applications menu.
Comment 3 Vincent Untz 2011-09-19 21:48:45 UTC
(In reply to comment #2)
> First, the favorites on the left side is restricted to 5 applications and then
> it goes off the screen.  If that is not happening for you, then maybe the issue
> is related to my using a netbook computer (smaller screen height) than a
> desktop computer.

That's definitely not happening. The icons get smaller when there are more of them.

Anyway, moving to gnome-shell as it's not a gnome-menus issue.
Comment 4 Florian Müllner 2011-09-22 16:16:15 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 649248 ***