Discussion:
[awesome bugs] #1300 - FreeDesktop Start Menu Integration (Attachment added)
awesome
2014-10-01 15:27:38 UTC
Permalink
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below.

User who did this - Harvey Mittens (Harvey)

Attached to Project - awesome
Summary - FreeDesktop Start Menu Integration
Task Type - Feature Request
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Hello,

Here is an implementation of Freedesktop start menu generation based soley on menubar scripts that are arlready included in awesome.

Its much much faster than the existing awesome-freedesktop (https://github.com/terceiro/awesome-freedesktop) Implementation and could be easily integrated into the awesome libraries.

Please take a look at it and consider it for merger into your code.

I know that some people use the old code above for this while others do not use XDG menus at all.. but atleast if the script was around it would be a nice option for new users. Its super small and simple.. think it over.

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1300

You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
awesome
2014-10-01 17:04:20 UTC
Permalink
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1300 - FreeDesktop Start Menu Integration
User who did this - Emmanuel Lepage Vallee (Elv13)

----------
Too bad so many people re-implement this. At some point we should really, really use one in the default rc.lua

Here is my:

Load a directory full of .desktop asynchronously then call a callback:
https://github.com/Elv13/awesome-configs/blob/master/utils/fd_async.lua#L473

Use GTK+ api to locate icons instead of pure Lua and bash commands:
https://github.com/Elv13/awesome-configs/blob/master/utils/fd_async.lua#L410

Parse INI file content:
https://github.com/Elv13/awesome-configs/blob/master/utils/fd_async.lua#L460

While not **faster** than a pure bash+lua code, this is fully asynchronous and is cached, so Awesome doesn't freeze when the menu load.

(the menu, require radical https://github.com/Elv13/awesome-configs/blob/master/customMenu/appmenu.lua )
----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1300#comment4146

You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Loading...