Debian Package Tracker
Register | Log in
Subscribe

cinnamon

Innovative and comfortable desktop

Choose email to subscribe with

general
  • source: cinnamon (main)
  • version: 6.4.13-2
  • maintainer: Debian Cinnamon Team (archive) (DMD)
  • uploaders: Margarita Manterola [DMD] – Maximiliano Curia [DMD] – Christoph Martin [DMD] – Fabio Fantoni [DMD] [DM] – Norbert Preining [DMD] – Daniel Echeverri [DMD] – Joshua Peisach [DMD]
  • arch: all any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 4.8.6-2+deb11u1
  • oldstable: 5.6.8-1
  • stable: 6.4.10-2
  • testing: 6.4.13-2
  • unstable: 6.4.13-2
versioned links
  • 4.8.6-2+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.6.8-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.4.10-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.4.13-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • cinnamon (58 bugs: 1, 47, 10, 0)
  • cinnamon-common (2 bugs: 0, 1, 1, 0)
  • cinnamon-doc
action needed
A new upstream version is available: 6.6.7 high
A new upstream version 6.6.7 is available, you should consider packaging it.
Created: 2026-02-02 Last update: 2026-03-17 09:30
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2025-01-06 Last update: 2026-03-17 15:00
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2026-02-07 Last update: 2026-03-17 09:18
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 6.6.7-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 88d366a09fb3de3b9a0f3b70edaa95465c5b53cd
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 21:18:59 2026 +0100

    d/cinnamon.lintian-overrides: remove obsolete dbus-send override
    
    The on-screen keyboard desktop file now uses cinnamon-dbus-command
    instead of dbus-send, so the desktop-command-not-in-package override
    for dbus-send is no longer needed.

commit 3d7bc9626f969b577317414433a79b42c98a341f
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 21:16:48 2026 +0100

    Update d/changelog

commit 3c236971c912e0c9233ed74775a904fde2903536
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 20:59:45 2026 +0100

    d/rules: update NetworkManager meson option for 6.6
    
    Upstream 6.6 replaced the boolean -Ddisable_networkmanager option with
    a combo -Dnm_agent option (choices: internal, external, disabled).
    
    On Linux the default "internal" builds the integrated NM agent, so no
    flag is needed. On non-Linux architectures NM support is now disabled
    via -Dnm_agent=disabled.

commit 6b7e5f202535940a95a55ea99c0987da82622b74
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 20:52:09 2026 +0100

    Update d/copyright

commit a040381698bfdf75b7af060678c9c1f3a5229ecb
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 20:26:34 2026 +0100

    wrap-and-sort -bs

commit 11f7708c9a4a043a1c07b93156630104206f5cae
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 20:24:45 2026 +0100

    d/control: add gir1.2-ibus-1.0 to cinnamon deps
    
    The IBus GObject Introspection typelib is imported unconditionally in
    core Cinnamon shell code at startup:
      - js/misc/ibusManager.js (IBus.init(), version check)
      - js/ui/keyboardManager.js (keyboard layout management)
      - js/misc/inputMethod.js (input method framework)
      - js/ui/ibusCandidatePopup.js (candidate window)
    
    All loaded from js/ui/main.js without try/catch guards. The typelib is
    not covered by ${gir:Depends} since IBus is not used in the C code.
    
    gir1.2-ibus-1.0 was only pulled in transitively via "ibus"
    in Recommends, but installing with --no-install-recommends would cause
    Cinnamon to crash at startup.

commit c48f2f509390f5aa9fbe83fda8100b488e133113
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 20:22:06 2026 +0100

    d/control: remove python3-distro from cinnamon deps
    
    No "import distro" exists anywhere in the codebase. The dependency seems
    unused.

commit c0fb7297e6960834332ffe0b3d3b8b9e912f31c7
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 19:42:35 2026 +0100

    d/control: remove gir1.2-gkbd-3.0 from cinnamon deps
    
    libgnomekbd is dead upstream and its removal from Debian
    has been proposed for forky (see #1123771).
    
    The GObject Introspection binding (Gkbd) is never imported anywhere in
    the cinnamon codebase — no gi.require_version('Gkbd', ...) or related
    import exists.
    So gir1.2-gkbd-3.0 can be removed.
    
    gkbd-capplet is kept for now as its binary gkbd-keyboard-display is
    still used for keyboard layout preview in InputSources.py,
    AddKeyboardLayout.py and the keyboard applet.
    
    It seems that the code partially supports this, but not entirely, this
    needs to be verified further.

commit f516963761115d9eea3f019a27fbfaae961b63d6
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 18:38:49 2026 +0100

    update d/changelog

commit 07855bcb22b51c3e14824e867deeaff4d8e64cb0
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 18:31:28 2026 +0100

    d/control: add python3-babel to cinnamon recommends
    
    https://github.com/linuxmint/cinnamon/commit/1900988958deee31b14c3f797e0aa1b9ca326165

commit d6732ac10429134ec03093cac538fd37c13825ed
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 18:27:59 2026 +0100

    d/control: add xapp-symbolic-icons to cinnamon deps

commit 1fc17ce0258197ab93a6d5fe25a5fb7bd5113040
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 18:25:54 2026 +0100

    d/cinnamon-gsettings-override: remove pidgin from favorite apps

commit 771f03b694ddea2b3983d4ea5950f61d65640311
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 18:22:47 2026 +0100

    d/control: add ibus to cinnamon recommends
    
    This (and its ibus-gtk* recommends) is needed for on-demand
    activation of Cinnamon's OSK by applications.
    
    Having ibus-daemon present also prompts cinnamon-session to add
    QT_IM_MODULE variables to the environment.
    
    https://github.com/linuxmint/cinnamon/commit/33774a8a3515552b01d43fb557ef7e6909e080b3
    
    We'll have to see if is enough a more small than ibus

commit 280551b029ab144639308972d57b31c933a400e5
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:19:22 2026 +0100

    d/control: add gir1.2-graphene-1.0 to cinnamon deps

commit a15e1e0881467026a993b6d859e78608613155ff
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:17:57 2026 +0100

    d/control: remove gir1.2-caribou-1.0 from cinnamon deps
    
    cinnamon now have integrated virtual keyboard, caribou is still used
    only by cinnamon-screensaver
    
    Closes: #1041646

commit 8e335824003373aaa77e42ff6e3964c8afa16ba0
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:14:04 2026 +0100

    d/control: remove python3-dbus from build-deps
    
    not needed anymore:
    https://github.com/linuxmint/cinnamon/commit/15b57237ea2ed40f547df7def57ac3f10d568b5a
    
    libdbus-1-dev instead is still needed

commit e04092150e897c51cb70b700ec1eadc628a14a28
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:10:21 2026 +0100

    d/control: bump deps and breaks to 6.6

commit 330904ff21292d18329989c7d6a25a334db7d27f
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:08:44 2026 +0100

    d/TODO: update

commit 6e6c4ec28244b61f5c83d9e25c9028440dd856b3
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:04:36 2026 +0100

    salsa-ci: use extra repo
    
    use the new debusine instead debomatic

commit c23e65a9374acf98bf429a560a16255d0ebc7cea
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 15:02:47 2026 +0100

    d/patches: remove 2 patches applied upstream and 1 not needed, refresh others
    
    new-iso-flags-folder patch was redone
    nm-applet one is not needed anymore, will need change in d/rules

commit 71afd53b5d2d3c3523643d073047957c76c2a131
Merge: 83c276b1 37c5e1ae
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 14:45:08 2026 +0100

    Update upstream source from tag 'upstream/6.6.7'
    
    Update to upstream version '6.6.7'
    with Debian dir 499f5c418f2d55cfdc8a8b712cd1fe2de4165360

commit 37c5e1aefc5053f752b44a6e1f7b2f5f1302d4df
Author: Fabio Fantoni <fantonifabio@tiscali.it>
Date:   Sun Mar 15 14:44:59 2026 +0100

    New upstream version 6.6.7
Created: 2026-03-15 Last update: 2026-03-15 22:00
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-11-28 Last update: 2025-12-07 16:31
RFH: The maintainer is looking for help with this package. normal
The current maintainer is looking for someone who can help with the maintenance of this package. If you are interested in this package, please consider helping out. One way you can help is offer to be a co-maintainer or triage bugs in the BTS. Please see bug number #1114514 for more information.
Created: 2025-09-06 Last update: 2025-09-06 12:31
debian/patches: 3 patches to forward upstream low

Among the 6 debian patches available in version 6.4.13-2 of the package, we noticed the following issues:

  • 3 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-02-02 11:01
news
[rss feed]
  • [2026-02-07] cinnamon 6.4.13-2 MIGRATED to testing (Debian testing watch)
  • [2026-02-01] Accepted cinnamon 6.4.13-2 (source) into unstable (Fabio Fantoni)
  • [2025-10-09] cinnamon 6.4.13-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-03] Accepted cinnamon 6.4.13-1 (source) into unstable (Fabio Fantoni)
  • [2025-09-19] cinnamon 6.4.12-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-13] Accepted cinnamon 6.4.12-1 (source) into unstable (Fabio Fantoni)
  • [2025-07-23] cinnamon 6.4.10-2 MIGRATED to testing (Debian testing watch)
  • [2025-07-06] Accepted cinnamon 6.4.10-2 (source) into unstable (Fabio Fantoni)
  • [2025-05-15] cinnamon 6.4.10-1 MIGRATED to testing (Debian testing watch)
  • [2025-05-04] Accepted cinnamon 6.4.10-1 (source) into unstable (Fabio Fantoni)
  • [2025-04-22] cinnamon 6.4.9-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-11] Accepted cinnamon 6.4.9-1 (source) into unstable (Fabio Fantoni)
  • [2025-03-21] cinnamon 6.4.8-1 MIGRATED to testing (Debian testing watch)
  • [2025-03-15] Accepted cinnamon 6.4.8-1 (source) into unstable (Fabio Fantoni)
  • [2025-02-14] cinnamon 6.4.7-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-08] Accepted cinnamon 6.4.7-1 (source) into unstable (Fabio Fantoni)
  • [2025-01-25] cinnamon 6.4.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-01-19] Accepted cinnamon 6.4.5-1 (source) into unstable (Fabio Fantoni)
  • [2024-11-01] cinnamon 6.2.9-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-04] Accepted cinnamon 6.2.9-1 (source) into unstable (Fabio Fantoni)
  • [2024-05-02] cinnamon 6.0.4-4 MIGRATED to testing (Debian testing watch)
  • [2024-04-06] Accepted cinnamon 6.0.4-4 (source) into unstable (Fabio Fantoni)
  • [2024-03-31] Accepted cinnamon 6.0.4-3 (source) into unstable (Fabio Fantoni)
  • [2024-02-27] Accepted cinnamon 6.0.4-2 (source) into experimental (Fabio Fantoni)
  • [2024-02-11] Accepted cinnamon 6.0.4-1 (source) into experimental (Fabio Fantoni)
  • [2024-01-07] cinnamon 5.8.4-4 MIGRATED to testing (Debian testing watch)
  • [2024-01-01] Accepted cinnamon 5.8.4-4 (source) into unstable (Fabio Fantoni)
  • [2023-10-04] cinnamon 5.8.4-3 MIGRATED to testing (Debian testing watch)
  • [2023-09-29] Accepted cinnamon 5.8.4-3 (source) into unstable (Fabio Fantoni)
  • [2023-09-15] Accepted cinnamon 5.8.4-2 (source) into experimental (Fabio Fantoni)
  • 1
  • 2
bugs [bug history graph]
  • all: 65
  • RC: 1
  • I&N: 51
  • M&W: 12
  • F&P: 1
  • patch: 1
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 6.4.13-2
  • 47 bugs

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing