[BUG] 🐛 Steam doesn't install on Debian Bookworm #145
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Steam doesn't install on Debian bookworm - when using apt instead of flatpak.
Local Environment (please complete the following information):**
Context and potential fix
To fix this, we need to do a few things:
/etc/apt/sources.listto have acontrib non-freeline that also uses bullseye, and not just bookworm, because bookworm's sources are not yet updated.dpkgpart of this is caused by no longer using flatpak for steam installation, and instead using apt. We should also note that launching steam will need to be done through the terminal, as launching from gnome's apt launcher always fails when it comes to using VR equipment.
We should ask if they want to use VR stuff, and if they do, we should install and run nvidia-xconfig for them.
Related to #147
pretty sure we fixed this here:
jessebot/onboardme@f78f996273/onboardme/pkg_management.py (L62)