lp:~lubuntu-dev/lxde/menu-cache-lxde

Created by Julien Lavergne and last modified
Get this branch:
bzr branch lp:~lubuntu-dev/lxde/menu-cache-lxde

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lubuntu Developers
Project:
LXDE
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.lxde.org/git/lxde/menu-cache.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

261. By LStranger

Use freopen() instead of dup2() in menu-cached.

If dup2 called for fd 0 which is a socket instead of stdin, it will cause
a fail on accept() later.

Also terminate menu-cached in case of listening socket error.

This change should fix 100% CPU load by menu-cached due to that, see
https://github.com/lxde/menu-cache/issues/7

260. By LStranger

Fix an issue with multiple daemons started.

Added a test if daemon is already running on socket before killing old socket file.
See https://github.com/lxde/lxqt/issues/1311#issuecomment-312018367

258. By LStranger

Merge pull request #16 from yumkam/fix-fd-leaks

Fix potential fd leaks

257. By LStranger

Merge pull request #13 from jablko/master

Don't ignore subdirectories, monitor them.

256. By LStranger

[SF#793] If XDG_DATA_HOME isn't set then use g_get_user_data_dir().

255. By LStranger

Fix missing #include <glib/gstdio.h>

254. By LStranger

Create directory $XDG_DATA_HOME/applications if it does not exist.

that way it will be monitored in any case.

253. By LStranger

Fix potential access violation, use runtime user dir instead of tmp dir.

Note: it limits libmenu-cache compatibility to menu-cached >= 0.7.0.

252. By LStranger

Merge pull request #15 from lxde/app_generic_name

libmenu-cache: Add API menu_cache_app_get_generic_name()

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.