cairo-dock-plug-ins:3.6

Last commit made on 2025-12-22
Get this branch:
git clone -b 3.6 https://git.launchpad.net/cairo-dock-plug-ins

Branch merges

Branch information

Name:
3.6
Repository:
lp:cairo-dock-plug-ins

Recent commits

3dd7e67... by Daniel Kondor

Merge pull request #109 from dkondor/backport_release

Backports + release 3.6.2

f794b6c... by Daniel Kondor

build: bump version

8fe18d8... by Daniel Kondor

systray: disable if another tray is already running

This can lead to crashes, so better to explicitly avoid it.

a367d72... by Daniel Kondor

build: bump drop-indicator version

This is needed to update config GUI text on existing installations that was fixed recently in e880210

98613e0... by Daniel Kondor

Merge pull request #96 from dkondor/release_3.6.1

Release 3.6.1

e754a86... by Daniel Kondor

Release 3.6.1

f053c29... by Daniel Kondor

Merge pull request #93 from dkondor/backport_vala_fix

backport: build: fix compilation if valac is not available

0d40354... by Daniel Kondor

build: fix compilation if valac is not available

We had an inconsistent setup where some part of the build was attempted even if valac was not found, leading to a CMake error.

a42e85d... by Daniel Kondor

Merge pull request #89 from dkondor/fix_unnamed_parameters

Fix the use of unnamed function parameters

745ccf6... by Daniel Kondor

Fix the use of unnamed function parameters

This is a feature only introduced in C23 and is not supported on older compilers.