Skip to content

linuxmint/cinnamon-desktop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 19, 2023 13:37
August 22, 2013 07:58
August 22, 2013 07:58
August 22, 2013 07:58
August 23, 2013 20:52
August 22, 2013 07:58
August 22, 2013 07:58
August 7, 2020 12:19
November 19, 2023 13:37
November 9, 2023 09:59
cinnamon-desktop
=============

cinnamon-desktop contains the libcinnamon-desktop library, the cinnamon-about
program as well as some desktop-wide documents.

The libcinnamon-desktop library provides API shared by several applications
on the desktop, but that cannot live in the platform for various
reasons. There is no API or ABI guarantee, although we are doing our
best to provide stability. Documentation for the API is available with
gtk-doc.


Installation
============

1) Run meson with options you like. The following configuration installs
   all binaries, libs, and shared files into /usr/local, and enables all
   available options:

    meson debian/build \
        --prefix=/usr/local \
        --buildtype=debug \
        -D deprecated_warnings=false

2) Compile and install (sudo is needed for install)

    ninja -C debian/build
    ninja -C debian/build install

3) You can uninstall the installed files with

    ninja -C debian/build uninstall

About

The cinnamon-desktop library (and common settings schemas for the cinnamon desktop)

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published