pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.74k stars 55 forks source link

chore: bump submodules #94

Closed jokeyrhyme closed 1 year ago

jokeyrhyme commented 1 year ago
jokeyrhyme commented 1 year ago

Well, just in case they are specific to this integration and not so much the individual components, I do notice logs like:

Apr 17 19:10:45 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletBattery:  ERROR cosmic_applet_battery::app > org.freedesktop.DBus.Error.ServiceUnknown: The name com.system76.PowerDaemon was not provided by >
Apr 17 19:10:45 HOSTNAME pipewire[4198]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Apr 17 19:10:45 HOSTNAME pipewire[4198]: mod.rt: found session bus but no portal
...
Apr 17 19:10:45 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletAudio:  ERROR cosmic_applet_audio::pulse > ERROR! Misc("get_default_source(): Error getting requested device")
...
Apr 17 19:10:46 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletGraphics: org.freedesktop.DBus.Error.ServiceUnknown: The name com.system76.PowerDaemon was not provided by any .service files
...
Apr 17 19:10:54 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletAudio: thread 'tokio-runtime-worker' panicked at 'Unexpected message: SetDefaultSink(DeviceInfo { name: Some("alsa_output.usb-SteelSeries_Arct>
Apr 17 19:10:54 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletAudio: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Apr 17 19:10:54 HOSTNAME cosmic-panel[4003]: com.system76.CosmicAppletAudio: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError(SetDefaultSource(DeviceInfo { name: Some("alsa_i>
...

But, aside from that, it does boot up just fine for me on this system, and I'm typing this using Firefox properly tiled next to a terminal window as expected

soloturn commented 1 year ago

@jokeyrhyme for me this fails as cosmic-epoch refers to a cosmic-comp which tries to get a5a3c2bd hash of smithay/smithay, which seems not in the repo. now cosmic-comp Cargo.toml and Cargo.toml.lock refer to 729043da68 which is a valid hash. i tried to quickly switch it but it would not compile any more. but this is because i am not able to run makepkg, not extract the source, but run prepare and build. noextract only builds, no prepare. you know how to run prepare and build in a more elegant way and not copy statement by statemnt of prepare?

CARGO_BUILD_JOBS=3 CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse makepkg --noextract

(fixed by #97 )

jokeyrhyme commented 1 year ago

Yeah, seems like that smithay commit disappeared some time after I raised this PR, weird

It definitely built successfully for me at the time