~trebelnik-stefina/cinnamon-test/+git/Cinnamon:6.0-maintenance

Last commit made on 2024-02-15
Get this branch:
git clone -b 6.0-maintenance https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/Cinnamon

Branch merges

Branch information

Name:
6.0-maintenance
Repository:
lp:~trebelnik-stefina/cinnamon-test/+git/Cinnamon

Recent commits

d3e73f1... by Michael Webster

cs_panel.py: Fix behavior when there are overlapping definitions.

All panel definitions were being processed. If for some reason
a panel id was used twice, the second would still be added to the
stack navigation list (self.panels). The same would occur if a
given monitor:position slot had already been filled.

This would break navigation when switching between panels -
the button handlers would try to select pages from the stack
that weren't in it.

If any bad definitions are found, they're removed from 'panels-
enabled'

ref: 11406

4a04e6b... by Michael Webster

panel.js: Don't re-declare x_mon when converting panel defs.

Redeclaring restricts the 'new' value of x_mon to its block. Once
that block is exited, the original x_mon value prevails.

(copy-paste error)

fixes: #12017

d5ed3bb... by Michael Webster

cs_panel.py: Set the step amount to 1 for panel heights.

This is stored as a str(int), but the default step for a Range
widget is calculated here to 0.8, so every so often the display
may stop matching what's actually being stored.

ref:
https://github.com/linuxmint/python3-xapp/blob/master/xapp/SettingsWidgets.py#L528

02ce0d1... by Michael Webster

cinnamon-xlet-makepot: Don't assume xgettext calls actually
generate a potfile.

If there are javascript files but they have nothing to extract,
the output file won't be created, so don't set pot_exists without
checking.

3f29538... by =?utf-8?q?S=C3=B8ren_Bryder?= <email address hidden>

Remove dynamic text direction for table (#12012)

85834ae... by jknockel <email address hidden>

window lists: don't attention flash focused window (#12006)

Clearing the attention flash on an already focused window was
unintuitive, since it would require the user unfocusing the window and
focusing it again. Since the user is already focused on the window,
just don't flash for its attention in the first place.

77bf1e6... by leigh123linux

Add a fix for webkit dev's failure to care about breaking online-accounts for nvidia users (#12044)

cf7f287... by claudiux <email address hidden>

Merge pull request #12036 from claudiux/sound-applet_fix12035

sound applet: Fixes #12035

d459e56... by Clement Lefebvre <email address hidden>

6.0.4

71d5dc4... by FamiliarGecko <email address hidden>

fixing applet tooltips clipping out the top as well. (#11991)