-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
Submodule cosmic-applets
updated
153 files
Submodule cosmic-applibrary
updated
5 files
+529 −535 | Cargo.lock | |
+1 −1 | data/com.system76.CosmicAppLibrary.desktop | |
+21 −0 | i18n/it/cosmic_app_library.ftl | |
+94 −43 | src/app.rs | |
+9 −7 | src/app_group.rs |
Submodule cosmic-bg
updated
6 files
+193 −797 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −14 | config/src/lib.rs | |
+1 −5 | debian/rules | |
+1 −2 | justfile | |
+40 −19 | src/wallpaper.rs |
Submodule cosmic-comp
updated
81 files
Submodule cosmic-edit
updated
51 files
Submodule cosmic-files
updated
55 files
Submodule cosmic-greeter
updated
13 files
+1 −0 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+1 −1 | daemon/src/main.rs | |
+2 −0 | debian/control | |
+0 −25 | debian/cosmic-greeter.postinst | |
+3 −0 | debian/cosmic-greeter.sysusers | |
+1 −1 | debian/cosmic-greeter.templates | |
+2 −0 | debian/cosmic-greeter.tmpfiles | |
+5 −1 | debian/rules | |
+19 −3 | justfile | |
+86 −57 | src/greeter.rs | |
+1 −1 | src/image_container.rs | |
+1 −1 | src/main.rs |
Submodule cosmic-launcher
updated
11 files
+7 −1 | .vscode/settings.json | |
+518 −571 | Cargo.lock | |
+2 −1 | debian/control | |
+1 −1 | i18n/it/cosmic_launcher.ftl | |
+10 −3 | justfile | |
+260 −147 | src/app.rs | |
+321 −0 | src/components/list.rs | |
+1 −1 | src/components/mod.rs | |
+3 −2 | src/main.rs | |
+9 −1 | src/subscriptions/launcher.rs | |
+0 −1 | uk/cosmic_launcher.ftl |
Submodule cosmic-osd
updated
3 files
+548 −529 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −1 | src/subscriptions/polkit_agent.rs |
Submodule cosmic-panel
updated
26 files
Submodule cosmic-session
updated
3 files
+4 −0 | Justfile | |
+349 −0 | data/cosmic-mimeapps.list | |
+1 −0 | debian/control |
Submodule cosmic-settings
updated
108 files
Submodule cosmic-settings-daemon
updated
6 files
+3,934 −656 | Cargo.lock | |
+18 −2 | Cargo.toml | |
+2 −1 | Makefile | |
+2 −0 | debian/control | |
+50 −7 | src/main.rs | |
+406 −0 | src/theme.rs |
Submodule cosmic-store
updated
47 files
Submodule cosmic-term
updated
54 files
Submodule cosmic-workspaces-epoch
updated
20 files
+779 −608 | Cargo.lock | |
+8 −3 | Cargo.toml | |
+2 −0 | Makefile | |
+1 −1 | data/com.system76.CosmicWorkspaces.desktop | |
+4 −0 | data/com.system76.CosmicWorkspaces.svg | |
+1 −0 | i18n/es/cosmic_workspaces.ftl | |
+1 −0 | i18n/fr/cosmic_workspaces.ftl | |
+1 −0 | i18n/it/cosmic_workspaces.ftl | |
+1 −0 | i18n/ja/cosmic_workspaces.ftl | |
+1 −0 | i18n/nl/cosmic_workspaces.ftl | |
+1 −0 | src/desktop_info.rs | |
+14 −16 | src/main.rs | |
+6 −6 | src/view/mod.rs | |
+66 −86 | src/wayland/buffer.rs | |
+5 −8 | src/wayland/capture.rs | |
+3 −3 | src/wayland/dmabuf.rs | |
+11 −7 | src/wayland/mod.rs | |
+127 −53 | src/wayland/screencopy.rs | |
+6 −6 | src/widgets/image_bg.rs | |
+1 −2 | src/widgets/toplevels.rs |
Submodule xdg-desktop-portal-cosmic
updated
14 files
+565 −582 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+3 −3 | Makefile | |
+1 −1 | data/cosmic.portal | |
+5 −2 | src/access.rs | |
+42 −1 | src/app.rs | |
+1 −1 | src/buffer.rs | |
+139 −1 | src/main.rs | |
+58 −66 | src/screencast_thread.rs | |
+133 −131 | src/screenshot.rs | |
+72 −4 | src/subscription.rs | |
+220 −192 | src/wayland/mod.rs | |
+2 −3 | src/widget/rectangle_selection.rs | |
+8 −8 | src/widget/screenshot.rs |
408aa60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackpot51 the error in ci seems to be caused by this one https://github.com/pop-os/cosmic-settings/blob/353cf3fbd120a365fb08aed973fed3ea29cad41c/scripts/cargo.just#L30
i remove [no-cd] and it works
408aa60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue: pop-os/cosmic-settings#214