[Desktop-packages] [Bug 515386] Re: No attachment when Thunderbird is set as default client.

2015-01-01 Thread Thomas E. Horner
with the following patch simple-scan - Email works correctly on
Ubuntu 14.10 again:

the first change makes sure that only the first occurrence of Exec in 
thunderbird's desktop file is considered: | head -n 1.
the second change is a fix for what is clearly a bug (having $browser instead 
of the correct variable $desktop).


diff -u org/xdg-email fixed/xdg-email
--- org/xdg-email   2014-07-16 11:43:48.0 +0200
+++ fixed/xdg-email 2014-12-30 17:44:27.990930489 +0100
@@ -321,7 +321,7 @@
 file=$dir/applications/$desktop
 [ -r $file ] || continue
 # Remove any arguments (%F, %f, %U, %u, etc.).
-command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed 
-e 's/ .*$//'`
+command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed 
-e 's/ .*$//' | head -n 1`
 command=`which $command`
 readlink -f $command
 return
@@ -512,7 +512,7 @@
 local client
 local desktop
 desktop=`xdg-mime query default x-scheme-handler/mailto`
-client=`desktop_file_to_binary $browser`
+client=`desktop_file_to_binary $desktop`
 echo $client | grep thunderbird  /dev/null 21
 if [ $? -eq 0 ] ; then
 run_thunderbird $client $1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/515386

Title:
  No attachment when Thunderbird is set as default client.

Status in Mozilla Thunderbird Mail and News:
  New
Status in Xdg-utils:
  New
Status in simple-scan package in Ubuntu:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed
Status in xdg-utils package in Ubuntu:
  Fix Released

Bug description:
  Currently, when thunderbird is set as the default email client, when
  simple-scan tries to open a new message using mailto: , a new message
  window is opened for thunderbird, but there are no attachment.

  This is probably due to Thunderbird who does not support attachment
  with mailto because it is considered unsecure, but still, this makes
  user experience very poor, as the user is left thinking ok a new
  window opened, therefore the attachment must be somewhere... And
  thunderbird is pretty popular.

  Fortunately this might be easy to workaround. Picasa already did it
  using xdg-email script that I attached since its code show exactly
  what's needed. the run_thunderbird() function is the more important
  part in the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/515386/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1322925] Re: Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-01-01 Thread adelphes
isync: I also tried what you suggested and (from a clean start), the
copy and paste works ok.

For me, this issue appears to happen randomly after a period of time and
like everyone else, I'm extremely frustrated by this. Copy and paste is
a fundamental part of a file explorer and for it to fail so badly in the
default program and not be fixed for months is pathetic.

Rant over, I've found that if nautilus is run from a terminal, after
copy/paste fails, these errors appears in the window:

 (nautilus:18784): Gtk-WARNING **: Inserting action group
'ClipboardActions' into UI manager which already has a group with this
name

(nautilus:18784): Gtk-CRITICAL **: gtk_widget_get_clipboard: assertion
'gtk_widget_has_screen (widget)' failed

(nautilus:18784): Gtk-CRITICAL **: gtk_clipboard_request_text: assertion
'clipboard != NULL' failed

These errors appear over and over whenever a paste operation occurs
(copy and cut don't seem to report anything). I don't know whether this
helps fix the issue, but it should at least point towards the area.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1322925

Title:
  Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  nautilus:
    Installed: 1:3.10.1-0ubuntu9.1
    Candidate: 1:3.10.1-0ubuntu9.1
    Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  
  WORKAROUND:

  When the bug appears, you can close all instances of nautilus to restore 
normal behavior.
  Command line: killall nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1322925/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1401632] Re: xdg-email fails to add attachment with Thunderbird

2015-01-01 Thread Thomas E. Horner
*** This bug is a duplicate of bug 515386 ***
https://bugs.launchpad.net/bugs/515386

** This bug has been marked a duplicate of bug 515386
   No attachment when Thunderbird is set as default client.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1401632

Title:
  xdg-email fails to add attachment with Thunderbird

Status in xdg-utils package in Ubuntu:
  Confirmed

Bug description:
  Attachment is not added even though I can attach files from command-
  line using the following command thunderbird -remote
  
xfeDoCommand(composeMessage,subject='S',to='y...@example.com',body='B',attachment='/some/absolute/file.txt')

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xdg-utils 1.1.0~rc1-2ubuntu7.1
  ProcVersionSignature: User Name 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec 11 10:24:08 2014
  InstallationDate: Installed on 2014-09-18 (83 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: xdg-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1401632/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New = Confirmed

** Changed in: xscreensaver (Ubuntu)
   Importance: Undecided = Medium

** Changed in: hundredpapercuts
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xscreensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1406825

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

Status in One Hundred Papercuts:
  Confirmed
Status in xscreensaver package in Ubuntu:
  Confirmed

Bug description:
  Early minutes of year 2015 and the xscreensaver complains that This
  version of xscreensaver is VERY OLD! in this dialog:
  http://i.imgur.com/VUCQfun.png?1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xscreensaver 5.26-1ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-lowlatency 3.16.7-ckt1
  Uname: Linux 3.16.0-28-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jan  1 00:44:38 2015
  InstallationDate: Installed on 2011-11-13 (1144 days ago)
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: xscreensaver
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (67 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1406825/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Makoto
Found a workaround:  downloading the latest version from upstream Debian
solves the trick.

https://packages.debian.org/sid/amd64/xscreensaver/download

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xscreensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1406825

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

Status in xscreensaver package in Ubuntu:
  Confirmed

Bug description:
  Early minutes of year 2015 and the xscreensaver complains that This
  version of xscreensaver is VERY OLD! in this dialog:
  http://i.imgur.com/VUCQfun.png?1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xscreensaver 5.26-1ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-lowlatency 3.16.7-ckt1
  Uname: Linux 3.16.0-28-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jan  1 00:44:38 2015
  InstallationDate: Installed on 2011-11-13 (1144 days ago)
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: xscreensaver
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (67 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/1406825/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xscreensaver (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xscreensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1406825

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

Status in xscreensaver package in Ubuntu:
  Confirmed

Bug description:
  Early minutes of year 2015 and the xscreensaver complains that This
  version of xscreensaver is VERY OLD! in this dialog:
  http://i.imgur.com/VUCQfun.png?1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xscreensaver 5.26-1ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-lowlatency 3.16.7-ckt1
  Uname: Linux 3.16.0-28-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jan  1 00:44:38 2015
  InstallationDate: Installed on 2011-11-13 (1144 days ago)
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: xscreensaver
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (67 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/1406825/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406358] Re: Re-enable friends-service for Unity-7 until a viable option is available(Vivid)

2015-01-01 Thread Alberto Salvia Novella
** Changed in: friends (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to friends in Ubuntu.
https://bugs.launchpad.net/bugs/1406358

Title:
  Re-enable friends-service for Unity-7 until a viable option is
  available(Vivid)

Status in friends package in Ubuntu:
  Confirmed

Bug description:
  Friends-service was disabled during Utopic cycle for new social app
  integration on Unity8. But Unity-8 social app is still not very usable
  on desktop  Unity 8 is yet to get a working desktop mode.

  This results Unity-social-lens  friends-app (now depreciated)
  useless. (bug #1383681, bug #1384164)

  Please re-activate friends-service so that it can work with unity-
  social-lensuntil a viable option is available or until Unity 8 is
  adopted on desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends/+bug/1406358/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1277884] Re: xdg-email does not attach file with thunderbird

2015-01-01 Thread Thomas E. Horner
*** This bug is a duplicate of bug 515386 ***
https://bugs.launchpad.net/bugs/515386

** This bug has been marked a duplicate of bug 515386
   No attachment when Thunderbird is set as default client.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1277884

Title:
  xdg-email does not attach file with thunderbird

Status in xdg-utils package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  $ touch /tmp/test
  $ xdg-email --attach /tmp/test

  Expected:
  Thunderbird e-mail composition window opens _with_ attached file test

  Actual:
  composition window opens, but there is _no_ attached file

  I am using xdg-utils 1.1.0~rc1-2ubuntu7 and thunderbird
  1:24.2.0+build1-0ubuntu0.13.10.1 on Ubuntu 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1277884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406870] [NEW] Creative Commons search engine has a wrong URL

2015-01-01 Thread costales
Public bug reported:

Using Xubuntu 14.04 with Firefox 34.0.

Go to the search box and search anything.
The URL in the browser will be:
http://labs.creativecommons.org/demos/search/?q=test

The URL returns this error:
Not Found
The requested URL /demos/search/ was not found on this server.
Apache/2.2.22 (Debian) Server at labs.creativecommons.org Port 80

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1406870

Title:
  Creative Commons search engine has a wrong URL

Status in firefox package in Ubuntu:
  New

Bug description:
  Using Xubuntu 14.04 with Firefox 34.0.

  Go to the search box and search anything.
  The URL in the browser will be:
  http://labs.creativecommons.org/demos/search/?q=test

  The URL returns this error:
  Not Found
  The requested URL /demos/search/ was not found on this server.
  Apache/2.2.22 (Debian) Server at labs.creativecommons.org Port 80

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1406870/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1370175] Re: Libav security fixes Sept 2014

2015-01-01 Thread Alberto Salvia Novella
** Changed in: libav (Ubuntu)
   Importance: Undecided = High

** Changed in: libav (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: libav (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: libav (Ubuntu Utopic)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1370175

Title:
  Libav security fixes Sept 2014

Status in libav package in Ubuntu:
  Confirmed
Status in libav source package in Precise:
  Fix Released
Status in libav source package in Trusty:
  Confirmed
Status in libav source package in Utopic:
  Confirmed

Bug description:
  Libav 9.17 and 0.8.16 are out, and fix a number of critical
  functional and security issues (many of which have CVE identifiers
  assigned)

  http://www.libav.org/news.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1370175/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1388239] Re: CPU: 1 PID: 11025 at /build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 __vb2_queue_cancel+0x116/0x180 [videobuf2_core]()

2015-01-01 Thread Christopher M. Penalver
Nothing to do with userspace. v4l-utils - Invalid

** Changed in: v4l-utils (Ubuntu)
   Status: New = Invalid

** Attachment removed: CurrentDmesg.txt.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250285/+files/CurrentDmesg.txt.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250286/+files/Dependencies.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250287/+files/ProcEnviron.txt

** Attachment removed: VarLogDistupgradeAptHistorylog.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250288/+files/VarLogDistupgradeAptHistorylog.txt

** Attachment removed: VarLogDistupgradeAptclonesystemstate.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250289/+files/VarLogDistupgradeAptclonesystemstate.tar.gz

** Attachment removed: VarLogDistupgradeAptlog.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250290/+files/VarLogDistupgradeAptlog.txt

** Attachment removed: VarLogDistupgradeApttermlog.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250291/+files/VarLogDistupgradeApttermlog.txt

** Attachment removed: VarLogDistupgradeLspcitxt.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250292/+files/VarLogDistupgradeLspcitxt.txt

** Attachment removed: VarLogDistupgradeMainlog.txt
   
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1388239/+attachment/4250293/+files/VarLogDistupgradeMainlog.txt

** Description changed:

  Found theses warnings when using the webcam on flash site under firefox.
- 
  
  [418114.773634] [ cut here ]
  [418114.773674] WARNING: CPU: 1 PID: 11025 at 
/build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 
__vb2_queue_cancel+0x116/0x180 [videobuf2_core]()
  [418114.773677] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs libcrc32c xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
nf_conntrack ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables bridge stp 
llc snd_hrtimer nfsv3 rpcsec_gss_krb5 nfsv4 ib_iser rdma_cm iw_cm ib_cm ib_sa 
ib_mad ib_core ib_addr bnep iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi rfcomm bluetooth 6lowpan_iphc nfsd auth_rpcgss binfmt_misc 
nfs_acl nfs lockd sunrpc fscache dm_crypt ir_lirc_codec lirc_dev ir_rc5_decoder 
ir_mce_kbd_decoder ir_sharp_decoder ir_jvc_decoder ir_sony_decoder 
ir_sanyo_decoder ir_rc6_decoder ir_nec_decoder rc_rc6_mce mceusb rc_core pl2303 
usbserial snd_hda_codec_realtek uvcvideo videobuf2_vmalloc
  [418114.773763]  videobuf2_memops snd_hda_codec_generic snd_usb_audio 
videobuf2_core v4l2_common snd_hda_intel videodev snd_hda_controller media 
joydev snd_usbmidi_lib snd_hda_codec snd_hwdep coretemp snd_pcm kvm_intel 
snd_seq_midi dm_multipath kvm snd_seq_midi_event scsi_dh snd_rawmidi snd_seq 
snd_seq_device serio_raw snd_timer cuse snd lpc_ich parport_pc soundcore ppdev 
mac_hid lp parport i915 hid_generic e1000e ptp video i2c_algo_bit 
drm_kms_helper usbhid drm firewire_ohci hid pata_acpi firewire_core crc_itu_t 
pps_core
  [418114.773829] CPU: 1 PID: 11025 Comm: plugin-containe Tainted: GW   
  3.16.0-23-lowlatency #31-Ubuntu
  [418114.773833] Hardware name: AOpen i965GMx-IF/i965GMx-IF, BIOS 6.00 PG 
10/03/2008
  [418114.773836]  0009 8800115c7c00 8177ec5d 

  [418114.773843]  8800115c7c38 8107183d  

  [418114.773848]  88008b044af0 88008b0448d8 8801215cb180 
8800115c7c48
  [418114.773854] Call Trace:
  [418114.773867]  [8177ec5d] dump_stack+0x4d/0x6f
  [418114.773875]  [8107183d] warn_slowpath_common+0x7d/0xa0
  [418114.773881]  [8107191a] warn_slowpath_null+0x1a/0x20
  [418114.773893]  [c0701596] __vb2_queue_cancel+0x116/0x180 
[videobuf2_core]
  [418114.773905]  [c0702cf5] vb2_internal_streamoff+0x35/0x90 
[videobuf2_core]
  [418114.773916]  [c0702db5] vb2_streamoff+0x65/0x70 [videobuf2_core]
  [418114.773928]  [c075e855] uvc_queue_enable+0x65/0xa0 [uvcvideo]
  [418114.773939]  [c076360a] uvc_video_enable+0x4a/0x1b0 [uvcvideo]
  [418114.773958]  [c07601e2] uvc_v4l2_do_ioctl+0x962/0x14b0 
[uvcvideo]
  [418114.773962]  [81192373] ? copy_page_from_iter_iovec+0x183/0x2d0
  [418114.773976]  [c06e02c6] video_usercopy+0x366/0x600 [videodev]
  [418114.773979]  [811e4bd9] ? __sb_start_write+0x49/0xf0
  [418114.773985]  [c075f880] ? uvc_v4l2_open+0x150/0x150 [uvcvideo]
  [418114.773988]  [811e4b61] ? __sb_end_write+0x31/0x60
  [418114.773992]  [811eaad3] ? 

[Desktop-packages] [Bug 1196496] Re: WiMAX - Intel Centrino Wireless-N + WiMAX 6150 BGN [8087:07d9] was detected as a Wired Network

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1196496

Title:
  WiMAX - Intel Centrino Wireless-N + WiMAX 6150 BGN [8087:07d9] was
  detected as a Wired Network

Status in linux package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  CID: 201203-10656

  The WiMAX device [8087:07d9] on this system was detected as a Wired Network 
device in Network Manager.
  However, the wireless itself works fine.

  Output from nm-tool:
  - Device: wmx0 
-
Type:  Wired
Driver:i2400m_usb
State: unavailable
Default:   no
HW Address:50:2D:A2:03:D8:0D

Capabilities:
  Carrier Detect:  yes

Wired Properties
  Carrier: off

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-34-generic 3.5.0-34.55~precise1
  ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
  Uname: Linux 3.5.0-34-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: Cirrus Analog [Cirrus Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1659 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd061 irq 43'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10134213,1028055b,00100100 
HDA:80862806,80860101,0010'
 Controls  : 17
 Simple ctrls  : 6
  Date: Mon Jul  1 18:15:44 2013
  HibernationDevice: RESUME=UUID=39885c42-cc6e-470c-8243-c5bff690d130
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MachineType: Dell Inc. Inspiron 5323
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=120f977a-db0c-40b4-86a8-0c92c9a84fc8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-34-generic N/A
   linux-backports-modules-3.5.0-34-generic  N/A
   linux-firmware1.79.4
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/24/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X48
  dmi.board.name: A3E3C3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrX48:bd07/24/2012:svnDellInc.:pnInspiron5323:pvr:rvnDellInc.:rnA3E3C3:rvrX00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Inspiron 5323
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196496/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 861108] Re: Snake and many other webgl pages crash Firefox

2015-01-01 Thread madbiologist
The Snake WebGL demo listed in this bug's description, and the two
demos in comment #3 all run fine in Firefox 34 on Ubuntu 14.04 Trusty
Tahr on an AMD Radeon HD 7870 2GB.

Full support for your nVidia GF106 [GeForce GT 555M] [10de:0df4]
(including firmware microcode) is included in Ubuntu 12.04 Precise
Pangolin and later Ubuntu releases.

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/861108

Title:
  Snake and many other webgl pages crash Firefox

Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  This URL crashes Firefox:
  http://oos.moxiecode.com/js_webgl/snake/

  I'm not sure how to get a stack trace, since this triggers the Mozilla
  Crash Reporter (which does not print the stack trace).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0+build2+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vectro 2015 F pulseaudio
  BuildID: 20110926064452
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xdf60 irq 45'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:10ec0269,10431ac3,00100100 
HDA:80862805,80860101,0010'
 Controls  : 18
 Simple ctrls  : 10
  Channel: release
  Date: Tue Sep 27 23:58:09 2011
  ForcedLayersAccel: False
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0/20110926064452 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K53SV.308
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K53SV
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SV.308:bd07/17/2011:svnASUSTeKComputerInc.:pnK53SV:pvr1.0:rvnASUSTeKComputerInc.:rnK53SV:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
  dmi.product.name: K53SV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/861108/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406981] Re: OpenHAB designer causes crash in soup_session_feature_detach

2015-01-01 Thread Bug Watch Updater
** Changed in: libsoup
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libsoup2.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1406981

Title:
  OpenHAB designer causes crash in soup_session_feature_detach

Status in Eclipse:
  Fix Released
Status in Soup HTTP Library:
  Unknown
Status in libsoup2.4 package in Ubuntu:
  Invalid
Status in libsoup2.4 package in Debian:
  New

Bug description:
  Running OpenHAB designer through any Java VM (tried 1.7, 1.8 and
  Oracle 1.8), causes a crash in libsoup:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb377829451, pid=11209, tid=140412652816128
  #
  # JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 
1.8.0_25-b17)
  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode 
linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libsoup-2.4.so.1+0x6f451]  soup_session_feature_detach+0x11
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try ulimit -c unlimited before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/marius_priv/projects/openHAB/designer/hs_err_pid11209.log
  #
  # If you would like to submit a bug report, please visit:
  #   http://bugreport.sun.com/bugreport/crash.jsp
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libsoup2.4-1 2.46.0-3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jan  1 20:51:53 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-03-12 (295 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20130203-13:50
  SourcePackage: libsoup2.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/1406981/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1378443] Re: Encrypted disk images are read only in nautilus but not via shell access

2015-01-01 Thread Dimitrios Ntoulas
The same with 
nautilus 1:3.10.1-0ubuntu9.4

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1378443

Title:
  Encrypted disk images are read only in nautilus but not via shell
  access

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  I created a disk image with Disks, without the read only loop device 
option.
  I formatted the disk image as ext4 encrypted, and mounted it.
  Accessing the mount point under /media/username/mountpoint with a terminal as 
the same user as the one running nautilus, let me do every file and directory 
operation.
  Using nautilus I can only delete files in the mounted volume.
  I can't create or copy files or directories, I got the error:
  Error while copying to VOLUMENAME.
  The destination is read-only.

  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  $ apt-cache policy nautilus
  nautilus:
Installed: 1:3.10.1-0ubuntu9.3
Candidate: 1:3.10.1-0ubuntu9.3
Version table:
   *** 1:3.10.1-0ubuntu9.3 0
  500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://it.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.3
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Oct  7 18:35:40 2014
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 
'owner', 'permissions']
  InstallationDate: Installed on 2013-10-12 (360 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-06-10 (119 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1378443/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407015] [NEW] Both nemo and nautilus chrash when opening a nfs share

2015-01-01 Thread Lorenzo Seno
Public bug reported:

I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
Apport seems unable to show details, and crashes itself.
Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
Same behavior using both Compitz and Metacity.
I can open the crashing share using terminal or midnight commander without any 
problem. I can see files/Folders, delete, move, copy, etc.
No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

The crashing share is correctly opened by a different computer using
Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
all.

The lone difference I can observe between the crashing share and the
other three is that the crashing share shows a lot of items
(filesdirectories) in its root, of the order of few hundreds, while the
remaining three shares shows only some dozen of items (I can exactly
count them if necessary).

That's all folks.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: crash nautilus nemo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (filesdirectories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1407015/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407015] Re: Both nemo and nautilus chrash when opening a nfs share

2015-01-01 Thread Lorenzo Seno
Some further information.
Opening the crashing share via SMB intead of NFS allows correcly see files, 
navigate, etc. everything is OK. This happens using both Nemo and Nautilus. 
(this is for me a workaround).
The number of items in the root of the crashing share is exactly 621, files  
directories (mainly files).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (filesdirectories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1407015/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 762366] Re: Firefox 4.0 addons page very slow

2015-01-01 Thread madbiologist
Official support for Ubuntu 11.04 Natty Narwhal has ended.  Is this
bug still occurring on Ubuntu 14.10 Utopic Unicorn with Firefox 34?

** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/762366

Title:
  Firefox 4.0 addons page very slow

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Every time I open and/or scroll about:addons page system becomes 
unresponsible for about 5-10 seconds.
  Through conky I see that Xorg takes all CPU resources.
  I tried:
  - removing ~/.mozilla ,
  - downloading official build of firefox 4.0, 
  - force disabling and force enabling WebGL, 
  - disabling/enabling some compiz plugins,
  - deleting libmoon (which is incompatible with 4.0 at this moment) 
  - exporting MOZ_DISABLE_PANGO=1 before starting firefox (advice from old 
bugreports)
  and nothing helped.
  The problem disappears right after I close addons page. But it also takes 
about 3-4 seconds to close the page.
  I have something about 30 addons in total (without them problem still exists).
  I believe it may be somehow connected to the usage of nouveau drivers (I have 
Nvidia GeForce FX5200 GPU).

  Release: Ubuntu Natty 11.04 (development branch)
  firefox: 4.0+nobinonly-0ubuntu1
  unity: 3.8.8-0ubuntu2
  xorg: 1:7.6+4ubuntu3
  compiz:1:0.9.4+bzr20110415-0ubuntu1
  uname -a: 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 
i686 i386 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/762366/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1388525] Re: package locales 2.13+git20120306-12.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurat

2015-01-01 Thread Launchpad Bug Tracker
[Expired for langpack-locales (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: langpack-locales (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to langpack-locales in Ubuntu.
https://bugs.launchpad.net/bugs/1388525

Title:
  package locales 2.13+git20120306-12.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in langpack-locales package in Ubuntu:
  Expired

Bug description:
  System error in the package installation

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: locales 2.13+git20120306-12.1
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  Date: Thu Oct 30 12:53:54 2014
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.3
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.3
  DuplicateSignature: package:locales:2.13+git20120306-12.1:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2014-04-18 (197 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: langpack-locales
  Title: package locales 2.13+git20120306-12.1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1388525/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406869] [NEW] Slow perfomance with Nvidia driver

2015-01-01 Thread Vive
Public bug reported:

Performance is slow with the Nvidia driver. The display stutters. The
animations in unity take 1-2 seconds to load. Screen tearing is observed
while using firefox. Also, sometimes the screen flickers while using
firefox. The same effects are observed when using the driver downloaded
directly from Nvidia's website. This is a fresh install of Ubuntu
14.04.1.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jan  1 14:33:50 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: nvidia-304, 304.125, 3.13.0-43-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation C73 [GeForce 7100 / nForce 620i] [10de:07e5] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:cb73]
InstallationDate: Installed on 2014-12-30 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 003: ID 0518:0001 EzKEY Corp. USB to PS2 Adaptor v1.09
 Bus 002 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Unknow Unknow
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=538ba611-0063-494a-b8bb-b3183c8dce31 ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/26/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MCP73
dmi.board.vendor: Unknow
dmi.board.version: Unknow
dmi.chassis.asset.tag: Unknow
dmi.chassis.type: 3
dmi.chassis.vendor: Unknow
dmi.chassis.version: Unknow
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd02/26/2009:svnUnknow:pnUnknow:pvrUnknow:rvnUnknow:rnMCP73:rvrUnknow:cvnUnknow:ct3:cvrUnknow:
dmi.product.name: Unknow
dmi.product.version: Unknow
dmi.sys.vendor: Unknow
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Jan  1 14:30:59 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech USB-PS/2 Optical Mouse MOUSE, id 8
 inputPlus More Enterprise LTD. USB-compliant keyboard KEYBOARD, id 9
 inputPlus More Enterprise LTD. USB-compliant keyboard KEYBOARD, id 10
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.6

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 possible-manual-nvidia-install trusty 
ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1406869

Title:
  Slow perfomance with Nvidia driver

Status in xorg package in Ubuntu:
  New

Bug description:
  Performance is slow with the Nvidia driver. The display stutters. The
  animations in unity take 1-2 seconds to load. Screen tearing is
  observed while using firefox. Also, sometimes the screen flickers
  while using firefox. The same effects are observed when using the
  driver downloaded directly from Nvidia's website. This is a fresh
  install of Ubuntu 14.04.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 

[Desktop-packages] [Bug 1406967] [NEW] Mouse dont work

2015-01-01 Thread kbss1990
Public bug reported:

Wireless mouse dont work (moving + buttons) Yesterday everything was
fine. Batteries are new. When i plug in the adapter, red light in mouse
start glowing.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jan  1 19:06:04 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 ndiswrapper, 1.59, 3.13.0-24-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-34-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-35-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-39-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-40-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 
4650/5165] [1002:9480] (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation Device [104d:9035]
InstallationDate: Installed on 2014-07-06 (179 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Sony Corporation VGNFW590F
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic 
root=UUID=db7b07c4-b75c-4ea6-aa96-5f943eaecda2 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/04/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R4070Y0
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR4070Y0:bd09/04/2009:svnSonyCorporation:pnVGNFW590F:pvrA222FWML:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGNFW590F
dmi.product.version: A222FWML
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Jan  1 18:31:29 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.15.1-0ubuntu2.1
xserver.video_driver: radeon

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1406967

Title:
  Mouse dont work

Status in xorg package in Ubuntu:
  New

Bug description:
  Wireless mouse dont work (moving + buttons) Yesterday everything was
  fine. Batteries are new. When i plug in the adapter, red light in
  mouse start glowing.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Jan  1 19:06:04 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   ndiswrapper, 1.59, 3.13.0-24-generic, x86_64: installed
   ndiswrapper, 1.59, 3.13.0-34-generic, x86_64: installed
   ndiswrapper, 1.59, 3.13.0-35-generic, x86_64: installed
   ndiswrapper, 1.59, 3.13.0-39-generic, x86_64: installed
   ndiswrapper, 1.59, 3.13.0-40-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 
4650/5165] [1002:9480] (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:9035]
  InstallationDate: Installed on 

[Desktop-packages] [Bug 1315077] Re: mozilla make my laptop crash

2015-01-01 Thread madbiologist
Is this still occurring on Firefox 34?

Also note that if you have manually turned on MSE support in
about:config, this is still incomplete and can cause problems.  Some MSE
crashes and memory leaks have recently been fixed, but the fixes won't
be available until at least Firefox 37 and possibly not until later.

** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1315077

Title:
  mozilla make my laptop crash

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  mozilla make my laptop crash. I just can see my pointer. i watch live
  streaming on twitch tv . after 2 hours as my setting, my laptop
  suspend.. when i wake up it, i can log in. but after it my desktop
  become black and jus can see my pointer... i must hold power button to
  reset

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 29.0+build1-0ubuntu0.14.04.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dreamer1821 F pulseaudio
   /dev/snd/controlC0:  dreamer1821 F pulseaudio
   /dev/snd/pcmC0D0p:   dreamer1821 F...m pulseaudio
  BuildID: 20140428194004
  CRDA:
   country ID:
(2402 - 2482 @ 40), (N/A, 20)
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Fri May  2 00:10:20 2014
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions:
   Global Menu Bar integration - globalm...@ubuntu.com
   English (GB) Language Pack - langpack-en...@firefox.mozilla.org
   English (South Africa) Language Pack - langpack-en...@firefox.mozilla.org
   Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2014-02-07 (83 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  IpRoute:
   default via 192.168.1.254 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.1  metric 9
  MostRecentCrashID: bp-1f9b6eec-6f37-447f-b2cd-5467f2140430
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=29.0/20140428194004
  RelatedPackageVersions:
   rhythmbox-mozilla 3.0.2-0ubuntu1
   totem-mozilla 3.10.1-1ubuntu4
   flareget  2.4-27
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-1f9b6eec-6f37-447f-b2cd-5467f2140430
   bp-79df97ab-84fd-4b21-a150-386512140419
   bp-8288f970-b64e-4e69-8f86-0b9b92140419
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (12 days ago)
  dmi.bios.date: 05/30/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1453IMS.11P
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1453
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: CX420/CX420 MX
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1453IMS.11P:bd05/30/2011:svnMicro-StarInternationalCo.,Ltd.:pnCX420/CX420MX:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1453:rvrREV1.0:cvnCX420/CX420MX:ct10:cvrN/A:
  dmi.product.name: CX420/CX420 MX
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1315077/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1323967] Re: No Unity 3D support with Radeon APU E2-4000 with R2 Graphics [1002:9853]

2015-01-01 Thread madbiologist
Yung Shen and Po-Hsu Lin - the info that you both posted shows that you
are both using Mesa 10.1.3.  As per comment #11, you need Mesa 10.2.
Ubuntu 14.10 Utopic Unicorn currently has mesa 10.3.0-0ubuntu3 and
mesa 10.3.2-0ubuntu0.1 is currently in utopic-proposed.

I could not find any mention in the upstream changelogs of the new
hardware support being backported to mesa 10.1.x point releases, nor is
there any mention of it in the Ubuntu mesa changelog for Trusty at
https://launchpad.net/ubuntu/+source/mesa/+changelog

Mesa 10.3 or 10.3.2 will probably be included in Ubuntu Trusty Tahr 
14.04.2, which is scheduled for release on 5th February 2015.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1323967

Title:
  No Unity 3D support with Radeon APU E2-4000 with R2 Graphics
  [1002:9853]

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-ati package in Ubuntu:
  Confirmed

Bug description:
  The interface is very slow when 14.04 running on hardware with AMD
  CPU, E1-6010 APU with AMD Radeon R2 Graphics.

  Compiz does not fully supported:
  $ /usr/lib/nux/unity_support_test -c -p
  OpenGL vendor string:   VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
  OpenGL version string:  1.4 (2.1 Mesa 10.1.0)

  Not software rendered:no
  Not blacklisted:  yes
  GLX fbconfig: yes
  GLX texture from pixmap:  yes
  GL npot or rect textures: yes

  Compiz supported: no

  -

  For the status of fglrx driver on this system, please check related
  bug 1324001

  -

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1640 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 28 02:09:50 2014
  HibernationDevice: RESUME=UUID=63f7549b-e124-4907-a497-768e5cc958aa
  InstallationDate: Installed on 2014-05-28 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 3445
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2fef7b9b-8ecf-4187-9d4a-3203bfdc7f71 ro rootdelay=60 quiet splash 
initcall_debug vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Vostro 3445
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/20/2014:svnDellInc.:pnVostro3445:pvrNotSpecified:rvnDellInc.:rnVostro3445:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3445
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323967/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1315611] Re: Keyboard shortcut CTRL+D for adding bookmarks not working with Norwegian locale [Firefox 29]

2015-01-01 Thread madbiologist
Is this fixed in Firefox 34?

** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1005510
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1315611

Title:
  Keyboard shortcut CTRL+D for adding bookmarks not working with
  Norwegian locale [Firefox 29]

Status in The Mozilla Firefox Browser:
  Unknown
Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  The age old keyboard shortcut for adding a bookmark for current page
  is no longer working properly in Firefox 29.

  Starting Firefox with a clean and new profile, the bookmark menu shows
  keyboard shortcut for Add bookmark being set to CTRL+R, and that
  conflicts with page reload. And indeed the page reloads when pressing
  Ctrl+R, while CTRL+D is doing nothing.

  However, if Firefox is started in safe mode, then Ctrl+D works as
  expected and opens bookmark window for current page.

  Note again:
  . Starting Firefox in safe-mode: CTRL+D works.
  . Starting Firefox with clean and new profile (no cruft or extensions): 
CTRL+D does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 29.0+build1-0ubuntu0.14.04.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oyvind 2148 F pulseaudio
   /dev/snd/controlC1:  oyvind 2148 F pulseaudio
  BuildID: 20140428193813
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Sat May  3 09:11:40 2014
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2014-04-01 (31 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.103  
metric 9
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=Safe Mode/Safe Mode (Out of date)
  RelatedPackageVersions:
   rhythmbox-mozilla 3.0.2-0ubuntu2
   google-talkplugin 5.3.1.0-1
   totem-mozilla 3.10.1-1ubuntu4
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/18/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 07F3F4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd02/18/2014:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1315611/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406964] [NEW] enabling remote administration in system-config-printer never returns

2015-01-01 Thread Karl-Philipp Richter
Public bug reported:

Enabling remote administration of the cups instance in `system-config-
printer` makes the process use 1 CPU core for  30 minutes.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: system-config-printer-gnome 1.5.1+20141010-0ubuntu2.1
Uname: Linux 3.17.7-031707-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jan  1 18:21:51 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-28 (4 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
Lpstat: device for PDF: cups-pdf:/
MachineType: LENOVO 20221
PackageArchitecture: all
Papersize: a4
PpdFiles: Error: command ['fgrep', '-H', '*NickName', '/etc/cups/ppd/PDF.ppd'] 
failed with exit code 2: grep: /etc/cups/ppd/PDF.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.17.7-031707-generic 
root=UUID=b3eeddd4-5f87-490d-b4b9-acf528e9751f ro recovery rootflags=subvol=@
SourcePackage: system-config-printer
UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
dmi.bios.date: 07/12/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 71CN51WW(V1.21)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad Z500 Touch
dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
dmi.product.name: 20221
dmi.product.version: Lenovo IdeaPad Z500 Touch
dmi.sys.vendor: LENOVO

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to system-config-printer in Ubuntu.
https://bugs.launchpad.net/bugs/1406964

Title:
  enabling remote administration in system-config-printer never returns

Status in system-config-printer package in Ubuntu:
  New

Bug description:
  Enabling remote administration of the cups instance in `system-config-
  printer` makes the process use 1 CPU core for  30 minutes.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: system-config-printer-gnome 1.5.1+20141010-0ubuntu2.1
  Uname: Linux 3.17.7-031707-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jan  1 18:21:51 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-28 (4 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lpstat: device for PDF: cups-pdf:/
  MachineType: LENOVO 20221
  PackageArchitecture: all
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/PDF.ppd'] failed with exit code 2: grep: /etc/cups/ppd/PDF.ppd: 
Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.17.7-031707-generic 
root=UUID=b3eeddd4-5f87-490d-b4b9-acf528e9751f ro recovery rootflags=subvol=@
  SourcePackage: system-config-printer
  UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1406964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1314556] Re: Unable to mount Android MTP device

2015-01-01 Thread charles ramirez
I also can't connect my LG G2 not recognized at all even with command [
ls /dev/sd* ] in terminal under usb 2.0 or 3.0 under MTP. If i use PTP i
can only see [pictures] and [DCIM] folders and there content. I am
trying to use ubuntu to fix my phone and unless this is fixed it isn't
going to happen!!! this is a insanely important and needed solution I
may even change OS to make sure this works i just came back to ubuntu
after missing using it and am very disappointed...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1314556

Title:
  Unable to mount Android MTP device

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  I have the same problem on 3 computers with 14.04:

  So I tried,
   mtp-detect 
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

  Listing raw device(s)
  Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
 Found 1 device(s):
 Samsung: Galaxy models (MTP) (04e8:6860) @ bus 1, dev 10
  Attempting to connect device(s)
  ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
  LIBMTP libusb: Attempt to reset device
  inep: usb_get_endpoint_status(): Resource temporarily unavailable
  outep: usb_get_endpoint_status(): Device or resource busy
  ignoring libusb_claim_interface() = -6LIBMTP PANIC: failed to open session on 
second attempt
  Unable to open raw device 0
  OK.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gvfs-backends 1.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 30 11:18:12 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-mtp-volume-monitor
  InstallationDate: Installed on 2013-02-12 (441 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gvfs
  UpgradeStatus: Upgraded to trusty on 2014-04-02 (27 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1314556/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406966] [NEW] Windows move to non-existent workspace

2015-01-01 Thread Eric Morgan
Public bug reported:

Open windows/application will periodically end up on a non-existent
workspace. This happens very regularly after unlocking the screen lock
but also occassionally it will happen without having locked the screen.
Swithcing back to a workspace and a given app will simply not be there.
It appears like you cannot restore a window but in reality one can use
unity tweak, increase the number of workspaces horizontally and find the
window and move it back to the workspaces in use.

I'm running 14.04, in a dual monitor scenario, normally with only three
workspaces arranged vertically, for 6 screens in all but only 3
workspaces. The disappearing windows always end up horizontally from the
correct workspace. I haven't been able to tell for sure but having a
dual window virtualbox running or a fullscreened Remmia RDP session may
be a catalyst.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1406966

Title:
  Windows move to non-existent workspace

Status in unity package in Ubuntu:
  New

Bug description:
  Open windows/application will periodically end up on a non-existent
  workspace. This happens very regularly after unlocking the screen lock
  but also occassionally it will happen without having locked the
  screen. Swithcing back to a workspace and a given app will simply not
  be there. It appears like you cannot restore a window but in reality
  one can use unity tweak, increase the number of workspaces
  horizontally and find the window and move it back to the workspaces in
  use.

  I'm running 14.04, in a dual monitor scenario, normally with only
  three workspaces arranged vertically, for 6 screens in all but only 3
  workspaces. The disappearing windows always end up horizontally from
  the correct workspace. I haven't been able to tell for sure but having
  a dual window virtualbox running or a fullscreened Remmia RDP session
  may be a catalyst.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1406966/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 662606] Re: Nautilus crashes when goes to directory with JP2 files

2015-01-01 Thread scruss
Bug is still present in Utopic, and even with jp2 thumbnailing disabled:

$ gsettings get org.gnome.desktop.thumbnailers disable
['image/jp2']

Test image (rather large, but freely downloadable):
http://digitalarchive.mcmaster.ca/islandora/object/macrepo%3A31205/datastream/JP2/view.jp2

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/662606

Title:
  Nautilus crashes when goes to directory with JP2 files

Status in nautilus package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus

  Nautilus 2.32.0 crashes, when I will go to the directory with JP2 file
  or with JP2 files. This happen in Ubuntu 10.10 as well as in Ubuntu
  10.04.

  (When I will to such directory with GNOME Commander, nothing crashes,
  everything is all right, I can for example copy files, but I can not
  open such files in GIMP 2.6.11 anyway.)

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  Date: Mon Oct 18 13:03:56 2010
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcEnviron:
   LANG=cs_CZ.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/662606/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1281169] Re: Dashboard plugin doesn't work

2015-01-01 Thread Robert Roth
** Bug watch added: GNOME Bug Tracker #739759
   https://bugzilla.gnome.org/show_bug.cgi?id=739759

** Also affects: gedit-plugins via
   https://bugzilla.gnome.org/show_bug.cgi?id=739759
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1281169

Title:
  Dashboard plugin doesn't work

Status in set of plugins for gedit:
  Unknown
Status in gedit-plugins package in Ubuntu:
  Confirmed

Bug description:
  I have activated the Dashboard plugin but when I open gedit it shows
  a tab with a blank document.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit-plugins 3.8.3-2ubuntu1
  Uname: Linux 3.12.11-20140214-i7 x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Feb 17 17:15:39 2014
  InstallationDate: Installed on 2014-02-01 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gedit-plugins
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit-plugins/+bug/1281169/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406900] Re: package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi au paquet fglrx 2:14.

