[Bug 349312] Re: Evolution 2.26 does not support import of outlook .pst
Yeah, I know that. I think I got confused on my citation, but, since it`s it gnome`s notes, it should be available on it. Ubuntu decide what will and what wont go into Jaunty. Like Ekiga3 that, even ekiga3 was released just before Intrepid it only came in Jaunty And, I`m really really sorry for assigning the bug to me. I didn`t mean to do that, I just didn`t know what "assign the bug as me" would do. -- Evolution 2.26 does not support import of outlook .pst https://bugs.launchpad.net/bugs/349312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 349312] Re: Evolution 2.26 does not support import of outlook .pst
"But this option (Outlook -> Evolution import) is mentioned in Gnome 2.26 release notes as one of the most important thing of the release (item 2.3). So it's very strange that in Ubuntu 9.04 with Gnome 2.26 this is not included." +1 If this feature is in the release notes, it should be there! I know a lot of people who was very excited with the idea of importing PST to evolution and, when Jaunty came, they get frustrated -- Evolution 2.26 does not support import of outlook .pst https://bugs.launchpad.net/bugs/349312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 349312] Re: Evolution 2.26 does not support import of outlook .pst
I think that should be considered more important than a "Whishlist" since it`s in the release notes! ** Changed in: evolution (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => roxthiaguin (thibellini) -- Evolution 2.26 does not support import of outlook .pst https://bugs.launchpad.net/bugs/349312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail
now it`s possible to use Flash 10 it`s officialy released! You can download the .deb in the download site using it, there is no more reason to install "libflashsupport" and firefox stops crashing On Tue, Oct 28, 2008 at 6:28 PM, Pablo Estigarribia <[EMAIL PROTECTED]>wrote: > Actually I removed pulseaudio from my laptop and removed from my family > desktop to get working everything. Sound it's ok and firefox does not > crashes anymore. > But I want to test the newest version with most of the problems fixed and I > want to test it in hardy, so I'm waiting here. > > Br, > Pablo. > > -- > Default ALSA device must use PulseAudio, otherwise ALSA applications may > fail > https://bugs.launchpad.net/bugs/198453 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in PulseAudio sound server: Confirmed > Status in "alsa-lib" source package in Ubuntu: Fix Released > Status in "alsa-plugins" source package in Ubuntu: Fix Released > Status in "pulseaudio" source package in Ubuntu: Fix Released > Status in alsa-lib in Ubuntu Hardy: Incomplete > Status in alsa-plugins in Ubuntu Hardy: Incomplete > Status in pulseaudio in Ubuntu Hardy: Invalid > > Bug description: > Steps to reproduce: > > Run both of these at the same time: > gst-launch-0.10 audiotestsrc ! pulsesink > gst-launch-0.10 audiotestsrc ! alsasink > > If your default sound device does not support hardware mixing, the second > command will fail. ALSA cannot use the device while PulseAudio is using it, > and this affects a lot of applications. > > Note that if you run the commands the other way around, alsalib will use > dmix, and then so will pulseaudio, so there is not as much of a problem this > way around (except for the fact that dmix and PA are doing the same job, and > you can not control the ALSA-using apps' volumes and routing with PA.) > > > Resolution: > > Follow http://pulseaudio.org/wiki/PerfectSetup#ALSAApplications > i.e. install /etc/asound.conf with: > > pcm.pulse { >type pulse > } > ctl.pulse { >type pulse > } > pcm.!default { >type pulse > } > ctl.!default { >type pulse > } > > Then, install the package "libasound2-plugins", as it contains the required > "pcm_pulse" and "ctl_pulse" plugins. > > Note, too, that there are some applications that fail with ALSA->Pulse: > > SDL* seems to hang with neverball, but that is fixed by installing the > PulseAudio backend for SDL (libsdl1.2debian-pulseaudio), which will replace > the default ALSA backend. > WINE has its own issues with regards to device selection, which I don't > know a remedy for. > Skype* also has its own problems, but these aren't fixable by us and should > not block us, though should be given some consideraton. > > * SDL applications (using libsdl1.2-alsa backend), Skype and possibly other > misbehaving applications work properly with later versions of libasound2 & > libasound2-plugins from Debian unstable. > -- Thiago Bellini Ribeiro Programador PHP www.linuxparatodos.com.br [EMAIL PROTECTED] Ribeirão Preto - SP -- Default ALSA device must use PulseAudio, otherwise ALSA applications may fail https://bugs.launchpad.net/bugs/198453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail
oh..I see didn`t know that =P. Hope they release other architectures support as soon as possible! On Wed, Oct 29, 2008 at 2:41 AM, Evgeny Kuznetsov <[EMAIL PROTECTED]> wrote: > Sorry, roxthiaguin, but Flash 10 is only released for x386 machines, > which is not the only architecture supported by Ubuntu. People using > other architectures (or should I say "another architecture"?) are still > forced to use libflashsupport. > > -- > Default ALSA device must use PulseAudio, otherwise ALSA applications may > fail > https://bugs.launchpad.net/bugs/198453 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in PulseAudio sound server: Confirmed > Status in "alsa-lib" source package in Ubuntu: Fix Released > Status in "alsa-plugins" source package in Ubuntu: Fix Released > Status in "pulseaudio" source package in Ubuntu: Fix Released > Status in alsa-lib in Ubuntu Hardy: Incomplete > Status in alsa-plugins in Ubuntu Hardy: Incomplete > Status in pulseaudio in Ubuntu Hardy: Invalid > > Bug description: > Steps to reproduce: > > Run both of these at the same time: > gst-launch-0.10 audiotestsrc ! pulsesink > gst-launch-0.10 audiotestsrc ! alsasink > > If your default sound device does not support hardware mixing, the second > command will fail. ALSA cannot use the device while PulseAudio is using it, > and this affects a lot of applications. > > Note that if you run the commands the other way around, alsalib will use > dmix, and then so will pulseaudio, so there is not as much of a problem this > way around (except for the fact that dmix and PA are doing the same job, and > you can not control the ALSA-using apps' volumes and routing with PA.) > > > Resolution: > > Follow http://pulseaudio.org/wiki/PerfectSetup#ALSAApplications > i.e. install /etc/asound.conf with: > > pcm.pulse { >type pulse > } > ctl.pulse { >type pulse > } > pcm.!default { >type pulse > } > ctl.!default { >type pulse > } > > Then, install the package "libasound2-plugins", as it contains the required > "pcm_pulse" and "ctl_pulse" plugins. > > Note, too, that there are some applications that fail with ALSA->Pulse: > > SDL* seems to hang with neverball, but that is fixed by installing the > PulseAudio backend for SDL (libsdl1.2debian-pulseaudio), which will replace > the default ALSA backend. > WINE has its own issues with regards to device selection, which I don't > know a remedy for. > Skype* also has its own problems, but these aren't fixable by us and should > not block us, though should be given some consideraton. > > * SDL applications (using libsdl1.2-alsa backend), Skype and possibly other > misbehaving applications work properly with later versions of libasound2 & > libasound2-plugins from Debian unstable. > -- Thiago Bellini Ribeiro Programador PHP www.linuxparatodos.com.br [EMAIL PROTECTED] Ribeirão Preto - SP -- Default ALSA device must use PulseAudio, otherwise ALSA applications may fail https://bugs.launchpad.net/bugs/198453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail
I had this problem with Hardy I fount a solution in here: http://ubuntuforums.org/showthread.php?t=789578 alsa should be redirect to pulse and I fink padevchooser should be installed and running as default, since it provides many of usefull resources... -- Default ALSA device must use PulseAudio, otherwise ALSA applications may fail https://bugs.launchpad.net/bugs/198453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail
I agree with Conn Hardy was louched with several issues on PulseAudio When I started using it, I had a problem with flashplugin, and then I saw that I should install libflashsupport to support flash on pulseaudio...but that libflashsupport make flash and firefox crash sometimes... I tried flash 10, since it has native PulseAudio support, but it is in beta and there are several issues too... Then I had issues with others alsa and oss applications...for me was not difficult to find an solution for it, but my "newbie" friends was going back to window$ because of that problems -- Default ALSA device must use PulseAudio, otherwise ALSA applications may fail https://bugs.launchpad.net/bugs/198453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 325373] Re: GNOME Do lacks a plugin for Empathy
+1 for empathy plugin! -- GNOME Do lacks a plugin for Empathy https://bugs.launchpad.net/bugs/325373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 434127] Re: Google gadget failed to start - failed to load module: js-script-runtime
In that version, google-gadgets-gtk won`t even run! It`s a "dead weight" in the repo Upgrade the last google-gadgets-gtk (0.11.1) that has that problems fixed and a lot of improvements ** Attachment added: "The error I got trying to run ggl-gtk" http://launchpadlibrarian.net/33647591/Captura_de_tela-Google%20Gadgets.png -- Google gadget failed to start - failed to load module: js-script-runtime https://bugs.launchpad.net/bugs/434127 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 445010] Re: google gadgets crash (Not a regular file: /)
*** This bug is a duplicate of bug 434127 *** https://bugs.launchpad.net/bugs/434127 This can be fixed only by upgrading to the last version of google- gadgets-gtk from it`s googlecode page the last one is 0.11.1, with a fix for that bug and a lot of other fixes and improvements! Please, consider upgrading it on Karmic`s repository -- google gadgets crash (Not a regular file: /) https://bugs.launchpad.net/bugs/445010 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 296451] Re: gnome-power-manager needs several minutes to load at startup
I confirm it`s still there on Karmic RC 32bits Running an Acer Aspire 5670 -- gnome-power-manager needs several minutes to load at startup https://bugs.launchpad.net/bugs/296451 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 296451] Re: gnome-power-manager needs several minutes to load at startup
Here is a log of the command: gnome-power-manager --verbose &> g-p-m.log note at the time ** Attachment added: "g-p-m.log" http://launchpadlibrarian.net/34299257/g-p-m.log -- gnome-power-manager needs several minutes to load at startup https://bugs.launchpad.net/bugs/296451 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs