25.04.2024, 15:25 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
feffer777
Titel: Possible resolution - hd icons don't appear on the desktop  BeitragVerfasst am: 10.07.2006, 20:03 Uhr



Anmeldung: 01. Feb 2006
Beiträge: 128
Wohnort: SF Bay area
A while ago, I and others posted about our hd icons not appearing on the desktop. There seems to be a resolution to the problem. Here's the link to the bug site:

http://bugs.kde.org/show_bug.cgi?id=127971

In the last comment, Lubos Lunak of the kde org indicates that the problem was with mediamanager kded module not being loaded. Based on his comment I opened the mediamanager.desktop file which I found on the path /usr/share/services/kded/mediamanager.desktop and at the bottom added this line:

Code:
X-KDE-Kded-phase=1


and after it, a carriage return. After restarting, my hd icons are on the desktop as before. It didn't seem to increase my boot time noticeably or create any other problems that I noticed. I don't know whether this will be resolved later in the repo, but adding that line fixed it for me.

Regards,
Ron

_________________
To whom much is given, much shall be required.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
max11max
Titel:   BeitragVerfasst am: 10.07.2006, 20:24 Uhr



Anmeldung: 24. Jun 2006
Beiträge: 27
Wohnort: Canvey Island
feffer777,

Works for me, I had the same problem.

Thanks for that

max

_________________
# cd /pub
# more beer
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
clubex
Titel:   BeitragVerfasst am: 10.07.2006, 22:00 Uhr



Anmeldung: 30. Nov 2005
Beiträge: 91

Excellent feffer777!

I had the same problem.
Your fix did it for me too.
Many thanks.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Crust
Titel:   BeitragVerfasst am: 10.07.2006, 22:16 Uhr



Anmeldung: 20. Okt 2005
Beiträge: 278

Worked for me.
Thanks.

-Crust
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
drb
Titel:   BeitragVerfasst am: 10.07.2006, 22:41 Uhr



Anmeldung: 03. Jul 2004
Beiträge: 525

Which programme do you use to edit mediamanager.desktop? I'm not given an option and can only open it with kate by forcing it. I then see lots of strange characters so I'm concerned I may corrupt the file if I then edit and save it.

drb

_________________
Kernel 2.6.21-slh-up-7
_____________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
h2
Titel:   BeitragVerfasst am: 11.07.2006, 00:37 Uhr



Anmeldung: 12. Mar 2005
Beiträge: 1005

nano works fine, kate works fine. The strange characters you see are utf 8 renditions of various alphabets out there.

When in doubt, simply create a copy of that file, name it whatever you want, then open the original, add the last line to it, plus the last linebreak. Must be edited as root.

In this case however, you don't even need to open the file, simply go to console, login as root, then run these two commands:

echo 'X-KDE-Kded-phase=1' >> /usr/share/services/kded/mediamanager.desktop
echo >> /usr/share/services/kded/mediamanager.desktop

and your file is fixed without opening it.

Since it's so simple, this fix is now implemented in my dist-upgrade script as one of the install tweak options.

Sometimes it pays to read bug reports, nice find feffer777.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
drb
Titel:   BeitragVerfasst am: 11.07.2006, 08:46 Uhr



Anmeldung: 03. Jul 2004
Beiträge: 525

h2 - thanks for that!

_________________
Kernel 2.6.21-slh-up-7
_____________________
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
zulu9
Titel:   BeitragVerfasst am: 11.07.2006, 11:15 Uhr



Anmeldung: 31. Jul 2004
Beiträge: 249

Sehr glücklich works fine. Maybe make this post sticky, so everyone can find it easily.

_________________
http://kanotix.wordpress.com/ inoffizielles Kanotix-Blog
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel:   BeitragVerfasst am: 11.07.2006, 11:20 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16785

echo X-KDE-Kded-phase=1 >> /usr/share/services/kded/mediamanager.desktop

seems to work. echo adds a new line already, you don't need a 2nd one. only echo -n would not add a new line.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
bluewater
Titel:   BeitragVerfasst am: 11.07.2006, 12:28 Uhr
Team Member
Team Member


Anmeldung: 04. Apr 2006
Beiträge: 153
Wohnort: Melbourne, Australia
i did a test first ctl alt bspace,, no icons.. did feffer fix,, then , ctl alt bspace , i now have icons

Therefore as it works downunder , it must be so ,, cheeky grin

_________________
Kanotix Easter RC4 on a dual boot P4 and a production box Desktop KDE::
Kanotix 2006 Easter RC4 on a P2 and Production Box , Desktop KDE::
Kanotix EasterRC4 on a MMX 199Mhz lappy
and a Production Box, Desktop ICEWM::
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
titan
Titel:   BeitragVerfasst am: 11.07.2006, 19:16 Uhr



Anmeldung: 07. Mai 2005
Beiträge: 526
Wohnort: Waliser Märze
Saw the fix this morning but thought I would wait a while see if any problems turned up. Just used the Kano script, all now works fine.

Thanks

Ian
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
michael7
Titel:   BeitragVerfasst am: 11.07.2006, 22:18 Uhr



Anmeldung: 24. Mai 2005
Beiträge: 354
Wohnort: Nashville
feffer,

You nailed it. Thank you.

michael

_________________
Debian Social Contract
 
 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.