The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Ubuntu loading screen

    Discussion in 'Linux Compatibility and Software' started by JollyGreenGiant, May 8, 2007.

  1. JollyGreenGiant

    JollyGreenGiant Notebook Consultant

    Reputations:
    23
    Messages:
    146
    Likes Received:
    0
    Trophy Points:
    30
    I recently decided to try out Kubuntu, so I did the apt-get install kubuntu-desktop. I decided to just stick with Ubuntu, but after doing the remove the loading screen at start up is still Kubuntu, yet when I shut down it shows Ubuntu. How do I change it back to Ubuntu? It's not a big deal but it just sort of annoys me every time I boot up.

    I haven't really tried anything more than reinstalling and uninstalling kubuntu-desktop thinking maybe it missed something. I don't know what else to try because I don't really know what I am doing and I don't want to screw up the system. Thanks y'all.

    IBM ThinkPad A21P running Ubuntu 6.10
     
  2. zephyrus54

    zephyrus54 Notebook Guru

    Reputations:
    35
    Messages:
    55
    Likes Received:
    0
    Trophy Points:
    15
    Try typing this into a terminal:

    sudo update-alternatives --config usplash-artwork.so

    You should now be able to choose the ubuntu usplash.
     
  3. JollyGreenGiant

    JollyGreenGiant Notebook Consultant

    Reputations:
    23
    Messages:
    146
    Likes Received:
    0
    Trophy Points:
    30
    here's what I get:

    quade235@quade235-laptop:~$ sudo update-alternatives --config usplash-artwork.so

    There is only 1 program which provides usplash-artwork.so
    (/usr/lib/usplash/usplash-theme-ubuntu.so). Nothing to configure.
     
  4. zephyrus54

    zephyrus54 Notebook Guru

    Reputations:
    35
    Messages:
    55
    Likes Received:
    0
    Trophy Points:
    15
    hmmm....try this line and then reboot to see if it did anything:

    sudo dpkg-reconfigure linux-image-`uname -r`

    That command is supposed to reload your usplash image. That's all I can think of, since the previous suggestion seemed to indicate you only had one image to choose from :confused:

    Also in synaptic make sure you have the package "kubuntu-artwork-usplash" uninstalled.
     
  5. JollyGreenGiant

    JollyGreenGiant Notebook Consultant

    Reputations:
    23
    Messages:
    146
    Likes Received:
    0
    Trophy Points:
    30
    Here's what I get:

    quade235@quade235-laptop:~$ sudo dpkg-reconfigure linux-image-'uname -r'
    Package `linux-image-uname' is not installed and no info is available.
    Package `-r' is not installed and no info is available.
    Use dpkg --info (= dpkg-deb --info) to examine archive files,
    and dpkg --contents (= dpkg-deb --contents) to list their contents.
    /usr/sbin/dpkg-reconfigure: linux-image-uname -r is not installed

    and kubuntu-artwork-usplash is uninstalled in synaptic
     
  6. zephyrus54

    zephyrus54 Notebook Guru

    Reputations:
    35
    Messages:
    55
    Likes Received:
    0
    Trophy Points:
    15
    Did you copy and paste my command, or try to type it out yourself? If you typed it out, try doing the copy and paste, because there's some tricky characters in the command (like the two backwards apostrophe's). To me it looks like maybe you used two regular apostrophe's instead.
     
  7. LIVEFRMNYC

    LIVEFRMNYC Blah Blah Blah!!!

    Reputations:
    3,741
    Messages:
    2,382
    Likes Received:
    0
    Trophy Points:
    55
    Your suppose to get something like this:

     
  8. JollyGreenGiant

    JollyGreenGiant Notebook Consultant

    Reputations:
    23
    Messages:
    146
    Likes Received:
    0
    Trophy Points:
    30
    Yeah, I didn't use the backwards apostrophes :) Thank you very much!