Skip to content

Commit

Permalink
Merge pull request #307 from nokyan/appscontext-restructure
Browse files Browse the repository at this point in the history
Restructure how Apps and Processes work internally
  • Loading branch information
nokyan authored Jul 31, 2024
2 parents 34bebef + c11b96a commit 88dd72a
Show file tree
Hide file tree
Showing 18 changed files with 759 additions and 800 deletions.
49 changes: 0 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] }
glob = "0.3.1"
gtk = { version = "0.9.0", features = ["v4_10"], package = "gtk4" }
gtk-macros = "0.3.0"
hashbrown = "0.14.5"
log = "0.4.22"
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
num_cpus = "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion build-aux/net.nokyan.Resources.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=full",
"--env=RUST_LOG=resources=debug",
"--env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/user-share:/run/host/usr/share:/run/host/share:/var/lib/flatpak/exports/share:~/.local/share/flatpak/exports/share:/var/lib/snapd/desktop",
"--env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/user-share:/run/host/usr/share:/run/host/share:/app/local/share:/usr/local/share:/usr/local/share/runtime/share:/run/host/usr/local/share:/run/host/local/share:/var/lib/flatpak/exports/share:~/.local/share/flatpak/exports/share:/var/lib/snapd/desktop",
"--filesystem=/var/lib/snapd:ro",
"--filesystem=/var/lib/flatpak/app:ro",
"--filesystem=/var/lib/flatpak/exports/share:ro",
Expand Down
Loading

0 comments on commit 88dd72a

Please sign in to comment.