Ticket #145 (closed enhancement: fixed)
We should make an Athena plymouth theme
Reported by: | broder | Owned by: | tboning |
---|---|---|---|
Priority: | low | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | iannucci, tboning | Fixed in version: | debathena-plymouth-config 1.1 debathena-workstation 1.10 |
Upstream bug: |
Description
Debathena should provide and configure an Athena-specific usplash theme instead of leaving the default Ubuntu logo.
Change History
comment:3 Changed 15 years ago by broder
According to http://pinstack.blogspot.com/2009/06/13-things-to-get-excited-for-in-ubuntu.html, it sounds like usplash is on its way out, to be replaced with Plymouth.
And it's another package from freedesktop.org, developed by Red Hat! I'm sure this'll be fun.
comment:4 follow-up: ↓ 5 Changed 15 years ago by geofft
Plymouth didn't actually get used for Ubuntu. It sounds like usplash is still used for a throbber for early boot, so we should probably go ahead and package the usplash theme; we'll also want to skin xsplash, which is basically a setup for starting the login screen's X server somewhat earlier than the login screen itself. That part of this problem ties into the design of the login screen itself.
comment:5 in reply to: ↑ 4 Changed 15 years ago by andersk
Replying to geofft:
Plymouth didn't actually get used for Ubuntu.
Where are you hearing that? It is currently the case in Lucid that ubuntu-standard depends plymouth and nothing important depends or recommends usplash.
comment:6 Changed 13 years ago by jdreed
- Summary changed from We should make an Athena usplash theme to We should make an Athena plymouth theme
This is completely trivial now, assuming we want to do it. the default plmyouth theme is managed with alternatives. Go look at /lib/plymouth/themes/ubuntu-logo for how the default theme works.
comment:7 Changed 12 years ago by tboning
- Cc tboning added
- Status changed from new to assigned
- Owner set to tboning
I'm looking into the details of how to make an Athena plymouth theme. If there are specific things that would be cool for it to have, let me know.
comment:8 Changed 12 years ago by tboning
- Status changed from assigned to committed
- Fixed in version set to debathena-plymouth-config 1.0
Committed in r25870
comment:9 Changed 12 years ago by jdreed
- Status changed from committed to development
Built to -dev, not added to any metapackages yet.
comment:10 Changed 12 years ago by jdreed
- Fixed in version changed from debathena-plymouth-config 1.0 to debathena-plymouth-config 1.1 debathena-workstation 1.10
Added to -workstation, and 1.1 pushed out that installs the alternative at a higher priority.
Do we want a text theme too?
comment:12 Changed 12 years ago by jdreed
- Status changed from proposed to closed
- Resolution set to fixed
I've put preliminary stuff at /mit/iannucci/usplash/. The Inkscape-compatible SVG file is named owl.svg. Build-dep is libusplash-dev. Installation is like:
make
sudo cp debathena-theme.so /usr/lib/usplash/
update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/debathena-theme.so 55
update-initramfs -u