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
Among the 6 debian patches available in version 6.4.13-2 of the package, we noticed the following issues: