Ubuntu Installation :: Remove Kubuntu Desktop After Testing?

Jan 2, 2010

I have settled on Ubuntu 9.10 as my preferred distro and was keen to try out which desktop I preferred so I installed kubuntu-desktop and all its dependencies via synoptic package manager following a guide on psychocats.net. Decided I preferred Gnome and wanted to get rid of all duplicated applications etc so followed same guide to remove. [URL]

[Code].....

View 2 Replies


ADVERTISEMENT

Ubuntu :: How To Remove Kubuntu-desktop

Apr 14, 2011

I have downloaded kubuntu-desktop on my ubuntu desktop...i must it was very good but it is becoming very confusing for me to seprate out the gnome and kde packages..like if i am downloading something from torrent then by default kde torrent is downloading the file and it is on Gnome..

i have tried to remove it by-

sudo apt-get purge kubuntu-desktop..

but i am still getting the kde icon in my session after logout...and also i am getting different kubuntu packages....

View 2 Replies View Related

Ubuntu :: Way To Remove Kubuntu-desktop

Apr 14, 2011

I have downloaded kubuntu-desktop on my ubuntu desktop...i must it was very good but it is becoming very confusing for me to seprate out the gnome and kde packages..like if i am downloading something from torrent then by default kde torrent is downloading the file and it is on Gnome.i have tried to remove it by-sudo apt-get purge kubuntu-desktop.but i am still getting the kde icon in my session after logout.and also i am getting different kubuntu packages....

View 1 Replies View Related

Ubuntu :: Remove Kubuntu-Desktop Items Added To 10.04?

Jul 10, 2010

I added Kubuntu-Desktop components to my Ubuntu 10.04 system using Synaptic Pkg Mgr, with the mistaken expectation that I would then be able to toggle between Ubuntu and Kubuntu Desktops. Of course, when adding Kubuntu-Desktop components, the dependencies feature brought in around 8 or 10 items.

I tried to undo all of this, but I fear I may have removed one or two Kubuntu named packages which may be part of the original Ubuntu installation.

Also there remains a gaggle of applications, such as Dolphin, KNetwork Mgr, Konqueror, just to name a few.

The two-fold question is, (1) How can I get back as closely as possible, to my original, pure Ubuntu installation, short of a complete re-install; and (2) Is there a document out there which lists all of the packages that come standard with the Ubuntu installation.

View 2 Replies View Related

Debian Installation :: Desktop Install Disk Go For Testing?

Dec 31, 2010

Where's the Testing Desktop Install CD? As I look at the Debian site the only choices I see are the massive full disk set, or the net-install CD's (url). The last time I tried to use the net-install method I got complex warning messages that a different kernel was installed--along with cryptic instructions I didn't understand. So where did the single CD, Desktop install disk go for testing?

View 4 Replies View Related

Ubuntu Installation :: Install Kde (not Kubuntu-desktop) In 9.10?

Jan 29, 2010

want to ask how to install kde (not kubuntu-desktop) in ubuntu 9.10

View 6 Replies View Related

Ubuntu Installation :: WUBI + Kubuntu-desktop Wrecks Boot?

Mar 5, 2010

On my MS Vista 64bit machine, I installed Ubuntu through WUBI (some time in 2010) and was happily booting one or the other as needed. Then I added kubuntu-desktop (using Synaptic).Now, when I reboot, the Windows Boot Manager still offers Vista and Ubuntu as boot options. But Ubuntu, rather than boot, goes to a grub shell. I found a GrubHowto that includes "Manual boot into a Linux OS" - but it seems to suggest that clean Karmic installs use Grub2 and the Howto instructions apply only to Grub. I don't know if the WUBI install was Karmic or something older. I don't know anything about using grub manually.And I don't know how to get my (k)ubuntu back!

View 1 Replies View Related

Ubuntu Installation :: Kubuntu V9.1 Fails To Boot After Fresh Install And Display Anomalies At The Desktop

Mar 22, 2010

