Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Cant get rid of kubuntu splash screen after kde desktop install.

  1. #21
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Hi

    Still no joy? I am running out of ideas.

    What the the output of the following command?

    ls -l /etc/alternatives/default*

    Post back here. Lets follow your symlinks.

    Kind regards
    Last edited by matt_symes; December 9th, 2010 at 02:10 AM. Reason: Grammer
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  2. #22
    Join Date
    Apr 2010
    Beans
    108
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    The output of
    ls -l /etc/alternatives/default*
    Is ;
    lrwxrwxrwx 1 root root 53 2010-12-08 20:08 /etc/alternatives/default.plymouth -> /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth

    Thanks

    Dc

  3. #23
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Hi

    Quote Originally Posted by 1984dc View Post
    The output of
    ls -l /etc/alternatives/default*
    Is ;
    lrwxrwxrwx 1 root root 53 2010-12-08 20:08 /etc/alternatives/default.plymouth -> /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
    That looks alright. What is the output of...

    cat /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth

    Post the result back.

    BTW: I am currently setting up a VM with a fresh copy of Ubuntu 10.10 installed in it. I am going to try to recreate your current situation.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  4. #24
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Hi

    Well, I just installed Ubuntu 10.10 in a VM.

    I then installed KDE

    Code:
    sudo apt-get install kubuntu-desktop
    and had the KDE boot splash. In your posts you have said you wanted to keep KDE but just remove the KDE splash screen, so this is what i did.

    I uninstalled

    plymouth-theme-kubuntu-logo
    plymouth-theme-kubuntu-text

    using synaptic.

    I then checked the ubuntu plymouth theme was still installed using synaptic.

    plymouth-theme-ubuntu-logo
    plymouth-theme-ubuntu-text

    It was. I then typed

    Code:
    sudo update-alternatives --config default.plymouth
    and this was the response (as was expected)

    matthew@ubuntu:~$ sudo update-alternatives --config default.plymouth
    [sudo] password for matthew:
    There is only one alternative in link group default.plymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
    Nothing to configure.
    matthew@ubuntu:~$

    I then typed...

    Code:
    sudo update-initramfs -u
    It recreated initramfs and after a reboot i only had the Ubuntu Plymouth splash, but still had the ability to select Gnome or KDE from the log on screen.

    Is this what you did?

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  5. #25
    Join Date
    Apr 2010
    Beans
    108
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Talking Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Okay thats done it!

    It was the plymouth-theme-kubuntu-text file that I needed to uninstall to recover the original splash screen.

    Many thanks once again

    DC

  6. #26
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Hi

    My pleasure. Could you mark the thread as solved please. It helps others searching for a solution.

    Kind regards.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  7. #27
    Join Date
    Apr 2010
    Beans
    108
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Whoops i forgot!

    Now marked as [SOLVED]. Thanks for all your help.

    All the best

    Dc

  8. #28
    Join Date
    Feb 2012
    Location
    New Delhi, India
    Beans
    87
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Quote Originally Posted by matt_symes View Post
    Hi

    Well, I just installed Ubuntu 10.10 in a VM.

    I then installed KDE

    Code:
    sudo apt-get install kubuntu-desktop
    and had the KDE boot splash. In your posts you have said you wanted to keep KDE but just remove the KDE splash screen, so this is what i did.

    I uninstalled

    plymouth-theme-kubuntu-logo
    plymouth-theme-kubuntu-text

    using synaptic.

    I then checked the ubuntu plymouth theme was still installed using synaptic.

    plymouth-theme-ubuntu-logo
    plymouth-theme-ubuntu-text

    It was. I then typed

    Code:
    sudo update-alternatives --config default.plymouth
    and this was the response (as was expected)

    matthew@ubuntu:~$ sudo update-alternatives --config default.plymouth
    [sudo] password for matthew:
    There is only one alternative in link group default.plymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
    Nothing to configure.
    matthew@ubuntu:~$

    I then typed...

    Code:
    sudo update-initramfs -u
    It recreated initramfs and after a reboot i only had the Ubuntu Plymouth splash, but still had the ability to select Gnome or KDE from the log on screen.

    Is this what you did?

    Kind regards
    i did the same you sugessted going to reboot fingers crossed

  9. #29
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Cant get rid of kubuntu splash screen after kde desktop install.

    Closed, necromancy.

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •