I want that applications like System Monitor and Conky display the name MYOS instead of Ubuntu 11.10.
Also, I want lsb_release -a
and etc. to show MYOS only.
I want that applications like System Monitor and Conky display the name MYOS instead of Ubuntu 11.10.
Also, I want lsb_release -a
and etc. to show MYOS only.
You really should not change the content of the
/etc/lsb-release
file.As you have seen yourself, you will experience problems in applications like Software Center, as these programs need the correct release description. If you simply change this bit of information, the programs are unable to find the proper software repositories, because they are looking for something, which does not exist.
Reedit the file to the old values and Software Center will work again.
You can do it my modifying the file lsb-release and issue as per your wish found on the etc dir.
Sample File for lsb-release:
Sample File for issue:
Once you modified reboot the system. You can find the updated content.
What Mughil said works and to make the software center work, I would do that in another way.
Sample File for lsb-release:
Just change the
DESCRIPTION
but notID
,RELEASE
andCODENAME
. And also do no modify/etc/issue
file.