Upgrade Salix-kde-4.5.5 to salix-kde-4.7.0 or kde-4.7.1
Posted: 8. Oct 2011, 07:09
1) How to Upgrade salix-13.37-kde-4.5.5 to salix-13.37-kde-4.7.0
become root by typing in a terminal
then run the script
After upgrade become user again, by typing
Replace Session=kde to Session=kde-plasma at ~/.dmrc file so kde can run
The cursor in kde-4.7.0 will turn to white color. To change it to black color again do
Then reboot your system.
2) How to Upgrade salix-13.37-kde-4.7.0 to salix-13.37-kde-4.7.1
In file /etc/slapt-get/slapt-getrc
change the line for kde-4.7.0 repo to
and add the line for kde-4.7.1 repo
Then
Then reboot your system.
3) How to Upgrade salix-13.37-kde-4.5.5 to salix-13.37-kde-4.7.1
[Note. If you have installed kdeplasma-addons remove it before upgrade. Install it after upgrade has finished.]
become root by typing in a terminal
then run the script
After upgrade become user again, by typing
Replace Session=kde to Session=kde-plasma at ~/.dmrc file so kde can run
The cursor in kde-4.7.1 will turn to white color. To change it to black color again do
Then reboot your system.
There is also 64bit repo for kde-4.7.0 and kde-4.7.1.
For 64bit system use these scripts
salix64-kde-4.7.0
salix64-kde-4.7.1
Code: Select all
wget http://people.salixos.org/djemos/upgrade-salix-kde_4.5.5_to_4.7.0.txt
Code: Select all
su
Code: Select all
sh upgrade-salix-kde_4.5.5_to_4.7.0.txt
Code: Select all
exit
Code: Select all
sed -i 's/Session=.*/Session=kde-plasma/' ~/.dmrc
Code: Select all
echo "" >> ~/.kde/share/config/kcminputrc
echo '[Mouse]' >> ~/.kde/share/config/kcminputrc
echo "cursorTheme=Oxygen_Black" >> ~/.kde/share/config/kcminputrc
2) How to Upgrade salix-13.37-kde-4.7.0 to salix-13.37-kde-4.7.1
In file /etc/slapt-get/slapt-getrc
change the line for kde-4.7.0 repo
Code: Select all
SOURCE=http://www.slackel.gr/repo/i486/13.37/:CUSTOM
Code: Select all
SOURCE=http://www.slackel.gr/repo/i486/13.37/:PREFERRED
Code: Select all
SOURCE=http://www.slackel.gr/repo/i486/13.37/slackel/kde-4.7.1/:CUSTOM
Code: Select all
slapt-get -u
slapt-get --upgrade
3) How to Upgrade salix-13.37-kde-4.5.5 to salix-13.37-kde-4.7.1
Code: Select all
wget http://people.salixos.org/djemos/upgrade-salix-kde_4.5.5_to_4.7.1.txt
become root by typing in a terminal
Code: Select all
su
Code: Select all
sh upgrade-salix-kde_4.5.5_to_4.7.1.txt
Code: Select all
exit
Code: Select all
sed -i 's/Session=.*/Session=kde-plasma/' ~/.dmrc
Code: Select all
echo "" >> ~/.kde/share/config/kcminputrc
echo '[Mouse]' >> ~/.kde/share/config/kcminputrc
echo "cursorTheme=Oxygen_Black" >> ~/.kde/share/config/kcminputrc
There is also 64bit repo for kde-4.7.0 and kde-4.7.1.
For 64bit system use these scripts
salix64-kde-4.7.0
Code: Select all
wget http://people.salixos.org/djemos/upgrade-salix64-kde_4.5.5_to_4.7.0.txt
Code: Select all
wget http://people.salixos.org/djemos/upgrade-salix64-kde_4.5.5_to_4.7.1.txt