07.05.2024, 09:15 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
janci
9 Titel: KDE control center  BeitragVerfasst am: 11.06.2006, 09:02 Uhr



Anmeldung: 11. Jun 2006
Beiträge: 4

I just installed Kanotix to a HD and than I reorganized KDE Menu (just created some submenus and moved applications I need into them). I moved the rest to another submenu. After I updated the menu settings submenu I created dissapeared and so did links ... Easy to fix but the problem is that now whatever I do the control center doesn't show me anything at all. See the snapshot... http://ifmsa.mysteria.cz/snapshot1.jpg
Got an idea?
(NEWBIE)
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
nemesis
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 10:51 Uhr



Anmeldung: 20. Mai 2005
Beiträge: 102
Wohnort: Würzburg
Try apt-get install --reinstall kdebase-data
 
 Benutzer-Profile anzeigen Private Nachricht senden AIM-Name Yahoo Messenger MSN Messenger  
Antworten mit Zitat Nach oben
hubi
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 11:22 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
The problem might be, that janci has a very old system, so he might not be able to repair it through Sid.

I would recommend first going to init 3:
Code:

ctrl-alt-f1
Login as root
# init 3
# cd /var/cache/apt/archives/
# ls kdebase-data*


There might be a kdebase-data listed like kdebase-data_4%3a3.4.x-x_all.deb

Janci could then try:
Code:
dpkg -i --force-confmiss --force-confnew /var/cache/apt/archives/kdebase-data_4%3a3.4.x-x_all.deb

"x" should be replaced by the actual numbers of his used release.

If that does not help, I would recommend upgrading to kanotix-2006-easter-rc4. If he would like to have a recent Linux like Kanotix, it might be the simplest way and definitely worth the effort.

Kanotix "stable releases" refer to the Live-CD, an installed and up2date installation is moving all the time. My 2005-04 installations are e.g. now far ahead of the easter-rc4. If I'm wrong, please correct me.

Janci, I wish you success, Kanotix is worth the effort,
hubi

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
hubi
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 11:38 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
Janci,

just looked at your screenshot again. Create a user, never ever be root for normal tasks. This is purgatory in XP, hell in Linux and Unix. You will never miss not being root, and if you have to be root, a very convenient dialogue-box pops up.

If you mess sth up as user, well, the worst is: create a new user accout. If you mess sth up as root: you might kill your installation beyond ability of repair.

So: your problem might be solved by just creating a user account. The KDE-controlcenter looks like that on one of my boxes (note, my user account is not root, and the NSA is very happy Smilie).

http://img118.imageshack.us/img118/5333/kcc8ew.jpg

hubi

edit: finished a broken sentence Winken

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
janci
10 Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 12:13 Uhr



Anmeldung: 11. Jun 2006
Beiträge: 4

Thanx for your advices... I created user account during the install and I don't use root for normal tasks, I was going to update the fresh install but I like to have it my way also on the root. So before I started update I wanted to organize everything in root. The user account works fine, everything is there. I'm not going to change anything in there untill I solve the root problem...
I was logged in as a root cause everywhere is written "install and update as a root...."
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
hubi
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 13:18 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
Janci,

sorry, but I just do not comprehend why you are using X or KDE as root at all. dist-upgrading should only be done in init 3 (no X, no KDE) if you do not want to experience avoidable serious troubles, and dist-upgrading a probable 2005-04 is a tough task by now anyway. Why not considering a CD-upgrade with easter-rc4 and then a dist-upgrade?

Maybe there are people here being able to help you, but I just do not know anyone doing it "your way".

hubi

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
h2
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 19:05 Uhr



Anmeldung: 12. Mar 2005
Beiträge: 1005

janci:

Zitat:
I was logged in as a root cause everywhere is written "install and update as a root...."


I can see how you made this mistake, since when you login with gui to kde, you have two options: your username(s) and 'root'.

However, that is NOT the root that is meant when people say 'login as root'.

Unfortunately, the better people get at linux, the more they tend to assume that new linux users will know the basics. Since the basics are not part of our genetic programming, that's an incorrect assumption, but it happens anyway.

So to be clear: when the term 'login as root' is referred to, it means that you switch user in console, or in run level 3.

The process to actually login as root in init 3 [can be init 5 too, but avoid that as a rule] is this:

prompt]root
prompt]<password>

The process to login as root in console, or to switch from normal user in full console mode to root user, is this
prompt]su
prompt]<root password>

hopefully that's clear now.

What is never meant by 'login as root' is that you actually, well, login as root in kde, using the initial gui login window. Obviously this could get confusing to new users, since what could be more natural than logging in as root in kde when people tell you to login as root?
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
hubi
Titel: RE: KDE control center  BeitragVerfasst am: 11.06.2006, 20:09 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
h2,

I'm getting the picture. So it was no sux and then kcontrol. There might be a messed up /root/.kde.

Janci, there might be an easy fix (don't type the #, it just indicates that you are root in the shell):
Code:
su -
[root-Password]
# mv /root/.kde /root/.kde.messed
# exit


Still: dist-upgrading a 2005-04 is a heck of a task, even for acquainted Linux-users.

Greetings
hubi

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
h2
Titel: RE: KDE control center  BeitragVerfasst am: 12.06.2006, 23:15 Uhr



Anmeldung: 12. Mar 2005
Beiträge: 1005

Zitat:
dist-upgrading a 2005-04 is a heck of a task, even for acquainted Linux-users.


but it's easier if you use my kanotix 2005-4 upgrade script.

Now autodetects kernel version and installs latest stable current kernel and will not allow you to proceed unless you upgrade the original 2005-4 kernel, which doesn't work with the new hal stuff, or something in there, can't remember exactly.

_________________
Read more on dist-upgrades using du-fixes-h2.sh script.
New: rdiff-backup script
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
hubi
Titel: Re: RE: KDE control center  BeitragVerfasst am: 12.06.2006, 23:36 Uhr



Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
h2 hat folgendes geschrieben::
Zitat:
dist-upgrading a 2005-04 is a heck of a task, even for acquainted Linux-users.


but it's easier if you use my kanotix 2005-4 upgrade script


Geschockt

Wow! Didn't know that one.

hubi

_________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
janci
6 Titel: Everything solved...  BeitragVerfasst am: 15.06.2006, 22:02 Uhr



Anmeldung: 11. Jun 2006
Beiträge: 4

After I performed upgrade and dist-upgrade (I had some difficulties with xorg being unistalled) everything works fine... Just kdm could load a little bit faster (it takes cca 30s)...And now I'm trying to solve a small problem with IM client... I'll post it somewhere else on the forum...
Thanx again...
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.