2015-01-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1406900

Title:
  package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade:
  tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui
  appartient aussi au paquet fglrx 2:14.200-0ubuntu1

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: fglrx-dev 2:14.200-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  AptOrdering:
   fglrx-amdcccle: Install
   fglrx-dev: Install
   fglrx-amdcccle: Configure
   fglrx-dev: Configure
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jan  1 14:09:32 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: fglrx, 14.200: added
  DuplicateSignature: package:fglrx-dev:2:14.200-0ubuntu1:tentative de 
remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi au paquet 
fglrx 2:14.200-0ubuntu1
  ErrorMessage: tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui 
appartient aussi au paquet fglrx 2:14.200-0ubuntu1
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz 
Edition] [1002:6818] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:042a]
   Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz 
Edition] [1002:6818] (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:042f]
  InstallationDate: Installed on 2014-12-15 (17 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=0c0f1ab2-6073-4c11-ae9f-ccf96a3a4cbc ro quiet splash vt.handoff=7
  SourcePackage: fglrx-installer
  Title: package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade: 
tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi 
au paquet fglrx 2:14.200-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2104
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9X79 PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2104:bd08/03/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP9X79PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58+git1411301621.f99522~gd~u
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5~git1412260730.cb5a37~gd~u
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5~git1412260730.cb5a37~gd~u
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1412241931.0d42b0~gd~u
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git1411032101.3fb97d~gd~u
  xserver.bootTime: Thu Jan  1 11:03:27 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
   AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: fglrx

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1374976] Re: Screen tearing Nvidia - since Kubuntu 14.04

2015-01-01 Thread Alberto Salvia Novella
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1374976

Title:
  Screen tearing Nvidia - since Kubuntu 14.04

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Affects fullscreen YouTube, VLC or OnLive.

  Since Kubuntu 14.04 I have a screen tearing which is quite annoying...
  It looks like 4/5 of the screen gets painted on time and the rest is
  refreshed too late.

  The problem occurs since Kubuntu 14.04. Changing Nvidia drivers does
  not help. Currently I'm on the recommended 331.89 driver.

  No problem on Debian and previous versions of Kubuntu.

  Temporary resolution is:
  1) Go to System Settings - Desktop Effects
  2) Go to Advanced tab
  3) Change the Scaling Method to whichever other option
  4) Apply settings

  The problem reoccurs after restart or resume from suspend or
  hybernation.

  -
  The following FIXED the problem completely:
  -

  Create file:
  /etc/profile.d/Tearing.sh

  Insert this code:
  export __GL_YIELD=USLEEP

  Then make it executable with:
  chmod +x /etc/profile.d/Tearing.sh

  Once that's done, reboot.

  The GL_YIELD worked for me, and now vertical sync appears to be
  working as it should.

  (https://www.kubuntuforums.net/showthread.php?63946-No-vertical-sync-
  with-NVIDIAhighlight=tearing)

  ---
  Output of sudo lshw -C display; lsb_release -a; uname -a; free -m as 
follows:

*-display
 description: VGA compatible controller
 product: G96 [GeForce 9500 GT]
 vendor: NVIDIA Corporation
 physical id: 0
 bus info: pci@:01:00.0
 version: a1
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
 configuration: driver=nvidia latency=0
 resources: irq:50 memory:e200-e2ff memory:c000-cfff 
memory:e000-e1ff ioport:2000(size=128)
*-display
 description: Display controller
 product: 82G33/G31 Express Integrated Graphics Controller
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 02
 width: 32 bits
 clock: 33MHz
 capabilities: msi pm bus_master cap_list
 configuration: driver=i915 latency=0
 resources: irq:47 memory:e320-e327 ioport:3460(size=8) 
memory:d000-dfff memory:e310-e31f
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description: Ubuntu Utopic Unicorn (development branch)
  Release: 14.10
  Codename: utopic
  Linux CNRI-PC 3.16.0-18-generic #25-Ubuntu SMP Fri Sep 26 02:44:15 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
   total used free shared buffers cached
  Mem: 7909 4353 3555 94 529 1306
  -/+ buffers/cache: 2518 5391
  Swap: 10001 0 10001

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-core 2:1.16.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  Date: Sun Sep 28 15:32:03 2014
  ExecutablePath: /usr/bin/Xorg
  InstallationDate: Installed on 2014-09-13 (14 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140826.1)
  ProcEnviron:
   
  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1374976/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1297036] Re: xdg-email man page uses broken URL

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdg-utils (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1297036

Title:
  xdg-email man page uses broken URL

Status in xdg-utils package in Ubuntu:
  Confirmed

Bug description:
  The man page states:

  CONFIGURATION
 Visit http://portland.freedesktop.org/EmailConfig for information how 
to configure xdg-email to use the email client of your choice.

  This server appears to be incorrectly configured, and the web page is
  inaccessible.

  Browsing the source code, this bug appears to be active in all
  released versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1297036/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1353185] Re: Chromium 36 upgrade will not execute

2015-01-01 Thread Øyvind Stegard
And after a reboot, it suddenly does not occur anymore. No idea what's
going on.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1353185

Title:
  Chromium 36 upgrade will not execute

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Chromium will no longer start after version 36 upgrade. Previous
  version worked ok. Execution from command line reports Illegal
  instruction (core dumped). Nothing displayed on screen.

  lshw reports:

  description: Tower Computer
  version: System Version
  width: 32 bits
  capabilities: smbios-2.3 dmi-2.3
  configuration: boot=normal chassis=tower
*-core
 description: Motherboard
 product: A7V8X
 vendor: ASUSTeK Computer INC.
   *-firmware
description: BIOS
vendor: Award Software, Inc.
physical id: 0
version: ASUS A7V8X ACPI BIOS Revision 1010
   *-cpu
description: CPU
product: AMD Athlon(TM) XP 2400+
vendor: Hynix Semiconductor (Hyundai Electronics)
   *-memory
description: System Memory
slot: System board or motherboard
size: 1GiB

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 36.0.1985.125-0ubuntu1.12.04.0~pkg897
  ProcVersionSignature: Ubuntu 3.2.0-67.101-generic 3.2.60
  Uname: Linux 3.2.0-67-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Tue Aug  5 19:35:30 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu-2d
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu-2d:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu-2d:/usr/share/gnome:/usr/local/share/:/usr/share/
  DmesgChromium: [   28.356536] type=1400 audit(1407283433.748:15): 
apparmor=STATUS operation=profile_load 
name=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser 
pid=853 comm=apparmor_parser
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to precise on 2012-09-15 (689 days ago)
  chromium-default: CHROMIUM_FLAGS=
  modified.conffile..etc.default.chromium.browser: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1353185/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1353185] Re: Chromium 36 upgrade will not execute

2015-01-01 Thread Øyvind Stegard
I get this upon starting Chromium 39.0.2171.65-0ubuntu0.14.04.1.1064 on
Ubuntu 14.04:

Illegal instruction (SIGILL) (core dumped)

kernel logs the following:
[13229.484984] traps: NSS SSL ThreadW[11266] trap invalid opcode 
ip:7f1f1360b73e sp:7f1f06801740 error:0 in libfreebl3.so[7f1f135b4000+78000]

CPU is a Core i7-4600U.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1353185

Title:
  Chromium 36 upgrade will not execute

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Chromium will no longer start after version 36 upgrade. Previous
  version worked ok. Execution from command line reports Illegal
  instruction (core dumped). Nothing displayed on screen.

  lshw reports:

  description: Tower Computer
  version: System Version
  width: 32 bits
  capabilities: smbios-2.3 dmi-2.3
  configuration: boot=normal chassis=tower
*-core
 description: Motherboard
 product: A7V8X
 vendor: ASUSTeK Computer INC.
   *-firmware
description: BIOS
vendor: Award Software, Inc.
physical id: 0
version: ASUS A7V8X ACPI BIOS Revision 1010
   *-cpu
description: CPU
product: AMD Athlon(TM) XP 2400+
vendor: Hynix Semiconductor (Hyundai Electronics)
   *-memory
description: System Memory
slot: System board or motherboard
size: 1GiB

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 36.0.1985.125-0ubuntu1.12.04.0~pkg897
  ProcVersionSignature: Ubuntu 3.2.0-67.101-generic 3.2.60
  Uname: Linux 3.2.0-67-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Tue Aug  5 19:35:30 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu-2d
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu-2d:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu-2d:/usr/share/gnome:/usr/local/share/:/usr/share/
  DmesgChromium: [   28.356536] type=1400 audit(1407283433.748:15): 
apparmor=STATUS operation=profile_load 
name=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser 
pid=853 comm=apparmor_parser
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to precise on 2012-09-15 (689 days ago)
  chromium-default: CHROMIUM_FLAGS=
  modified.conffile..etc.default.chromium.browser: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1353185/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1019259] Re: xdg-email fails to launch Thunderbird

2015-01-01 Thread Thomas E. Horner
*** This bug is a duplicate of bug 515386 ***
https://bugs.launchpad.net/bugs/515386

i confirm that adding the patch sending email works again.
for readability i'd like to propose using | head -n 1, tough:

the first change makes sure that only the first occurrence of Exec in 
thunderbird's desktop file is considered: | head -n 1.
the second change is a fix for what is clearly a bug (having $browser instead 
of the correct variable $desktop).

diff -u org/xdg-email fixed/xdg-email
--- org/xdg-email 2014-07-16 11:43:48.0 +0200
+++ fixed/xdg-email 2014-12-30 17:44:27.990930489 +0100
@@ -321,7 +321,7 @@
 file=$dir/applications/$desktop
 [ -r $file ] || continue
 # Remove any arguments (%F, %f, %U, %u, etc.).
- command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed -e 's/ 
.*$//'`
+ command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed -e 's/ 
.*$//' | head -n 1`
 command=`which $command`
 readlink -f $command
 return
@@ -512,7 +512,7 @@
 local client
 local desktop
 desktop=`xdg-mime query default x-scheme-handler/mailto`
- client=`desktop_file_to_binary $browser`
+ client=`desktop_file_to_binary $desktop`
 echo $client | grep thunderbird  /dev/null 21
 if [ $? -eq 0 ] ; then
 run_thunderbird $client $1


** This bug has been marked a duplicate of bug 515386
   No attachment when Thunderbird is set as default client.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1019259

Title:
  xdg-email fails to launch Thunderbird

Status in xdg-utils package in Ubuntu:
  Confirmed

Bug description:
  When clicking mailto:; links in Chromium, nothing happens. I have
  Googled around and found that Chromium uses xdg-email for these. I
  think the problems is the routine desktop_file_to_binary which
  returns empty because the grep for Exec finds three such lines in the
  file /usr/share/applications/thunderbird.desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xdg-utils 1.1.0~rc1-2ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Fri Jun 29 13:10:56 2012
  Dependencies:
   
  InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release amd64 (20120423)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xdg-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1019259/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406901] [NEW] MemorySanitizer reports warning for each application linked against Qt

2015-01-01 Thread Oliver Stöneberg
Public bug reported:

When compiling a program with clang  and MemorySanitizer you get the
following:

Uninitialized bytes in __interceptor_strcmp at offset 0 inside [0x6080ded8, 
2)
==10413== WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x7fdfc0c6575d in QMetaType::registerType(char const*, void (*)(void*), 
void* (*)(void const*)) (/usr/lib/x86_64-linux-gnu/libQtCore.so.4+0x18975d)
#1 0x7fdfc1178e4d in _init 
(/usr/lib/x86_64-linux-gnu/libQtGui.so.4+0x1b7e4d)
#2 0x7fdfc2496139 in call_init /build/buildd/eglibc-2.19/elf/dl-init.c:78
#3 0x7fdfc2496222 in call_init /build/buildd/eglibc-2.19/elf/dl-init.c:36
#4 0x7fdfc2496222 in _dl_init /build/buildd/eglibc-2.19/elf/dl-init.c:126
#5 0x7fdfc2487309 (/lib64/ld-linux-x86-64.so.2+0x1309)

  Uninitialized value was created by a heap allocation
#0 0x7fdfc3845e23 in __interceptor_malloc 
/home/ben/development/llvm/3.5/final/llvm.src/projects/compiler-rt/lib/msan/msan_interceptors.cc:835:3
#1 0x7fdfc0b591bf in QByteArray::realloc(int) 
(/usr/lib/x86_64-linux-gnu/libQtCore.so.4+0x7d1bf)
#2 0x7fff5f7611cf (unknown module)

SUMMARY: MemorySanitizer: use-of-uninitialized-value ??:0
QMetaType::registerType(char const*, void (*)(void*), void* (*)(void
const*))

I used the official clang 3.5 ubuntu 14.04 binaries provided by llvm.org
- http://llvm.org/releases/download.html#3.5.0

libqtcore4:
  Installed: 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
  Candidate: 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
  Version table:
 *** 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

Description:Ubuntu 14.04.1 LTS
Release:14.04

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: apport (Ubuntu) = qt4-x11 (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1406901

Title:
  MemorySanitizer reports warning for each application linked against Qt

Status in qt4-x11 package in Ubuntu:
  New

Bug description:
  When compiling a program with clang  and MemorySanitizer you get the
  following:

  Uninitialized bytes in __interceptor_strcmp at offset 0 inside 
[0x6080ded8, 2)
  ==10413== WARNING: MemorySanitizer: use-of-uninitialized-value
  #0 0x7fdfc0c6575d in QMetaType::registerType(char const*, void 
(*)(void*), void* (*)(void const*)) 
(/usr/lib/x86_64-linux-gnu/libQtCore.so.4+0x18975d)
  #1 0x7fdfc1178e4d in _init 
(/usr/lib/x86_64-linux-gnu/libQtGui.so.4+0x1b7e4d)
  #2 0x7fdfc2496139 in call_init /build/buildd/eglibc-2.19/elf/dl-init.c:78
  #3 0x7fdfc2496222 in call_init /build/buildd/eglibc-2.19/elf/dl-init.c:36
  #4 0x7fdfc2496222 in _dl_init /build/buildd/eglibc-2.19/elf/dl-init.c:126
  #5 0x7fdfc2487309 (/lib64/ld-linux-x86-64.so.2+0x1309)

Uninitialized value was created by a heap allocation
  #0 0x7fdfc3845e23 in __interceptor_malloc 
/home/ben/development/llvm/3.5/final/llvm.src/projects/compiler-rt/lib/msan/msan_interceptors.cc:835:3
  #1 0x7fdfc0b591bf in QByteArray::realloc(int) 
(/usr/lib/x86_64-linux-gnu/libQtCore.so.4+0x7d1bf)
  #2 0x7fff5f7611cf (unknown module)

  SUMMARY: MemorySanitizer: use-of-uninitialized-value ??:0
  QMetaType::registerType(char const*, void (*)(void*), void* (*)(void
  const*))

  I used the official clang 3.5 ubuntu 14.04 binaries provided by
  llvm.org - http://llvm.org/releases/download.html#3.5.0

  libqtcore4:
Installed: 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
Candidate: 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
Version table:
   *** 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Description:Ubuntu 14.04.1 LTS
  Release:14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1406901/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 729307] Re: YouTube videos play red

2015-01-01 Thread seba
** Changed in: flashplugin-nonfree (Ubuntu)
   Status: Confirmed = New

** Changed in: flashplugin-nonfree (Ubuntu)
 Assignee: (unassigned) = seba (indreica-seba)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to flashplugin-nonfree in Ubuntu.
https://bugs.launchpad.net/bugs/729307

Title:
  YouTube videos play red

Status in flashplugin-nonfree package in Ubuntu:
  New

Bug description:
  Binary package hint: flashplugin-nonfree

  After the recent updates, most (but not all) YouTube videos play with
  a red colour. It seems as though the cyan filter is double size, and
  the green filter is absent. The videos are not watchable.

  Many people are getting this problem. It occurs in both Firefox and
  Chromium. It affects people with the standard Ubuntu repositories as
  well as those with updated Adobe Flash.

  This has been discussed at length in the Ubuntu forums. The main thread:
  http://ubuntuforums.org/showthread.php?t=1698956

  A reliable workaround has been found: disable hardware acceleration:
  http://ubuntuforums.org/showthread.php?p=10520930#post10520930

  This seems to be a problem with Adobe Flash.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: flashplugin-nonfree 10.2.152.27ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic x86_64
  Architecture: amd64
  CheckboxSubmission: 5bf569339afeaacf6d8dcc180d0a06f0
  CheckboxSystem: b1865df84255b8716d3bcc269ff410d1
  Date: Fri Mar  4 19:52:47 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: flashplugin-nonfree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1390468] Re: Screensaver doesn't activate

2015-01-01 Thread Alberto Salvia Novella
** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1390468

Title:
  Screensaver doesn't activate

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  No matter what settings and timeouts i set up in the Brightness  Lock
  dialog, the screensaver doesn't activate. If i lock manually
  (Ctrl+Alt+L) it works and it locks on resume after suspend. Just the
  inactivity lock doesn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: gnome-screensaver 3.6.1-0ubuntu14
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov  7 13:05:34 2014
  ExecutablePath: /usr/bin/gnome-screensaver
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: 1: AppId = /usr/bin/google-chrome-beta, Flags = 4, 
Reason = WebRTC has active PeerConnections.
  GsettingsGnomeSession:
   org.gnome.desktop.session session-name 'ubuntu'
   org.gnome.desktop.session idle-delay uint32 60
  InstallationDate: Installed on 2013-12-06 (335 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: gnome-screensaver
  UpgradeStatus: Upgraded to utopic on 2014-10-26 (11 days ago)
  modified.conffile..etc.xdg.autostart.gnome.screensaver.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.gnome.screensaver.desktop: 
2014-11-03T10:46:39.823732

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1390468/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406903] [NEW] File History calendar not usable

2015-01-01 Thread Sam Osborne
Public bug reported:

In Ubuntu settings, under Privacy and 'Files  Applications', when Clear 
History is selected, one of the options is to clear history from a date range.
This range is picked with calendars. I am finding it impossible to select a 
date from the calendars, or type in a date.

Expectation: Can click on a date and the string will change accordingly.
Reality: Clicking on the calendar does nothing and a double tap of Esc is 
necessary to leave it.

** Affects: ubuntu-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1406903

Title:
  File History calendar not usable

Status in ubuntu-settings package in Ubuntu:
  New

Bug description:
  In Ubuntu settings, under Privacy and 'Files  Applications', when Clear 
History is selected, one of the options is to clear history from a date range.
  This range is picked with calendars. I am finding it impossible to select a 
date from the calendars, or type in a date.

  Expectation: Can click on a date and the string will change accordingly.
  Reality: Clicking on the calendar does nothing and a double tap of Esc is 
necessary to leave it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/1406903/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 706506] Re: [SVG Font Editor] Crash when kerning an empty pair

2015-01-01 Thread ~suv
** Tags removed: fonts
** Tags added: svgfonts

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/706506

Title:
  [SVG Font Editor] Crash when kerning an empty pair

Status in Inkscape: A Vector Drawing Tool:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released

Bug description:
  Crash reproduced on Ubuntu 10.10, Inkscape 0.48 and trunk revision
  10013, and on Windows XP, Inkscape 0.47.

  Steps:
  1. Open the SVG Font Editor (TextSVG Font Editor).
  2. Add a new font.
  3. Select the new font in the list.
  4. In the Kerning tab, move the Kerning value slider.
  5. Crash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/706506/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407039] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407039

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407039/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407040] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407040

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...

  
  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407040/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407036] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407036

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407036/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407037] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407037

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407037/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407035] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407035

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407035/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 817049] Re: gs renders images as black boxes when generating PDF files

2015-01-01 Thread sandipahire007
hi Team,

i have send print from windows 2003 server 192.168.0.2
and printer connected 192.168.105.208 ( Ubuntu 10.10 )
 print job not Accepted in Ubuntu 10.10
printer install parallel port

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/817049

Title:
  gs renders images as black boxes when generating PDF files

Status in GS-GPL  -  GPL Ghostscript:
  Invalid
Status in acroread package in Ubuntu:
  Incomplete
Status in ghostscript package in Ubuntu:
  Invalid
Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  I just noticed that for several days my cupspdf printer driver
  (generating PDF files in the home directory as a special printer)
  generated broken PDF files when printing from firefox to cupspdf.

  Debugging and breaking it down into its processing steps showed that
  firefox itself generates  a PDF files and sends it to the cupspdf
  printer, which then runs something like (filenames replaced for
  debugging tests)

  pdftops -level2 -origpagesizes x.pdf y.ps

  /usr/lib/cups/filter/pstops 619 hadmut test 1 finishings=3  y.ps 
  z.ps

  
  /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER 
-sDEVICE=pdfwrite -sOutputFile=a.pdf -dAutoRotatePages=/PageByPage 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dPDFSETTINGS=/prepress -c .setpdfwrite -f z.ps

  
  The first and the second step work, the generated postscript file (y.ps in 
this example) is correct (i.e. ghostview shows it correctly, I did not check 
it's internals). 

  But then gs generates a broken pdf.

  Just try a

  /usr/bin/gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite
  -sOutputFile=a.pdf -f z.ps

  with the attached z.ps  as an example. I'll attach both z.ps and
  a.pdf.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: ghostscript 9.01~dfsg-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  Architecture: amd64
  Date: Wed Jul 27 17:13:18 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  Lpstat:
   device for Deskjet-F2100-series: 
hp:/usb/Deskjet_F2100_series?serial=CN7CK4T2NP04TK
   device for HP-LaserJet-1300: socket://192.168.160.1:9100
   device for hp-LaserJet-1320-series: 
hp:/usb/hp_LaserJet_1320_series?serial=00CNM1G08790
   device for Laser: ///dev/null
   device for PDF: cups-pdf:/
  MachineType: Gigabyte Technology Co., Ltd. GA-MA78G-DS3H
  Papersize: a4
  PpdFiles:
   PDF: Generic CUPS-PDF Printer
   HP-LaserJet-1300: HP LaserJet 1300 Series Postscript (recommended)
   hp-LaserJet-1320-series: HP LaserJet 1320 Foomatic/pxlmono (recommended)
   Deskjet-F2100-series: HP Deskjet f2100 Series hpijs, 3.10.6
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-11-generic 
root=/dev/mapper/raid2-ubuntu64 ro quiet splash vt.handoff=7
  SourcePackage: ghostscript
  UpgradeStatus: Upgraded to natty on 2011-05-17 (70 days ago)
  dmi.bios.date: 04/03/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-MA78G-DS3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd04/03/2008:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78G-DS3H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78G-DS3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA78G-DS3H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/817049/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407032] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407032

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407032/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407033] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407033

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407033/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407034] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407034

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in NULL Project:
  Invalid

Bug description:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talent

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407034/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407040] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...


شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407040

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت الرابع الحلقة الثالثة ... عراب غوت 
تالنت 4 Arabs Got Talent الموسم الرابع الحلقة 3 قناة MBC 4 برنامج آراب جوت 
تالنت ...
  قبل ١٩ ساعة - مشاهدة برنامج عرب جوت تالنت 

[Desktop-packages] [Bug 1407041] [NEW] برنامج Arab got talent الموسم الرابع الحلقة 3 الثالثه

2015-01-01 Thread gdfgdf
Public bug reported:

قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...


شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407041

Title:
  برنامج Arab got talent الموسم الرابع الحلقة 3 الثالثه

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج 

[Desktop-packages] [Bug 1407039] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407039

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...
  قبل يومين (٢) - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs 
Got Talents4 PE 3 ... قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة 
السبت ...

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة 

[Desktop-packages] [Bug 1407034] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
Talent

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407034

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talentبرنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got
  Talent

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد 

[Desktop-packages] [Bug 1407041] Re: برنامج Arab got talent الموسم الرابع الحلقة 3 الثالثه

2015-01-01 Thread William Grant
** Package changed: libreoffice (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407041

Title:
  برنامج Arab got talent الموسم الرابع الحلقة 3 الثالثه

Status in NULL Project:
  Invalid

Bug description:
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...
  قبل ١٩ ساعة - برنامج Arab got Talents الموسم الرابع - الحلقة الثالثة كاملة 
بتاريخ ... برنامج عرب غوت تالنت الموسم الرابع Arabs Got Talent الحلقة 3 الثالثة 
كاملة ...

  
  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1407041/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1388239] Re: CPU: 1 PID: 11025 at /build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 __vb2_queue_cancel+0x116/0x180 [videobuf2_core]()

2015-01-01 Thread PascalC
please update this bug, it is no more in incomplete status.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to v4l-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1388239

Title:
  CPU: 1 PID: 11025 at
  /build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120
  __vb2_queue_cancel+0x116/0x180 [videobuf2_core]()

Status in linux package in Ubuntu:
  Confirmed
Status in v4l-utils package in Ubuntu:
  New

Bug description:
  Found theses warnings when using the webcam on flash site under
  firefox.

  
  [418114.773634] [ cut here ]
  [418114.773674] WARNING: CPU: 1 PID: 11025 at 
/build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 
__vb2_queue_cancel+0x116/0x180 [videobuf2_core]()
  [418114.773677] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs libcrc32c xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
nf_conntrack ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables bridge stp 
llc snd_hrtimer nfsv3 rpcsec_gss_krb5 nfsv4 ib_iser rdma_cm iw_cm ib_cm ib_sa 
ib_mad ib_core ib_addr bnep iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi rfcomm bluetooth 6lowpan_iphc nfsd auth_rpcgss binfmt_misc 
nfs_acl nfs lockd sunrpc fscache dm_crypt ir_lirc_codec lirc_dev ir_rc5_decoder 
ir_mce_kbd_decoder ir_sharp_decoder ir_jvc_decoder ir_sony_decoder 
ir_sanyo_decoder ir_rc6_decoder ir_nec_decoder rc_rc6_mce mceusb rc_core pl2303 
usbserial snd_hda_codec_realtek uvcvideo videobuf2_vmalloc
  [418114.773763]  videobuf2_memops snd_hda_codec_generic snd_usb_audio 
videobuf2_core v4l2_common snd_hda_intel videodev snd_hda_controller media 
joydev snd_usbmidi_lib snd_hda_codec snd_hwdep coretemp snd_pcm kvm_intel 
snd_seq_midi dm_multipath kvm snd_seq_midi_event scsi_dh snd_rawmidi snd_seq 
snd_seq_device serio_raw snd_timer cuse snd lpc_ich parport_pc soundcore ppdev 
mac_hid lp parport i915 hid_generic e1000e ptp video i2c_algo_bit 
drm_kms_helper usbhid drm firewire_ohci hid pata_acpi firewire_core crc_itu_t 
pps_core
  [418114.773829] CPU: 1 PID: 11025 Comm: plugin-containe Tainted: GW   
  3.16.0-23-lowlatency #31-Ubuntu
  [418114.773833] Hardware name: AOpen i965GMx-IF/i965GMx-IF, BIOS 6.00 PG 
10/03/2008
  [418114.773836]  0009 8800115c7c00 8177ec5d 

  [418114.773843]  8800115c7c38 8107183d  

  [418114.773848]  88008b044af0 88008b0448d8 8801215cb180 
8800115c7c48
  [418114.773854] Call Trace:
  [418114.773867]  [8177ec5d] dump_stack+0x4d/0x6f
  [418114.773875]  [8107183d] warn_slowpath_common+0x7d/0xa0
  [418114.773881]  [8107191a] warn_slowpath_null+0x1a/0x20
  [418114.773893]  [c0701596] __vb2_queue_cancel+0x116/0x180 
[videobuf2_core]
  [418114.773905]  [c0702cf5] vb2_internal_streamoff+0x35/0x90 
[videobuf2_core]
  [418114.773916]  [c0702db5] vb2_streamoff+0x65/0x70 [videobuf2_core]
  [418114.773928]  [c075e855] uvc_queue_enable+0x65/0xa0 [uvcvideo]
  [418114.773939]  [c076360a] uvc_video_enable+0x4a/0x1b0 [uvcvideo]
  [418114.773958]  [c07601e2] uvc_v4l2_do_ioctl+0x962/0x14b0 
[uvcvideo]
  [418114.773962]  [81192373] ? copy_page_from_iter_iovec+0x183/0x2d0
  [418114.773976]  [c06e02c6] video_usercopy+0x366/0x600 [videodev]
  [418114.773979]  [811e4bd9] ? __sb_start_write+0x49/0xf0
  [418114.773985]  [c075f880] ? uvc_v4l2_open+0x150/0x150 [uvcvideo]
  [418114.773988]  [811e4b61] ? __sb_end_write+0x31/0x60
  [418114.773992]  [811eaad3] ? pipe_write+0x393/0x450
  [418114.773997]  [c075ec3f] uvc_v4l2_ioctl+0x2f/0x70 [uvcvideo]
  [418114.774004]  [c06da734] v4l2_ioctl+0x154/0x190 [videodev]
  [418114.774008]  [811f6468] do_vfs_ioctl+0x2c8/0x4a0
  [418114.774011]  [812007de] ? __fget+0x6e/0xb0
  [418114.774029]  [811f66c1] SyS_ioctl+0x81/0xa0
  [418114.774039]  [8178666d] system_call_fastpath+0x1a/0x1f
  [418114.774084] ---[ end trace 36d13fa659268ece ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-release-upgrader-core 1:14.10.9
  ProcVersionSignature: Ubuntu 3.16.0-23.31-lowlatency 3.16.4
  Uname: Linux 3.16.0-23-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Fri Oct 31 20:35:55 2014
  InstallationDate: Installed on 2011-10-23 (1103 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (7 days ago)
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  

[Desktop-packages] [Bug 1364292] Re: 8086:2a42 [Toshiba Portégé R600-10Q] VGA output doesn't work with Intel GM45 chipset

2015-01-01 Thread Oliver Woodford
Bug submitted at:
https://bugs.freedesktop.org/show_bug.cgi?id=87951

** Bug watch added: freedesktop.org Bugzilla #87951
   https://bugs.freedesktop.org/show_bug.cgi?id=87951

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1364292

Title:
  8086:2a42 [Toshiba Portégé R600-10Q] VGA output doesn't work with
  Intel GM45 chipset

Status in xorg package in Ubuntu:
  Triaged

Bug description:
  I have just installed Ubuntu 14.04 64-bit on my Toshiba Portege
  R600-10Q laptop (a model from 2009). I am now trying to display the
  desktop on a BenQ Senseye3 22 monitor, via the vga output, but it's
  not working - the monitor says No Signal Detected!.

  What I've done:
  I have gone into Screen Display, where I can see the monitor is detected by 
the laptop.
  The monitor has a 1920 x 1080 native resolution, which I have tried to use, 
but I have also set it to lower resolutions, e.g. 1024 x 576.
  I have tried to use the monitor in dual screen, mirrored and single screen 
mode - none work.
  I have tried pressing Fn + F5 to get single screen output - the laptop screen 
goes blank, but still no output on the monitor.
  I have tried several monitors (of the same type, and also of a different 
make), so I don't think it's that.

  If I plug the vga cable in after boot up, then the monitor receives no
  signal.

  WORKAROUND: If, and only if, the monitor was plugged in to the PC's
  VGA output during boot up, then the display outputs to the monitor
  correctly.

  The laptop has the Intel® GS45 Express chipset for graphics acceleration. I 
installed mesa-utils and ran glxinfo in a terminal. Amongst the output was:
  OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset

  Also, in the About This Computer window I see:
  Graphics: Mobile Intel® GM45 Express Chipset

  I wonder if the problem is that my chipset is GS45 not GM45.

  The output of sudo lshw -C video is:
  *-display:0
  description: VGA compatible controller
  product: Mobile 4 Series Chipset Integrated Graphics Controller
  vendor: Intel Corporation
  physical id: 2
  bus info: pci@:00:02.0
  version: 07
  width: 64 bits
  clock: 33MHz
  capabilities: msi pm vga_controller bus_master cap_list rom
  configuration: driver=i915 latency=0
  resources: irq:44 memory:ff40-ff7f memory:e000-efff 
ioport:cff8(size=8)
  *-display:1 UNCLAIMED
  description: Display controller
  product: Mobile 4 Series Chipset Integrated Graphics Controller
  vendor: Intel Corporation
  physical id: 2.1
  bus info: pci@:00:02.1
  version: 07
  width: 64 bits
  clock: 33MHz
  capabilities: pm bus_master cap_list
  configuration: latency=0
  resources: memory:ffc0-ffcf

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Sep  2 10:00:57 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:000c]
     Subsystem: Toshiba America Info Systems Device [1179:000c]
  InstallationDate: Installed on 2014-08-28 (4 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: TOSHIBA PORTEGE R600
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=fe977943-4013-472e-b627-f7184c9e190f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/27/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.60
  dmi.board.asset.tag: 00
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.60:bd11/27/2008:svnTOSHIBA:pnPORTEGER600:pvrPPR61E-00Q00CEN:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: PORTEGE R600
  dmi.product.version: PPR61E-00Q00CEN
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  

[Desktop-packages] [Bug 1406970] [NEW] package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-01-01 Thread George Langford
Public bug reported:

This installation has not succeeded in getting past a login page with a
menu bar at the top that has my network name at upper left and some
additional menu icons at top right, including a classic gnome menu
containing just three items: high contrast, on-screen keyboard, and read
[something-or-other], The only thing I could do with this is use the on-
screen keyboard to enter my password.

Entering my password after selecting gnome classic (or ubuntu or gnome
default) produces lots of hard drive activity but nothing further - the
OS sticks at an orange wallpaper screen that thankfully fits the monitor
with Ubunto 14.04 LTS at lower left. No menus to select from ... no menu
bar.

While mucking about to try to get past this impasse, I found this error message 
after entering: sudo lightdm --test-mode from the Terminal console:
 failed to use bus name 
org.freedesktop.DisplayManager

Searching on that term in Google, I came upon an answer with these
instructions:

sudo dpkg-reconfigure gdm #select gdm
sudo apt-get remove lightdm* --purge
sudo reboot
sudo apt-get install lightdm*

whereupon the dpkg-reconfigure screen came up automatically (that had
been the fifth instruction in the list above) and I selected lightdm.

Upon rebooting I got a series of error messages culminating in this bug
report.

My next step will be to go through an analogous ritual to attempt a
reinstall of gdm, which also fails on startup.

I am using Ubuntu 14.04 on an HP 6430NX that has 2GB of RAM, a Philips
107S monitor, a Pro Savage 8KM266/KL266 video card, a.k.a. S3 Graphics
LTD VT8375, and a 250GB hard drive with three primary partitions (two
ext4 and one FAT32) a swap partition, and an extended partition.

The present installation of Ubuntu was from a USB flash drive that works
fine with a Dell Inspiron laptop, but which gives no graphical or
textual feedback at all when connected to the USB port of the 6430NX
computer (set to boot from a USB HDD in bios). I discovered the Ubunto
installation when I connected the 250 GB hard drive via USB to the
Inspiron laptop while using gparted to realign and create the present
partition structure. However, changing the paritions had no effect
whatsoever on the present lack-of-usable-GUI behavior.

I am George Langford, a.k.a. amenex.

Note: this bug screen does not like the package name I entered (lightdm
1.10.3 -0ubuntu2) but that is exactly what the error message said it is.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Thu Jan  1 12:37:36 2015
DuplicateSignature: package:lightdm:1.10.3-0ubuntu2:subprocess installed 
post-removal script returned error exit status 1
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
LightdmConfig:
 [SeatDefaults]
 user-session=mythbuntu
 allow-guest=false
 #autologin-user=
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user background: 
Failed to open file '/home/george/Pictures/BackYard10062014.jpg': No such file 
or directory
 
 ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user image: Failed 
to open file '/home/george/.face': No such file or directory
SourcePackage: lightdm
Title: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1406970

Title:
  package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  This installation has not succeeded in getting past a login page with
  a menu bar at the top that has my network name at upper left and some
  additional menu icons at top right, including a classic gnome menu
  containing just three items: high contrast, on-screen keyboard, and
  read [something-or-other], The only thing I could do with this is use
  the on-screen keyboard to enter my password.

  Entering my password after selecting gnome classic (or ubuntu or gnome
  default) produces lots of hard drive activity but nothing further -
  the OS sticks at an orange wallpaper screen that thankfully fits the
  monitor with Ubunto 14.04 LTS at lower left. No menus to select from
  ... no menu bar.

  While mucking about to try to get past this impasse, I found this error 
message after entering: sudo lightdm --test-mode from the Terminal console:
   

[Desktop-packages] [Bug 1406970] Re: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-01-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1406970

Title:
  package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  This installation has not succeeded in getting past a login page with
  a menu bar at the top that has my network name at upper left and some
  additional menu icons at top right, including a classic gnome menu
  containing just three items: high contrast, on-screen keyboard, and
  read [something-or-other], The only thing I could do with this is use
  the on-screen keyboard to enter my password.

  Entering my password after selecting gnome classic (or ubuntu or gnome
  default) produces lots of hard drive activity but nothing further -
  the OS sticks at an orange wallpaper screen that thankfully fits the
  monitor with Ubunto 14.04 LTS at lower left. No menus to select from
  ... no menu bar.

  While mucking about to try to get past this impasse, I found this error 
message after entering: sudo lightdm --test-mode from the Terminal console:
   failed to use bus name 
org.freedesktop.DisplayManager

  Searching on that term in Google, I came upon an answer with these
  instructions:

  sudo dpkg-reconfigure gdm #select gdm
  sudo apt-get remove lightdm* --purge
  sudo reboot
  sudo apt-get install lightdm*

  whereupon the dpkg-reconfigure screen came up automatically (that had
  been the fifth instruction in the list above) and I selected lightdm.

  Upon rebooting I got a series of error messages culminating in this
  bug report.

  My next step will be to go through an analogous ritual to attempt a
  reinstall of gdm, which also fails on startup.

  I am using Ubuntu 14.04 on an HP 6430NX that has 2GB of RAM, a Philips
  107S monitor, a Pro Savage 8KM266/KL266 video card, a.k.a. S3 Graphics
  LTD VT8375, and a 250GB hard drive with three primary partitions (two
  ext4 and one FAT32) a swap partition, and an extended partition.

  The present installation of Ubuntu was from a USB flash drive that
  works fine with a Dell Inspiron laptop, but which gives no graphical
  or textual feedback at all when connected to the USB port of the
  6430NX computer (set to boot from a USB HDD in bios). I discovered the
  Ubunto installation when I connected the 250 GB hard drive via USB to
  the Inspiron laptop while using gparted to realign and create the
  present partition structure. However, changing the paritions had no
  effect whatsoever on the present lack-of-usable-GUI behavior.

  I am George Langford, a.k.a. amenex.

  Note: this bug screen does not like the package name I entered
  (lightdm 1.10.3 -0ubuntu2) but that is exactly what the error message
  said it is.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Thu Jan  1 12:37:36 2015
  DuplicateSignature: package:lightdm:1.10.3-0ubuntu2:subprocess installed 
post-removal script returned error exit status 1
  ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
  LightdmConfig:
   [SeatDefaults]
   user-session=mythbuntu
   allow-guest=false
   #autologin-user=
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user background: 
Failed to open file '/home/george/Pictures/BackYard10062014.jpg': No such file 
or directory
   
   ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user image: Failed 
to open file '/home/george/.face': No such file or directory
  SourcePackage: lightdm
  Title: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1406970/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406981] Re: OpenHAB designer causes crash in soup_session_feature_detach

2015-01-01 Thread Marius B. Kotsbak
This is a bug in the packaged version of OpenHAB, which is fixed in
newer Eclipse versions.

** Also affects: eclipse (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Eclipse bugs #404776
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776

** Also affects: eclipse-eclipsers via
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776
   Importance: Unknown
   Status: Unknown

** Bug watch added: GNOME Bug Tracker #710242
   https://bugzilla.gnome.org/show_bug.cgi?id=710242

** Also affects: libsoup via
   https://bugzilla.gnome.org/show_bug.cgi?id=710242
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #705420
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705420

** Also affects: libsoup2.4 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705420
   Importance: Unknown
   Status: Unknown

** Changed in: libsoup2.4 (Ubuntu)
   Status: New = Invalid

** No longer affects: eclipse (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1406981

Title:
  OpenHAB designer causes crash in soup_session_feature_detach

Status in Eclipse:
  Unknown
Status in Soup HTTP Library:
  Unknown
Status in libsoup2.4 package in Ubuntu:
  Invalid
Status in libsoup2.4 package in Debian:
  Unknown

Bug description:
  Running OpenHAB designer through any Java VM (tried 1.7, 1.8 and
  Oracle 1.8), causes a crash in libsoup:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb377829451, pid=11209, tid=140412652816128
  #
  # JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 
1.8.0_25-b17)
  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode 
linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libsoup-2.4.so.1+0x6f451]  soup_session_feature_detach+0x11
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try ulimit -c unlimited before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/marius_priv/projects/openHAB/designer/hs_err_pid11209.log
  #
  # If you would like to submit a bug report, please visit:
  #   http://bugreport.sun.com/bugreport/crash.jsp
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libsoup2.4-1 2.46.0-3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jan  1 20:51:53 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-03-12 (295 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20130203-13:50
  SourcePackage: libsoup2.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/1406981/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406981] [NEW] OpenHAB designer causes crash in soup_session_feature_detach

2015-01-01 Thread Marius B. Kotsbak
Public bug reported:

Running OpenHAB designer through any Java VM (tried 1.7, 1.8 and Oracle
1.8), causes a crash in libsoup:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fb377829451, pid=11209, tid=140412652816128
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 1.8.0_25-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6f451]  soup_session_feature_detach+0x11
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try ulimit -c unlimited before starting Java again
#
# An error report file with more information is saved as:
# /home/marius_priv/projects/openHAB/designer/hs_err_pid11209.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: libsoup2.4-1 2.46.0-3
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jan  1 20:51:53 2015
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20130203-1
InstallationDate: Installed on 2014-03-12 (295 days ago)
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20130203-13:50
SourcePackage: libsoup2.4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libsoup2.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libsoup2.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1406981

Title:
  OpenHAB designer causes crash in soup_session_feature_detach

Status in libsoup2.4 package in Ubuntu:
  New

Bug description:
  Running OpenHAB designer through any Java VM (tried 1.7, 1.8 and
  Oracle 1.8), causes a crash in libsoup:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb377829451, pid=11209, tid=140412652816128
  #
  # JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 
1.8.0_25-b17)
  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode 
linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libsoup-2.4.so.1+0x6f451]  soup_session_feature_detach+0x11
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try ulimit -c unlimited before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/marius_priv/projects/openHAB/designer/hs_err_pid11209.log
  #
  # If you would like to submit a bug report, please visit:
  #   http://bugreport.sun.com/bugreport/crash.jsp
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libsoup2.4-1 2.46.0-3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jan  1 20:51:53 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-03-12 (295 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20130203-13:50
  SourcePackage: libsoup2.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 729307] Re: YouTube videos play red

2015-01-01 Thread Bart Martens
Dear seba,

Please don't send such notifications to flashplugin-
nonf...@packages.qa.debian.org.

Regards,

Bart Martens


On Thu, Jan 01, 2015 at 12:20:12PM -, seba wrote:
 ** Changed in: flashplugin-nonfree (Ubuntu)
Status: Confirmed = New
 
 ** Changed in: flashplugin-nonfree (Ubuntu)
  Assignee: (unassigned) = seba (indreica-seba)
 
 -- 
 You received this bug notification because you are subscribed to Ubuntu.
 https://bugs.launchpad.net/bugs/729307
 
 Title:
   YouTube videos play red
 
 Status in flashplugin-nonfree package in Ubuntu:
   New
 
 Bug description:
   Binary package hint: flashplugin-nonfree
 
   After the recent updates, most (but not all) YouTube videos play with
   a red colour. It seems as though the cyan filter is double size, and
   the green filter is absent. The videos are not watchable.
 
   Many people are getting this problem. It occurs in both Firefox and
   Chromium. It affects people with the standard Ubuntu repositories as
   well as those with updated Adobe Flash.
 
   This has been discussed at length in the Ubuntu forums. The main thread:
   http://ubuntuforums.org/showthread.php?t=1698956
 
   A reliable workaround has been found: disable hardware acceleration:
   http://ubuntuforums.org/showthread.php?p=10520930#post10520930
 
   This seems to be a problem with Adobe Flash.
 
   ProblemType: Bug
   DistroRelease: Ubuntu 10.04
   Package: flashplugin-nonfree 10.2.152.27ubuntu0.10.04.1
   ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
   Uname: Linux 2.6.32-29-generic x86_64
   Architecture: amd64
   CheckboxSubmission: 5bf569339afeaacf6d8dcc180d0a06f0
   CheckboxSystem: b1865df84255b8716d3bcc269ff410d1
   Date: Fri Mar  4 19:52:47 2011
   EcryptfsInUse: Yes
   InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
   ProcEnviron:
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
   SourcePackage: flashplugin-nonfree
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions
 


-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to flashplugin-nonfree in Ubuntu.
https://bugs.launchpad.net/bugs/729307

Title:
  YouTube videos play red

Status in flashplugin-nonfree package in Ubuntu:
  New

Bug description:
  Binary package hint: flashplugin-nonfree

  After the recent updates, most (but not all) YouTube videos play with
  a red colour. It seems as though the cyan filter is double size, and
  the green filter is absent. The videos are not watchable.

  Many people are getting this problem. It occurs in both Firefox and
  Chromium. It affects people with the standard Ubuntu repositories as
  well as those with updated Adobe Flash.

  This has been discussed at length in the Ubuntu forums. The main thread:
  http://ubuntuforums.org/showthread.php?t=1698956

  A reliable workaround has been found: disable hardware acceleration:
  http://ubuntuforums.org/showthread.php?p=10520930#post10520930

  This seems to be a problem with Adobe Flash.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: flashplugin-nonfree 10.2.152.27ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic x86_64
  Architecture: amd64
  CheckboxSubmission: 5bf569339afeaacf6d8dcc180d0a06f0
  CheckboxSystem: b1865df84255b8716d3bcc269ff410d1
  Date: Fri Mar  4 19:52:47 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: flashplugin-nonfree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-01 Thread Andrey Gelman
In Trusty evince opens the attachments almost all right.
In a sample PDF with attachments, I get:
- .pdf attachment is opened Ok
- .avi attachment is opened Ok
- .jpg attempts to do the right thing (open with 'eog'), but fails with 
Failed to execute child process 'eog' (Permission denied) error message.
For convenience, I attach a public link to the sample PDF with attachments:
https://docs.google.com/uc?id=0B28LYgbCJ5QuNTN5Mm1TdUdRQ00export=download

Thanks,
Andrey


On 12/25/2014 10:55 AM, Christopher M. Penalver wrote:
 Andrey Gelman, this bug was reported a while ago and there hasn't been
 any activity in it recently. We were wondering if this is still an
 issue? If so, could you please provide an example document that
 demonstrates this problem?

 ** Changed in: evince (Ubuntu)
 Status: New = Incomplete


-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1200295

Title:
  evince cannot open attachment that is not PDF

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  I have a pdf file with a few files attached. Some of the attachments
  are PDFs, some are not. The PDF attachments are opened Ok, whereas
  non-PDF attachments cannot be opened as, seemingly, evince tries to
  open them by itself instead of calling appropriate application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince 3.4.0-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Thu Jul 11 19:19:39 2013
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to precise on 2013-01-01 (190 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1200295/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 905753] Re: libav fails to decode H.264 stream

2015-01-01 Thread Sebastian Ramacher
I've tested this file with avplay from libav 11.1. The issue seems to be
fixed.

** Changed in: libav (Ubuntu)
   Status: New = Fix Released

** Changed in: libav
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/905753

Title:
  libav fails to decode H.264 stream

Status in the libav multimedia framework:
  Fix Released
Status in libav package in Ubuntu:
  Fix Released

Bug description:
  Any of oneiric libavcodec53, libavcodec-extra-53 or libav's git HEAD
  from [1] fails on the attached stream. A gray rectangle is displayed.

  Both HEADs of release/0.7 and release/0.9 from ffmpeg [2] produce
  correct frame sequence.

  1. git://git.libav.org/libav.git
  2. git://git.videolan.org/ffmpeg.git

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libavcodec53 (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-15.24-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sun Dec 18 02:43:18 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/905753/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1281169] Re: Dashboard plugin doesn't work

2015-01-01 Thread Bug Watch Updater
** Changed in: gedit-plugins
   Status: Unknown = Confirmed

** Changed in: gedit-plugins
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1281169

Title:
  Dashboard plugin doesn't work

Status in set of plugins for gedit:
  Confirmed
Status in gedit-plugins package in Ubuntu:
  Confirmed

Bug description:
  I have activated the Dashboard plugin but when I open gedit it shows
  a tab with a blank document.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit-plugins 3.8.3-2ubuntu1
  Uname: Linux 3.12.11-20140214-i7 x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Feb 17 17:15:39 2014
  InstallationDate: Installed on 2014-02-01 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gedit-plugins
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit-plugins/+bug/1281169/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1388239] Re: CPU: 1 PID: 11025 at /build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 __vb2_queue_cancel+0x116/0x180 [videobuf2_core]()

2015-01-01 Thread Christopher M. Penalver
PascalC, could you please test the latest upstream kernel available from
the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested exactly 
shown as:
kernel-fixed-upstream-3.19-rc2

This can be done by clicking on the yellow circle with a black pencil
icon next to the word Tags located at the bottom of the bug description.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Changed in: linux (Ubuntu)
   Importance: Low = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to v4l-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1388239

Title:
  CPU: 1 PID: 11025 at
  /build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120
  __vb2_queue_cancel+0x116/0x180 [videobuf2_core]()

Status in linux package in Ubuntu:
  Incomplete
Status in v4l-utils package in Ubuntu:
  Invalid

Bug description:
  Found theses warnings when using the webcam on flash site under
  firefox.

  [418114.773634] [ cut here ]
  [418114.773674] WARNING: CPU: 1 PID: 11025 at 
/build/buildd/linux-3.16.0/drivers/media/v4l2-core/videobuf2-core.c:2120 
__vb2_queue_cancel+0x116/0x180 [videobuf2_core]()
  [418114.773677] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs libcrc32c xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
nf_conntrack ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables bridge stp 
llc snd_hrtimer nfsv3 rpcsec_gss_krb5 nfsv4 ib_iser rdma_cm iw_cm ib_cm ib_sa 
ib_mad ib_core ib_addr bnep iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi rfcomm bluetooth 6lowpan_iphc nfsd auth_rpcgss binfmt_misc 
nfs_acl nfs lockd sunrpc fscache dm_crypt ir_lirc_codec lirc_dev ir_rc5_decoder 
ir_mce_kbd_decoder ir_sharp_decoder ir_jvc_decoder ir_sony_decoder 
ir_sanyo_decoder ir_rc6_decoder ir_nec_decoder rc_rc6_mce mceusb rc_core pl2303 
usbserial snd_hda_codec_realtek uvcvideo videobuf2_vmalloc
  [418114.773763]  videobuf2_memops snd_hda_codec_generic snd_usb_audio 
videobuf2_core v4l2_common snd_hda_intel videodev snd_hda_controller media 
joydev snd_usbmidi_lib snd_hda_codec snd_hwdep coretemp snd_pcm kvm_intel 
snd_seq_midi dm_multipath kvm snd_seq_midi_event scsi_dh snd_rawmidi snd_seq 
snd_seq_device serio_raw snd_timer cuse snd lpc_ich parport_pc soundcore ppdev 
mac_hid lp parport i915 hid_generic e1000e ptp video i2c_algo_bit 
drm_kms_helper usbhid drm firewire_ohci hid pata_acpi firewire_core crc_itu_t 
pps_core
  [418114.773829] CPU: 1 PID: 11025 Comm: plugin-containe Tainted: GW   
  3.16.0-23-lowlatency #31-Ubuntu
  [418114.773833] Hardware name: AOpen i965GMx-IF/i965GMx-IF, BIOS 6.00 PG 
10/03/2008
  [418114.773836]  0009 8800115c7c00 8177ec5d 

  [418114.773843]  8800115c7c38 8107183d  

  [418114.773848]  88008b044af0 88008b0448d8 8801215cb180 
8800115c7c48
  [418114.773854] Call Trace:
  [418114.773867]  [8177ec5d] dump_stack+0x4d/0x6f
  [418114.773875]  [8107183d] warn_slowpath_common+0x7d/0xa0
  [418114.773881]  [8107191a] warn_slowpath_null+0x1a/0x20
  [418114.773893]  [c0701596] __vb2_queue_cancel+0x116/0x180 
[videobuf2_core]
  [418114.773905]  [c0702cf5] vb2_internal_streamoff+0x35/0x90 
[videobuf2_core]
  [418114.773916]  [c0702db5] vb2_streamoff+0x65/0x70 [videobuf2_core]
  [418114.773928]  [c075e855] uvc_queue_enable+0x65/0xa0 [uvcvideo]
  [418114.773939]  [c076360a] uvc_video_enable+0x4a/0x1b0 [uvcvideo]
  [418114.773958]  [c07601e2] uvc_v4l2_do_ioctl+0x962/0x14b0 
[uvcvideo]
  [418114.773962]  [81192373] ? copy_page_from_iter_iovec+0x183/0x2d0
  [418114.773976]  [c06e02c6] video_usercopy+0x366/0x600 [videodev]
  [418114.773979]  [811e4bd9] ? 

[Desktop-packages] [Bug 1406970] Re: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-01-01 Thread George Langford
With continuing attention to this bug I discovered that I could select
Lubuntu at login and that this got me to a proper Desktop with full
access to the OS's procedures, accessories and applications, including
the other primary partitions on the hard drive and to my LAN.

See Question 259840, which I marked as solved.

The bug reported here did not repeat on several restarts, although
attempts to start Ubuntu, Gnome-Classic, and Gnome via this same route
(a long list of alternatives being presented at login) all produced
crashes or negative outcomes. As always, I could get to the Terminal in
nearly all cases with contr+alt+F*.

Hence, the bug reported here shows tons of information about my
installation history, which may yet prove quite useful, this bug isn't
bugging me any more ... the dskyop PC is now useful again.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1406970

Title:
  package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  This installation has not succeeded in getting past a login page with
  a menu bar at the top that has my network name at upper left and some
  additional menu icons at top right, including a classic gnome menu
  containing just three items: high contrast, on-screen keyboard, and
  read [something-or-other], The only thing I could do with this is use
  the on-screen keyboard to enter my password.

  Entering my password after selecting gnome classic (or ubuntu or gnome
  default) produces lots of hard drive activity but nothing further -
  the OS sticks at an orange wallpaper screen that thankfully fits the
  monitor with Ubunto 14.04 LTS at lower left. No menus to select from
  ... no menu bar.

  While mucking about to try to get past this impasse, I found this error 
message after entering: sudo lightdm --test-mode from the Terminal console:
   failed to use bus name 
org.freedesktop.DisplayManager

  Searching on that term in Google, I came upon an answer with these
  instructions:

  sudo dpkg-reconfigure gdm #select gdm
  sudo apt-get remove lightdm* --purge
  sudo reboot
  sudo apt-get install lightdm*

  whereupon the dpkg-reconfigure screen came up automatically (that had
  been the fifth instruction in the list above) and I selected lightdm.

  Upon rebooting I got a series of error messages culminating in this
  bug report.

  My next step will be to go through an analogous ritual to attempt a
  reinstall of gdm, which also fails on startup.

  I am using Ubuntu 14.04 on an HP 6430NX that has 2GB of RAM, a Philips
  107S monitor, a Pro Savage 8KM266/KL266 video card, a.k.a. S3 Graphics
  LTD VT8375, and a 250GB hard drive with three primary partitions (two
  ext4 and one FAT32) a swap partition, and an extended partition.

  The present installation of Ubuntu was from a USB flash drive that
  works fine with a Dell Inspiron laptop, but which gives no graphical
  or textual feedback at all when connected to the USB port of the
  6430NX computer (set to boot from a USB HDD in bios). I discovered the
  Ubunto installation when I connected the 250 GB hard drive via USB to
  the Inspiron laptop while using gparted to realign and create the
  present partition structure. However, changing the paritions had no
  effect whatsoever on the present lack-of-usable-GUI behavior.

  I am George Langford, a.k.a. amenex.

  Note: this bug screen does not like the package name I entered
  (lightdm 1.10.3 -0ubuntu2) but that is exactly what the error message
  said it is.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Thu Jan  1 12:37:36 2015
  DuplicateSignature: package:lightdm:1.10.3-0ubuntu2:subprocess installed 
post-removal script returned error exit status 1
  ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
  LightdmConfig:
   [SeatDefaults]
   user-session=mythbuntu
   allow-guest=false
   #autologin-user=
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user background: 
Failed to open file '/home/george/Pictures/BackYard10062014.jpg': No such file 
or directory
   
   ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user image: Failed 
to open file '/home/george/.face': No such file or directory
  SourcePackage: lightdm
  Title: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1378443] Re: Encrypted disk images are read only in nautilus but not via shell access

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1378443

Title:
  Encrypted disk images are read only in nautilus but not via shell
  access

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  I created a disk image with Disks, without the read only loop device 
option.
  I formatted the disk image as ext4 encrypted, and mounted it.
  Accessing the mount point under /media/username/mountpoint with a terminal as 
the same user as the one running nautilus, let me do every file and directory 
operation.
  Using nautilus I can only delete files in the mounted volume.
  I can't create or copy files or directories, I got the error:
  Error while copying to VOLUMENAME.
  The destination is read-only.

  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  $ apt-cache policy nautilus
  nautilus:
Installed: 1:3.10.1-0ubuntu9.3
Candidate: 1:3.10.1-0ubuntu9.3
Version table:
   *** 1:3.10.1-0ubuntu9.3 0
  500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://it.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.3
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Oct  7 18:35:40 2014
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 
'owner', 'permissions']
  InstallationDate: Installed on 2013-10-12 (360 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-06-10 (119 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1378443/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1366165] Re: No hybrid GPU and this error appears: Failed to spawn hybrid-gfx main process: unable to execute: No such file or directory

2015-01-01 Thread Lothar Fausthenze
I am also affected after upgrading from 12.04.5 to 14.04.1.

My system's facts sheet is as follows:

 - Lenovo T410i
 - Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
 - NVIDIA Corporation GT218M [NVS 3100M] (rev a2) (prog-if 00 [VGA controller])

Error log in /var/log/syslog contains at least the following messages:

init: Failed to spawn hybrid-gfx main process: unable to execute: No such file 
or directory
init: nvidia-prime main process (…) terminated with status 127
init: lightdm main process terminated with status 1
init: plymouth-ready (startup) main process (…) terminated with status 1
init: failsafe-x main process (…) terminated with status 127

The greeter won't show up, lightdm fails to start automatically and
manually (via sudo service lightdm start) respectively.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1366165

Title:
  No hybrid GPU and this error appears: Failed to spawn hybrid-gfx main
  process: unable to execute: No such file or directory

Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed

Bug description:
  I have an nVidia 9800GT GPU and a Core 2 Duo CPU. Still, I get errors
  during startup:

  32.281097] init: Failed to spawn hybrid-gfx main process: unable to
  execute: No such file or director

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.91.6
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  Date: Fri Sep  5 18:31:30 2014
  InstallationDate: Installed on 2012-03-26 (892 days ago)
  InstallationMedia: Mythbuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: Upgraded to trusty on 2014-07-20 (47 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1366165/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407008] [NEW] Some navigation features broken

2015-01-01 Thread Matthias Jordan
Public bug reported:

According to the Help provided by Evince, some navigation features are
supposed to work, but don't work.

How to repro: Evince version 3.14.1-0ubuntu1 from Ubuntu 14.10. Open any
PDF file. Then:

Help says: Click the  or  buttons. These buttons are disabled (see attached 
screenshot, that also shows that the second menu's icon is missing).
Help says: Press Ctrl+Page Up ... These keys don't work at all.
Help says: If you want to see the previously visited pages press  or  on the 
toolbar., which is exactly those buttons earlier introduced as move between 
pages (and which don't work).
Help says: ... go to the beginning ... click the File options menu. This menu 
now has a strange little icon with a wrench but not a name anymore. (granted, 
this is a Help bug)
Help says: ... go to the beginning ...press Ctrl+Home This doesn't work. 
Neither does Ctrl+End, both of which is really annoying.

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Screenshot of Evince title bar
   
https://bugs.launchpad.net/bugs/1407008/+attachment/4291115/+files/evince-screenshot.png

** Description changed:

  According to the Help provided by Evince, some navigation features are
  supposed to work, but don't work.
  
  How to repro: Evince version 3.14.1-0ubuntu1 from Ubuntu 14.10. Open any
  PDF file. Then:
  
- Help says: Click the  or  buttons. These buttons are disabled (see 
attached screenshot).
+ Help says: Click the  or  buttons. These buttons are disabled (see 
attached screenshot, that also shows that the second menu's icon is missing).
  Help says: Press Ctrl+Page Up ... These keys don't work at all.
  Help says: If you want to see the previously visited pages press  or  on 
the toolbar., which is exactly those buttons earlier introduced as move 
between pages (and which don't work).
  Help says: ... go to the beginning ... click the File options menu. This 
menu now has a strange little icon with a wrench but not a name anymore. 
(granted, this is a Help bug)
  Help says: ... go to the beginning ...press Ctrl+Home This doesn't work. 
Neither does Ctrl+End, both of which is really annoying.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1407008

Title:
  Some navigation features broken

Status in evince package in Ubuntu:
  New

Bug description:
  According to the Help provided by Evince, some navigation features are
  supposed to work, but don't work.

  How to repro: Evince version 3.14.1-0ubuntu1 from Ubuntu 14.10. Open
  any PDF file. Then:

  Help says: Click the  or  buttons. These buttons are disabled (see 
attached screenshot, that also shows that the second menu's icon is missing).
  Help says: Press Ctrl+Page Up ... These keys don't work at all.
  Help says: If you want to see the previously visited pages press  or  on 
the toolbar., which is exactly those buttons earlier introduced as move 
between pages (and which don't work).
  Help says: ... go to the beginning ... click the File options menu. This 
menu now has a strange little icon with a wrench but not a name anymore. 
(granted, this is a Help bug)
  Help says: ... go to the beginning ...press Ctrl+Home This doesn't work. 
Neither does Ctrl+End, both of which is really annoying.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1407008/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1076934] Re: Duplicated menu items

2015-01-01 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1076934

Title:
  Duplicated menu items

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Menu items are duplicated, running in Unity and in full screen mode.
  Checked other apps, no duplication found.

  unity  6.10.0-0ubun amd64

  Only noticed this yesterday, got an update of Unity related packages a
  day before and as far as I can remember this is the first restart
  after that - could be related somehow?

  Screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: geany 1.22+dfsg-2
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Fri Nov  9 11:35:26 2012
  InstallationDate: Installed on 2012-07-23 (108 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: geany
  UpgradeStatus: Upgraded to quantal on 2012-10-25 (14 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1076934/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-01 Thread Christopher M. Penalver
Andrey Gelman, could you please detail where the attachment within the
document is specifically?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1200295

Title:
  evince cannot open attachment that is not PDF

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  I have a pdf file with a few files attached. Some of the attachments
  are PDFs, some are not. The PDF attachments are opened Ok, whereas
  non-PDF attachments cannot be opened as, seemingly, evince tries to
  open them by itself instead of calling appropriate application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince 3.4.0-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Thu Jul 11 19:19:39 2013
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to precise on 2013-01-01 (190 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1200295/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1215624] Re: Auto Hide Leaves White Bar; Dash Home Doesn't Work

2015-01-01 Thread Andrea Azzarone
** Changed in: unity (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: unity (Ubuntu)
   Status: Opinion = Invalid

** Changed in: unity
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1215624

Title:
  Auto Hide Leaves White Bar; Dash Home Doesn't Work

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 12.04 fully updated.

  On a recent update, the launcher auto-hide suddenly broke.  When it
  hides, it leaves a white bar along the left edge of my window, masking
  out any other windows lying beneath.  It does reveal properly when I
  move my mouse over to the left side, and rehides when I remove the
  mouse, but the white bar remains.

  At the same moment, the Dash Home stopped working.  It's present on
  the launcher, but when I either click on it or use the Windows key,
  all I get is the close/minimize/maximize bar showing on the top
  (though the min  max are half mushed together).  If I use the Win key
  and type in a program name with  cr, it does launch the program
  correctly, but I can't see anything while I'm typing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1215624/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-01 Thread Christopher M. Penalver
** Attachment added: Sample_with_attachment.pdf
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1200295/+attachment/4291097/+files/Sample_with_attachment.pdf

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1200295

Title:
  evince cannot open attachment that is not PDF

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  I have a pdf file with a few files attached. Some of the attachments
  are PDFs, some are not. The PDF attachments are opened Ok, whereas
  non-PDF attachments cannot be opened as, seemingly, evince tries to
  open them by itself instead of calling appropriate application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince 3.4.0-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Thu Jul 11 19:19:39 2013
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to precise on 2013-01-01 (190 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1200295/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1385816] Re: 'Place component' freezes Eeschema in Unity

2015-01-01 Thread Andrea Azzarone
** No longer affects: unity

** Changed in: unity (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1385816

Title:
  'Place component' freezes Eeschema in Unity

Status in KiCad EDA Software Suite:
  Fix Committed
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Fresh install Ubuntu 14.10 (amd64)
  Install KiCad through PPA (5221)

  To reproduce:
  - Start new Project in KiCad
  - Click 'Place Component'
  - Click on schematic to place a new component

  No dialog opens for choosing the component and the program freezes.

  This seems to only happen in Unity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kicad/+bug/1385816/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406900] [NEW] package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi au paquet fglrx 2:1

2015-01-01 Thread I-8ontact-w
Public bug reported:

E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: fglrx-dev 2:14.200-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
AptOrdering:
 fglrx-amdcccle: Install
 fglrx-dev: Install
 fglrx-amdcccle: Configure
 fglrx-dev: Configure
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Jan  1 14:09:32 2015
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
DkmsStatus: fglrx, 14.200: added
DuplicateSignature: package:fglrx-dev:2:14.200-0ubuntu1:tentative de 
remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi au paquet 
fglrx 2:14.200-0ubuntu1
ErrorMessage: tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui 
appartient aussi au paquet fglrx 2:14.200-0ubuntu1
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz 
Edition] [1002:6818] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:042a]
 Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn XT [Radeon HD 7870 GHz 
Edition] [1002:6818] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:042f]
InstallationDate: Installed on 2014-12-15 (17 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=0c0f1ab2-6073-4c11-ae9f-ccf96a3a4cbc ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade: tentative 
de remplacement de « /usr/lib/fglrx/libGL.so », qui appartient aussi au paquet 
fglrx 2:14.200-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/03/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2104
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P9X79 PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2104:bd08/03/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP9X79PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.58+git1411301621.f99522~gd~u
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5~git1412260730.cb5a37~gd~u
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5~git1412260730.cb5a37~gd~u
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1412241931.0d42b0~gd~u
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git1411032101.3fb97d~gd~u
xserver.bootTime: Thu Jan  1 11:03:27 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
 AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2
xserver.video_driver: fglrx

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 need-duplicate-check 
third-party-packages ubuntu utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1406900

Title:
  package fglrx-dev 2:14.200-0ubuntu1 failed to install/upgrade:
  tentative de remplacement de « /usr/lib/fglrx/libGL.so », qui
  appartient aussi au paquet fglrx 2:14.200-0ubuntu1

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  

[Desktop-packages] [Bug 1312530] Re: Use of uninitialized value $info{pgdata} in -d at /usr/bin/pg_ctlcluster line 354

2015-01-01 Thread Vlad Okhrimenko
It's helped me http://www.badeud.ru/post/7/

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1312530

Title:
  Use of uninitialized value $info{pgdata} in -d at
  /usr/bin/pg_ctlcluster line 354

Status in postgresql-common package in Ubuntu:
  New

Bug description:
  sudo apt-get upgrade
  Чтение списков пакетов… Готово
  Построение дерева зависимостей   
  Чтение информации о состоянии… Готово
  Пакеты, которые будут оставлены в неизменном виде:
linux-headers-lowlatency linux-image-lowlatency linux-lowlatency
  Пакеты, которые будут обновлены:
chromium-codecs-ffmpeg-extra google-chrome-stable linux-libc-dev
postgresql-9.1 postgresql-client-9.1
  обновлено 5, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 
3 пакетов не обновлено.
  Необходимо скачать 50,1 MB/53,3 MB архивов.
  После данной операции, объём занятого дискового пространства уменьшится на 
552 kB.
  Хотите продолжить [Д/н]? y
  Получено:1 http://dl.google.com/linux/chrome/deb/ stable/main 
google-chrome-stable amd64 34.0.1847.132-1 [48,3 MB]
  Получено:2 http://archive.ubuntu.com/ubuntu/ saucy-updates/universe 
chromium-codecs-ffmpeg-extra amd64 34.0.1847.116-0ubuntu~1.13.10.0~pkg991 [868 
kB]
  Получено:3 http://archive.ubuntu.com/ubuntu/ saucy-updates/main 
linux-libc-dev amd64 3.11.0-20.34 [963 kB]
  Получено 50,1 MБ за 1мин 55с (435 kБ/c)   
 
  (Чтение базы данных … на данный момент установлено 358538 файлов и каталогов.)
  Подготовка к замене пакета chromium-codecs-ffmpeg-extra 
33.0.1750.152-0ubuntu0.13.10.1~pkg984.1 (используется файл 
…/chromium-codecs-ffmpeg-extra_34.0.1847.116-0ubuntu~1.13.10.0~pkg991_amd64.deb)
 …
  Распаковывается замена для пакета chromium-codecs-ffmpeg-extra …
  Подготовка к замене пакета google-chrome-stable 34.0.1847.116-1 (используется 
файл …/google-chrome-stable_34.0.1847.132-1_amd64.deb) …
  Распаковывается замена для пакета google-chrome-stable …
  Подготовка к замене пакета linux-libc-dev:amd64 3.11.0-19.33 (используется 
файл …/linux-libc-dev_3.11.0-20.34_amd64.deb) …
  Распаковывается замена для пакета linux-libc-dev:amd64 …
  Подготовка к замене пакета postgresql-9.1 9.1.11-0ubuntu0.13.10 (используется 
файл …/postgresql-9.1_9.1.13-0ubuntu0.13.10_amd64.deb) …
   * Stopping PostgreSQL 9.1 database server
   * Use of uninitialized value $info{pgdata} in -d at /usr/bin/pg_ctlcluster 
line 354.
  Use of uninitialized value $info{pgdata} in concatenation (.) or string at 
/usr/bin/pg_ctlcluster line 355.
  Error:  is not accessible or does not exist
   
[fail]
  invoke-rc.d: initscript postgresql, action stop failed.
  dpkg: предупреждение: подпроцесс старый сценарий pre-removal возвратил код 
ошибки 1
  dpkg: попытка использовать сценарий из нового пакета …
   * Stopping PostgreSQL 9.1 database server
   * Use of uninitialized value $info{pgdata} in -d at /usr/bin/pg_ctlcluster 
line 354.
  Use of uninitialized value $info{pgdata} in concatenation (.) or string at 
/usr/bin/pg_ctlcluster line 355.
  Error:  is not accessible or does not exist
   
[fail]
  invoke-rc.d: initscript postgresql, action stop failed.
  dpkg: ошибка при обработке параметра 
/var/cache/apt/archives/postgresql-9.1_9.1.13-0ubuntu0.13.10_amd64.deb 
(--unpack):
   подпроцесс новый сценарий pre-removal возвратил код ошибки 1
  dpkg: рассматривается перевод postgresql-9.1 в ненастроенное состояние, 
который был бы сломан установка postgresql-client-9.1 …
  dpkg: да, postgresql-9.1 будет переведён в ненастроенное состояние (сломан 
из-за postgresql-client-9.1)
  Подготовка к замене пакета postgresql-client-9.1 9.1.11-0ubuntu0.13.10 
(используется файл …/postgresql-client-9.1_9.1.13-0ubuntu0.13.10_amd64.deb) …
  Деконфигурация postgresql-9.1 …
   * Stopping PostgreSQL 9.1 database server
   * Use of uninitialized value $info{pgdata} in -d at /usr/bin/pg_ctlcluster 
line 354.
  Use of uninitialized value $info{pgdata} in concatenation (.) or string at 
/usr/bin/pg_ctlcluster line 355.
  Error:  is not accessible or does not exist
   
[fail]
  invoke-rc.d: initscript postgresql, action stop failed.
  dpkg: ошибка при обработке параметра 
/var/cache/apt/archives/postgresql-client-9.1_9.1.13-0ubuntu0.13.10_amd64.deb 
(--unpack):
   подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
  Обрабатываются триггеры для man-db …
  Обрабатываются триггеры для desktop-file-utils …
  Обрабатываются триггеры для gnome-menus …
  Обрабатываются триггеры для mime-support …
  При обработке следующих пакетов произошли ошибки:
   

[Desktop-packages] [Bug 1353185] Re: Chromium 36 upgrade will not execute

2015-01-01 Thread Frederick L Shope
On my original post for my AMD Athlon(TM) XP 2400+ machine, I was
running Ubuntu 12.04. Since then, I installed 14.04, which I most
recently decided to overwrite with Debian 7.7 (because Ubuntu no longer
provides a video driver compatible with my hardware -- but that's
another story). What I wanted to report here, for what it's worth, is
that Chomium won't execute under Debian 7.7 either. I get about the same
error message from a terminal execution as I did from Ubuntu.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1353185

Title:
  Chromium 36 upgrade will not execute

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Chromium will no longer start after version 36 upgrade. Previous
  version worked ok. Execution from command line reports Illegal
  instruction (core dumped). Nothing displayed on screen.

  lshw reports:

  description: Tower Computer
  version: System Version
  width: 32 bits
  capabilities: smbios-2.3 dmi-2.3
  configuration: boot=normal chassis=tower
*-core
 description: Motherboard
 product: A7V8X
 vendor: ASUSTeK Computer INC.
   *-firmware
description: BIOS
vendor: Award Software, Inc.
physical id: 0
version: ASUS A7V8X ACPI BIOS Revision 1010
   *-cpu
description: CPU
product: AMD Athlon(TM) XP 2400+
vendor: Hynix Semiconductor (Hyundai Electronics)
   *-memory
description: System Memory
slot: System board or motherboard
size: 1GiB

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 36.0.1985.125-0ubuntu1.12.04.0~pkg897
  ProcVersionSignature: Ubuntu 3.2.0-67.101-generic 3.2.60
  Uname: Linux 3.2.0-67-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Tue Aug  5 19:35:30 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu-2d
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu-2d:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu-2d:/usr/share/gnome:/usr/local/share/:/usr/share/
  DmesgChromium: [   28.356536] type=1400 audit(1407283433.748:15): 
apparmor=STATUS operation=profile_load 
name=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser 
pid=853 comm=apparmor_parser
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to precise on 2012-09-15 (689 days ago)
  chromium-default: CHROMIUM_FLAGS=
  modified.conffile..etc.default.chromium.browser: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1353185/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1398859] Re: unmounting NTFS causes mount.ntfs process to get stuck in eternal kernel deep sleep

2015-01-01 Thread Martin Pitt
** Changed in: udisks2 (Ubuntu)
   Status: Fix Committed = In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1398859

Title:
  unmounting NTFS causes mount.ntfs process to get stuck in eternal
  kernel deep sleep

Status in udisks2 package in Ubuntu:
  In Progress

Bug description:
  Since Mid-November the udisks2 test (https://jenkins.qa.ubuntu.com/job
  /vivid-adt-udisks2/? shows it happened between Nov 13 and 19) exhibits
  a regression with NTFS: Unmounting causes the ntfs-3g process to go
  into kernel deep sleep and umount hangs forever.

  This can be reproduced with

sudo apt install ntfs-3g
sudo modprobe scsi_debug
# check dmesg which drive this created; e. g. /dev/sda
sudo mkntfs -F /dev/sda
sudo mount /dev/sda /mnt

  Now you have a process which is happy:
  root 12821  0.0  0.0  15272  1948 ?Ss   15:49   0:00 
/sbin/mount.ntfs /dev/sda /mnt -o rw

  You can work with /mnt, edit files, etc. But now unmount:

sudo umount /mnt

  This never returns, and  the process goes into uninterruptible kernel
  sleep (D):

  root 12928  0.0  0.0  15272  1948 ?Ds   15:55   0:00
  /sbin/mount.ntfs /dev/sda /mnt -o rw

  The strace for the umount until the hang is

  ubuntu@autopkgtest:~$ sudo strace -vvtts1024 -p 12928
  Process 12928 attached
  15:56:17.938299 read(4, 
0\0\0\0\2\0\0\0\2\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0,
 135168) = 48
  15:56:22.338931 read(4, 
(\0\0\0\0\0\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,
 135168) = 40
  15:56:22.339637 sendto(5, 29Dec  3 15:56:22 ntfs-3g[12928]: Unmounting 
/dev/sda ()\n, 59, MSG_NOSIGNAL, NULL, 0) = 59
  15:56:22.340509 fsync(3)= 0
  15:56:22.341188 fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, 
len=0}) = 0
  15:56:22.341759 close(3

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ntfs-3g 1:2013.1.13AR.1-2ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.15-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Dec  3 15:48:12 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-20 (13 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20141119)
  SourcePackage: ntfs-3g
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1398859/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406803] Re: PCI/internal sound card not detected

2015-01-01 Thread Raymond
you need to report upstream pci developer


00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio 
Controller (rev 02)


0.874389] pci :00:1b.0: [8086:27d8] type 00 class 0x040300
[0.874418] pci :00:1b.0: reg 0x10: [mem 0xd044-0xd0443fff 64bit]
[0.874547] pci :00:1b.0: PME# supported from D0 D3hot D3cold
[0.874625] pci :00:1b.0: System wakeup disabled by ACPI


** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1406803

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Aspire 5570-2052 sound card Intel NM10/ICH10 00:1b:0
  ubuntu 14.10 Desktop

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic i686
  NonfreeKernelModules: hid_logitech_dj usbhid hid psmouse pata_acpi sky2
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: Unity
  Date: Wed Dec 31 13:26:56 2014
  InstallationDate: Installed on 2014-12-26 (4 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/07
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3505
  dmi.board.name: Prespa1
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3505:bd04/10/07:svnAcer,inc.:pnAspire5570Z:pvrNotApplicable:rvnAcer,Inc.:rnPrespa1:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 5570Z
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1406803/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406926] [NEW] package tex-common 4.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2015-01-01 Thread Stefan
Public bug reported:

after upgrade to new ubuntu version. during some installation routines
this packages error comes really often.

Description:Ubuntu 14.04.1 LTS
Release:14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tex-common 4.04
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Thu Jan  1 14:43:35 2015
DpkgHistoryLog:
 Start-Date: 2015-01-01  14:43:04
 Commandline: apt-get install spotify-client
 Install: spotify-client:amd64 (0.9.11.27.g2b1a638.81-1)
DuplicateSignature: package:tex-common:4.04:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2013-09-19 (469 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to trusty on 2014-08-18 (135 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tex-common in Ubuntu.
https://bugs.launchpad.net/bugs/1406926

Title:
  package tex-common 4.04 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

Status in tex-common package in Ubuntu:
  New

Bug description:
  after upgrade to new ubuntu version. during some installation routines
  this packages error comes really often.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tex-common 4.04
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Thu Jan  1 14:43:35 2015
  DpkgHistoryLog:
   Start-Date: 2015-01-01  14:43:04
   Commandline: apt-get install spotify-client
   Install: spotify-client:amd64 (0.9.11.27.g2b1a638.81-1)
  DuplicateSignature: package:tex-common:4.04:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
  ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
  InstallationDate: Installed on 2013-09-19 (469 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  PackageArchitecture: all
  SourcePackage: tex-common
  Title: package tex-common 4.04 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
  UpgradeStatus: Upgraded to trusty on 2014-08-18 (135 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1406926/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406942] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-01 Thread charles ramirez
Public bug reported:

when i booted up my computer this morning ubuntu claimed nvidia 331 did
not install correctly. keep in mind this is a fresh install and
additional drivers box claims 331 is in use. seems to be fine at the
moment possible glitch not sure but need to be confident my system will
work correctly i will be playing graphical games but this is the second
pop up uf it i will try re install in hopes of better luck.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Wed Dec 31 22:32:19 2014
InstallationDate: Installed on 2015-01-01 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1406942

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  when i booted up my computer this morning ubuntu claimed nvidia 331
  did not install correctly. keep in mind this is a fresh install and
  additional drivers box claims 331 is in use. seems to be fine at the
  moment possible glitch not sure but need to be confident my system
  will work correctly i will be playing graphical games but this is the
  second pop up uf it i will try re install in hopes of better luck.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-44-generic
  Date: Wed Dec 31 22:32:19 2014
  InstallationDate: Installed on 2015-01-01 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1406942/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406926] Re: package tex-common 4.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2015-01-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tex-common in Ubuntu.
https://bugs.launchpad.net/bugs/1406926

Title:
  package tex-common 4.04 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

Status in tex-common package in Ubuntu:
  New

Bug description:
  after upgrade to new ubuntu version. during some installation routines
  this packages error comes really often.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tex-common 4.04
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Thu Jan  1 14:43:35 2015
  DpkgHistoryLog:
   Start-Date: 2015-01-01  14:43:04
   Commandline: apt-get install spotify-client
   Install: spotify-client:amd64 (0.9.11.27.g2b1a638.81-1)
  DuplicateSignature: package:tex-common:4.04:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
  ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
  InstallationDate: Installed on 2013-09-19 (469 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  PackageArchitecture: all
  SourcePackage: tex-common
  Title: package tex-common 4.04 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
  UpgradeStatus: Upgraded to trusty on 2014-08-18 (135 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1406926/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread David Lee
Bug also affected me. One Mythbuntu and One Xubuntu machine so far has
spewed this warning. If I had powered up up my second Lubuntu machine,
I'd probably see it too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xscreensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1406825

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

Status in One Hundred Papercuts:
  Confirmed
Status in xscreensaver package in Ubuntu:
  Confirmed

Bug description:
  Early minutes of year 2015 and the xscreensaver complains that This
  version of xscreensaver is VERY OLD! in this dialog:
  http://i.imgur.com/VUCQfun.png?1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xscreensaver 5.26-1ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-lowlatency 3.16.7-ckt1
  Uname: Linux 3.16.0-28-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jan  1 00:44:38 2015
  InstallationDate: Installed on 2011-11-13 (1144 days ago)
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: xscreensaver
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (67 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1406825/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1373928]

2015-01-01 Thread Fdbugs-a
Adding Whiteboard:notBibisectable as this bug appears to depend on
specific compile options

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1373928

Title:
  Numeric values are not shown and displayed as 0

Status in LibreOffice Productivity Suite:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  See upstream bug for details: 
https://bugs.freedesktop.org/show_bug.cgi?id=84315
  Numeric are not correctly display and either an empty field or 0 is shown.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1373928/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406981] Re: OpenHAB designer causes crash in soup_session_feature_detach

2015-01-01 Thread Bug Watch Updater
Launchpad has imported 45 comments from the remote bug at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-04-03T07:35:18+00:00 Jakub Adam wrote:

Created attachment 229266
Patch for the crash

With recent versions of WebKitGTK+, Eclipse crashes whenever Javadoc
hover help is to be displayed in Java editor.

Looks this happens because WebKit doesn't attach a default Authenticate
listener and therefore WebKitGTK.soup_session_get_feature() returns 0 in
WebKit.create(). See attached patch for fix.

Reproduced with all 3.8, 4.2 and 4.3 versions of SWT.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/0


On 2013-04-03T07:36:54+00:00 Jakub Adam wrote:

Created attachment 229267
Example crash report

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/1


On 2013-04-03T07:37:55+00:00 Jakub Adam wrote:

Created attachment 229268
Patch for the crash

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/2


On 2013-04-03T13:59:38+00:00 Grant Gayed wrote:

Thanks for investigating this Jakub, targeting for 4.3.  From the crash
report:

Stack: [0x7f3e62e0d000,0x7f3e62f0e000],  sp=0x7f3e62f0b3a0,  free 
space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libsoup-2.4.so.1+0x72d59]  soup_session_feature_detach+0x19

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.webkit.WebKitGTK._soup_session_feature_detach(JJ)V+0
j  org.eclipse.swt.internal.webkit.WebKitGTK.soup_session_feature_detach(JJ)V+9
j  
org.eclipse.swt.browser.WebKit.create(Lorg/eclipse/swt/widgets/Composite;I)V+919
j  
org.eclipse.swt.browser.Browser.init(Lorg/eclipse/swt/widgets/Composite;I)V+81
j  
org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(Lorg/eclipse/swt/widgets/Composite;)Z+12
j  
org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$HoverControlCreator.doCreateInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+18
j  
org.eclipse.jface.text.AbstractReusableInformationControlCreator.createInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+20
j  
org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl()Lorg/eclipse/jface/text/IInformationControl;+176
j  
org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Lorg/eclipse/swt/graphics/Rectangle;Ljava/lang/Object;)V+18
j  
org.eclipse.jface.text.AbstractInformationControlManager.presentInformation()V+70
j  
org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation()V+64
j  org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation()V+1
j  org.eclipse.jface.text.TextViewerHoverManager$5.run()V+4
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+61
j  
org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/3


On 2013-04-16T20:39:23+00:00 Grant Gayed wrote:

*** Bug 405786 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/4


On 2013-04-19T08:54:45+00:00 Akurtakov wrote:

Grant,
Any plans to accept the patch soon? It is impossible to launch Kepler builds on 
Fedora 19 because of this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/5


On 2013-04-19T08:55:34+00:00 İsmail Dönmez wrote:

For a workaround add the following to the end of your eclipse.ini

-Dorg.eclipse.swt.browser.DefaultType=mozilla

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/6


On 2013-04-19T09:02:51+00:00 Akurtakov wrote:

(In reply to comment #6)
 For a workaround add the following to the end of your eclipse.ini
 
 -Dorg.eclipse.swt.browser.DefaultType=mozilla

Mozilla is even less reliable as 

[Desktop-packages] [Bug 1407029] [NEW] xorg freeze - ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)

2015-01-01 Thread Vincent Talloen
Public bug reported:

XOrg freezes temporarily - following displayed in syslog:
Most likely duplicate of: Bug #1391652

Description:Linux Mint 17.1 Rebecca
Release:17.1

System: Dell XPS L521X
BIOS version: A16 (Latest according to Dell support)

Packages:
nvidia-331:
  Installed: 331.113-0ubuntu0.0.4
xorg:
  Installed: 1:7.7+1ubuntu8
libdrm-intel1:
  Installed: 2.4.56-1~ubuntu1

debug info attached

[Fri Jan  2 16:16:53 2015] nvidia :01:00.0: irq 51 for MSI/MSI-X
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] nvidia :01:00.0: irq 51 for MSI/MSI-X
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
[Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: X-Cinnamon
Date: Fri Jan  2 16:56:40 2015
DistUpgraded: Fresh install
DistroCodename: rebecca
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
 nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
 nvidia-331-uvm, 331.113, 3.13.0-37-generic, x86_64: installed
 vboxhost, 4.3.20, 3.13.0-37-generic, x86_64: installed
 virtualbox-guest, 4.3.18, 3.13.0-37-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Dell Device 

[Desktop-packages] [Bug 1407029] Re: xorg freeze - ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)

2015-01-01 Thread Vincent Talloen
** Description changed:

  XOrg freezes temporarily - following displayed in syslog:
- Most likely duplicate of: Bug #1391652
+ Most likely duplicate of: removed duplicate speculation
  
  Description:  Linux Mint 17.1 Rebecca
  Release:  17.1
  
  System: Dell XPS L521X
  BIOS version: A16 (Latest according to Dell support)
  
  Packages:
  nvidia-331:
-   Installed: 331.113-0ubuntu0.0.4
+   Installed: 331.113-0ubuntu0.0.4
  xorg:
-   Installed: 1:7.7+1ubuntu8
+   Installed: 1:7.7+1ubuntu8
  libdrm-intel1:
-   Installed: 2.4.56-1~ubuntu1
+   Installed: 2.4.56-1~ubuntu1
  
  debug info attached
  
  [Fri Jan  2 16:16:53 2015] nvidia :01:00.0: irq 51 for MSI/MSI-X
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:16:53 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] nvidia :01:00.0: irq 51 for MSI/MSI-X
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  [Fri Jan  2 16:17:31 2015] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument 
#4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
-  GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
+  GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: X-Cinnamon
  Date: Fri Jan  2 16:56:40 2015
  DistUpgraded: Fresh install
  DistroCodename: rebecca
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.7, 3.13.0-37-generic, x86_64: installed
-  nvidia-331, 331.113, 3.13.0-37-generic, x86_64: installed
-  nvidia-331-uvm, 331.113, 3.13.0-37-generic, x86_64: installed
-  vboxhost, 4.3.20, 

[Desktop-packages] [Bug 1407036] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج عرب 
جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407036

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 
عرب جوت تالينت الموسم الرابع الحلقة الثانية - arabs got talent ...
  عرب جوت تالنت الموسم الرابع الحلقة الثالثة Arabs got talent 2015 ... برنامج 

[Desktop-packages] [Bug 1407033] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407033

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...
  قبل ١٧ ساعة - برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got 
Talents4 PE 3. قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 
...

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من 

[Desktop-packages] [Bug 1407035] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407035

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  

[Desktop-packages] [Bug 1407032] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407032

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
  قبل يومين (٢) - Arabs Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 ... 
برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3.
 

[Desktop-packages] [Bug 1234565] Re: serious opengl bug in 13.04

2015-01-01 Thread madbiologist
This has been fixed upstream in Mesa 10.4, which should eventually make
it's way into Ubuntu 15.04 Vivid Vervet.  You can track that at
https://launchpad.net/ubuntu/+source/mesa

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1234565

Title:
  serious opengl bug in 13.04

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  New

Bug description:
  Tested on two notebooks.
  Bug appears only in the 13.04 version. 12.10 is OK.
  Dubblechecked by booting a 12.10 version on USB stick (on the 13.04 
notebooks).
  Problem:
  OpenGl shading language (GLSL) uniform variables seem to stay undefined, or 
lose their value somewhere.
  Tested with a WebGl app as well as a C++ (Qt) application.
  This bug is also reported a driver issue.
  If it is related to this driver issue, why is the (old) buggy driver 
re-installed with 13.04?
  thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Oct  3 10:02:20 2013
  DistUpgraded: 2013-09-19 15:12:56,016 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.2.10, 3.8.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:058b]
  InstallationDate: Installed on 2013-08-21 (42 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Dell Inc. Dell System XPS L322X
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-31-generic 
root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to raring on 2013-09-19 (13 days ago)
  dmi.bios.date: 05/15/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0PJHXN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd05/15/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.4-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1234565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1234565] Re: serious opengl bug in 13.04

2015-01-01 Thread madbiologist
** Also affects: mesa via
   https://bugs.freedesktop.org/show_bug.cgi?id=70322
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1234565

Title:
  serious opengl bug in 13.04

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  New

Bug description:
  Tested on two notebooks.
  Bug appears only in the 13.04 version. 12.10 is OK.
  Dubblechecked by booting a 12.10 version on USB stick (on the 13.04 
notebooks).
  Problem:
  OpenGl shading language (GLSL) uniform variables seem to stay undefined, or 
lose their value somewhere.
  Tested with a WebGl app as well as a C++ (Qt) application.
  This bug is also reported a driver issue.
  If it is related to this driver issue, why is the (old) buggy driver 
re-installed with 13.04?
  thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Oct  3 10:02:20 2013
  DistUpgraded: 2013-09-19 15:12:56,016 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.2.10, 3.8.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:058b]
  InstallationDate: Installed on 2013-08-21 (42 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Dell Inc. Dell System XPS L322X
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-31-generic 
root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to raring on 2013-09-19 (13 days ago)
  dmi.bios.date: 05/15/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0PJHXN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd05/15/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.4-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1234565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407026] [NEW] [Satellite P205, Realtek ALC268, Black Headphone Out, Front] Pulseaudio fails to detect card

2015-01-01 Thread Andrew Signorelli
Public bug reported:

internal speakers work fine. Headphones do not

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf]
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  andrew 4163 F rhythmbox
  andrew 5756 F pulseaudio
 /dev/snd/pcmC0D0p:   andrew 4163 F...m rhythmbox
 /dev/snd/timer:  andrew 4163 f rhythmbox
CurrentDesktop: Unity
Date: Thu Jan  1 23:36:00 2015
InstallationDate: Installed on 2014-07-22 (164 days ago)
InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release i386 
(20140204)
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel
Symptom_Jack: Black Headphone Out, Front
Title: [Satellite P205, Realtek ALC268, Black Headphone Out, Front] Pulseaudio 
fails to detect card
UpgradeStatus: Upgraded to trusty on 2014-10-19 (75 days ago)
dmi.bios.date: 07/11/2007
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V1.50
dmi.board.name: ISRAA
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.50:bd07/11/2007:svnTOSHIBA:pnSatelliteP205:pvrPSPB3U-06700L:rvnTOSHIBA:rnISRAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite P205
dmi.product.version: PSPB3U-06700L
dmi.sys.vendor: TOSHIBA

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1407026

Title:
  [Satellite P205, Realtek ALC268, Black Headphone Out, Front]
  Pulseaudio fails to detect card

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  internal speakers work fine. Headphones do not

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf]
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andrew 4163 F rhythmbox
andrew 5756 F pulseaudio
   /dev/snd/pcmC0D0p:   andrew 4163 F...m rhythmbox
   /dev/snd/timer:  andrew 4163 f rhythmbox
  CurrentDesktop: Unity
  Date: Thu Jan  1 23:36:00 2015
  InstallationDate: Installed on 2014-07-22 (164 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release i386 
(20140204)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel
  Symptom_Jack: Black Headphone Out, Front
  Title: [Satellite P205, Realtek ALC268, Black Headphone Out, Front] 
Pulseaudio fails to detect card
  UpgradeStatus: Upgraded to trusty on 2014-10-19 (75 days ago)
  dmi.bios.date: 07/11/2007
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.50
  dmi.board.name: ISRAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.50:bd07/11/2007:svnTOSHIBA:pnSatelliteP205:pvrPSPB3U-06700L:rvnTOSHIBA:rnISRAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite P205
  dmi.product.version: PSPB3U-06700L
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1407026/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1235567] Re: ibus-ui-gtk3 crashed with SIGABRT

2015-01-01 Thread Vince
From upstream bug :
It seems you have a bug from the previous internal patch.
Please run 'ibus reset-config' and 'ibus restart' command.

At least it looks like this fixed the bug for me.

(also this may be fixed upstream, see
https://github.com/ibus/ibus/commit/bb818e438599f080a0cffb0b7573d9a646cf3b1a)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1235567

Title:
  ibus-ui-gtk3 crashed with SIGABRT

Status in IBus:
  Unknown
Status in ibus package in Ubuntu:
  Triaged

Bug description:
  Restarted system after installing updates was greeting me with that
  message

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Sat Oct  5 08:17:10 2013
  Disassembly: = 0x7f62f38f4f77:   Cannot access memory at address 
0x7f62f38f4f77
  ExecutablePath: /usr/lib/ibus/ibus-ui-gtk3
  InstallationDate: Installed on 2013-06-12 (114 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcCmdline: /usr/lib/ibus/ibus-ui-gtk3
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: ibus
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: ibus-ui-gtk3 crashed with SIGABRT
  UpgradeStatus: Upgraded to saucy on 2013-08-11 (55 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1235567/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1406942] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1406942

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed

Bug description:
  when i booted up my computer this morning ubuntu claimed nvidia 331
  did not install correctly. keep in mind this is a fresh install and
  additional drivers box claims 331 is in use. seems to be fine at the
  moment possible glitch not sure but need to be confident my system
  will work correctly i will be playing graphical games but this is the
  second pop up uf it i will try re install in hopes of better luck.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-44-generic
  Date: Wed Dec 31 22:32:19 2014
  InstallationDate: Installed on 2015-01-01 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1406942/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407037] [NEW] برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got Talents4 PE 3

2015-01-01 Thread gdfgdf
Public bug reported:

Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs Got 
Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

شاهد الحلقة كاملة من الرابط التالى
http://goo.gl/2ZV5nP

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1407037

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثة - Arabs Got
  Talents4 PE 3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube
  Arabs Got Talents4 PE 3 برنامج عرب جوت تالنت الموسم الرابع الحلقة3 - Arabs 
Got Talents الموسم 4 الحلقة 3 كاملة السبت 3-1-2015 YouTube

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى
  http://goo.gl/2ZV5nP

  شاهد الحلقة كاملة من الرابط التالى