[Bug 1966376] Re: Video playback always results in lines across the screen
The screenshot looks a lot like screen tearing. This occurs when the frame rates of the window manager and video are not synchronized, resulting in parts of multiple frames being drawn over each other. I would certainly confirm that your window manager is set to 'sync to vblank' or 'vsync' before taking any other steps. Your monitor is probably refreshing at 60hz, although gaming monitors can be different. The XFCE window manager needs to redraw at that same rate. That would fix the tearing issue, although at 60hz you'd still have judder on any video whose frame rate doesn't divide evenly into 60. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1966376 Title: Video playback always results in lines across the screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1966376/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574354] Re: playing .mp4 in VLC freezes machine
Try playing the file with mpv --hwdec=vdpau --vo=vdpau file You may have to install mpv. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574354 Title: playing .mp4 in VLC freezes machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1574354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574354] Re: playing .mp4 in VLC freezes machine
Try this one: glxinfo|grep "OpenGL renderer string" And also, vlc -v 2>vlc_output2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574354 Title: playing .mp4 in VLC freezes machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1574354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574354] Re: playing .mp4 in VLC freezes machine
Can you run vlc like this, from the cli: vlc -vvv 2>vlc_output You will then be left with a file called vlc_output, which you can post as an attachment. Also, can you run glxinfo|grep Vendor and paste the line in a reply here? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574354 Title: playing .mp4 in VLC freezes machine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1574354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1568536] Re: Wrong aspect ratio with vdpau on i965
What is the result of the vdpauinfo and vainfo commands? You may need to install those packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568536 Title: Wrong aspect ratio with vdpau on i965 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1568536/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574280] Re: Video Zoom does nothing on vlc after upgrade to Xenial
Input/Codecs => Hardware-accelerated decoding Automatic is the default, which just means the list in the order it appears in the drop-box -- VDPAU at the top. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574280 Title: Video Zoom does nothing on vlc after upgrade to Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1574280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574280] Re: Video Zoom does nothing on vlc after upgrade to Xenial
If you disable VDPAU entirely, by turning off hardware decoding and switching the video output module to XCB, does zoom work? You can't test hardware zooming without the libvdpau-va-gl1 package installed and either Automatic or VDPAU selected as the decoder and output module. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574280 Title: Video Zoom does nothing on vlc after upgrade to Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1574280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1568536] Re: Wrong aspect ratio with vdpau on i965
Since this bug was reported, VLC has been updated to 2.2.2-5, which contains a fix for one issue with VDPAU. Does this issue still happen with the -5 version? Also, you don't need to remove the gl1 package. Just change the output module to XCB and disable hardware decoding, and VLC will stop trying to use VAAPI/VDPAU at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568536 Title: Wrong aspect ratio with vdpau on i965 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1568536/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1568531] Re: vlc seems to ignore vaapi/vdpau settings
This happens because you have apparently not also changed the video output module away from the default, which is Vdpau. If you select "Automatic", the list is parsed one at a time in the order of the drop- down menu. If you manually selected the next item in the list, XCB, VLC would stop trying to use Vdpau. This is not a bug, it's just that you're trying to tell VLC to use FFMPEG-MT to decode the video, but the Vdpau presentation queue to show it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568531 Title: vlc seems to ignore vaapi/vdpau settings To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1568531/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
Alex, if you play an h.264 video file using "mpv --hwdec=vdpau --vo=vdpau" it has no blockiness, and if you play the same file with VLC using vdpau as the hardware-accelerated decoder and the video output module, it has the same issue? If so, try playing the file with the output module set to xcb-xvideo and the decoder set to "disable". Does the playback work perfectly? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
I think this is a regression in the Nvidia Vdpau driver between 352 and 361, or possibly 346 and 352. It's not a VLC problem because it also affects MPV. The issue described in comments 3 and 4 is different, and is fixed in VLC 2.2.2-5, which will be synced to Ubuntu from Debian at some point. That issue is specific to Intel users. Mary, can you check nvidia-settings to verify that you're on the 361.28 Nvidia driver? If not, you could try upgrading to it as the regression may have been fixed. A workaround for both bugs is to use FFMPEG-MT and XCB instead of any GPU acceleration. The Vdpau driver for Nvidia users is installed by the nvidia-xxx package, where xxx is the driver number. This bug should be changed from VLC to that package. Additionally, it is not confirmed, as it only, as far as we know, affects Mary. Mary, there is a procedure Nvidia uses to report Linux bugs. They want you to do some things to gather information and test, and those are listed here: https://devtalk.nvidia.com/default/topic/523241/linux/if- you-have-a-problem-with-vdpau-and-or-mplayer-vdpau-please-read-this- first/ To actually report the bug, the instructions are here: https://devtalk.nvidia.com/default/topic/522835/linux/if-you-have-a -problem-please-read-this-first/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1559439] Re: VLC won't play h264 videos on Intel i965 GPU
Please open VLC settings and make these changes: Video=> Output module => Xvideo output (XCB) and Input/Codecs => Hardware-accelerated decoding => disable. Try to play the video again. If it works, this bug is fixed in vlc 2.2.2-5, which will be synced from Debian at some point. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559439 Title: VLC won't play h264 videos on Intel i965 GPU To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1559439/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
Mary, can you run this command (requires mesa-utils to be installed) $ glxinfo|grep "OpenGL renderer string" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
Mary, could you please run this command, and post the results: $ dpkg -s libvdpau-va-gl1 | grep Version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
can everyone having this problem please try playing the offending videos with: $mpv --hwdec=vdpau --vo=vdpau and $mpv --hwdec=vdpau --vo=gl You may have to install mpv. Also, verify that you have a package called libvdpau-va-gl1 installed. Report the results. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
BTW, in Input/Codecs, please switch Hardware-accelerated decoding to "disable". This will change the decoder to FFMPEG-MT. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
Do any of the other modules work? You could run vlc at the cli with -vvv and redirect to a file, which you could attach. For example: $vlc -vvv >> vlc_output -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512993] Re: VLC exhibits blockiness on h264 seeking
Does the problem still occur if you switch the video output module to XCB - Xvideo? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512993 Title: VLC exhibits blockiness on h264 seeking To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1512993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1467621] Re: no sound with MKV file
Yes, I agree. But I'm not convinced this is a VLC bug, or a bug at all. It might be a problem with how your system is configured or something. Someone else with the same software will have to test it. Also, you could try it from the console to see if there's any useful output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467621 Title: no sound with MKV file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1467621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1467621] Re: no sound with MKV file
The sound on that file does work in VLC 2.2.1 here. You're using 2.2.0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467621 Title: no sound with MKV file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1467621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1467621] Re: no sound with MKV file
Lots of details about the mkv need to be included, such as the mediainfo output, and ideally a segment of the file -- mkvmerge is capable of creating small pieces of a larger file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467621 Title: no sound with MKV file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1467621/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1335635] Re: avconv is a poor substitute for ffmpeg
Yes but you provided no details about exactly what you're trying to do that is not working, no cli output, just a vague "it won't work" type statement, and then submit a bug with a title that is 100% politics. How seriously is anyone supposed to take that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335635 Title: avconv is a poor substitute for ffmpeg To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1335635/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1335635] Re: avconv is a poor substitute for ffmpeg
It's a good thing the ffmpeg developers are an unbiased source of information about bugs in libav. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335635 Title: avconv is a poor substitute for ffmpeg To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1335635/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1302012] Re: VLC failing to use vdpau
You need to install a package called vpdau-va-driver to use VAAPI with VLC. That's why VAAPI is failing, It says you don't have the VAAPI driver file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302012 Title: VLC failing to use vdpau To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1302012/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1263278] Re: Use FFmpeg instead of Libav
You should really back up the statement -- "there are so many bugs" -- with actual bug reports rather than personal anecdotes. Just because something happens on your system doesn't mean everybody else sees it too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263278 Title: Use FFmpeg instead of Libav To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1263278/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1247564] Re: Initial window size slightly too small causing scaling+smoothing on image
OK, this bug was fixed upstream, but it was determined to be a problem with gtk+, not EOG. So, I have created a debdiff for Saucy's gtk+3.0 package. Here is the upstream location of the patch: https://bug719595.bugzilla- attachments.gnome.org/attachment.cgi?id=263201 This patch will also have to be added to Trusty. ** Patch added: "debdiff to fix this bug" https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1247564/+attachment/3921014/+files/gtk%2B3.0_3.8.6-0ubuntu4.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247564 Title: Initial window size slightly too small causing scaling+smoothing on image To manage notifications about this bug go to: https://bugs.launchpad.net/eog/+bug/1247564/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1241777] Re: avconv segfaults when using libx264 codec.
I tried this with a random video here and it does crash, so this is confirmed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241777 Title: avconv segfaults when using libx264 codec. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1241777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
Revised Raring patch ** Patch added: "patch for raring" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463399/+files/fix_desktop_files.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
Revised Quantal patch. ** Patch added: "patch for quantal" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463398/+files/fix_desktop_files.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
Revised debdiff for Raring ** Patch added: "debdiff for raring" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463397/+files/mkvtoolnix_5.9.0-1ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
Revised original debdiff. ** Patch removed: "Quantal 5.1.0 debdiff" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463343/+files/mkvtoolnix_5.1.0-1ubuntu3.debdiff ** Patch removed: "quantal patch" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463340/+files/fix_desktop_files.patch ** Patch removed: "Raring patch" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463344/+files/fix_desktop_files.patch ** Patch removed: "Debdiff for Raring" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463345/+files/mkvtoolnix_5.9.0-1ubuntu1.debdiff ** Patch added: "debdiff for quantal" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463396/+files/mkvtoolnix_5.1.0-1ubuntu3.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
** Description changed: As of Nautilus 3.6, desktop files EXEC field require field codes %U, for URL, or %F, for file, or the desktop file doesn't associate the app to its mimetypes. mkvtoolnix-gui and mkvinfo desktop files do not contain the field codes at this point. Therefore, in Nautilus 3.6, when a user right-clicks on a matroska file, those apps are not in the "Open with" list. This issue only occurs in Nautilus 3.6 and beyond. Prior versions do not parse the desktop file so carefully. Thus, the "Open with" menu for Matroska files doesn't include the app that creates and edits Matroska files. This problem manifests in Quantal with the Gnome 3 ppa, and in Raring. I have created patches and debdiffs for Quantal and Raring. I will be submitting the patch to Bunkus.org as well. Desktop specification: http://standards.freedesktop.org/desktop-entry- spec/desktop-entry-spec-latest.html#exec-variables + The fix for this is to apply the patch, and then run + # update-desktop-database + + Open with now contains mkvmerge and mkvinfo as expected. I have already + tested this and confirmed this works. Information was supplied by Cosimo + Cecchi. + ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: mkvtoolnix-gui 5.1.0-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Tue Dec 18 15:19:35 2012 InstallationDate: Installed on 2012-06-22 (178 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: mkvtoolnix UpgradeStatus: Upgraded to quantal on 2012-09-28 (81 days ago) ** Description changed: - As of Nautilus 3.6, desktop files EXEC field require field codes %U, for - URL, or %F, for file, or the desktop file doesn't associate the app to - its mimetypes. + As of Nautilus 3.6, desktop files' EXEC field require field codes %U, + for URL, or %F, for file, or the desktop file doesn't associate the app + to its mimetypes. mkvtoolnix-gui and mkvinfo desktop files do not contain the field codes at this point. Therefore, in Nautilus 3.6, when a user right-clicks on a matroska file, those apps are not in the "Open with" list. This issue only occurs in Nautilus 3.6 and beyond. Prior versions do not parse the desktop file so carefully. Thus, the "Open with" menu for Matroska files doesn't include the app that creates and edits Matroska files. This problem manifests in Quantal with the Gnome 3 ppa, and in Raring. I have created patches and debdiffs for Quantal and Raring. I will be submitting the patch to Bunkus.org as well. Desktop specification: http://standards.freedesktop.org/desktop-entry- spec/desktop-entry-spec-latest.html#exec-variables - The fix for this is to apply the patch, and then run + The fix for this is to apply the patch, and then run # update-desktop-database Open with now contains mkvmerge and mkvinfo as expected. I have already tested this and confirmed this works. Information was supplied by Cosimo Cecchi. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: mkvtoolnix-gui 5.1.0-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Tue Dec 18 15:19:35 2012 InstallationDate: Installed on 2012-06-22 (178 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: mkvtoolnix UpgradeStatus: Upgraded to quantal on 2012-09-28 (81 days ago) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
This patch is for the Raring version, 5.9.0 ** Patch added: "Raring patch" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463344/+files/fix_desktop_files.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
This attachment is a debdiff for Raring, 5.9.0. ** Patch added: "Debdiff for Raring" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463345/+files/mkvtoolnix_5.9.0-1ubuntu1.debdiff ** Description changed: As of Nautilus 3.6, desktop files EXEC field require field codes %U, for URL, or %F, for file, or the desktop file doesn't associate the app to its mimetypes. mkvtoolnix-gui and mkvinfo desktop files do not contain the field codes at this point. Therefore, in Nautilus 3.6, when a user right-clicks on a matroska file, those apps are not in the "Open with" list. This issue only occurs in Nautilus 3.6 and beyond. Prior versions do not parse the desktop file so carefully. Thus, the "Open with" menu for Matroska files doesn't include the app that creates and edits Matroska files. This problem manifests in Quantal with the Gnome 3 ppa, and in Raring. I have created patches and debdiffs for Quantal and Raring. I will be submitting the patch to Bunkus.org as well. + Desktop specification: http://standards.freedesktop.org/desktop-entry- + spec/desktop-entry-spec-latest.html#exec-variables + ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: mkvtoolnix-gui 5.1.0-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Tue Dec 18 15:19:35 2012 InstallationDate: Installed on 2012-06-22 (178 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: mkvtoolnix UpgradeStatus: Upgraded to quantal on 2012-09-28 (81 days ago) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] [NEW] mkvmerge-gui has incomplete desktop file
Public bug reported: As of Nautilus 3.6, desktop files' EXEC field require field codes %U, for URL, or %F, for file, or the desktop file doesn't associate the app to its mimetypes. mkvtoolnix-gui and mkvinfo desktop files do not contain the field codes at this point. Therefore, in Nautilus 3.6, when a user right-clicks on a matroska file, those apps are not in the "Open with" list. This issue only occurs in Nautilus 3.6 and beyond. Prior versions do not parse the desktop file so carefully. Thus, the "Open with" menu for Matroska files doesn't include the app that creates and edits Matroska files. This problem manifests in Quantal with the Gnome 3 ppa, and in Raring. I have created patches and debdiffs for Quantal and Raring. I will be submitting the patch to Bunkus.org as well. Desktop specification: http://standards.freedesktop.org/desktop-entry- spec/desktop-entry-spec-latest.html#exec-variables The fix for this is to apply the patch, and then run # update-desktop-database Open with now contains mkvmerge and mkvinfo as expected. I have already tested this and confirmed this works. Information was supplied by Cosimo Cecchi. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: mkvtoolnix-gui 5.1.0-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Tue Dec 18 15:19:35 2012 InstallationDate: Installed on 2012-06-22 (178 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: mkvtoolnix UpgradeStatus: Upgraded to quantal on 2012-09-28 (81 days ago) ** Affects: mkvtoolnix (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug matroska mkvmerge quantal raring ** Patch added: "quantal patch" https://bugs.launchpad.net/bugs/1091851/+attachment/3463340/+files/fix_desktop_files.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1091851] Re: mkvmerge-gui has incomplete desktop file
This attachment is a debdiff for Quantal. ** Patch added: "Quantal 5.1.0 debdiff" https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+attachment/3463343/+files/mkvtoolnix_5.1.0-1ubuntu3.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091851 Title: mkvmerge-gui has incomplete desktop file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkvtoolnix/+bug/1091851/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1067933] Re: Reloading shell with Alt-F2 r loses all workspaces but first 2
revised debdiff with quantal-proposed as release pocket. ** Patch added: "debdiff with -proposed as release pocket" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1067933/+attachment/3402104/+files/mutter_3.6.1-0ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1067933 Title: Reloading shell with Alt-F2 r loses all workspaces but first 2 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1067933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1067933] Re: Reloading shell with Alt-F2 r loses all workspaces but first 2
attached debdiff ** Patch added: "debdiff" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1067933/+attachment/3402102/+files/mutter_3.6.1-0ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1067933 Title: Reloading shell with Alt-F2 r loses all workspaces but first 2 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1067933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1067933] [NEW] Reloading shell with Alt-F2 r loses all workspaces but first 2
Public bug reported: Reloading shell loses workspaces. Already reported and fixed upstream. Attaching patch by Florian Müllner. Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=685439 git.gnome.org commit log: http://git.gnome.org/browse/mutter/commit/?id=2717a02a8d5da27364ad7a345944a407d0e6f2bd Patch attached. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: mutter 3.6.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic x86_64 ApportVersion: 2.6.1-0ubuntu3 Architecture: amd64 Date: Wed Oct 17 19:41:55 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) SourcePackage: mutter UpgradeStatus: Upgraded to quantal on 2012-09-28 (19 days ago) ** Affects: mutter Importance: Unknown Status: Unknown ** Affects: mutter (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal third-party-packages ** Attachment added: "screen: Ignore num-workspaces when using dynamic workspaces" https://bugs.launchpad.net/bugs/1067933/+attachment/3402070/+files/2717a02a8d5da27364ad7a345944a407d0e6f2bd.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1067933 Title: Reloading shell with Alt-F2 r loses all workspaces but first 2 To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1067933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with segmentation fault
cmatomic, have you got the vdpau-va-driver package installed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773466 Title: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with segmentation fault To manage notifications about this bug go to: https://bugs.launchpad.net/libva/+bug/773466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)
There's more than one freezing bug with exactly the same symptoms? I'm not sure I understand the distinction. Anyway, I built my own 3.5-rc4 kernel and that i915 code fixed all freezes and bugs. I cannot crash this system now no matter what I do. the -27 release doesn't get it done here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/10 Title: [IVB]12.04 64 bit System freezes (mouse, keyboard) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/10/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 928101] Re: Please sync gecko-mediaplayer 1.0.5-1 from Debian Testing to Ubuntu universe
Fixed here: https://code.launchpad.net/~brandonsnider/+junk/gecko-mediaplayer Summary: added "--with-xulrunner-sdk=$(shell pkg-config --variable=sdkdir mozilla-plugin)" to rules which yields "/usr/lib /firefox-devel" as the location of the Gecko dev files, not "/usr/include/firefox-11.0" as above. Added "--enable-new-libxul", which is on by default starting with gecko- mediaplayer 1.0.6. This fixes a build error relating to uppercase/lowercase that would occur without it. Ran test builds, they succeed: https://launchpadlibrarian.net/101427031 /buildlog_ubuntu-precise-i386.gecko- mediaplayer_1.0.5-1ubuntu1~ppa1_BUILDING.txt.gz This means two build flags are all that's needed for this to work and not source code patches. FYI, 1.0.6 also builds, and as long as there are no major changes to firefox-dev in the future, such as the removal of /usr/lib/pkgconfig/mozilla-plugin.pc (the only mozilla pkgconfig file left in Ubuntu as far as I can tell) there shouldn't be too much trouble with this package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928101 Title: Please sync gecko-mediaplayer 1.0.5-1 from Debian Testing to Ubuntu universe To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/928101/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 935501] Re: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise
Hi. I'll take a crack at this when I get home from work in a few hours, but I built 1.0.6 successfully last night for precise: https://launchpad.net/~nvidia-vdpau/+archive/testing-ppa/+build/3396633 On Wed, Apr 11, 2012 at 3:00 PM, Julien Lavergne wrote: > Thanks Brandon for the patch. You can see the difficulties we have to > build 1.0.5 on bug 928101. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/935501 > > Title: > gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/935501/+subscriptions > -- -- Brandon J. Snider -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/935501 Title: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/935501/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 935501] Re: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise
Sorry, here is the patch. ** Patch added: "alter build flag in debian/rules" https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/935501/+attachment/3043812/+files/fix-ftbfs.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/935501 Title: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/935501/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 935501] Re: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise
I have attached a patch to debian/rules which will fix this bug. The problem was, the build flag which executes "pkg-config --variable=sdkdir libxul" fails because there is no more libxul pc file in firefox-dev in Precise. The remaining pc file, mozilla-plugin, works. However, the gmtk/gnome-mplayer versions in Precise are both 1.0.5, as in Debian. I think that gecko-mediaplayer should also be synced to that version. I have created a bzr branch with a working ubuntu-ized version of the build scripts for 1.0.5 here: https://code.launchpad.net/~brandonsnider/+junk/gecko-mediaplayer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/935501 Title: gecko-mediaplayer version 1.0.4-2ubuntu1 FTBFS on i386 in precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gecko-mediaplayer/+bug/935501/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 932781] Re: [x-updates] Nvidia 295.20 regression - Gnome Shell becomes crashy
Confirmed. Gnome-Shell issue is resolved in the 295.33 driver. I'm curious if the issues reported by Jeff Gosden are also fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932781 Title: [x-updates] Nvidia 295.20 regression - Gnome Shell becomes crashy To manage notifications about this bug go to: https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/932781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 932781] Re: [xorg-edgers]Regression in the latest Nvidia 295.20 driver driver
The previous driver is available as a direct download here: (amd64) https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/+files/nvidia-current-dev_290.10-0ubuntu1~oneiric~xup1_amd64.deb (i386) https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/+files/nvidia-current-dev_290.10-0ubuntu1~oneiric~xup1_i386.deb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932781 Title: [xorg-edgers]Regression in the latest Nvidia 295.20 driver driver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/932781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 932781] Re: [xorg-edgers]Regression in the latest Nvidia 295.20 driver driver
This issue has been reported to nvidia here: http://www.nvnews.net/vbulletin/showthread.php?t=174049 Dmesg says: gnome-shell[2265]: segfault at 10 ip 7fe76212dc0f sp 7fe74069b638 error 6 in libnvidia-tls.so.295.20[7fe76212d000+3000] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932781 Title: [xorg-edgers]Regression in the latest Nvidia 295.20 driver driver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/932781/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 927338] [NEW] Sync intel-vaapi-driver 1.0.15-1 (universe) from Debian experimental (main)
Public bug reported: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 affects ubuntu status new importance wishlist subscribe ubuntu-sponsors done Please sync intel-vaapi-driver 1.0.15-1 (universe) from Debian experimental (main) All changelog entries: intel-vaapi-driver (1.0.15-1) experimental; urgency=low [ Brandon Snider ] * Initial release (Closes: #654567) [ Matteo F. Vescovi ] * debian/gbp.conf: config file added * debian/control: massive change * debian/copyright: little re-work * debian/*.install: renaming due to package's new name * debian/README.*: useless (for now) files removed * debian/clean: clean upstream after build * debian/changelog: ITP bug added * debian/control: "Section:" fields updated/removed * debian/*.install: install path corrected * debian/rules: paths corrected * debian/rules: purging useless commented stuff [ Reinhard Tartler ] * document that shades are licensed under EPL * build-depend on pkg-config * add myself to uploaders * build-depend on libx11-dev * provide a transition path for the i965-va-driver package * tighten build dependency on libva-dev (Closes: #645359) * normalize fields with wrap-and-sort(1) * add ${misc:Depends} to i965-va-driver * i965-va-driver: Add Priority and Section fields. (Found by lintian) * improve package descriptions * i965-va-driver: Correct Breaks/Replaces field -- Reinhard Tartler Thu, 05 Jan 2012 12:59:27 +0100 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk8vAy4ACgkQVzQfLeLa3iOqFgCfdGIuZHW21KTOgB1wjqLVp0RJ RnUAn26d1yTcRGDaZAPmiS7AwdI9byhI =8nwf -END PGP SIGNATURE- ** Affects: ubuntu Importance: Wishlist Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927338 Title: Sync intel-vaapi-driver 1.0.15-1 (universe) from Debian experimental (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/927338/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 927336] [NEW] Sync libva 1.0.15-1 (main) from Debian experimental (main)
Public bug reported: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 affects ubuntu/libva status new importance wishlist subscribe ubuntu-sponsors done Please sync libva 1.0.15-1 (main) from Debian experimental (main) Changelog entries since current precise version 1.0.14-1: libva (1.0.15-1) experimental; urgency=low [ Reinhard Tartler ] * Imported Upstream version 1.0.15 (Closes: #654567) * Bump shlibs for API 'fixes' mentioned in upstream NEWS file [ Brandon Snider ] * The intel i965 driver has been moved to its own package - Removed i965-va-driver package from debian/control and replaced it with libva-egl1 package * refreshed debian/patches/remove-unneeded-dep2.patch * refreshed debian/patches/remove-unneeded-dep.patch * Added depends on libva-egl1 to debian/control * Added libva-utils package to debian/control * Added egl.so file to debian/libva-dev.install * Created debian/libva-utils.install [ Matteo F. Vescovi ] * debian/control: bump Standards-Version to 3.9.2 * debian/clean: clean upstream after build * debian/control: "Section:" field re-positioned * debian/control: adding myself to "Uploaders:" field * debian/control: VCS-browser link updated -- Reinhard Tartler Wed, 04 Jan 2012 20:42:33 +0100 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk8vAtsACgkQVzQfLeLa3iM8IACfSF1UCDQCq6oZlum1VWQTjq+d NXgAnAs3d/mR47LeCUpNvcpGJgpQr5Kr =zZzq -END PGP SIGNATURE- ** Affects: libva (Ubuntu) Importance: Wishlist Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927336 Title: Sync libva 1.0.15-1 (main) from Debian experimental (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libva/+bug/927336/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 886419] Re: Nautilus crashes due to libdbusmenu-gtk3-4
** Description changed: + Note: I am using Gnome-Shell, not Unity. + When I open Nautilus, I get many repeated error messages: - GLib-GObject-CRITICAL **: g_value_get_object: assertion + Â GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed I ran: G_DEBUG=fatal_criticals gdb --args nautilus It crashes immediately with: Program received signal SIGTRAP, Trace/breakpoint trap. 0x74445313 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 The backtrace is: - (gdb) bt #0 0x74445313 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x744456a2 in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7490c587 in g_value_get_object () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #3 0x7fffdeb124c2 in ?? () from /usr/lib/libdbusmenu-gtk3.so.4 #4 0x749020a4 in g_closure_invoke () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #5 0x7491402a in ?? () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #6 0x7491d6b1 in g_signal_emit_valist () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #7 0x7491d852 in g_signal_emit () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #8 0x74904fc7 in ?? () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #9 0x74909aec in g_object_set_valist () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #10 0x7490a057 in g_object_set () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #11 0x76c85fc2 in ?? () from /usr/lib/libgtk-3.so.0 #12 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 ---Type to continue, or q to quit--- #13 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #14 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #15 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #16 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #17 0x76c88e01 in gtk_ui_manager_ensure_update () -from /usr/lib/libgtk-3.so.0 + Â Â Â from /usr/lib/libgtk-3.so.0 #18 0x76c88e79 in ?? () from /usr/lib/libgtk-3.so.0 #19 0x0047ec11 in nautilus_menus_append_bookmark_to_menu ( - window=0x922180, bookmark=, - parent_path=0x515188 "/MenuBar/Other Menus/Bookmarks/Bookmarks Placeholder", parent_id=0x5116eb "dynamic", index_in_parent=0, action_group=0xcdfca0, - merge_id=33, refresh_callback=0x47ec90 , - failed_callback=0x47e450 ) - at nautilus-window-bookmarks.c:343 + window=0x922180, bookmark=, + parent_path=0x515188 "/MenuBar/Other Menus/Bookmarks/Bookmarks Placeholder", parent_id=0x5116eb "dynamic", index_in_parent=0, action_group=0xcdfca0, + merge_id=33, refresh_callback=0x47ec90 , + failed_callback=0x47e450 ) + at nautilus-window-bookmarks.c:343 #20 0x0047eeeb in update_bookmarks (window=0x922180) - at nautilus-window-bookmarks.c:392 + at nautilus-window-bookmarks.c:392 #21 refresh_bookmarks_menu (window=0x922180) at nautilus-window-bookmarks.c:410 #22 0x749020a4 in g_closure_invoke () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #23 0x7491402a in ?? () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ---Type to continue, or q to quit--- #24 0x7491d6b1 in g_signal_emit_valist () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #25 0x7491d852 in g_signal_emit () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #26 0x749020a4 in g_closure_invoke () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #27 0x7491402a in ?? () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #28 0x7491d6b1 in g_signal_emit_valist () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #29 0x7491d852 in g_signal_emit () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #30 0x74904fc7 in ?? () -from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 + Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject
[Bug 886419] [NEW] Nautilus crashes due to libdbusmenu-gtk3-4
Public bug reported: Note: I am using Gnome-Shell, not Unity. When I open Nautilus, I get many repeated error messages: Â GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed I ran: G_DEBUG=fatal_criticals gdb --args nautilus It crashes immediately with: Program received signal SIGTRAP, Trace/breakpoint trap. 0x74445313 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 The backtrace is: (gdb) bt #0 0x74445313 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x744456a2 in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7490c587 in g_value_get_object () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #3 0x7fffdeb124c2 in ?? () from /usr/lib/libdbusmenu-gtk3.so.4 #4 0x749020a4 in g_closure_invoke () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #5 0x7491402a in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #6 0x7491d6b1 in g_signal_emit_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #7 0x7491d852 in g_signal_emit () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #8 0x74904fc7 in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #9 0x74909aec in g_object_set_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #10 0x7490a057 in g_object_set () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #11 0x76c85fc2 in ?? () from /usr/lib/libgtk-3.so.0 #12 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 ---Type to continue, or q to quit--- #13 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #14 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #15 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #16 0x76c85325 in ?? () from /usr/lib/libgtk-3.so.0 #17 0x76c88e01 in gtk_ui_manager_ensure_update () Â Â Â from /usr/lib/libgtk-3.so.0 #18 0x76c88e79 in ?? () from /usr/lib/libgtk-3.so.0 #19 0x0047ec11 in nautilus_menus_append_bookmark_to_menu ( window=0x922180, bookmark=, parent_path=0x515188 "/MenuBar/Other Menus/Bookmarks/Bookmarks Placeholder", parent_id=0x5116eb "dynamic", index_in_parent=0, action_group=0xcdfca0, merge_id=33, refresh_callback=0x47ec90 , failed_callback=0x47e450 ) at nautilus-window-bookmarks.c:343 #20 0x0047eeeb in update_bookmarks (window=0x922180) at nautilus-window-bookmarks.c:392 #21 refresh_bookmarks_menu (window=0x922180) at nautilus-window-bookmarks.c:410 #22 0x749020a4 in g_closure_invoke () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #23 0x7491402a in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ---Type to continue, or q to quit--- #24 0x7491d6b1 in g_signal_emit_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #25 0x7491d852 in g_signal_emit () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #26 0x749020a4 in g_closure_invoke () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #27 0x7491402a in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #28 0x7491d6b1 in g_signal_emit_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #29 0x7491d852 in g_signal_emit () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #30 0x74904fc7 in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #31 0x74909aec in g_object_set_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #32 0x7490a057 in g_object_set () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #33 0x0048c7ab in nautilus_bookmark_update_icon (bookmark=0xa5a140) at nautilus-bookmark.c:111 #34 nautilus_bookmark_update_icon (bookmark=0xa5a140) at nautilus-bookmark.c:92 ---Type to continue, or q to quit--- #35 0x0048cbb8 in bookmark_file_changed_callback (file=0x913a90, bookmark=0xa5a140) at nautilus-bookmark.c:184 #36 0x749020a4 in g_closure_invoke () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #37 0x7491402a in ?? () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #38 0x7491d6b1 in g_signal_emit_valist () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #39 0x7491d852 in g_signal_emit () Â Â Â from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #40 0x004b7655 in nautilus_file_emit_changed (file=0x913a90) at nautilus-file.c:7119 #41 0x0049dc21 in nautilus_directory_emit_change_signals ( directory=0x911050, changed_files=0x7fffdd90) at nautilus-directory.c:770 #42 0x004b7731 in nautilus_file_changed (file=0x913a90) at nautilus-file.c:7074 #43 0x004999f9 in count_children_done (directory=0x911050, count_file=0x913a90, succeeded=1, count=8) at nautilus-directory-async.c:2447 #44 0x00499c95 in count_more_files_callback ( ---Type to continue, or q to quit--- source_obje
[Bug 825769] Re: Banshee notification icon sometimes appears with label "notify-sharp" under gnome-shell
** Attachment added: "screenshot2.png" https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/825769/+attachment/2571140/+files/screenshot2.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825769 Title: Banshee notification icon sometimes appears with label "notify-sharp" under gnome-shell To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/825769/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 825769] Re: Banshee notification icon sometimes appears with label "notify-sharp" under gnome-shell
When you click on the Notify-Sharp icon it brings up a new Banshee icon, and each of them have different right-click menus. I took 2 screenshots to demonstrate. ** Attachment added: "screenshot.png" https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/825769/+attachment/2571136/+files/screenshot.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825769 Title: Banshee notification icon sometimes appears with label "notify-sharp" under gnome-shell To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/825769/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 848198] Re: Sporadic gconf error messages
After using the patched version for a couple of days there are no error messages and no apparent ill effects, and bug 853582 doesn't happen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/848198 Title: Sporadic gconf error messages To manage notifications about this bug go to: https://bugs.launchpad.net/gconf/+bug/848198/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 848198] Re: Sporadic gconf error messages
Four patches have appeared to deal with this issue: https://bugzilla.gnome.org/attachment.cgi?id=199238 https://bugzilla.gnome.org/attachment.cgi?id=199239 https://bugzilla.gnome.org/attachment.cgi?id=199240 https://bugzilla.gnome.org/attachment.cgi?id=199241 I added them into the gconf scripts and built the binaries locally. So far, no error messages are appearing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/848198 Title: Sporadic gconf error messages To manage notifications about this bug go to: https://bugs.launchpad.net/gconf/+bug/848198/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 865058] Re: [FFe] [needs-packaging] sushi, the GNOME 3.2 previewer for Nautilus
FTB on Armel because libclutter-gst is too old: https://launchpad.net/ubuntu/oneiric/armel/libclutter-gst-1.0-0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865058 Title: [FFe] [needs-packaging] sushi, the GNOME 3.2 previewer for Nautilus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-sushi/+bug/865058/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 865058] Re: [FFe] [needs-packaging] sushi, the GNOME 3.2 previewer for Nautilus
The name will be gnome-sushi, which makes a bit more sense. Cosimo tells me that there isn't any Nautilus-specific code in Sushi, and other apps, such as competing file managers could make use of it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865058 Title: [FFe] [needs-packaging] sushi, the GNOME 3.2 previewer for Nautilus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/865058/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 854196] Re: libsdl1.2debian:i386 removes libsdl1.2debian
$ sudo apt-get install zsnes:i386 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: zsnes:i386 : Depends: libsdl1.2debian:i386 (>= 1.2.10-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. This is what happens when I try to install libsdl1.2debian:i386: $ sudo apt-get install libsdl1.2debian:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libcaca-dev libaudiofile-dev libesd0-dev libaudio-dev Use 'apt-get autoremove' to remove them. The following extra packages will be installed: gcc-4.6-base:i386 libasound2:i386 libc6:i386 libgcc1:i386 libsdl1.2debian-alsa:i386 Suggested packages: libasound2-plugins:i386 libasound2-python:i386 glibc-doc:i386 locales:i386 The following packages will be REMOVED: ffmpeg gnome-mplayer gnome-mplayer-dbg gstreamer0.10-plugins-bad-multiverse libmjpegtools-1.9 libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl1.2-dev libsdl1.2debian libsdl1.2debian-pulseaudio libxine1-x mplayer2 ubuntu-desktop virtualbox-4.0 vlc The following NEW packages will be installed: gcc-4.6-base:i386 libasound2:i386 libc6:i386 libgcc1:i386 libsdl1.2debian:i386 libsdl1.2debian-alsa:i386 0 upgraded, 6 newly installed, 16 to remove and 0 not upgraded. Need to get 4,490 kB of archives. After this operation, 121 MB disk space will be freed. Do you want to continue [Y/n]? It seems like apt should offer i386 replacements for every package that has to be forced out and therefore shouldn't force ubuntu-desktop out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854196 Title: libsdl1.2debian:i386 removes libsdl1.2debian To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/854196/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 858448] Re: Bad Regex in Folks
OK, folks 6.3.1 is now released so this bug is fixed. ** Changed in: folks (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858448 Title: Bad Regex in Folks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/858448/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 858448] Re: Bad Regex in Folks
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858448 Title: Bad Regex in Folks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/858448/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 858448] [NEW] Bad Regex in Folks
Public bug reported: This error appears in .xsession-errors: Window manager warning: Log level 16: Failed to load shared library '--includedir=.' referenced by the typelib: --includedirso.so: cannot open shared object file: No such file or directory The problem is referenced in Gnome bug#658002: https://bugzilla.gnome.org/show_bug.cgi?id=658002 -- starting with comment 11. The bug has been fixed upstream, and Folks 6.3.1, which is not in Debian Experimental yet (as I write this) should therefore be packaged into Oneiric, to replace 6.3. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: libfolks25 0.6.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4 Uname: Linux 3.0.0-11-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 1.23-0ubuntu1 Architecture: amd64 Date: Sat Sep 24 15:17:05 2011 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) ProcEnviron: PATH=(custom, no user) LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: folks UpgradeStatus: Upgraded to oneiric on 2011-09-18 (5 days ago) ** Affects: folks (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858448 Title: Bad Regex in Folks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/858448/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with segmentation fault
I updated the X-Updates ppa with libva 1.0.14 and with the newest version of vdpau-video. This solves, at the very least, the problem mentioned in comment #10, which was caused by a symbol mismatch between libva and vdpau-video. The libva update will contain newer Intel code, and may address some issues on that platform. Keep in mind for Nvidia users you need not only libva1 and its associated packages but also the nvidia proprietary driver and the vdpau-va-driver package to be installed. That's in addition to VLC, and libvdpau1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773466 Title: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with segmentation fault To manage notifications about this bug go to: https://bugs.launchpad.net/libva/+bug/773466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704597] Re: Depend on nvidia-common
"should it be possible to remove nvidia-common and install the upstream driver? I think it should." I disagree. The changes to the nvidia packaging scripts that happened starting with Lucid were not done just to clean them up (the old ones were messy) -- they were done to make it safer and easier to switch between drivers when necessary. It is known that the nvidia-installer actually overwrites and destroys some xorg/mesa files. Now, as long as the user continues to use the nvidia-installer forever this is no problem. But if they ever want to switch to Nouveau or Vesa or whatever (maybe they change graphics cards) they may actually have to do a wipe/reload. The nvidia-installer is a blunt-force instrument whose purpose is to get its driver working to the exclusion of everything that might dare to stand in its way. My belief is that most users do not understand any of this and are doing dangerous things, they wrongly believe are trivial, without understanding the implications of their actions. The Mandriva/Ubuntu packaging scripts make it easy and safe to switch between drivers without overwriting anything, just with a couple of clicks. Now, all of that said, if someone has gone to the trouble of researching the command-line override that I mentioned earlier, they're still going to damage their system by using the nvidia-installer, but at least they know that. Nvidia itself seems to be aware of all of this and doesn't recommend using its installer: http://www.nvnews.net/vbulletin/showthread.php?t=72490 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704597 Title: Depend on nvidia-common -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704597] Re: Please move pre-install script to jockey-common
"That would mean that you wouldn't have a chance, ever, to try the upstream installer." There is a command-line option that can be used to override the script and proceed with the nvidia-installer. But as Alberto says above, if someone has gotten to that point, they obviously know exactly what they are doing. The only other option I can think of is to tie nvidia-common harder to the system using a Depends on the big metapackages (ubuntu-desktop et al.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704597 Title: Please move pre-install script to jockey-common -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704597] Re: Please move pre-install script to jockey-common
Martin, I guess what it boils down to is that I'm not as convinced as you are that nvidia-common is finding its way onto everybody's systems. I have been on IRC and observing forum posts going back to the Lucid cycle, when the script was added, and there have been people every day talking about how they used the nvidia-installer. I have asked some of them if they have nvidia-common and they said "no". I'd actually like to see the script attached to a package that cannot be removed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704597 Title: Please move pre-install script to jockey-common -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704607] [NEW] Packaging issues in nvidia-current
Public bug reported: Several issues exist with the 260 blob as packaged currently in Natty. A new file has been added to the shared libs, libnvcuvid.so.$version. It needs to be installed. Also, the 32-bit links file adds links to the file libXvMCNVIDIA.so.$version, except that file is not being installed by the rules file, so the links are broken. Both of those files can be installed by adding; dh_install -p$(PKG_driver) "$(dirname_x86)/libnvcuvid.so*" "$(PKG_libdir32)" dh_install -p$(PKG_driver) "$(dirname_x86)/libXvMCNVIDIA.so.*" "$(PKG_libdir32)" to the empty lines 247 and 250 in the rules file. The 32-bit and regular links have to be added for the libnvcuvid lib as well. ** Affects: nvidia-graphics-drivers (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704607 Title: Packaging issues in nvidia-current -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704597] Re: Please move pre-install script to jockey-common
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704597 Title: Please move pre-install script to jockey-common -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 704597] [NEW] Please move pre-install script to jockey-common
Public bug reported: Binary package hint: nvidia-common Nvidia-Common installs the file /usr/lib/nvidia/pre-install for the purpose of suppressing the Nvidia .run installer from working. The nvidia-installer is no longer compatible with Ubuntu as of Lucid and beyond. In fact it damages the xorg/mesa system (actually it always did) by overwriting files. Not enough users have the Nvidia-Common package for the pre-install script to do its work effectively. Thus they are breezily and apparently without considering or understanding the consequences using the nvidia-installer when using the recommended Jockey driver is the preferred method. Since most users have Jockey-Common, if the file was in that package, it would stop nearly all users from casually damaging their systems by using the nvidia-installer. Additionally, the script can be overridden, without removing Jockey-Common. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: nvidia-common 0.2.24 ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8 Uname: Linux 2.6.35-24-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Tue Jan 18 14:17:44 2011 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) ProcEnviron: LANG=en_CA.utf8 SHELL=/bin/bash SourcePackage: nvidia-common ** Affects: nvidia-common (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug maverick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/704597 Title: Please move pre-install script to jockey-common -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 580112] Re: does not collect SMART data on live system
Martin, if this helps, the last time this worked as it was intended was Karmic. So something in the Lucid cycle is what broke this function. And I don't know about the other folks who have posted bugs about this, but it has never affected an installed system for me, only the livecds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/580112 Title: does not collect SMART data on live system -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 580112] Re: gnome-disk-utility doesn't detect SMART data on T60p
I have just tested this. I booted a Maverick livecd and waited more than a minute. "Not Supported". Perhaps the smart-refresh command isn't being run on the livecd? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/580112 Title: gnome-disk-utility doesn't detect SMART data on T60p -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 580112] Re: gnome-disk-utility doesn't detect SMART data on T60p
"udisks --ata-smart-refresh /dev/sdx" immediately got the data on a test system here using the Maverick livecd. So although it's a bit more awkward, it's possible to get smart info from the Lucid/Maverick livecds using that command. However it would be nice to have the data immediately displayed without having to go to the command line first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/580112 Title: gnome-disk-utility doesn't detect SMART data on T60p -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 539406] Re: [maverick] Please, make VLC able to use VDPAU
This bug is not yet fixed. One more thing needs to happen. The vdpau- video package needs to be rebuilt. Some of the builds failed on certain arches. See here: https://launchpad.net/ubuntu/maverick/+source/vdpau- video/0.6.3-1 Reason: libvdpau-dev: Depends: libvdpau1 (>= 0.4-5) but 0.4-3 is to be installed This may have happened because of bad timing on a libvdpau build. So there is not currently a vdpau-video package for amd64. It can be fixed easily. Just trigger a rebuild of the same package. -- [maverick] Please, make VLC able to use VDPAU https://bugs.launchpad.net/bugs/539406 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 561585] Re: Blank cd/dvd not recognized [LUCID]
9pitti2 fixes the issue for me Martin: $ sudo strace -vvfo /tmp/cdrom_id_new.trace -s 1024 /lib/udev/cdrom_id /dev/sr0 ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RW=1 ID_CDROM_DVD_PLUS_R=1 ID_CDROM_DVD_PLUS_RW=1 ID_CDROM_DVD_PLUS_R_DL=1 ID_CDROM_MRW=1 ID_CDROM_MRW_W=1 ID_CDROM_MEDIA=1 ID_CDROM_MEDIA_CD_R=1 ID_CDROM_MEDIA_STATE=blank ID_CDROM_MEDIA_SESSION_NEXT=1 ID_CDROM_MEDIA_SESSION_COUNT=1 ID_CDROM_MEDIA_TRACK_COUNT=1 Blank CD icon now appears on the desktop too. On Tue, Apr 13, 2010 at 8:45 AM, Martin Pitt wrote: > @SilverWave: trace_b -> ah, thanks; I'm glad that things are not _that_ > broken then :-) > > I just found a rather general problem in cdrom_id, which produces > garbage in a lot of cases. I applied a fix in my PPA. Can you please > upgrade to this version with > >sudo add-apt-repository ppa:pitti/ppa >sudo apt-get update >sudo apt-get install udev > > This should install udev version 151-9pitti2. Can you please try with > that one? If it's still broken, please provide an strace again, as well > as the output of > > sudo /lib/udev/cdrom_id -d /dev/sr0 > > (the -d will print some additional debugging information). Thank you! > > -- > Blank cd/dvd not recognized [LUCID] > https://bugs.launchpad.net/bugs/561585 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- Blank cd/dvd not recognized [LUCID] https://bugs.launchpad.net/bugs/561585 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 561585] Re: Blank cd/dvd not recognized [LUCID]
This is also happening on my system (amd64). The drive is a PIONEER DVD- RW DVR-217D, 1.07, max UDMA/66. No CD: $ sudo strace -vvfo /tmp/cdrom_id_new.trace -s 1024 /lib/udev/cdrom_id /dev/sr0 ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RW=1 ID_CDROM_DVD_PLUS_R=1 ID_CDROM_DVD_PLUS_RW=1 ID_CDROM_DVD_PLUS_R_DL=1 ID_CDROM_MRW=1 ID_CDROM_MRW_W=1 CD-R: $ sudo strace -vvfo /tmp/cdrom_id_new.trace -s 1024 /lib/udev/cdrom_id /dev/sr0 [sudo] password for brandon: ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RW=1 ID_CDROM_DVD_PLUS_R=1 ID_CDROM_DVD_PLUS_RW=1 ID_CDROM_DVD_PLUS_R_DL=1 ID_CDROM_MRW=1 ID_CDROM_MRW_W=1 ID_CDROM_MEDIA=1 ID_CDROM_MEDIA_CD_R=1 dmesg when I put a blank CD-R in the tray: [250497.400574] sr 2:0:0:0: [sr0] Sense Key : Blank Check [current] [250497.400579] sr 2:0:0:0: [sr0] Add. Sense: No additional sense information [250497.400584] sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00 [250497.400594] end_request: I/O error, dev sr0, sector 0 [250497.400599] Buffer I/O error on device sr0, logical block 0 [250497.662885] sr 2:0:0:0: [sr0] Unhandled sense code [250497.662889] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE That block of text is repeated roughly 52 times. -- Blank cd/dvd not recognized [LUCID] https://bugs.launchpad.net/bugs/561585 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 556061] Re: package screen-resolution-extra 0.13 failed to install/upgrade: trying to overwrite '/usr/share/screen-resolution-extra/nvidia-polkit.py', which is also in package nvidia-settings 0:1
Altered control file to read: Conflicts: screen-resolution-extra (>= 0.13) Depends: screen-resolution-extra (<= 0.11) Should force the nvidia-settings package out during an upgrade to Lucid. -- package screen-resolution-extra 0.13 failed to install/upgrade: trying to overwrite '/usr/share/screen-resolution-extra/nvidia-polkit.py', which is also in package nvidia-settings 0:195.36.15-0ubuntu1~nvidiavdpauppa4 https://bugs.launchpad.net/bugs/556061 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 558788] [NEW] Sync madfuload 1.2-4 (multiverse) from Debian unstable (non-free)
Public bug reported: Please sync madfuload 1.2-4 (multiverse) from Debian unstable (non-free) Explanation of the Ubuntu delta and why it can be dropped: >>> ENTER_EXPLANATION_HERE <<< Changelog entries since current lucid version 1.2-2ubuntu2: madfuload (1.2-4) unstable; urgency=low * Imported changes from Ubuntu 1.2-2ubuntu3~karmic~ppa2 (Closes: #547336, thanks to Neil Wilson): - 42-madfuload.rules.in: substitution variables need to be in lower case -- Free Ekanayaka Fri, 26 Mar 2010 17:23:26 +0100 madfuload (1.2-3) unstable; urgency=low * Imported changes from Ubuntu 1.2-2ubuntu2 (Closes #547336, thanks to Scott James Remnan): - 42-madfuload.rules.in: Add -D $root/$name to madfuload calls so we use /dev/bus/usb paths. - Makefile.in, Makefile.am: Install udev rules into /lib/udev/rules.d - configure.ac, configure: Drop attempt to figure out the path, the conf file is always in /etc but the rules are in /lib - configure.ac, configure: Update to call udevadm info - debian/control: Depend on udev -- Free Ekanayaka Thu, 12 Nov 2009 15:28:15 + ** Affects: madfuload (Ubuntu) Importance: Undecided Status: New -- Sync madfuload 1.2-4 (multiverse) from Debian unstable (non-free) https://bugs.launchpad.net/bugs/558788 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 451350] Re: karmic: brasero error on burning iso images
I packaged cdrtools so that it replaces Wodim and Genisoimage seamlessly, and it cleared up a similar bug I had related to burning DVD+RW discs. I have since burned some other types of discs without issue as well. If you want to give it a whirl, it's here: https://launchpad.net/~brandonsnider/+archive/cdrtools/+packages -- karmic: brasero error on burning iso images https://bugs.launchpad.net/bugs/451350 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 494166] Re: [lucid] nvidia-glx can't work with new xorg 7.5
You can test the lucid driver in progress here: https://launchpad.net/~albertomilone/+archive/proprietary-video-improvements I removed the Lucid packages because I don't want them interfering with the new driver. On Fri, Jan 8, 2010 at 4:06 AM, Harry wrote: > Alberto Milone, > could you please give some information on the progress of the development > of the official nvidia driver package in lucid. > Is this perhaps a lucid-alfa-2 state issue? > > -- > [lucid] nvidia-glx can't work with new xorg 7.5 > https://bugs.launchpad.net/bugs/494166 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- [lucid] nvidia-glx can't work with new xorg 7.5 https://bugs.launchpad.net/bugs/494166 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 494166] Re: [lucid] nvidia-glx can't work with new xorg 7.5
It looks like the driver binaries in the Lucid archive were copied over from the Karmic archive, where they were built against Karmic's xserver packages, and they have not been rebuilt against Lucid's xserver packages. So that's why the nvidia blob is providing the older xserver-xorg-video virtual package. On Wed, Dec 30, 2009 at 10:04 AM, Curtis Lee Bolin wrote: > yes, you are correct. I just tried to run "$ sudo apt-get install > nvidia-glx-185" and it wanted to remove xserver-xorg, meaning it still > doesn't work. I have all ati at home, but my work computer has nvidia. > I added the PPA at > https://edge.launchpad.net/~sevenmachines/+archive/nvidia and install > nvidia-graphics-drivers-195 and it works great for me. I didn't test > 190. > > -- > [lucid] nvidia-glx can't work with new xorg 7.5 > https://bugs.launchpad.net/bugs/494166 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- [lucid] nvidia-glx can't work with new xorg 7.5 https://bugs.launchpad.net/bugs/494166 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 494166] Re: [lucid] nvidia-glx can't work with new xorg 7.5
I can probably get VLC 1.1git working with libva/vdpau-video but I need a new refresh of ffmpeg to do it. Currently, ffmpeg is broken upstream and will be until January or later. However, building VLC for use with va-api and vdpau is high on my list of things to do. On Wed, Dec 23, 2009 at 2:26 AM, Harry wrote: > Thanks, Brandon, for this info. > This is great news for users that benefit from VDPAU, for example those > users using mplayer/mencoder, > that the Nvidia Vdpau Team PPA also offers. > I myself use VLC and as I understand it cannot yet use VDPAU, not even the > latest 1.04 version. > Anyways, I'll wait for the day the official lucid repos get upgraded > (nvidia-glx). > > -- > [lucid] nvidia-glx can't work with new xorg 7.5 > https://bugs.launchpad.net/bugs/494166 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- [lucid] nvidia-glx can't work with new xorg 7.5 https://bugs.launchpad.net/bugs/494166 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 494166] Re: [lucid] nvidia-glx can't work with new xorg 7.5
Harry, thanks for the info on the problem with the Nvidia Vdpau PPA. The problem with the xserver-xorg-video-5 instead of 6 was due to my initial laziness in just copying the binaries from Karmic over the Lucid. I have corrected it by building the drivers against Lucid. The new 190/195 driver in the PPA should support Lucid, and do provide xserver-xorg- video-6. Also, I have packaged them to use the external libvdpau, which is close to how the blob will be packaged in Lucid and beyond. I updated nvidia- common to use the 190/195 modaliases packages so jockey can be used to install the drivers -- no need to mess with nvidia-xconfig or directly edit xorg.conf. I also packaged vdpauinfo which can be installed as an informational tool. Harry wrote "I wonder what is there that takes so long to get the latest stable drivers into Ubuntu main repos." There are a great number of scripts which must be painstakingly changed each time a new blob is released. One mistake, just one little oversight can result in a showstopper. -- [lucid] nvidia-glx can't work with new xorg 7.5 https://bugs.launchpad.net/bugs/494166 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 491795] Re: kaffeine refuses to use vdpau with ppa xine-vdpau
In order for the older version of Kaffeine to work with xine-vdpau, the "--without-xcb" build flag must be used. If the newer Kaffeine requires xcb to be disabled too, that could explain the problem. I built an older Kaffeine that supposedly works fine in the ppa. -- kaffeine refuses to use vdpau with ppa xine-vdpau https://bugs.launchpad.net/bugs/491795 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kaffeine in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 448595] Re: Screensaver no longer disabled while using mplayer
The nvidiavdpauppa11 build in the nvidia-vdpau ppa fixes the fontconfig patch not being applied, and always had the xscreensaver patch. -- Screensaver no longer disabled while using mplayer https://bugs.launchpad.net/bugs/448595 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 448603] Re: mplayer OSD no longer working
"The same bug appears to still be present in mplayer 2:1.0~rc3+svn20091207~nvidiavdpauppa2" That issue has been resolved in the nvidiavdpauppa11 version. -- mplayer OSD no longer working https://bugs.launchpad.net/bugs/448603 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 450238] Re: nvidia-185-kernel-source cant add itself to dkms
This bug was fixed in the 0ubuntu6 release, and there has since been a 0ubuntu7 release. The nvidia-185-kernel-source.postinst script had a bug in it. -- nvidia-185-kernel-source cant add itself to dkms https://bugs.launchpad.net/bugs/450238 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 403929] Re: update nvidia-package to the current
** Changed in: nvidia-settings (Ubuntu) Status: Fix Committed => Fix Released -- update nvidia-package to the current https://bugs.launchpad.net/bugs/403929 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 403929] Re: update nvidia-package to the current
Released a new package for Jaunty, other distros to follow. ** Changed in: nvidia-settings (Ubuntu) Status: New => Fix Committed -- update nvidia-package to the current https://bugs.launchpad.net/bugs/403929 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 411707] Re: Firefox 3.5 Has Font Problem
Here's a screenshot of how Firefox 3.5 displays the same page. Note that Chancery, labelled 15, is not correct. ** Attachment added: "Screenshot-1.png" http://launchpadlibrarian.net/30133976/Screenshot-1.png -- Firefox 3.5 Has Font Problem https://bugs.launchpad.net/bugs/411707 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 411707] Re: Firefox 3.5 Has Font Problem
** Attachment added: "Screenshot.png" http://launchpadlibrarian.net/30133932/Screenshot.png -- Firefox 3.5 Has Font Problem https://bugs.launchpad.net/bugs/411707 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 411707] [NEW] Firefox 3.5 Has Font Problem
Public bug reported: Binary package hint: firefox-3.5 All versions of Firefox 3.5 on Linux I've tested, including the ones in Jaunty and in Karmic, and the Mozilla Daily Build Team PPA, have this weakness. The URW Chancery L font is broken. Instead of displaying the font, it seems the default Sans font is shown. I have created a font demonstration page, it is located here: http://i-ville.net/fonts.html The fonts all look identical in Firefox 3.0 and 3.5 to me, except Chancery. I've attached a screenshot of how the font _should_ look, from Firefox 3.0. ** Affects: firefox-3.5 (Ubuntu) Importance: Undecided Status: New -- Firefox 3.5 Has Font Problem https://bugs.launchpad.net/bugs/411707 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 403883] Re: patch drm_agp_memory-2.6.31.patch failed
I didn't know a PPA could now be hit with bug reports, but c'est la vie. I tried adapting the patch to fit the two scripts in the 190 version, but the code is just too different. I've also asked Aaron if the 190 driver is actually compatible with the 2.6.31 kernel, as the changelog did not say "Improved compatibility with recent kernels" as it should. But, Mr. Yanev, if it works it works. I uploaded a new version without the patch. -- patch drm_agp_memory-2.6.31.patch failed https://bugs.launchpad.net/bugs/403883 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 360151] Re: [Jaunty] Bad dependencies or conflicts in package libipe1c2a
Confirmed. Requesting installation of libipe1c2a results in the entire gnome desktop being removed and at least two broken dependencies. -- [Jaunty] Bad dependencies or conflicts in package libipe1c2a https://bugs.launchpad.net/bugs/360151 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 301822] Re: ath9k drops connection
Yes, I think after looking at some of the posts there that the issue is the same. And I agree with respect to your comments on the other thread that it's not a conflict with Bluetooth, since I don't have any Bluetooth devices in this system. I have tried LBM packages going back to just after Intrepid was released until last week, and the problem has always persisted, so it's through all the Intrepid kernels. Also, I installed the 2.6.28 Jaunty kernel on this Intrepid system and booted it. The problem persisted. On Thu, Jan 15, 2009 at 8:51 AM, John Pugh wrote: > This is related to 278190 > https://bugs.edge.launchpad.net/ubuntu/intrepid/+source/linux/+bug/278190 > > -- > ath9k drops connection > https://bugs.launchpad.net/bugs/301822 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- ath9k drops connection https://bugs.launchpad.net/bugs/301822 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 301822] [NEW] ath9k drops connection
Public bug reported: This problem is obviously in Intrepid. I'm using the 64-bit build. There's a lot to like about the newer ath9k LBM driver such as how quickly it connects and the correct reporting of the connection speed. However, it has frequent dropouts that are intolerable. It will drop the connection, then get it back a few seconds later, and the process repeats. Network-manager doesn't report the connection dropped, but the Internet is inaccessible for that period of time. Dmesg looks the same with both drivers but the LBM driver makes a little more noise in syslog: Nov 24 12:09:18 brandon-desktop kernel: [ 1714.015716] wlan0: authenticate with AP 00:17:9a:41:af:20 Nov 24 12:09:18 brandon-desktop kernel: [ 1714.023508] wlan0: authenticate with AP 00:17:9a:41:af:20 Nov 24 12:09:18 brandon-desktop kernel: [ 1714.029764] wlan0: authenticated Nov 24 12:09:18 brandon-desktop kernel: [ 1714.029772] wlan0: associate with AP 00:17:9a:41:af:20 Nov 24 12:09:18 brandon-desktop kernel: [ 1714.035109] wlan0: RX ReassocResp from 00:17:9a:41:af:20 (capab=0x431 status=0 aid=5) Nov 24 12:09:18 brandon-desktop kernel: [ 1714.035115] wlan0: associated Nov 24 12:09:18 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 3 -> 4 Nov 24 12:09:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 4 -> 5 Nov 24 12:09:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 5 -> 6 Nov 24 12:09:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 6 -> 7 Nov 24 12:11:52 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 7 -> 0 Nov 24 12:11:52 brandon-desktop kernel: [ 1868.040016] wlan0: No ProbeResp from current AP 00:17:9a:41:af:20 - assume out of range Nov 24 12:11:52 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 0 -> 2 Nov 24 12:11:52 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 2 -> 3 Nov 24 12:11:52 brandon-desktop kernel: [ 1868.827958] wlan0: authenticate with AP 00:17:9a:41:af:20 Nov 24 12:11:52 brandon-desktop kernel: [ 1868.829906] wlan0: authenticated Nov 24 12:11:52 brandon-desktop kernel: [ 1868.829915] wlan0: associate with AP 00:17:9a:41:af:20 Nov 24 12:11:52 brandon-desktop kernel: [ 1868.837434] wlan0: RX ReassocResp from 00:17:9a:41:af:20 (capab=0x431 status=0 aid=5) Nov 24 12:11:52 brandon-desktop kernel: [ 1868.837441] wlan0: associated Nov 24 12:11:52 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 3 -> 4 Nov 24 12:11:55 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 4 -> 5 Nov 24 12:11:59 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 5 -> 6 Nov 24 12:11:59 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 6 -> 7 Nov 24 12:13:17 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 7 -> 0 Nov 24 12:13:17 brandon-desktop kernel: [ 1953.152017] wlan0: No ProbeResp from current AP 00:17:9a:41:af:20 - assume out of range Nov 24 12:13:17 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 0 -> 2 Nov 24 12:13:17 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 2 -> 3 Nov 24 12:13:18 brandon-desktop kernel: [ 1954.055891] wlan0: authenticate with AP 00:17:9a:41:af:20 Nov 24 12:13:18 brandon-desktop kernel: [ 1954.063724] wlan0: authenticate with AP 00:17:9a:41:af:20 Nov 24 12:13:18 brandon-desktop kernel: [ 1954.065936] wlan0: authenticated Nov 24 12:13:18 brandon-desktop kernel: [ 1954.065945] wlan0: associate with AP 00:17:9a:41:af:20 Nov 24 12:13:18 brandon-desktop kernel: [ 1954.070984] wlan0: RX ReassocResp from 00:17:9a:41:af:20 (capab=0x431 status=0 aid=5) Nov 24 12:13:18 brandon-desktop kernel: [ 1954.070990] wlan0: associated Nov 24 12:13:18 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 3 -> 4 Nov 24 12:13:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 4 -> 5 Nov 24 12:13:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 5 -> 6 Nov 24 12:13:21 brandon-desktop NetworkManager: (wlan0): supplicant connection state change: 6 -> 7 The LBM driver keeps looping back and forth like that endlessly. ** Affects: linux-backports-modules-2.6.27 (Ubuntu) Importance: Undecided Status: New -- ath9k drops connection https://bugs.launchpad.net/bugs/301822 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 289759] Re: "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed
Same situation here. On Wed, Nov 5, 2008 at 3:56 PM, Vincenzo Di Somma <[EMAIL PROTECTED]> wrote: > No still the same problem... > > -- > "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page > printed > https://bugs.launchpad.net/bugs/289759 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- "/usr/lib/cups/filter/pstopdf failed" in error_log and only blank page printed https://bugs.launchpad.net/bugs/289759 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 289759] Re: cups kyocera
That's fine. What are the instructions? On Tue, Oct 28, 2008 at 5:12 PM, Marc Higgins <[EMAIL PROTECTED]> wrote: > 2008/10/29 Brandon Snider <[EMAIL PROTECTED]> > > > Same thing happens here with an Epson CX4200: > > > > E [28/Oct/2008:10:39:53 -0400] PID 14838 (/usr/lib/cups/filter/pstopdf) > > stopped with status 1! > > E [28/Oct/2008:14:14:01 -0400] PID 29093 (/usr/lib/cups/filter/pstopdf) > > stopped with status 1! > > > > -- > > cups kyocera > > https://bugs.launchpad.net/bugs/289759 > > You received this bug notification because you are a direct subscriber > > of the bug. > > > > Just a suggestion, if you run the diagnostics when it fails & post the > results someone might see a consistent theme, it can't hurt & has a real > chance of helping. If you want a hand doing that i am happy to help. > > -- > Best Regards, > > > > Marc Higgins > > Mob: 0423 179 051 | Email: [EMAIL PROTECTED] > Tel:07 5519 9924 | Skype: marc.higgins > Fax: 07 5519 9413 | www.hunny.be > > This correspondence (& attachments) is intended only for use by the > addressee/s & may contain information which is confidential and/or may be > the subject of legal privilege and/or may be subject to copyright. If you > are not the intended recipient of this communication, disclosure, > distribution or use of the information is prohibited. Delete & destroy all > copies & contact the sender immediately. We do not represent, warrant or > guarantee the integrity of this communication or that the communication is > free of viruses, errors, interception or interference. All numbers quoted > are indications only. > > -- > cups kyocera > https://bugs.launchpad.net/bugs/289759 > You received this bug notification because you are a direct subscriber > of the bug. > -- -- Brandon J. Snider -- cups kyocera https://bugs.launchpad.net/bugs/289759 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 289759] Re: cups kyocera
Same thing happens here with an Epson CX4200: E [28/Oct/2008:10:39:53 -0400] PID 14838 (/usr/lib/cups/filter/pstopdf) stopped with status 1! E [28/Oct/2008:14:14:01 -0400] PID 29093 (/usr/lib/cups/filter/pstopdf) stopped with status 1! -- cups kyocera https://bugs.launchpad.net/bugs/289759 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 128803] Re: [Gutsy] very slow gnome startup
Yes, I had tried that. It didn't change things. This was a problem that wasn't related to the user's home directory. -- [Gutsy] very slow gnome startup https://bugs.launchpad.net/bugs/128803 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 128803] Re: [Gutsy] very slow gnome startup
Here's what finally fixed it for me. I completely removed both KDE and Gnome. Then, I used aptitude to reinstall them. This page explains how to do this: http://www.psychocats.net/ubuntu/puregnome and: http://www.psychocats.net/ubuntu/purekde Once Gnome and KDE are gone, and their config files purged (use the -purge switch), you can reinstall them by: # apt-get install ubuntu-desktop kubuntu-desktop OR: # aptitude install ubuntu-desktop kubuntu-desktop After I did this, the desktop began loading normally. It should take a few hours depending on your internet and PC speed. Of course, this doesn't pinpoint exactly what the problem was, but it does fix it. I suspect it was a problem caused by improperly upgrading from Feisty. -- [Gutsy] very slow gnome startup https://bugs.launchpad.net/bugs/128803 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs