Giter Site home page Giter Site logo

launchar's Introduction

launchar

Minimal GTK application launcher.

Use cases

  • Some Linux desktops limit application launcher to primary display. Pin to a multi-screen dock (or assign it a shortcut key) and it launches on current display.
  • Alternative launcher for Tiling window managers.

Screenshot

screenshot

Build from source

$ meson --prefix=/usr build
$ cd build
$ sudo ninja install

Build Dependencies

Arch

$ sudo pacman -S gtk3 vala meson ninja libgee

Ubuntu

$ sudo apt install libgtk-3-dev libgee-0.8-dev valac meson ninja-build

Fedora

$ sudo dnf install gtk3-devel vala meson ninja-build libgee-devel

Configure

Configure instructions are available in CONFIGURE.md.

Donate

Bitcoin:1GTHYEDiy2C7RzXn5nY4wVRaEN2GvLjwZN | PayPal

launchar's People

Contributors

abiosoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

joshuadowding

launchar's Issues

Publishing a release

As I understand it this program is no longer in development, hopefully this issue can still be resolved.
I think it would be beneficial to publish a release here on github. It would make it easier to package this sofware for many distros and requires no changes. I am currently trying to submit a package to the voidlinux repos here.

Question about your code

I really like the launcher that you made. Right now, I am making my own. However, I want to know how you alphabetized the entries in Launchar. I am trying to understand the code, but it is kind of hard, since I have never used classes in my whole life.

On C, I tried making a for loop to print the display names of each .desktop file (for my app launcher, I just created a button instead of printing):

GList *l;
while (l = g_app_info_get_all(), l != NULL, l = l->next){
    printf("%s\n", g_app_info_get_display name())
}

However, I do not get results in alphabetical order, while Launchar does. Do you know how to alphabetize the entries? I am thinking of storing everything in a 2D char array, then sorting it. Is that what you did?

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.