The last version a Linux I had was Mandrake v9.1. However, in looking to get the latest/greatest Linux I downloaded Ubuntu and Kubuntu. After installing Kubuntu the system reboots and fails to boot into the OS. After the P.O.S.T all I get a the word "GRUB". There is no response to any keys with the exception of Ctrl-Alt-Del. I am temporarily able to get passed the boot problem if I boot from the CD and choose boot from primary hard menu option. I'm not sure how to fix the boot up problem and could use some advice. However, using the CD to boot up the hard drives installation leads me to my next problem.

While in a desktop session I am unable to drag windows by their title bar. When attempting to drag a window, the desktop becomes covered with parts of the original window spreading all over the screen in multiple directions. It looks like a kaleidoscope or bad acid trip image. I suspect the video anomalies might be configuration related or improper driver. Again guidance would be greatly appreciated here.

I have a good 'ole Matrox MGA Millenium card installed into a P4 1.8ghz system, with 512 MB ram. The hard drive originally had an old install of Mandrake v9.1, but all of the partitions were wiped and I created 3 new partitions:

- /dev/sda1 20GB Bootable/Primary Partition EXT4 (Unbuntu mounted at /)
- /dev/sda2 18GB Primary EXT4 (Kubuntu mounted at /mnt/Ubuntu_dsktop_91)
- /dev/sda3 2GB Swap space

My intent was to install Ubuntu on the 2nd primary partition and be able to switch between them. However, I tried installed Ubuntu on the first partition (reformatted of course) and I encounter the same boot problem and display problem.

View 1 Replies View Related

Ubuntu :: Kubuntu Desktop Start - Shows Terminal After Login And Cant Get My Desktop Back

Jul 4, 2010

Have recently tried to start ubuntu with kubuntu-desktop, but as I reboot my computer kubuntu only shows the terminal after the login and I cant get my desktop back.

View 1 Replies View Related

Ubuntu :: Remove Directories That *don't* Contain A File - Safe Testing Method?

Apr 15, 2011

I'm trying to clean up an iTunes-sorted Music directory. For whatever reason, it contains a large number of folders that have album art, but no music. I'm actually more concerned about a safe way to test my removal batch, but I thought I'd paste everything I did in case it's useful to someone. Based on this thread, I came up with the following script:

Code:
#!/bin/bash
find ./*/* -type f -iregex ".*(mp3|m4a)" | sort | while read line ; do
echo "${line%/*}" >> file1
done
sort -u file1 > fileuniq

[Code]...

But I'm scared to just run this on my music folder. Is there any way to run rm in "test mode", so that I would just see verbose output, but it wouldn't actually delete anything? Failing that, does anyone see anything wrong with my plan?

View 4 Replies View Related

Ubuntu Installation :: How To Remove The Menu From The Desktop

Mar 26, 2010

How do I remove the menu from the desktop? It was not there before the 9.10 upgrade.

View 3 Replies View Related

Ubuntu Installation :: Upgrade To 10.04 Wants To Remove Desktop?

May 5, 2010

When I try to upgrade to 10.04 (from 9.10) I receive the following message:
An unresolvable problem occurred while calculating the upgrade: The package 'ubuntu-desktop' is marked for removal but it is in the removal blacklist.

I could not bear once again going through the months of torment, searching forums and tearing of hair involved in getting 9.10 to install and get everything working the way I wanted if I had to do a clean install again. Mostly because I can't remember how I got round most of the issues... code...

View 1 Replies View Related

Debian :: How To Remove All Packages Installed From Testing Channel

Mar 13, 2015

I added 'testing' channel into my wheezy 'stable' box and installed packages comes from 'testing'. In this case, if I changed my mind to go back to 'stable', how could I downgrade packages updated by 'testing' channel?

View 13 Replies View Related

Ubuntu Installation :: KDE 3.5 - Remove Gnome Desktop Environment?

Nov 26, 2010

I am using ubuntu 10.04, I want to know if I can change to kde 3.5 and remove gnome desktop environment.

View 1 Replies View Related

Ubuntu Installation :: Kubuntu-Desktop Install Moved Install?

Mar 7, 2010

I installed Kubuntu-Desktop on Ubuntu & now my Ubuntu installation is on the 2nd (data)partition! It's hard to believe but I'm looking at it from a live cd and that's what looks like happened.For right now, my main goal is to get Ubuntu back.Should I make the 2nd partition bootable so I have a dual-boot option at startup? Should I make the 2nd partition bootable & not the first? Can I uninstall Kubuntu somehow & have things return to how they were?I thought I was just loading an alternative sassion to Gnome.I thought that the only thing I said yes to was to use the KDE boot manager (or whatever).

View 8 Replies View Related

Ubuntu :: While Testing Compiz - It Broke Desktop

May 19, 2011

Today, after some testing with compiz in my PC, I ended up uninstalling it again, because the video card didn't have the right specs. So when I rebooted, my desktop started acting weird - the applications' top panels disappeared, they couldn't be moved around, no more usable workspaces, etc ... also the mouse pointer keeps on rotating indefinitely, making my OS practically unusable. So is there any hope I can restore my desktop to its previous state, or do I have to do a full reinstall, which I'd like to avoid if possible ?

Using Ubuntu 9.10 Karmic, 64 bit, Gnome.

View 6 Replies View Related

Ubuntu :: Remove Amarok From Startup In Kubuntu

Feb 19, 2010

I dont know why but somehow amarok came to startup in my kubuntu machine..

I have checked ~/.kde/Autostart/ but its is empty..

View 1 Replies View Related

Ubuntu Installation :: Get Error When Try To Upgrade After Remove Desktop-base - Unexpected End Of File

Jan 15, 2010

i get this error

root:/boot# apt-get upgrade

Code:

Setting up desktop-base (5.0.3) ...
Updating /boot/grub/grub.cfg ...
Found linux image: /boot/bzImage
/etc/grub.d/01_OVHkernel: line 37: syntax error: unexpected end of file

[code]....

View 3 Replies View Related

Ubuntu :: Remove Kubuntu Blue Screen In The Starting?

Jun 16, 2011

I tried Kubuntu for few days.now I removed kubuntu using remove kde desktop,autoremove commands.Everything is fine.I also selected gdm,removed kdm.Now I dont find Kubuntu in options in the login screen.I also removed all kubuntu applications.But now when I turn on and off my computer, I find blue kubuntu screen.why is that happening even after removing kubuntu?did I do some mistake?How to remove it?

View 2 Replies View Related

Ubuntu Installation :: 10.04.1 Kubuntu Desktop To Toshiba T110 Laptop Running Win 7 - Cannot Mount "/dev/lop0 (/cdrom/casper/filesystem. Squashfs"

Feb 7, 2011

Trying to install 10.04.1 Kubuntu desktop to Toshiba T110 laptop running Win 7, 4 Gig Ram, 32 bit o/s. Downloaded iso from Ubuntu web site and burnt DVD. No matter what I do I get the error message "cannot mount /dev/lop0 (/cdrom/casper/filesystem. squashfs" etc. Searched by Google and this forum, tried various remedies Unebootin; USB drive boot up etc etc; still get same message. Is there a workaround for what seems to be a fairly common install problem?

View 1 Replies View Related

Ubuntu :: Remove 'kubuntu Updates' And All Packages In Software Center

Dec 5, 2010

I have googled it and found 100 pages on this. They all suggest either:however, I am scared to run any of theses. Will that first one remove "kde updates" from my ubuntu software center? Will it break anything else on my desktop?

View 1 Replies View Related

Ubuntu :: Installed Desktop On Server To Get Boinc Manager Running Now Remove Desktop?

Apr 20, 2010

First problem:

apt-get --purge remove ubuntu-desktop
Reading package lists...
Building dependency tree...
Reading state information...
Package ubuntu-desktop is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I have installed Ubuntu desktop on Ubuntu Server to get Boinc manager running. Now I want to remove Ubuntu-desktop.

Second Problem: /etc/init.d/xorg start : No such file or directory When the server boots i get a blinking cursor.

View 1 Replies View Related

Ubuntu :: Kubuntu 9.10 - Boot - No Gui - And Other Desktop App ?

Aug 14, 2010

I was running kubuntu 7.10 from 2007 till two days back. Thought it quite old, so wanted to upgrade from 7.10 to 9.10, and if I like the latest kde 4 (since I've not used it yet), the plan was to use the lucid lynx. The two phase upgrade from 7.10 -> 8.04 -> 9.10 went seamlessly without any hitch.

But now the problem started to occur, and I will point them one by one:

1. While booting, the startup splash screen falls into a console which read "checking battery state ... DONE" and it stays there forever. So, I opened another terminal by ctrl-alt-F1, gave my login id, password, type startx to go into the graphical mode.

I checked the /etc/kde4/kdm/kdmrc file and made the Code:

I Also tried the other suggestions like restarting the kdm and dpkg-reconfigure. But the problem still exist.

Now I see, that the console is not stucking at check battery state message , rather its going to the tty1 and asking for the login/password.

Code:

Code:

Code:

Code:

My xorg.conf display section shows:

Code:

Now, I don't have Nvidia graphics card installed, so can I safely remove whatever lists in Synaptic searching with 'Nvidia*' ?

2. I want to stop the notification/system sound for application, e.g. while closing a button in griffith or closing a window in pidgin the system emits a sound, I want to stop all these sounds, how to do that?

3. In kde3, I can search file under the present directory using konqueror, now I see konqueror has a search bar, but that is for web, not in the local file system. I am missing this very helpful feature of konqueror, can I somehow brought it back?

4. This issue is not 9.10 specific but faced in 7.10 .. Whenever I try to play an audio cd the system just freezes. The only in error dmesg is

Code:

View 1 Replies View Related

Ubuntu :: Install KDE Without Kubuntu-desktop?

Jan 17, 2011

Is there a way to install KDE without the installation of kubuntu-desktop and the re-branding and changing of settings and themes that come with it? I would like to try KDE again, but don't want to see Kubuntu while I'm booting. Also, it seems that it adds a lot of bloat, being as I need a removal script to reverse the changes it makes.

View 3 Replies View Related

Ubuntu :: Kubuntu Won't Show Desktop Right?

May 23, 2011

I tried installing Kubuntu 10.10 yesterday and when I booted into the desktop it wouldn't show anything but blurriness and lines. It was completely unusable. It showed that on the live cd too. I then tried install Elementary OS. It installed and had the same result. This is getting extremely frustrating and I have no idea of what to do.rgot to take a screenshot of either one but I found one on the elementary launchpad bug page. Oh yeah, this happened when I tried to install the alpha of Ubuntu 11.04 too

View 6 Replies View Related

General :: Remove The Plasma Desktop In SuSE 11.1 And Restore The Original Desktop?

Oct 1, 2009

Is there a way in SuSE 11.1 to have the conventional desktop, instead the plasma desktop? I thought that installing KDE 3.5 will fix it, but I was wrong. I really don't want to download back SuSE 11.0, just to have my old desktop layout. SuSE developers should at least leave it as an option than to force people to install it

View 2 Replies View Related

Ubuntu :: Kubuntu 10.4 - How To Change The Desktop Theme

May 2, 2010

I just installed a fresh install of Kubuntu 10.4. A simple question, how do I change the desktop theme? I used to find it by right-clicking on the desktop and selecting Desktop Settings or what it is called (my system is in Italian), now itsn't there.

View 3 Replies View Related

Ubuntu :: World Time Kubuntu Desktop?

Feb 14, 2011

One of my favorite features of gnome is the integrated world time int he clock. Just add multiple locations, and you have world time, and it's always a click a way.My question is, can kubuntu be set up in the same way?

View 2 Replies View Related

Ubuntu :: Cannot Enable Desktop Effect - Kubuntu 10.10

Nov 10, 2010

I can not enable Desktop Effect

In system setting->desktop effect I find Wrote:

The desktop effects are not available on this system, because of the following technical problems.

My video card is ati 3650. driver installed with jokey.

I ran this command:

OpenGL vendor string: ATI Technologies Inc.

Control Center for the ATI graphics accelerators

View 2 Replies View Related

Ubuntu Networking :: Control The Xubuntu Desktop From Kubuntu?

Jan 8, 2010

I have a computer with xubuntu 9.10 and a pc with kubuntu 9.10, and I need to operate on the xubuntu desktop from kubuntu. On KDE there are Krfb/krdc for the desktop, but what can i install on xubuntu to do this?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved