Commit Graph

354 Commits

Author SHA1 Message Date
Bobby Rong
7f96a08418
Merge pull request #235511 from bobby285271/upd/cinnamon-bpo
Cinnamon updates 2023-06-02
2023-06-02 21:25:34 +08:00
Bobby Rong
8cd5cc8104
cinnamon.warpinator: 1.6.1 -> 1.6.2
https://github.com/linuxmint/warpinator/compare/1.6.1...1.6.2
2023-06-02 11:35:46 +08:00
Bobby Rong
318dc3de9d
cinnamon.bulky: 2.7 -> 2.8
https://github.com/linuxmint/bulky/compare/2.7...2.8
2023-05-31 21:46:55 +08:00
Bobby Rong
94458ad154
cinnamon.nemo: add missing xapp icons
Nemo is used outside cinnamon (e.g. budgie) these days.
Only cinnamon is shipping xapp as environment.systemPackages.

We probably should do this to (mostly) all mint apps but probably
when users wish to use them outside cinnamon.
2023-05-25 09:42:25 +08:00
Bobby Rong
b80eb4c2ff
cinnamon.nemo-emblems: init at 5.6.0
Similar to folder-color-switcher, it sounds like we don't need to
patch nemo-emblems.py in any way thanks to how nemo-python works.
2023-05-25 09:42:25 +08:00
Bobby Rong
acdf90cea8
cinnamon.mint-l-theme: init at 1.9.3
https://github.com/linuxmint/mint-l-theme/commits/1.9.3
2023-05-05 22:44:25 +08:00
Bobby Rong
32270f094e
cinnamon.mint-l-icons: init at 1.6.4
https://github.com/linuxmint/mint-l-icons/commits/1.6.4
2023-05-05 22:42:39 +08:00
Bobby Rong
46a84aa1b7
cinnamon.warpinator: 1.4.5 -> 1.6.1
https://github.com/linuxmint/warpinator/compare/1.4.5...1.6.1
2023-04-27 08:40:37 +08:00
Bobby Rong
7dfe64b594
cinnamon.cinnamon-desktop: 5.6.1 -> 5.6.2
https://github.com/linuxmint/cinnamon-desktop/compare/5.6.1...5.6.2
2023-04-07 18:47:32 +08:00
Bobby Rong
4831d420c2
cinnamon.xapp: 2.4.2 -> 2.4.3
https://github.com/linuxmint/xapp/compare/2.4.2...2.4.3
2023-03-29 11:32:16 +08:00
Bobby Rong
9afb29b2b1
cinnamon.nemo: 5.6.4 -> 5.6.5
https://github.com/linuxmint/nemo/compare/5.6.4...5.6.5
2023-03-29 11:29:54 +08:00
Bobby Rong
6188d5d49d
Merge pull request #222449 from bobby285271/upd/cinnamon
Cinnamon updates 2023-03-22
2023-03-23 16:53:50 +08:00
Bobby Rong
4d120a8c5c
cinnamon.nemo: 5.6.3 -> 5.6.4
https://github.com/linuxmint/nemo/compare/5.6.3...5.6.4
2023-03-22 09:16:04 +08:00
Bobby Rong
a8a542ebdf
cinnamon.muffin: 5.6.3 -> 5.6.4
https://github.com/linuxmint/muffin/compare/5.6.3...5.6.4
2023-03-22 09:14:04 +08:00
Bobby Rong
f0e5ad300f
cinnamon.cinnamon-settings-daemon: 5.6.1 -> 5.6.2
https://github.com/linuxmint/cinnamon-settings-daemon/compare/5.6.1...5.6.2
2023-03-22 09:11:29 +08:00
Bobby Rong
6aeea7045d
cinnamon.cinnamon-common: 5.6.7 -> 5.6.8
https://github.com/linuxmint/cinnamon/compare/5.6.7...5.6.8

