Summary: | KDE + Pulseaudio long delay after kdm login | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | sylvainsjc <sylvainsjc> |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | martin.sandsmark, myriam, rael.gc, romain.perier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sylvainsjc
2013-01-03 18:18:50 UTC
Oups, the 2 files in question are : pulseaudio-kde.desktop pulseaudio.desktop those are pulseaudio files. (In reply to comment #2) > those are pulseaudio files. Yes and they are responsible of longs waitings time before KDE session is usable But what is resolved ? I don't understand ? The issue is in PulseAudio, we can't help you with that, they have another bug reporting service somewhere, hopefully. Don't blame me, I'm not a maintainer of a distribution but just an advanced user Who decide to put those 2 files in /etc/xdg/autostart ? Those who compiles and maintains the distribution ? I find the presence of these two files in most distributions I test or use. why? pulseaudio answers in this bug : https://bugs.freedesktop.org/show_bug.cgi?id=58758 "pulseaudio.desktop and pulseaudio-kde.desktop provides duplicated pulseaudio startup and since they will always be installed, so pulseaudio.desktop need not to be used under KDE. And start pulseaudio twice seems cause some delay for kde desktop startup." Yes, we don't make pulseaudio.desktop and pulseaudio-kde.desktop, those two files come from PulseAudio. You can find this out by looking at what package provides them (using "pacman -Qo /etc/xdg/autostart/pulseaudio-kde.desktop" in ArchLinux which is the distribution I use). I don't have PulseAudio installed, but I can see both those files here: https://www.archlinux.org/packages/extra/x86_64/pulseaudio/files/ As you can see in the bug report you linked the issue is that PulseAudio ships two autostart files, one for use with KDE and one for use in other environments, but there is a bug in the .desktop file for other environments which makes KDE launch it. Please don't file bugs for issues in other people's software in our bug tracker. Sorry but I think it was necessary to clarify this here because lot of people (like me and others) think it's purely a KDE problem. Thanks for your explanations. sure, feel free to refer to my comment in other bug reports and whatnot. At least in my Kubuntu 12.04 + kde ppa backports, the pulseaudio.desktop has this line: NotShowIn=KDE; Which means "do not start under KDE". So, you can keep both files. |