Difference between revisions of "Errata ROSA Desktop R1"

From Rosalab Wiki
Jump to: navigation, search
(Translated from Russian)
Line 1: Line 1:
 
Known release problem
 
Known release problem
  
===Will you try add media, it's added from 2012lts===
+
==ISO image issues==
Remove all exists media by
+
===Run ROSA in basic mode doesn't launch the live mode===
 +
There is a mistake in the launching command for this item. Just don't use it for now.
  
urpmi.removemedia -a
+
==Hardware issues==
 +
===After installation system fails to boot from time to time===
 +
For some video cards (especially embedded in AMD ATI 6300 chipsets) boot process can fail. To solve this problem, edit the following line in the /etc/defaults/grub file (with root privileges):
  
Add properly media by this command (from root):
+
GRUB_CMDLINE_LINUX_DEFAULT='splash=silent logo.nologo'
  
For 32-bit:
+
and add nomodeset option:
gurpmi.addmedia --distrib --mirrorlist http://mirror.rosalab.ru/iso/ROSA.Desktop/rosa2012.1.i586.list
+
  
For64-bit:
+
  GRUB_CMDLINE_LINUX_DEFAULT='splash=silent logo.nologo nomodeset'
  gurpmi.addmedia --distrib --mirrorlist http://mirror.rosalab.ru/iso/ROSA.Desktop/rosa2012.1.x86_64.list
+
  
===Filesystem may freeze===
+
Then update grub2 with the following command:
When you install system, copying operation may freeze for some minutes. Please wait - it's normal for Alpha.
+
  
===Not all ROSA patches for KDE was impliment===
+
grub2-mkconfig -o /boot/grub2/grub.cfg
For example KDM not has all features there are in Rosa 2012 Marathon. We add it in Beta version
+
  
===Many user applications still old===
+
==Software issues==
Applications will be update for Beta1
+
  
===Many error in gtk/gtk2/gtk3===
+
===Proprietary components are missing, as well as many applications===
When you try run any gtk (1/2/3) related program it will produce many errors. Please say us about it!
+
  
===Contrib not rebuild and still old===
+
Enable non-free, restricted and contrib repositories in the media sources configuration.
All Contrib Media still use Rosa Marathon 2012 version of programm. It will be rebuilded for RC release.
+
  
===All DE, exept KDE4, may not work===
+
===A message about missing update sources is displayed===
We has focus on KDE4. Other DE is community related and will be update in future (may be in Beta1).
+
Update repositories and possibility to update using GUI tools will be available only after release. Currently you can update to the latest versions of packages from console using the following command (under root):
  
===Alpha has not new graphics theme===
+
urpmi --auto-update
In Alpha version we was not has new theme and GTK3 rosa-theme.
+
 
 +
===A lot of gtk/gtk2/gtk3 errors===
 +
There can be errors with gtk applications, or such aplications may not work at all. We will be glad to know about such cases since since update of gtk stack is not completed yet.
 +
 
 +
===DEs except KDE4 don't work===
 +
Gnome3 and LXDE are supported by community and may not work properly at the moment. Maybe the situation will be improved in RC
 +
 
 +
===New graphical themes are not applied===
 +
Since gtk3 theme for ROSA is not ready yet, there can be some differences in appearance of different applications.
  
===Some instruments in ROSA Control Center may not work===
 
  
===Move to Grub2 was not done===
 
Use Grub2 will be done in Beta1.
 
  
 
[[ru:Errata_ROSA_Desktop_2012]]
 
[[ru:Errata_ROSA_Desktop_2012]]
  
 
[[Category:ROSA Desktop 2012]]
 
[[Category:ROSA Desktop 2012]]

Revision as of 18:22, 24 October 2012

Known release problem

ISO image issues

Run ROSA in basic mode doesn't launch the live mode

There is a mistake in the launching command for this item. Just don't use it for now.

Hardware issues

After installation system fails to boot from time to time

For some video cards (especially embedded in AMD ATI 6300 chipsets) boot process can fail. To solve this problem, edit the following line in the /etc/defaults/grub file (with root privileges):

GRUB_CMDLINE_LINUX_DEFAULT='splash=silent logo.nologo'

and add nomodeset option:

GRUB_CMDLINE_LINUX_DEFAULT='splash=silent logo.nologo nomodeset'

Then update grub2 with the following command:

grub2-mkconfig -o /boot/grub2/grub.cfg

Software issues

Proprietary components are missing, as well as many applications

Enable non-free, restricted and contrib repositories in the media sources configuration.

A message about missing update sources is displayed

Update repositories and possibility to update using GUI tools will be available only after release. Currently you can update to the latest versions of packages from console using the following command (under root):

urpmi --auto-update

A lot of gtk/gtk2/gtk3 errors

There can be errors with gtk applications, or such aplications may not work at all. We will be glad to know about such cases since since update of gtk stack is not completed yet.

DEs except KDE4 don't work

Gnome3 and LXDE are supported by community and may not work properly at the moment. Maybe the situation will be improved in RC

New graphical themes are not applied

Since gtk3 theme for ROSA is not ready yet, there can be some differences in appearance of different applications.