LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu thinks it's Linux Mint (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-thinks-its-linux-mint-723474/)

Zoowey 05-04-2009 02:38 AM

Ubuntu thinks it's Linux Mint
 
Aright, well I've got myself a rather odd question.

I like to use Mint menu in my Ubuntu 9.04 installation, so far I have been using the packages from Linux Mint 6 Felicia, which requires you just install "mintsystem" and "mintmenu".

I have used mintmenu without any problems what so ever, but just recently I wanted to try out the new version of the mintmenu which is from Linux Mint 7 Gloria (Alpha) and it required me to install an extra package since it was a dependency called "mint-info-main" and ever since I have installed that package my Ubuntu 9.04 installation thinks it's actually Linux Mint 7 Gloria.

In grub, in the list it specifies the kernel name as Linux Mint 7 Gloria and in my system monitor it does the same. I have uninstalled "mint-info-main" by marking it for "complete removal" in synaptic so it would get rid of any config files but that didn't seem to have any effect.

Now it's not that I don't like Linux Mint but the fact is, this isn't Linux Mint and it's actually messing up some of Ubuntu's native programs and some of my 3rd party programs say that they aren't compatible with the Alpha version of Mint.

This is the Linux Mint repository where I get my packages.
http://packages.linuxmint.com/

So my question is, how do I fix this and get it to say it's Ubuntu 9.04 again?

http://img65.imageshack.us/img65/624...monitor.th.png

mr_git 05-04-2009 04:41 AM

What do you get if you do
Code:

cat /etc/lsb-release
I've not got an install of 9.04 handy, but on 8.10 the content of the file is this:

Code:

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION="Ubuntu 8.10"

Not sure if it's a great idea to edit that file directly, but it could be the one that's causing the confusion...

Zoowey 05-04-2009 05:30 PM

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=7
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_gloria.php
DISTRIB_CODENAME=Gloria
DISTRIB_DESCRIPTION="Linux Mint 7 Gloria - Main Edition"

Zoowey 05-04-2009 11:53 PM

Quote:

Originally Posted by mr_git (Post 3529310)
What do you get if you do
Code:

cat /etc/lsb-release
I've not got an install of 9.04 handy, but on 8.10 the content of the file is this:

Code:

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION="Ubuntu 8.10"

Not sure if it's a great idea to edit that file directly, but it could be the one that's causing the confusion...

Hey, thanks man. I tried modifying the file using your code but modified it by replacing certain things with 9.04 and jaunty and you know what? IT WORKED!!! Thanks alot man, I really appreciate it.


All times are GMT -5. The time now is 05:30 PM.