fix: missing icon for Firefox, and un-pinnable Chrome
This commit is contained in:
parent
46a77ee121
commit
4d48047c4a
3 changed files with 7 additions and 5 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -903,7 +903,7 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cosmic-client-toolkit",
|
"cosmic-client-toolkit",
|
||||||
"cosmic-protocols",
|
"cosmic-protocols",
|
||||||
"freedesktop-desktop-entry 0.6.0",
|
"freedesktop-desktop-entry 0.6.1",
|
||||||
"futures",
|
"futures",
|
||||||
"i18n-embed 0.14.1",
|
"i18n-embed 0.14.1",
|
||||||
"i18n-embed-fl 0.8.0",
|
"i18n-embed-fl 0.8.0",
|
||||||
|
|
@ -2213,12 +2213,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "freedesktop-desktop-entry"
|
name = "freedesktop-desktop-entry"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4fefe79ec93a6aeaa938981fe3e11b4ed1b2f9deacc6bb631585bc48252d1bfa"
|
checksum = "77645c830a27554c72e113165fefa4f117ed9a45228b535f05df3e1ad4d13426"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs 5.0.1",
|
"dirs 5.0.1",
|
||||||
"gettext-rs",
|
"gettext-rs",
|
||||||
|
"log",
|
||||||
"memchr",
|
"memchr",
|
||||||
"strsim 0.11.1",
|
"strsim 0.11.1",
|
||||||
"textdistance",
|
"textdistance",
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||||
tracing-log = "0.2.0"
|
tracing-log = "0.2.0"
|
||||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.152", features = ["derive"] }
|
||||||
freedesktop-desktop-entry = "0.6.0"
|
freedesktop-desktop-entry = "0.6.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|
@ -67,3 +67,5 @@ ignored = ["libcosmic"]
|
||||||
|
|
||||||
[patch."https://github.com/Smithay/client-toolkit"]
|
[patch."https://github.com/Smithay/client-toolkit"]
|
||||||
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
|
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
|
||||||
|
|
||||||
|
[patch."crates-io"]
|
||||||
|
|
@ -4,7 +4,6 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
cctk.workspace = true
|
cctk.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue