Страница 1 из 1

Question about "mandriva-mdvonline.desktop"

Добавлено: 16 авг 2012, 10:58
sylvainsjc
Hi,

I look in /etc/xdg/autostart to see what can provoke too long time to display fully loaded desktop and to remove entries I don't need (KDE Edition of course)

I know that removing pulseaudio files, the session opens very quickly and the sound still works fine for me.

Can you tell me what is the usefulness this file "mandriva-mdvonline.desktop" ?

Re: Question about "mandriva-mdvonline.desktop"

Добавлено: 16 авг 2012, 13:47
viking
sylvainsjc писал(а):Hi,

I look in /etc/xdg/autostart to see what can provoke too long time to display fully loaded desktop and to remove entries I don't need (KDE Edition of course)

I know that removing pulseaudio files, the session opens very quickly and the sound still works fine for me.

Can you tell me what is the usefulness this file "mandriva-mdvonline.desktop" ?
Type

Код: Выделить всё

#less /etc/xdg/autostart/mandriva-mdvonline.desktop
and check Exec line

Код: Выделить всё

Exec=/usr/bin/mdkapplet
mdkapplet display update alerts (that thing that pops up in taskbar when you have new update)

Re: Question about "mandriva-mdvonline.desktop"

Добавлено: 16 авг 2012, 16:02
sylvainsjc
Tanks ;)