home | list info | list archive | date index | thread index

[OCLUG-Tech] .desktop file reading wrapper around dmenu_run

  • Subject: [OCLUG-Tech] .desktop file reading wrapper around dmenu_run
  • From: Alex Pilon <alex [ at ] miralaw [ dot ] ca>
  • Date: Tue, 9 Feb 2016 17:16:39 -0500
I wrote this:

    https://raw.githubusercontent.com/pilona/Utils/master/dmenu-desktop.py

If anybody:

- is in need of a program launcher
- is already using dmenu_run (hopefully)
- wants to see desktop entries instead (so no ls or other non-X programs):
    * only the stuff you'd see in your menus , such as "mpv Media
      Player" rather than the name of the binary (“mpv”), or whatever
      your distro packages it as

For you francophones, it transparently supports your locale… if the
desktop entries have a translation.

Anyone interested?

Regards,

Alex Pilon