Git Product home page Git Product logo

gnome-shell-extension-quicklaunch's Introduction

Description

This extension adds a popup menu to the top bar of gnome-shell.

If you have any custom launchers, for example from a previous version of gnome-panel, or from your desktop, you can use the new popup to start these.

To populate the popup menu, put .desktop files into ~/.local/share/gnome-shell/quicklaunch/

Install

Install this extension via https://extensions.gnome.org

Alternatively move the [email protected] folder into ~/.local/share/gnome-shell/extensions and use gnome-tweak-tool to enable it.

Launchers

Popup menu entries are created by adding desktop files as defined by freedesktop.org into the data directory ~/.local/share/gnome-shell/quicklaunch/.

gnome-shell-extension-quicklaunch's People

Contributors

manno avatar scottytm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gnome-shell-extension-quicklaunch's Issues

duplicate entries for "backup" files

After editing some .desktop file in my quicklaunch dir, a lot of duplicate entries showed in the menu.

duplicate

I discovered that quicklaunch was showing an entry not only for firefox.desktop file but also for firefox.desktop~ file, the backup file created by my editor of choice.

This simple patch solves the issue:

diff -crB [email protected]/extension.js [email protected]_fixed/extension.js
*** [email protected]/extension.js 2016-04-10 18:34:35.544407572 +0200
--- [email protected]_fixed/extension.js   2016-04-10 18:38:04.718710209 +0200
***************
*** 145,151 ****
              if (fileType == Gio.FileType.DIRECTORY)
                  continue;
              let name = info.get_name();
!             if( name.indexOf('.desktop') > -1) {
                  let desktopPath =  GLib.build_filenamev([path, name]);
                  this._addAppItem(desktopPath);
                  i++;
--- 145,151 ----
              if (fileType == Gio.FileType.DIRECTORY)
                  continue;
              let name = info.get_name();
!             if( name.endsWith('.desktop') ) {
                  let desktopPath =  GLib.build_filenamev([path, name]);
                  this._addAppItem(desktopPath);
                  i++;

gnome 3.4

Update for new gnome 3.4, please.

Enhancement: Shortcut Key

Hi, it would be great if the quicklaunch list could be opened by a Shortcut from the keyboard by default. Cheers.

Gnome 3.6

Is it planned to make this work under gnome 3.6 ?

Greets

Popup Menu Overflows

If the user has to many applications in the list the menu will simply overflow. Solution: add scrollbars to the menu if menu size > screen size?

Update for GNOME 3.18

Hello,

GNOME 3.18 has been released and many people already use it. Could you please update your extension at extensions.gnome.org to support this new GNOME version?

Thanks!

« Create New Launcher ... » does nothing

I'm facing a problem under gnome-shell-3.8.4-2.fc19.x86_64 under fedora 19

When clicking on « Create New Launcher ... », nothing happens...

Nothing appears in LookinGlass terminal...

But I still can add new launchers with :
$ cp /orginial/path/to/desktopFile.desktop ~/.local/share/gnome-shell/quicklaunch/launcherFile.desktop
(or with a ln -s should be better)

I've checked your source code and found that gnome-desktop-item-edit (called in function _setupNewDialog line 204) is not existing anymore.

In fact, this functionnality was present in default gnome-shell package, but, since fedora 19, it has been removed because of abandonment of GS Fallback mode. (see this post on fedora-fr forums (in French) : http://forums.fedora-fr.org/viewtopic.php?pid=526175#p526175 )

Replacing the call to « gnome-desktop-item-edit » with « nautilus » opens nautilus (the default gnome file browser) but an error occur : « File not found in ~/.local/share/gnome-shell/quicklaunch/e498f09c-c0e3-4fe4-80fc-6224b4574344.desktop »

May be you'll need to change a few other things for that to work.

Thank you for your great job, I really like this usefull extension !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.