• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H08-Dec-2020-5746

debian/H08-Dec-2020-2,2751,837

docs/reference/H08-Dec-2020-5444

libmenu/H08-Dec-2020-11,9158,686

AUTHORSH A D08-Dec-202097 43

COPYINGH A D08-Dec-202017.7 KiB340281

COPYING.LIBH A D08-Dec-202024.8 KiB

NEWSH A D08-Dec-202036.2 KiB1,7911,333

READMEH A D08-Dec-20201.2 KiB4929

meson.buildH A D08-Dec-20201.2 KiB5742

README

1cinnamon-menus
2===========
3
4cinnamon-menus contains the libcinnamon-menu library, the layout configuration
5files for the Cinnamon menu, as well as a simple menu editor.
6
7The libcinnamon-menu library implements the "Desktop Menu Specification"
8from freedesktop.org:
9
10  http://freedesktop.org/wiki/Specifications/menu-spec
11  http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
12
13You may download updates to the package from:
14
15   https://github.com/linuxmint/cinnamon-menus/releases
16
17
18Installation
19============
20
211) Run meson with options you like. The following configuration installs
22   all binaries, libs, and shared files into /usr/local, and enables all
23   available options:
24
25    meson debian/build \
26        --prefix=/usr/local \
27        --buildtype=plain \
28        -D deprecated_warnings=false
29
302) Compile and install (sudo is needed for install)
31
32    ninja -C debian/build
33    ninja -C debian/build install
34
353) You can uninstall the installed files with
36
37    ninja -C debian/build uninstall
38
39
40How to report bugs
41==================
42
43Bugs should be reported to the Cinnamon bug tracking system:
44
45   https://github.com/linuxmint/cinnamon-menus/issues
46
47You will need to create an account for yourself.
48
49