Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deck images cannot keep power up/suspending animations after reboot #1487

Closed
Zeglius opened this issue Aug 11, 2024 · 4 comments
Closed

Deck images cannot keep power up/suspending animations after reboot #1487

Zeglius opened this issue Aug 11, 2024 · 4 comments
Labels
bug Something isn't working steam-deck For Steam Deck issues

Comments

@Zeglius
Copy link
Contributor

Zeglius commented Aug 11, 2024

Describe the bug

Seems animations settings arent preserved, bazzite workaround overrides them when starting steam in a deck image.

What did you expect to happen?

Bazzite default animations should be applied once, not every time steam client is started.

Output of rpm-ostree status

No response

Hardware

No response

Extra information or context

Bug introduced with commit 373a73d.

mkdir -p $HOME/.local/share/Steam/config/uioverrides/movies
if [ ! -f $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm ]; then
cp /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm
fi
if [ ! -f $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation.webm ]; then
cp /usr/share/ublue-os/bazzite/bazzite-suspend.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation.webm
fi
if [ ! -f $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation-from-throbber.webm ]; then
cp /usr/share/ublue-os/bazzite/bazzite-suspend.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation-from-throbber.webm
fi

@Zeglius Zeglius changed the title Deck images cannot keep choosen an power up/suspending animations Deck images cannot keep power up/suspending animations after reboot Aug 11, 2024
@dosubot dosubot bot added bug Something isn't working steam-deck For Steam Deck issues labels Aug 11, 2024
Copy link

dosubot bot commented Nov 10, 2024

Hi, @Zeglius. I'm Dosu, and I'm helping the bazzite team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • You identified a bug where deck images lose power-up or suspending animations after a system reboot.
  • The issue is caused by bazzite's workaround, which overrides these settings every time the Steam client starts.
  • The problem was introduced with a specific commit.
  • You expect bazzite's default animations to apply only once, not repeatedly.
  • There have been no comments or further activity on the issue yet.

Next Steps:

  • Please let me know if this issue is still relevant to the latest version of the bazzite repository by commenting here.
  • If there is no further activity, this issue will be automatically closed in 14 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Nov 10, 2024
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Nov 24, 2024
@MiraiSubject
Copy link

MiraiSubject commented Jan 6, 2025

This issue is still relevant. It actually also ruins the AnimationChanger plugin in DeckyLoader because it overwrites the downloaded boot animation inside the plugin's downloaded folder.

@Gadg8eer
Copy link

Gadg8eer commented Jan 7, 2025

This issue is still relevant. It actually also ruins the AnimationChanger plugin in DeckyLoader because it overwrites the downloaded boot animation inside the plugin's downloaded folder.

Confirmed on my OneXFly 7840U.

@kevbenjam
Copy link

kevbenjam commented Feb 1, 2025

@KyleGospo the issue appears on my SteamDeck as well when using SDH-AnimationChanger via Decky Loader. Do you have any idea how the code could be fixed, so that Bazzite doesn't overwrite the downloaded animations with its own animations when using the mentioned plugin?

Edit: commit d0d1d3b for the newest update for Bazzite seems to have fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working steam-deck For Steam Deck issues
Projects
None yet
Development

No branches or pull requests

4 participants