fix: missing icon for Firefox, and un-pinnable Chrome

This commit is contained in:
wiiznokes 2024-06-09 09:49:03 +02:00 committed by GitHub
parent 46a77ee121
commit 4d48047c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

7
Cargo.lock generated
View file

@ -903,7 +903,7 @@ dependencies = [
"anyhow",
"cosmic-client-toolkit",
"cosmic-protocols",
"freedesktop-desktop-entry 0.6.0",
"freedesktop-desktop-entry 0.6.1",
"futures",
"i18n-embed 0.14.1",
"i18n-embed-fl 0.8.0",
@ -2213,12 +2213,13 @@ dependencies = [
[[package]]
name = "freedesktop-desktop-entry"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fefe79ec93a6aeaa938981fe3e11b4ed1b2f9deacc6bb631585bc48252d1bfa"
checksum = "77645c830a27554c72e113165fefa4f117ed9a45228b535f05df3e1ad4d13426"
dependencies = [
"dirs 5.0.1",
"gettext-rs",
"log",
"memchr",
"strsim 0.11.1",
"textdistance",

View file

@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-log = "0.2.0"
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.152", features = ["derive"] }
freedesktop-desktop-entry = "0.6.0"
freedesktop-desktop-entry = "0.6.1"
[profile.release]
lto = "fat"
@ -67,3 +67,5 @@ ignored = ["libcosmic"]
[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
[patch."crates-io"]

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
cctk.workspace = true