One of the substitutions has been upstreamed.
2023-03-22 09:09:26 +08:00
Bobby Rong
3c2e5906d6
cinnamon.xapp: Backport a crash fix for GLib 2.76.0
ref: https://bugs.archlinux.org/task/77892
2023-03-22 08:24:24 +08:00
Bobby Rong
e8f21cbac9
cinnamon.warpinator: 1.4.4 -> 1.4.5
https://github.com/linuxmint/warpinator/compare/1.4.4...1.4.5
2023-02-19 19:01:17 +08:00
Bobby Rong
6997aefc84
cinnamon.cinnamon-common: use correct python for scrollbar-test-widget.py
Loading Themes module
Traceback (most recent call last):
  File "/xxxxxx/share/cinnamon/cinnamon-settings/bin/scrollbar-test-widget.py", line 6, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

This file is being called as
Gio.Subprocess.new(['python3', '/xxxxxx/scrollbar-test-widget.py', str(self.content_widget.get_id())], Gio.SubprocessFlags.NONE)
2023-02-02 20:19:08 +08:00
Bobby Rong
bdc6404b0f
cinnamon.cinnamon-common: unbreak calendar-server
Reported in issue 213728. With this change you can see
list of your EDS events in your calendar applet.
2023-01-31 21:28:13 +08:00
Bobby Rong
7f5ad3e298
cinnamon.cinnamon-common: unbreak looking-glass
Reported in issue 213728.
ModuleNotFoundError: No module named 'pyinotify'
2023-01-31 21:28:12 +08:00
Bobby Rong
63a4f9f242
cinnamon.cinnamon-common: use mesa instead of clutter
This is probably a mistake I made when bumping cinnamon to 5.4.
What cinnamon needs is muffin-clutter-0, the clutter package itself
is something no longer maintained. We just add the missing mesa
for the EGL/eglmesaext.h header.
2023-01-31 21:28:12 +08:00
Bobby Rong
279fb9d464
cinnamon.cinnamon-common: stop substituting upload-system-info
We install xapp in environment.systemPackages in the cinnamon module
because most XApps need the icon it provides. As a side effect, we
should have this in PATH. This is really an optional app,
cinnamon-settings handles the situation well when it is missing.
2023-01-30 19:50:33 +08:00
Bobby Rong
52c228365d
cinnamon.warpinator: 1.4.3 -> 1.4.4
https://github.com/linuxmint/warpinator/compare/1.4.3...1.4.4
2023-01-27 13:42:57 +08:00
Bobby Rong
86bc14aaac
cinnamon.nemo: 5.6.2 -> 5.6.3
https://github.com/linuxmint/nemo/compare/5.6.2...5.6.3
2023-01-19 09:52:20 +08:00
Bobby Rong
b6a1d3f935
cinnamon.mint-themes: 2.0.8 -> 2.0.9
https://github.com/linuxmint/mint-themes/compare/2.0.8...2.0.9
2023-01-18 11:49:22 +08:00
Bobby Rong
cbb715535f
cinnamon.cinnamon-common: 5.6.6 -> 5.6.7
https://github.com/linuxmint/cinnamon/compare/5.6.6...5.6.7
2023-01-17 10:22:11 +08:00
Bobby Rong
c41e15834f
cinnamon.xreader: 3.6.2 -> 3.6.3
https://github.com/linuxmint/xreader/compare/3.6.2...3.6.3
2023-01-11 20:51:28 +08:00
Bobby Rong
35a8632ee1
cinnamon.cinnamon-common: 5.6.5 -> 5.6.6
https://github.com/linuxmint/cinnamon/compare/5.6.5...5.6.6
2023-01-11 20:47:00 +08:00
Bobby Rong
b554ace4dc
cinnamon.mint-cursor-themes: unstable-2022-11-29 -> 1.0.1
aa6bb76...e17f8a4
2023-01-08 11:26:33 +08:00
Bobby Rong
ef13c2bb52
cinnamon.xviewer: 3.2.11 -> 3.2.12
https://github.com/linuxmint/xviewer/compare/3.2.11...3.2.12
2023-01-08 11:26:32 +08:00
Bobby Rong
2cdd4df899
cinnamon.nemo-with-extensions: Fix duplicate right-click menu items 2023-01-08 11:26:32 +08:00
Bobby Rong
c90f3e3dee
cinnamon.nemo: 5.6.1 -> 5.6.2
https://github.com/linuxmint/nemo/compare/5.6.1...5.6.2
2023-01-08 10:48:22 +08:00
Bobby Rong
cbb0bd35bd
cinnamon.muffin: 5.6.2 -> 5.6.3
https://github.com/linuxmint/muffin/compare/5.6.2...5.6.3
2023-01-08 10:46:54 +08:00
Bobby Rong
1ccf8fe34c
cinnamon.cinnamon-settings-daemon: 5.6.0 -> 5.6.1
https://github.com/linuxmint/cinnamon-settings-daemon/compare/5.6.0...5.6.1
2023-01-08 10:45:17 +08:00
Bobby Rong
93021e7f71
cinnamon.cinnamon-screensaver: 5.6.2 -> 5.6.3
https://github.com/linuxmint/cinnamon-screensaver/compare/5.6.2...5.6.3
2023-01-08 10:41:04 +08:00
Bobby Rong
94fa96c4a0
cinnamon.cinnamon-desktop: 5.6.0 -> 5.6.1
https://github.com/linuxmint/cinnamon-desktop/compare/5.6.0...5.6.1
2023-01-08 10:39:49 +08:00
Bobby Rong
c534878e91
cinnamon.cinnamon-control-center: 5.6.0 -> 5.6.1
https://github.com/linuxmint/cinnamon-control-center/compare/5.6.0...5.6.1
2023-01-08 10:37:41 +08:00
Bobby Rong
5ce341ff6d
cinnamon.muffin: Backport a crash fix
Also re-order the attributes.
2022-12-30 10:35:13 +08:00
Bobby Rong
66ac96a874
Merge pull request #207579 from bobby285271/cinnamon
cinnamon: Fix settings theme thumbnail path + Fix crash with virtual keyboard in screensaver
2022-12-25 10:11:56 +08:00
Bobby Rong
0ac48ac932
cinnamon.cinnamon-screensaver: Fix crash with virtual keyboard
Caribou.KeyboardModel is also used here, so we apply the same fix for
cinnamon-common to get rid of a crash.
2022-12-24 23:03:12 +08:00
Bobby Rong
d5510e9e9e
cinnamon.cinnamon-common: Fix settings theme thumbnail path
We look for globally installed themes with this path, so we use
/run/current-system/sw/share.
2022-12-24 23:03:12 +08:00
Bobby Rong
d7e2c900d7
Merge pull request #206847 from bobby285271/cinnamon-nemo-extensions
cinnamon.nemo-with-extensions: init
2022-12-23 17:09:55 +08:00
Bobby Rong
88d78542ad
cinnamon.folder-color-switcher: init at 1.5.5 2022-12-21 14:28:45 +08:00
Bobby Rong
25f506e942
cinnamon.nemo-python: init at 5.6.0 2022-12-21 14:28:45 +08:00
Bobby Rong
d5434a66e1
cinnamon.nemo-fileroller: init at 5.6.1 2022-12-20 10:59:37 +08:00
Bobby Rong
f60da05d0b
cinnamon.nemo-with-extensions: init 2022-12-20 10:59:37 +08:00
Bobby Rong
7dabcc94ce
Merge pull request #206475 from bobby285271/cinnamon-nemo-fix
cinnamon.nemo: Workaround duplicate right-click menu items
2022-12-19 09:37:32 +08:00
Bobby Rong
dd0e494799
cinnamon.cinnamon-translations: 5.6.0 -> 5.6.1
https://github.com/linuxmint/cinnamon-translations/compare/5.6.0...5.6.1
2022-12-17 18:20:20 +08:00
Bobby Rong
5cc5f394d7
cinnamon.nemo: Workaround duplicate right-click menu items
Don't populate nemo actions from /run/current-system/sw/share
They should only be loaded exactly once as $out/share
2022-12-17 11:41:17 +08:00