[Desktop-packages] [Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2024-03-12 Thread François Bouffard
Oh if that matters: gvfs is currently version amd64/mantic 1.52.0-1 on
my side, and Nautilus is version amd64 1:45~rc-1ubuntu1

-- 
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/1828107

Title:
  gvfs can't list shares from smb servers that disabled SMB1

Status in gvfs:
  Fix Released
Status in gvfs package in Ubuntu:
  Triaged

Bug description:
  After bug #1778322 is fixed (just needs a gvfs rebuild with newer
  samba), samba machines will start to show up again in the "windows
  network" tab in nautilus. But if a server has disabled the SMB1
  protocol, nautilus will show an error when that server is clicked on,
  instead of showing the shares list.

  Even with SMB1 disabled, it should still be technically possible to
  get a share list, since smbclient can do it:

  andreas@nsnx:~$ nmblookup -A 192.168.122.101
  Looking up status of 192.168.122.101
D-NO-SMB1   <00> - B  
D-NO-SMB1   <03> - B  
D-NO-SMB1   <20> - B  
..__MSBROWSE__. <01> -  B  
WORKGROUP   <00> -  B  
WORKGROUP   <1d> - B  
WORKGROUP   <1e> -  B  

  MAC Address = 00-00-00-00-00-00

  andreas@nsnx:~$ smbclient -L 192.168.122.101 -N
  WARNING: The "syslog" option is deprecated

Sharename   Type  Comment
-     ---
print$  Disk  Printer Drivers
pub_no_smb1 Disk  
IPC$IPC   IPC Service (d-no-smb1 server (Samba, Ubuntu))
  Reconnecting with SMB1 for workgroup listing.
  protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
  Failed to connect with SMB1 -- no workgroup available

  andreas@nsnx:~$ smbclient //192.168.122.101/pub_no_smb1 -U ubuntu%ubuntu -m 
NT1
  WARNING: The "syslog" option is deprecated
  protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE

  andreas@nsnx:~$ smbclient //192.168.122.101/pub_no_smb1 -U ubuntu%ubuntu -m 
SMB2
  WARNING: The "syslog" option is deprecated
  Try "help" to get a list of possible commands.
  smb: \> dir
.   D0  Fri May  3 18:16:38 2019
..  D0  Fri May  3 18:15:24 2019
hello.txt   N   21  Fri May  3 18:16:12 2019
hello-from-nsnx.txt A9  Fri May  3 18:16:38 2019

  20509264 blocks of size 1024. 13121800 blocks
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1828107/+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 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2024-03-12 Thread François Bouffard
For what it's worth, I *think* I have the same bug. Recently set up a
home server with vanilla Ubuntu 23.10, up to date, using Samba
(currently samba:amd64 2:4.18.6+dfsg-1ubuntu2.1). To access the shares
from Windows 10 machines, for some reason I had to activate CIFS/SMB1.0
client functionality. On Ubuntu machines, also running up-to-date Ubuntu
23.10, Nautilus wants me to log into the server (before listing the
shares, even if guest login is enabled on Samba) but fails anyway, not
displaying shares.

I for one am glad I found @bloodyiron's workaround (killall gvfsd-smb-
browse) -- it does fix the issue, the shares instantly become visible
and accessible with guest/anonymous login. My previous workaround was to
ctrl-L to access the address bar and use smb://path_to_server/share to
access the shares using a GUI.

I get that the bug is originating from upstream. But on the other hand,
in my case, I set up Samba shares from the most recent Ubuntu release,
and cannot access it by default, using the default file browser of
another up-to-date Ubuntu install. I would have thought that this would
be a common use case, and hence rather important to fix one way or the
other.

-- 
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/1828107

Title:
  gvfs can't list shares from smb servers that disabled SMB1

Status in gvfs:
  Fix Released
Status in gvfs package in Ubuntu:
  Triaged

Bug description:
  After bug #1778322 is fixed (just needs a gvfs rebuild with newer
  samba), samba machines will start to show up again in the "windows
  network" tab in nautilus. But if a server has disabled the SMB1
  protocol, nautilus will show an error when that server is clicked on,
  instead of showing the shares list.

  Even with SMB1 disabled, it should still be technically possible to
  get a share list, since smbclient can do it:

  andreas@nsnx:~$ nmblookup -A 192.168.122.101
  Looking up status of 192.168.122.101
D-NO-SMB1   <00> - B  
D-NO-SMB1   <03> - B  
D-NO-SMB1   <20> - B  
..__MSBROWSE__. <01> -  B  
WORKGROUP   <00> -  B  
WORKGROUP   <1d> - B  
WORKGROUP   <1e> -  B  

  MAC Address = 00-00-00-00-00-00

  andreas@nsnx:~$ smbclient -L 192.168.122.101 -N
  WARNING: The "syslog" option is deprecated

Sharename   Type  Comment
-     ---
print$  Disk  Printer Drivers
pub_no_smb1 Disk  
IPC$IPC   IPC Service (d-no-smb1 server (Samba, Ubuntu))
  Reconnecting with SMB1 for workgroup listing.
  protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
  Failed to connect with SMB1 -- no workgroup available

  andreas@nsnx:~$ smbclient //192.168.122.101/pub_no_smb1 -U ubuntu%ubuntu -m 
NT1
  WARNING: The "syslog" option is deprecated
  protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE

  andreas@nsnx:~$ smbclient //192.168.122.101/pub_no_smb1 -U ubuntu%ubuntu -m 
SMB2
  WARNING: The "syslog" option is deprecated
  Try "help" to get a list of possible commands.
  smb: \> dir
.   D0  Fri May  3 18:16:38 2019
..  D0  Fri May  3 18:15:24 2019
hello.txt   N   21  Fri May  3 18:16:12 2019
hello-from-nsnx.txt A9  Fri May  3 18:16:38 2019

  20509264 blocks of size 1024. 13121800 blocks
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1828107/+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 1784023] Re: Update profiles for usrmerge

2023-01-10 Thread François Marier
** Changed in: fwknop (Ubuntu)
   Status: New => Fix Released

** Changed in: fwknop (Ubuntu)
 Assignee: (unassigned) => François Marier (fmarier)

-- 
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/1784023

Title:
  Update profiles for usrmerge

Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor-profiles-extra package in Ubuntu:
  New
Status in dhcpcanon package in Ubuntu:
  New
Status in ejabberd package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  In Progress
Status in fwknop package in Ubuntu:
  Fix Released
Status in i2p package in Ubuntu:
  New
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in kopanocore package in Ubuntu:
  New
Status in libvirt package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm-remote-session-freerdp2 package in Ubuntu:
  Fix Released
Status in lightdm-remote-session-x2go package in Ubuntu:
  Fix Released
Status in man-db package in Ubuntu:
  Fix Released
Status in strongswan package in Ubuntu:
  Fix Released
Status in surf package in Ubuntu:
  Fix Released
Status in telepathy-mission-control-5 package in Ubuntu:
  Fix Released
Status in strongswan package in Debian:
  Fix Released

Bug description:
  this is about / and /usr merge.

  /bin & /sbin merge is out of scope. Anything that was in /sbin/  will
  remain in /{,usr/}sbin/.

  = src:apparmor =
  usr.bin.chromium-browser appears to be out of date w.r.t. apparmor-profiles 
upstream git tree

  /usr/share/apparmor/extra-profiles/usr.sbin.useradd needs update
  upstream https://gitlab.com/apparmor/apparmor/merge_requests/152/diffs

  = other packages =

  Slightly more complete list: https://paste.ubuntu.com/p/4zDJ8mTc5Z/

  $ sudo grep '[[:space:]]/bin' -r .
  ./usr.bin.man:  /bin/bzip2 rmCx -> &man_filter,
  ./usr.bin.man:  /bin/gzip rmCx -> &man_filter,
  ./usr.bin.man:  /bin/bzip2 rm,
  ./usr.bin.man:  /bin/gzip rm,
  ./usr.sbin.libvirtd:  /bin/* PUx,
  ./abstractions/lightdm:  /bin/ rmix,
  ./abstractions/lightdm:  /bin/fusermount Px,
  ./abstractions/lightdm:  /bin/** rmix,
  ./abstractions/libvirt-qemu:  /bin/uname rmix,
  ./abstractions/libvirt-qemu:  /bin/grep rmix,
  ./usr.bin.chromium-browser:  /bin/ps Uxr,
  ./usr.bin.chromium-browser:/bin/dash ixr,
  ./usr.bin.chromium-browser:/bin/grep ixr,
  ./usr.bin.chromium-browser:/bin/readlink ixr,
  ./usr.bin.chromium-browser:/bin/sed ixr,
  ./usr.bin.chromium-browser:/bin/which ixr,
  ./usr.bin.chromium-browser:/bin/mkdir ixr,
  ./usr.bin.chromium-browser:/bin/mv ixr,
  ./usr.bin.chromium-browser:/bin/touch ixr,
  ./usr.bin.chromium-browser:/bin/dash ixr,
  ./usr.bin.firefox:  /bin/which ixr,
  ./usr.bin.firefox:  /bin/ps Uxr,
  ./usr.bin.firefox:  /bin/uname Uxr,
  ./usr.bin.firefox:/bin/dash ixr,
  ./sbin.dhclient:  /bin/bash mr,

  $ sudo grep '[[:space:]]/sbin' -r .
  ./usr.lib.telepathy:deny /sbin/ldconfig x,
  ./usr.sbin.libvirtd:  /sbin/* PUx,
  ./abstractions/lightdm:  /sbin/ r,
  ./abstractions/lightdm:  /sbin/** rmixk,
  ./usr.bin.firefox:  /sbin/killall5 ixr,
  ./sbin.dhclient:  /sbin/dhclient mr,
  ./sbin.dhclient:  # daemon to run arbitrary code via /sbin/dhclient-script, 
it would need to be
  ./sbin.dhclient:  /sbin/dhclient-script   Uxr,

  $ sudo grep '[[:space:]]/lib' -r .
  ./snap.core.4917.usr.lib.snapd.snap-confine:/lib/udev/snappy-app-dev ixr, 
# drop
  ./usr.lib.snapd.snap-confine.real:/lib/udev/snappy-app-dev ixr, # drop
  ./abstractions/lightdm:  /lib/ r,
  ./abstractions/lightdm:  /lib/** rmixk,
  ./abstractions/lightdm:  /lib32/ r,
  ./abstractions/lightdm:  /lib32/** rmixk,
  ./abstractions/lightdm:  /lib64/ r,
  ./abstractions/lightdm:  /lib64/** rmixk,
  ./usr.bin.chromium-browser:/lib/libgcc_s.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/libgcc_s.so* mr,
  ./usr.bin.chromium-browser:/lib{,32,64}/libm-*.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/libm-*.so* mr,
  ./usr.bin.chromium-browser:/lib{,32,64}/libpthread-*.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/libpthread-*.so* mr,
  ./usr.bin.chromium-browser:/lib{,32,64}/libc-*.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/libc-*.so* mr,
  ./usr.bin.chromium-browser:/lib{,32,64}/libld-*.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/libld-*.so* mr,
  ./usr.bin.chromium-browser:/lib{,32,64}/ld-*.so* mr,
  ./usr.bin.chromium-browser:/lib/@{multiarch}/ld-*.so* mr,
  ./usr.bin.chromium-browser:/lib/tls/*/{cmov,nosegneg}/libm-*.so* mr,
  ./usr.bin.chromium-browser:/lib/tls/*/{cmov,nosegneg}/libpthread-*.so* mr,
  ./usr.bin.chromium-browser:/lib/tls/*/{cmov,nosegneg}/libc-*.so* mr,

  above list might be incomplete

To manage notifications about thi

[Desktop-packages] [Bug 1879488] Re: raw NEF thumbnails not processed

2021-08-14 Thread François Tissandier
Sony ARW are not working, even after adding the mime type to 
"gdk-pixbuf-thumbnailer.thumbnailer"
Not sure whose fault is it, but it's frustrating not to have any thumbnail for 
all the RAWs if you have a Sony camera.

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

Title:
  raw NEF thumbnails not processed

Status in gdk-pixbuf package in Ubuntu:
  Triaged

Bug description:
  Raw NEF thumbnails are not displayed in Nautilus.

  FIX

  Add missing mime types to  /usr/share/thumbnailers/gdk-pixbuf-
  thumbnailer.thumbnailer

  This is described here
  https://askubuntu.com/questions/283072/nautilus-isnt-displaying-
  thumbnails-for-my-nef-files-photo-raw

  RAW mime types to add: image/x-3fr;image/x-adobe-
  dng;image/x-arw;image/x-bay;image/x-canon-cr2;image/x-canon-
  
crw;image/x-cap;image/x-cr2;image/x-crw;image/x-dcr;image/x-dcraw;image/x-dcs;image/x-dng;image/x-drf;image/x-eip;image/x-erf;image/x-fff;image/x-fuji-
  raf;image/x-iiq;image/x-k25;image/x-kdc;image/x-mef;image/x-minolta-
  mrw;image/x-mos;image/x-mrw;image/x-nef;image/x-nikon-
  nef;image/x-nrw;image/x-olympus-orf;image/x-orf;image/x-panasonic-
  raw;image/x-panasonic-raw2;image/x-pef;image/x-pentax-
  
pef;image/x-ptx;image/x-pxn;image/x-r3d;image/x-raf;image/x-raw;image/x-rw2;image/x-rwl;image/x-rwz;image/x-samsung-
  srw;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-sr2;image/x-sony-
  srf;image/x-sr2;image/x-srf;image/x-x3f;

  Please consider changing the thumbnailer conifg so it will work out of
  the box.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libgdk-pixbuf2.0-bin 2.40.0+dfsg-3 [modified: 
usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer]
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 19 12:48:25 2020
  InstallationDate: Installed on 2020-05-11 (7 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: gdk-pixbuf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1879488/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-11 Thread François Guerraz
(sorry, previous comment is a misclick)

@seb128, as I dealt with it first hand a few month ago with upstream
packages (see https://bugs.archlinux.org/task/63397 ) maybe I can shed
some light on it and help you write the SRU. This would be my
suggestion:

[Impact]

 * A driver supports FT (IEEE 802.11r-2008 or fast BSS transition (FT),
   also called fast roaming) if it either supports SME or the
   NL80211_CMD_UPDATE_FT_IES command. When selecting AKM suites,
   wpa_supplicant currently doesn't take into account whether or not either
   of those conditions are met. This can cause association failures, e.g.,
   when an AP supports both WPA-EAP and FT-EAP but the driver doesn't
   support FT (wpa_supplicant will decide to do FT-EAP since it is unaware
   the driver doesn't support it).

 * This is known to affect users at least users with popular chip-sets,
   such as BCM20703A1 or BCM4350 (notably present in the popular XPS 13/15
   laptops).

 * The upload fixes the bug by allowing an FT suite to be selected only 
   when the driver also supports FT.


[Test Case]

 * requires affected hardware and wpa_supplicant built with CONFIG_IEEE80211R
   and connecting to an AP supporting WPA-EAP and FT-EAP

[Regression Potential]

 * a driver not advertising correctly its support for SME or the
   NL80211_CMD_UPDATE_FT_IES command via the drv_flags would be prevented from
   using FT but would still be able to connect to APs

[Other Info]
 
 * Upstream fix: 
https://w1.fi/cgit/hostap/commit/?id=23dc196fde951b3d508f367a603cddffbd053490
 * Initial report: https://bugs.archlinux.org/task/63397

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Invalid
Status in wpa package in Ubuntu:
  Fix Committed
Status in linux source package in Focal:
  Invalid
Status in wpa source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Invalid
Status in wpa source package in Groovy:
  Fix Committed

Bug description:
  * Impact
  connecting to wifi fails with some drivers

  * Test case
  try to connect to wifi, it should work

  * Regression potential
  ?

  ---

  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-11 Thread François Guerraz
@seb128, as I dealt with it first hand a few month ago with upstream
packages

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Invalid
Status in wpa package in Ubuntu:
  Fix Committed
Status in linux source package in Focal:
  Invalid
Status in wpa source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Invalid
Status in wpa source package in Groovy:
  Fix Committed

Bug description:
  * Impact
  connecting to wifi fails with some drivers

  * Test case
  try to connect to wifi, it should work

  * Regression potential
  ?

  ---

  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-09 Thread François Guerraz
🎉 glad that I could help.

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Invalid
Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-03 Thread François Guerraz
First I would need some feedback that this is indeed fixing the problem.
PPA is for maintaining software outside of the repos, I don't intend to 
maintain it, the ubuntu team needs to fix this, which they should be able to do 
easily if there is a patch.

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Incomplete
Status in wpa package in Ubuntu:
  New

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-03 Thread François Guerraz
I built a fixed version here if you're willing to trust a stranger on the 
internet:
https://drive.google.com/file/d/1BrXOZH-E_cw93HBmk7id1LzUJtnYVsQn/view?usp=sharing

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Incomplete
Status in wpa package in Ubuntu:
  New

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-03 Thread François Guerraz
Prior to this commit
https://w1.fi/cgit/hostap/commit/?id=23dc196fde951b3d508f367a603cddffbd053490
hostapd doesn't check if the driver supports 802.11R aka. FT.

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

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Incomplete
Status in wpa package in Ubuntu:
  New

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+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 1825593] Re: Display: 100% scale not remembered when X11 Fractional Scaling is enabled

2020-04-27 Thread François Rey
Also this is not just scaling that is not remembered, but also screen
relative positions.

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

Title:
  Display: 100% scale not remembered when X11 Fractional Scaling is
  enabled

Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 19.04, I enabled the experimental 'x11-randr-
  fractional-scaling' setting.  If I set scaling to 125, 150, or 200%,
  the setting is remembered and used the next time I log in.  If I set
  scaling to 100%, however, the next time I log in the scaling switches
  back to 200% automatically.  I only want to use fractional scaling for
  external monitors.

  Background: This is on a Dell XPS 9360 with a 1920x1080 ~168 DPI
  screen.  Pretty standard configuration.  I have my DisplaySize set to
  294x165 in Xorg.conf, Xft.dpi=168, GTK font scaling factor 1.0.

  I have been unable to find an appropriate combination of settings
  where 168 DPI is respected for accurate font rendering, while at the
  same time not scaling up the rest of the UI to unusable proportions.
  Fractional scaling seems to be the only way to adjust some Gnome UI
  elements.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1825593/+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 1825593] Re: Display: 100% scale not remembered when X11 Fractional Scaling is enabled

2020-04-27 Thread François Rey
Gnome Shell closed the report submitted by Evgeny saying it's an Ubuntu 
downstream feature.
The duplicate bug 1852860 looks now like a more suitable candidate for tracking 
at it is assigned to the proper project (?).

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

Title:
  Display: 100% scale not remembered when X11 Fractional Scaling is
  enabled

Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 19.04, I enabled the experimental 'x11-randr-
  fractional-scaling' setting.  If I set scaling to 125, 150, or 200%,
  the setting is remembered and used the next time I log in.  If I set
  scaling to 100%, however, the next time I log in the scaling switches
  back to 200% automatically.  I only want to use fractional scaling for
  external monitors.

  Background: This is on a Dell XPS 9360 with a 1920x1080 ~168 DPI
  screen.  Pretty standard configuration.  I have my DisplaySize set to
  294x165 in Xorg.conf, Xft.dpi=168, GTK font scaling factor 1.0.

  I have been unable to find an appropriate combination of settings
  where 168 DPI is respected for accurate font rendering, while at the
  same time not scaling up the rest of the UI to unusable proportions.
  Fractional scaling seems to be the only way to adjust some Gnome UI
  elements.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1825593/+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 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2019-11-03 Thread François Bouffard
This is mostly a "mee too" post. Using a GTX 1060. The upgrade to 19.10
did not go well, stuck with graphical artifacts after a reboot. Further
reboots were met with kernel panics. Finally managed to boot kernel 5.0
in safe mode and finish the installation by choosing the "repair
packages" option. Was met with this autologin bug after (thanks to the
thread starter for noting that -- it was not clear autologin was the
culprit).

An additional detail: now I seem stuck with the 430 drivers. I cannot
upgrade to 435 because of "unmet dependencies" errors. Not sure if this
could be related given that clearly the nVidia drivers are involved in
this mess.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-session package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gdm3 source package in Eoan:
  Confirmed
Status in gnome-session source package in Eoan:
  Confirmed
Status in gnome-shell source package in Eoan:
  Confirmed

Bug description:
  I just updated to the Ubuntu 19.10 beta. After boot, I'm shown the GDM
  login screen (which I shouldn't; I have auto login enabled), and
  logging in just takes me back to the same user selection screen even
  though the password is correct.

  If I switch to a TTY and run `sudo pkill gnome-session-binary`,
  logging in through GDM starts working again.

  I should add that the do-release-upgrade was rocky; I did it in a
  terminal from within gnome, went away for a while, and when I
  returned, I just saw an Ubuntu 19.10 in a TTY. I was able to do `sudo
  dpkg --configure -a` and complete the upgrade, but I don't know if
  something's still messed up due to that.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
   GCC version:  gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 28 19:55:42 2019
  DistUpgraded: 2019-09-28 18:35:15,142 INFO cache.commit()
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 435.21, 5.3.0-13-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GP102 [GeForce GTX 1080 Ti] [1043:85e4]
  InstallationDate: Installed on 2019-09-14 (13 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: MSI MS-7A67
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-13-generic 
root=UUID=04974c80-e732-49b6-8148-c3dce7c02a25 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to eoan on 2019-09-28 (0 days ago)
  dmi.bios.date: 01/25/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H270I GAMING PRO AC (MS-7A67)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd01/25/2018:svnMSI:pnMS-7A67:pvr1.0:rvnMSI:rnH270IGAMINGPROAC(MS-7A67):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.family: Default string
  dmi.product.name: MS-7A67
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.1.6-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20190820-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage 

[Desktop-packages] [Bug 1768539] Re: Conflicts between / and /usr

2019-07-12 Thread François Marier
** Bug watch added: Debian Bug tracker #914716
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914716

** Also affects: molly-guard (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914716
   Importance: Unknown
   Status: Unknown

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

Title:
  Conflicts between / and /usr

Status in molly-guard package in Ubuntu:
  New
Status in neutron-vpnaas package in Ubuntu:
  Fix Released
Status in pm-utils package in Ubuntu:
  Fix Committed
Status in safe-rm package in Ubuntu:
  Fix Released
Status in molly-guard package in Debian:
  Unknown
Status in pm-utils package in Debian:
  Fix Released
Status in safe-rm package in Debian:
  Fix Released

Bug description:
  bin/rm and usr/bin/rm conflict between coreutils and safe-rm

  ---
  Not a conflict, but these just look weird:
  neutron-vpnaas ships these in python-neutron-vpnaas
  etc/neutron/rootwrap.d/vpnaas.filters
  usr/etc/neutron/rootwrap.d/vpnaas.filters

  ---
  pm-utils and molly-guard conflict on:

  sbin/pm-hibernate
  usr/sbin/pm-hibernate
  sbin/pm-suspend
  usr/sbin/pm-suspend
  sbin/pm-suspend-hybrid
  usr/sbin/pm-suspend-hybrid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/molly-guard/+bug/1768539/+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 1802504] [NEW] TILIX INFO

2018-11-09 Thread François ZOLIN
Public bug reported:

TILIX SCREEN AFTER "SUDO APT UPDATE"
Сущ:13 http://fr.archive.ubuntu.com/ubuntu bionic-proposed InRelease
  
Сущ:14 http://ppa.launchpad.net/tista/adapta/ubuntu bionic InRelease
  
Сущ:15 http://security.ubuntu.com/ubuntu artful-security InRelease  
  
Сущ:16 http://ppa.launchpad.net/ubuntubudgie/backports/ubuntu bionic InRelease  
  
Сущ:17 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease  
   
Получено 83,2 kB за 2с (48,8 kB/s)   
Чтение списков пакетов… Готово
Построение дерева зависимостей   
Чтение информации о состоянии… Готово
Все пакеты имеют последние версии.
W: Цель Sources (main/source/Sources) настроена несколько раз в 
/etc/apt/sources.list:54 и /etc/apt/sources.list:55
W: Пропускается получение настроенного файла «main/source/Sources», так как 
репозиторий «https://dl.winehq.org/wine-builds/ubuntu bionic InRelease» его не 
предоставляет (возможно, репозиторий указан с ошибкой в sources.list?)
W: Цель Sources (main/source/Sources) настроена несколько раз в 
/etc/apt/sources.list.d/ubuntubudgie-ubuntu-backports-artful.list:2 и 
/etc/apt/sources.list.d/ubuntubudgie-ubuntu-backports-bionic.list:1
W: Цель Sources (main/source/Sources) настроена несколько раз в 
/etc/apt/sources.list:54 и /etc/apt/sources.list:55
W: Цель Sources (main/source/Sources) настроена несколько раз в 
/etc/apt/sources.list.d/ubuntubudgie-ubuntu-backports-artful.list:2 и 
/etc/apt/sources.list.d/ubuntubudgie-ubuntu-backports-bionic.list:1

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  410.73  Sat Oct 20 22:12:33 
CDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: Budgie:GNOME
Date: Fri Nov  9 14:11:37 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 410.73, 4.15.0-39-generic, x86_64: installed
 virtualbox, 5.2.18, 4.15.0-33-generic, x86_64: installed
 virtualbox, 5.2.18, 4.15.0-39-generic, x86_64: installed
ExtraDebuggingInterest: No
GraphicsCard:
 NVIDIA Corporation GM204M [GeForce GTX 970M] [10de:13d8] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GM204M [GeForce GTX 970M] [1043:22da]
InstallationDate: Installed on 2017-12-29 (314 days ago)
InstallationMedia: Ubuntu-Budgie 17.10 "Artful Aardvark" - Alpha amd64 
(20170926)
MachineType: ASUSTeK COMPUTER INC. G751JT
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=UUID=3b41e99c-b074-4029-826b-39ad3587 ro drm.debug=0xe plymouth:debug
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G751JT.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G751JT
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG751JT.202:bd09/10/2014:svnASUSTeKCOMPUTERINC.:pnG751JT:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG751JT:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: G
dmi.product.name: G751JT
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Thu Nov  8 15:34:32 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.6-1ubuntu4.2

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


** Tags: amd64 apport-bug bionic ubuntu

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

[Desktop-packages] [Bug 1802366] Re: i dont know

2018-11-08 Thread François ZOLIN
thank you

-- 
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/1802366

Title:
  i dont know

Status in xorg package in Ubuntu:
  New

Bug description:
  + i don't speak English+i am not informatics just a user

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
  Uname: Linux 4.15.0-39-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  410.73  Sat Oct 20 22:12:33 
CDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Nov  8 19:13:59 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 410.73, 4.15.0-39-generic, x86_64: installed
   virtualbox, 5.2.18, 4.15.0-33-generic, x86_64: installed
   virtualbox, 5.2.18, 4.15.0-39-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM204M [GeForce GTX 970M] [10de:13d8] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GM204M [GeForce GTX 970M] [1043:22da]
  InstallationDate: Installed on 2017-12-29 (313 days ago)
  InstallationMedia: Ubuntu-Budgie 17.10 "Artful Aardvark" - Alpha amd64 
(20170926)
  MachineType: ASUSTeK COMPUTER INC. G751JT
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=UUID=3b41e99c-b074-4029-826b-39ad3587 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/10/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G751JT.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G751JT
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG751JT.202:bd09/10/2014:svnASUSTeKCOMPUTERINC.:pnG751JT:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG751JT:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: G
  dmi.product.name: G751JT
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Thu Nov  8 15:34:32 2018
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.19.6-1ubuntu4.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1802366/+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 1802366] [NEW] i dont know

2018-11-08 Thread François ZOLIN
Public bug reported:

+ i don't speak English+i am not informatics just a user

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  410.73  Sat Oct 20 22:12:33 
CDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Nov  8 19:13:59 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 410.73, 4.15.0-39-generic, x86_64: installed
 virtualbox, 5.2.18, 4.15.0-33-generic, x86_64: installed
 virtualbox, 5.2.18, 4.15.0-39-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GM204M [GeForce GTX 970M] [10de:13d8] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GM204M [GeForce GTX 970M] [1043:22da]
InstallationDate: Installed on 2017-12-29 (313 days ago)
InstallationMedia: Ubuntu-Budgie 17.10 "Artful Aardvark" - Alpha amd64 
(20170926)
MachineType: ASUSTeK COMPUTER INC. G751JT
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=UUID=3b41e99c-b074-4029-826b-39ad3587 ro drm.debug=0xe plymouth:debug
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G751JT.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G751JT
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG751JT.202:bd09/10/2014:svnASUSTeKCOMPUTERINC.:pnG751JT:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG751JT:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: G
dmi.product.name: G751JT
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Thu Nov  8 15:34:32 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.6-1ubuntu4.2

** Affects: xorg (Ubuntu)
     Importance: Undecided
 Assignee: François ZOLIN (ustas)
 Status: New


** Tags: amd64 apport-bug bionic ubuntu

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) => François ZOLIN (ustas)

-- 
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/1802366

Title:
  i dont know

Status in xorg package in Ubuntu:
  New

Bug description:
  + i don't speak English+i am not informatics just a user

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
  Uname: Linux 4.15.0-39-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  410.73  Sat Oct 20 22:12:33 
CDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Nov  8 19:13:59 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 410.73, 4.15.0-39-generic, x86_64: installed
   virtualbox, 5.2.18, 4.15.0-33-generic, x86_64: installed
   virtualbox, 5.2.18, 4.15.0-39-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM204M [GeForce GTX 970M] [10de:13d8] (rev a1) (prog-if 
00 [VGA controller])
 

[Desktop-packages] [Bug 1780442] Re: Please backport fix for & in attributes

2018-07-11 Thread François Marier
I was still getting the error messages after upgrading the package
because the cached file still had the unescaped ampersand in it.

It seems like `fwupdmgr refresh` doesn't re-generate the file if it
hasn't changed on the server.

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

Title:
  Please backport fix for & in attributes

Status in Fwupd:
  New
Status in appstream-glib package in Ubuntu:
  Fix Released
Status in appstream-glib source package in Xenial:
  Confirmed

Bug description:
  [Impact]

  There are instances of fwupd being unable to run updates on certain
  devices on Ubuntu 16.04. due to a "&" in metadata.

  [Test Case]

   * Try to perform an update on a 8bitdo affected device.

  [Regression Potential]

   * Regressions would occur in metadata processing where the fwupd
  daemon wouldn't be able to process it.

  [Other Info]
   
  This was discussed here:
  https://github.com/hughsie/fwupd/issues/565#issuecomment-402534337

  This has been fixed in appstream-glib to prevent & in the metadata.  This fix 
is already in 18.04 and just needs to be backported to 16.04.
  
https://github.com/hughsie/appstream-glib/commit/6048520484101df5d33f3c852c10640e630d20cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwupd/+bug/1780442/+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 1780442] Re: Please backport fix for & in attributes

2018-07-11 Thread François Marier
>From https://bugs.launchpad.net/ubuntu/+source/appstream-
glib/+bug/1780520/comments/2:

"I have uploaded a fixed package to my PPA:
https://launchpad.net/~fmarier/+archive/ubuntu/ppa?field.series_filter=xenial

Here's how I fixed the problem:

1. upgrade the appstream-glib package to the one in my PPA
2. delete /var/cache/app-info/xmls/fwupd.xml
3. run `fwupdmgr refresh` as root to re-download the XML file"

This is the patch I added to the package:
https://bugs.launchpad.net/ubuntu/+source/appstream-
glib/+bug/1780520/+attachment/5161135/+files/06_ampersand_in_attribute_values.patch

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

Title:
  Please backport fix for & in attributes

Status in Fwupd:
  New
Status in appstream-glib package in Ubuntu:
  Fix Released
Status in appstream-glib source package in Xenial:
  Confirmed

Bug description:
  [Impact]

  There are instances of fwupd being unable to run updates on certain
  devices on Ubuntu 16.04. due to a "&" in metadata.

  [Test Case]

   * Try to perform an update on a 8bitdo affected device.

  [Regression Potential]

   * Regressions would occur in metadata processing where the fwupd
  daemon wouldn't be able to process it.

  [Other Info]
   
  This was discussed here:
  https://github.com/hughsie/fwupd/issues/565#issuecomment-402534337

  This has been fixed in appstream-glib to prevent & in the metadata.  This fix 
is already in 18.04 and just needs to be backported to 16.04.
  
https://github.com/hughsie/appstream-glib/commit/6048520484101df5d33f3c852c10640e630d20cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwupd/+bug/1780442/+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 1780520] Re: fwupd fails to refresh because of badly encoded data

2018-07-08 Thread François Marier
The only change I made to the package is to drop the attached patch into
debian/patches.

It consists simply of the commit referenced by upstream:
https://github.com/hughsie/appstream-
glib/commit/6048520484101df5d33f3c852c10640e630d20cf

without the tests since they didn't applied cleanly.

** Patch added: "06_ampersand_in_attribute_values.patch"
   
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1780520/+attachment/5161135/+files/06_ampersand_in_attribute_values.patch

** Description changed:

  I see the following in my logs several times a day:
  
-   Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: 
FuMain: failed to load AppStream data: Failed to parse
+   Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: 
FuMain: failed to load AppStream data: Failed to parse
  /var/cache/app-info/xmls/fwupd.xml file: Erreur à la ligne 265 : L’entité ne 
se termine pas par un point-virgule ; vous avez probablement
  utilisé une esperluette sans intention d’écrire une entité — échappez 
l’esperluette avec &
-   Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out
+   Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out
  
  and I get the following message when I run `apt update`:
  
-   Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main 
amd64 DEP-11 Metadata [67,7 kB]
-   Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main 
DEP-11 64x64 Icons [68,0 kB]
-   Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
-   Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
-   1 841 ko réceptionnés en 1s (1 128 ko/s)
-   AppStream cache update completed, but some metadata was ignored due to 
errors.
+   Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main 
amd64 DEP-11 Metadata [67,7 kB]
+   Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main 
DEP-11 64x64 Icons [68,0 kB]
+   Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
+   Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
+   1 841 ko réceptionnés en 1s (1 128 ko/s)
+   AppStream cache update completed, but some metadata was ignored due to 
errors.
  
  According to the fwupd author, this is a problem ib appstream-glib and
  the fix should be backported in 16.04:
  
-   https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089
- 
- There are also a number of reports on ask.ubuntu.com:
- 
-   
https://askubuntu.com/questions/1051536/appstreamcli-appstream-system-cache-was-updated-but-problems-were-found-metad?noredirect=1&lq=1
-   
https://askubuntu.com/questions/943463/library-corruption-error-during-apt-get-update
+   https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089

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

Title:
  fwupd fails to refresh because of badly encoded data

Status in appstream-glib package in Ubuntu:
  Confirmed

Bug description:
  I see the following in my logs several times a day:

    Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: 
FuMain: failed to load AppStream data: Failed to parse
  /var/cache/app-info/xmls/fwupd.xml file: Erreur à la ligne 265 : L’entité ne 
se termine pas par un point-virgule ; vous avez probablement
  utilisé une esperluette sans intention d’écrire une entité — échappez 
l’esperluette avec &
    Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out

  and I get the following message when I run `apt update`:

    Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main 
amd64 DEP-11 Metadata [67,7 kB]
    Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main 
DEP-11 64x64 Icons [68,0 kB]
    Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
    Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
    1 841 ko réceptionnés en 1s (1 128 ko/s)
    AppStream cache update completed, but some metadata was ignored due to 
errors.

  According to the fwupd author, this is a problem ib appstream-glib and
  the fix should be backported in 16.04:

    https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089

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

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

[Desktop-packages] [Bug 1780520] Re: fwupd fails to refresh because of badly encoded data

2018-07-08 Thread François Marier
I have uploaded a fixed package to my PPA:
https://launchpad.net/~fmarier/+archive/ubuntu/ppa?field.series_filter=xenial

Here's how I fixed the problem:

1. upgrade the appstream-glib package to the one in my PPA
2. delete /var/cache/app-info/xmls/fwupd.xml
3. run `fwupdmgr refresh` as root to re-download the XML file

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

Title:
  fwupd fails to refresh because of badly encoded data

Status in appstream-glib package in Ubuntu:
  Confirmed

Bug description:
  I see the following in my logs several times a day:

    Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: 
FuMain: failed to load AppStream data: Failed to parse
  /var/cache/app-info/xmls/fwupd.xml file: Erreur à la ligne 265 : L’entité ne 
se termine pas par un point-virgule ; vous avez probablement
  utilisé une esperluette sans intention d’écrire une entité — échappez 
l’esperluette avec &
    Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out

  and I get the following message when I run `apt update`:

    Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main 
amd64 DEP-11 Metadata [67,7 kB]
    Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main 
DEP-11 64x64 Icons [68,0 kB]
    Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
    Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
    1 841 ko réceptionnés en 1s (1 128 ko/s)
    AppStream cache update completed, but some metadata was ignored due to 
errors.

  According to the fwupd author, this is a problem ib appstream-glib and
  the fix should be backported in 16.04:

    https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1780520/+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 1780520] [NEW] fwupd fails to refresh because of badly encoded data

2018-07-06 Thread François Marier
Public bug reported:

I see the following in my logs several times a day:

  Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: FuMain: 
failed to load AppStream data: Failed to parse
/var/cache/app-info/xmls/fwupd.xml file: Erreur à la ligne 265 : L’entité ne se 
termine pas par un point-virgule ; vous avez probablement
utilisé une esperluette sans intention d’écrire une entité — échappez 
l’esperluette avec &
  Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out

and I get the following message when I run `apt update`:

  Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
DEP-11 Metadata [67,7 kB]
  Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 
64x64 Icons [68,0 kB]
  Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
  Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
  1 841 ko réceptionnés en 1s (1 128 ko/s)
  AppStream cache update completed, but some metadata was ignored due to errors.

According to the fwupd author, this is a problem ib appstream-glib and
the fix should be backported in 16.04:

  https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089

There are also a number of reports on ask.ubuntu.com:

  
https://askubuntu.com/questions/1051536/appstreamcli-appstream-system-cache-was-updated-but-problems-were-found-metad?noredirect=1&lq=1
  
https://askubuntu.com/questions/943463/library-corruption-error-during-apt-get-update

** Affects: appstream-glib (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  fwupd fails to refresh because of badly encoded data

Status in appstream-glib package in Ubuntu:
  New

Bug description:
  I see the following in my logs several times a day:

Jul  5 20:35:45 hostname fwupd[14510]: (fwupd:14510): Fu-WARNING **: 
FuMain: failed to load AppStream data: Failed to parse
  /var/cache/app-info/xmls/fwupd.xml file: Erreur à la ligne 265 : L’entité ne 
se termine pas par un point-virgule ; vous avez probablement
  utilisé une esperluette sans intention d’écrire une entité — échappez 
l’esperluette avec &
Jul  5 20:36:07 hostname dbus[1044]: [system] Failed to activate service 
'org.freedesktop.fwupd': timed out

  and I get the following message when I run `apt update`:

Réception de:18 http://security.ubuntu.com/ubuntu xenial-security/main 
amd64 DEP-11 Metadata [67,7 kB]
Réception de:19 http://security.ubuntu.com/ubuntu xenial-security/main 
DEP-11 64x64 Icons [68,0 kB]
Réception de:20 http://security.ubuntu.com/ubuntu xenial-security/universe 
amd64 DEP-11 Metadata [107 kB]
Réception de:21 http://security.ubuntu.com/ubuntu xenial-security/universe 
DEP-11 64x64 Icons [142 kB]
1 841 ko réceptionnés en 1s (1 128 ko/s)
AppStream cache update completed, but some metadata was ignored due to 
errors.

  According to the fwupd author, this is a problem ib appstream-glib and
  the fix should be backported in 16.04:

https://github.com/hughsie/fwupd/issues/565#issuecomment-402541089

  There are also a number of reports on ask.ubuntu.com:


https://askubuntu.com/questions/1051536/appstreamcli-appstream-system-cache-was-updated-but-problems-were-found-metad?noredirect=1&lq=1

https://askubuntu.com/questions/943463/library-corruption-error-during-apt-get-update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1780520/+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 1760399] Re: New On-screen keyboard cannot be manually triggered to appear

2018-05-10 Thread François Tissandier
Same problem. I can't use my Dell XPS 13 in tablet mode at all, since
the keyboard isn't appearing on most apps, and I don't know how to
trigger its appearance :-(

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

Title:
  New On-screen keyboard cannot be manually triggered to appear

Status in caribou package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  I have always used an on-screen keyboard as a virtual keyboard for
  entering text in a different layout than my physical keyboard. This
  time I cannot, since I cannot manually trigger the new OSK.

  Steps:

  1. Open Firefox
  2. Try to enter text in a different layout using the new OSK
  3. You cannot make the OSK appear

  When enabled, the new OSK appears automatically in Activities, but I
  cannot trigger it outside GNOME apps. You have to enable the new OSK
  first from Universal Access in Settings.

  I consider this a regression from 16.04 LTS, where On-board is easily
  triggered.

  Workaround:

  sudo apt install onboard

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.0-0ubuntu2
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr  1 11:31:16 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2017-10-02 (180 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20170930)
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to bionic on 2018-03-27 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caribou/+bug/1760399/+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 1761700] [NEW] On screen keyboard not always appearing with a touchscreen laptop

2018-04-06 Thread François Tissandier
Public bug reported:

Dell XPS 13 laptop, with an up to date Bionic Beaver Ubuntu

The onscreen keyboard is rarely appearing. It's working on the login
screen, it's working on the search engine of gnome, but not any other
apps (not in Firefox, not in Gedit, not in the terminal).

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

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

Title:
  On screen keyboard not always appearing with a touchscreen laptop

Status in caribou package in Ubuntu:
  New

Bug description:
  Dell XPS 13 laptop, with an up to date Bionic Beaver Ubuntu

  The onscreen keyboard is rarely appearing. It's working on the login
  screen, it's working on the search engine of gnome, but not any other
  apps (not in Firefox, not in Gedit, not in the terminal).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caribou/+bug/1761700/+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 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-15 Thread François
Proposed fix worked on my Dell Vostro 220.

description: Ordinateur de Bureau
produit: Vostro 220 Series
fabriquant: Dell Inc.
numéro de série: DVJPQH1
bits: 64 bits
fonctionnalités: smbios-2.5 dmi-2.5 vsyscall32
configuration: boot=normal chassis=desktop 
uuid=44454C4C-5600-104A-8050-C4C04F514831
  *-core
   description: Carte mère
   produit: 0P301D
   fabriquant: Dell Inc.
   identifiant matériel: 0
   version: A00
   numéro de série: ..CN7360489701MO.
 *-firmware
  description: BIOS
  fabriquant: Dell Inc.
  identifiant matériel: 0
  version: 1.3.0
  date: 06/22/2010
  taille: 64KiB
  capacité: 960KiB
  fonctionnalités: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification
 *-cpu
  description: CPU
  produit: Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz
  fabriquant: Intel Corp.
  identifiant matériel: 4
  information bus: cpu@0
  version: Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz
  numéro de série: To Be Filled By O.E.M.
  emplacement: Socket 775
  taille: 1226MHz
  capacité: 2200MHz
  bits: 64 bits
  horloge: 200MHz
  fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae 
mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 
ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl cpuid 
aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm pti 
dtherm cpufreq
  configuration: cores=2 enabledcores=2 threads=2
 *-pci
  description: Host bridge
  produit: 4 Series Chipset DRAM Controller
  fabriquant: Intel Corporation
  identifiant matériel: 100
  information bus: pci@:00:00.0
  version: 03
  bits: 32 bits
  horloge: 33MHz
*-display:0
 description: VGA compatible controller
 produit: 4 Series Chipset Integrated Graphics Controller
 fabriquant: Intel Corporation
 identifiant matériel: 2
 information bus: pci@:00:02.0
 version: 03
 bits: 64 bits
 horloge: 33MHz
 fonctionnalités: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 ressources: irq:16 mémoire:fe40-fe7f 
mémoire:d000-dfff portE/S:dc00(taille=8) mémoire:c-d

Thanks!

-- 
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/1735594

Title:
  [regression] compiz crashes after Mesa upgrade

Status in mesa package in Ubuntu:
  Fix Committed
Status in mesa source package in Xenial:
  Fix Committed
Status in mesa source package in Artful:
  Fix Committed

Bug description:
  [Impact]
  When I use the Unity session I automatically get logged out under these 
conditions:

  When I hover with my mouse over any icon of the sidebar.
  When I press the alt key.
  When I press the super key.

  running dmesg after this unwanted logout happens I get following
  information:

  compiz[10616]: segfault at 0 ip 7fbca309feeb sp 7fff5f59a4d0
  error 4 in i965_dri.so[7fbca2af6000+7e4000]

  This is caused by a mesa upgrade, which added a patch for bug #1727401. The 
crasher is reproduced on:
  - gen4 / gen5 Intel
  - if using modesetting X driver, like when xserver-xorg-video-intel is not 
installed, or the HWE stack is installed (xserver-xorg-core-hwe-16.04 defaults 
to modesetting)

  [Test case]
  Log in to Unity, open the dash or try to log out etc. Compiz shouldn't crash.

  [Regression potential]
  The backported patches need to be tested, here for regressions and on 1727401 
that they fix the original bug (again).

  Best to test on a wide array of Intel HW:
  gen4 (965GM/GM45/G45)
  gen5 (Ironlake)
  gen6 (Sandy Bridge)
  gen7 (Bay Trail, Ivy Bridge, Haswell)
  gen8 (Braswell, Broadwell)
  gen9 (Apollo Lake, Skylake, Gemini Lake, Kaby Lake, Coffee Lake)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1735594/+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 1714989] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from st_label_set_text() from ffi_call_unix64() [Global App Menu specific?]

2017-11-09 Thread François-Xavier Thomas
By the way, comment #48 is on Ubuntu Artful, latest packages at the time
of writing, with Gnome Shell 3.26.1-0ubuntu4.

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from
  st_label_set_text() from ffi_call_unix64() [Global App Menu specific?]

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Saw some reports with the same title but they're all for previous
  versions.

  error report:
  https://errors.ubuntu.com/problem/1c95cc2653ab00054b5d1764e41d974328a5f49d

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.25.91-0ubuntu2
  ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
  Uname: Linux 4.12.0-12-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep  4 16:52:13 2017
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2017-04-21 (135 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd97c8e7e5d :
movzbl 0x16(%rax),%edx
   PC (0x7fd97c8e7e5d) ok
   source "0x16(%rax)" (0xeb1e) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   st_label_set_text () from /usr/lib/gnome-shell/libst-1.0.so
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ?? () from /usr/lib/libgjs.so.0
  Title: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1714989/+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 1714989] Re: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from st_label_set_text() from ffi_call_unix64() [Global App Menu specific?]

2017-11-09 Thread François-Xavier Thomas
I have (what looks like) the same issue with another extension
(specifically this commit: https://github.com/projecthamster/hamster-
shell-extension/tree/07cea1824291cb818befd5fb473a065abe334bde).

The crash does not always happen (is it a race condition?), but, when it
does, it always occurs right when clicking on a button to close a
window.

JS and GDB stack traces are below, and I can provide a core dump and
other debugging info if necessary.

--

JS stack trace :

org.gnome.Shell.desktop[2778]: == Stack trace for context 0x562dad808000 ==
org.gnome.Shell.desktop[2778]: #0 0x7ffdd07c5520 b   
/home/fx/.local/share/gnome-shell/extensions/hams...@projecthamster.wordpress.com/widgets/panelWidget.js:245
 (0x7fa98fe16890 @ 105)
org.gnome.Shell.desktop[2778]: #1 0x7ffdd07c5580 I   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fa9e83c2c48 @ 71)
org.gnome.Shell.desktop[2778]: #2 0x7ffdd07c5650 b   
/home/fx/.local/share/gnome-shell/extensions/hams...@projecthamster.wordpress.com/widgets/panelWidget.js:186
 (0x7fa98fe16670 @ 208)
org.gnome.Shell.desktop[2778]: #3 0x7ffdd07c56f0 I   self-hosted:917 
(0x7fa9e83ee4d8 @ 394)
org.gnome.Shell.desktop[2778]: #4 0x7ffdd07c57c0 b   
resource:///org/gnome/gjs/modules/overrides/Gio.js:90 (0x7fa9e8103670 @ 118)
kernel: gnome-shell[2778]: segfault at 10016 ip 7faa120f3e0d sp 
7ffdd07c4e30 error 4 in libgobject-2.0.so.0.5400.1[7faa120be000+52000]

GDB stack trace :

#0  0x7f4c409ece0d in g_type_check_instance_cast () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#1  0x7f4c3e15a768 in st_label_set_text (label=0x74a9df60, 
text=0x7754b990 "No activity") at ../src/st/st-label.c:331
#2  0x7f4c3a64be18 in ffi_call_unix64 () at 
/usr/lib/x86_64-linux-gnu/libffi.so.6
#3  0x7f4c3a64b87a in ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#4  0x7f4c3f6af3c8 in  () at /usr/lib/libgjs.so.0
#5  0x7f4c3f6b0ca4 in  () at /usr/lib/libgjs.so.0
#6  0x7f4c3763fe6c in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0
#7  0x7f4c37632eca in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0
#8  0x7f4c3763f6d6 in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0
#9  0x7f4c3763fcaf in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0
#10 0x7f4c3763ff89 in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0
#11 0x7f4c37433d09 in  () at /usr/lib/x86_64-linux-gnu/libmozjs-52.so.0

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

Title:
  gnome-shell crashed with SIGSEGV in g_type_check_instance_cast() from
  st_label_set_text() from ffi_call_unix64() [Global App Menu specific?]

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  Saw some reports with the same title but they're all for previous
  versions.

  error report:
  https://errors.ubuntu.com/problem/1c95cc2653ab00054b5d1764e41d974328a5f49d

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.25.91-0ubuntu2
  ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
  Uname: Linux 4.12.0-12-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep  4 16:52:13 2017
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2017-04-21 (135 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd97c8e7e5d :
movzbl 0x16(%rax),%edx
   PC (0x7fd97c8e7e5d) ok
   source "0x16(%rax)" (0xeb1e) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   st_label_set_text () from /usr/lib/gnome-shell/libst-1.0.so
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ?? () from /usr/lib/libgjs.so.0
  Title: gnome-shell crashed with SIGSEGV in g_type_check_instance_cast()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1714989/+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 1640180] Re: gnome-todo doesn't load CalDav task list from EDS

2017-11-05 Thread François
Hi, yeah, still happening on 17.10 with gnome-todo 2.26.1

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

Title:
  gnome-todo doesn't load CalDav task list from EDS

Status in GNOME To Do:
  Confirmed
Status in Ubuntu GNOME:
  New
Status in evolution-data-server package in Ubuntu:
  Incomplete
Status in gnome-todo package in Ubuntu:
  Triaged

Bug description:
  Since the upgrade to Yakkety Gnome-TODO doesn't show my remote CalDav
  task list that were set through evolution. The list are still
  available in working in Evolution.

  I tried to set them up again but they didn't appear. 
  I tried upgrading to version available in various gnome3-ppa (still 3.20.* 
though) and it didn't help.

  The bug seems to have been handled in Fedora :
  https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=1363848
  and https://bodhi.fedoraproject.org/updates/FEDORA-2016-db729be3e1 (I
  found those while searching the web for a solution).

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-todo/+bug/1640180/+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 1685141] Re: System freezes after locking screen

2017-05-27 Thread François
@stoutlaw You can disable it through the settings panel in the
"Notifications" section.

-- 
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/1685141

Title:
  System freezes after locking screen

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  When locking the screen or whenever the screensaver starts
  automatically, I cannot log in again, but my system completely freezes
  and I have to restart the computer. In most cases I was able to do the
  restart by pressing Alt-REISUB, in some cases however I had to do a
  hard reset. This is a new bug in zesty (Ubuntu 17.04). In the previous
  version everything worked fine. I tested both the upgrade and a fresh
  new installation on the same computer. Package is gnome-screensaver
  version 3.6.1-7ubuntu5.

  I attach an excerpt from my syslog. Hope this might help to find the
  bug.

  I installed zesty on another computer (laptop) as well and there the
  bug did not appear. So I assume it has something to do with the
  installed graphics card or graphics driver. Installed graphics card in
  this case is: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1).

  Update: After a few days the bug now appears on the second computer as
  well. However, I could unlock the screen and continue working, until
  suddenly (an hour later or so) the whole system froze. I add the
  kernel-nullpointer-dereference syslog of this event (syslog2.txt) to
  the attachments for this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+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 1685141] Re: System freezes after locking screen

2017-05-03 Thread François
I think I found a workaround. I noticed the traceback I saw in syslog
happened a lot before I tried to log back in and I deduced it happened
when notification were displayed on my locked screen.

Since I disabled notifications on my lock screen (Notifications >
Notifications on lock screen) I haven't encountered the bug anymore.

-- 
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/1685141

Title:
  System freezes after locking screen

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  When locking the screen or whenever the screensaver starts
  automatically, I cannot log in again, but my system completely freezes
  and I have to restart the computer. In most cases I was able to do the
  restart by pressing Alt-REISUB, in some cases however I had to do a
  hard reset. This is a new bug in zesty (Ubuntu 17.04). In the previous
  version everything worked fine. I tested both the upgrade and a fresh
  new installation on the same computer. Package is gnome-screensaver
  version 3.6.1-7ubuntu5.

  I attach an excerpt from my syslog. Hope this might help to find the
  bug.

  I installed zesty on another computer (laptop) as well and there the
  bug did not appear. So I assume it has something to do with the
  installed graphics card or graphics driver. Installed graphics card in
  this case is: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1).

  Update: After a few days the bug now appears on the second computer as
  well. However, I could unlock the screen and continue working, until
  suddenly (an hour later or so) the whole system froze. I add the
  kernel-nullpointer-dereference syslog of this event (syslog2.txt) to
  the attachments for this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+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 1685141] Re: System freezes after locking screen

2017-04-28 Thread François
Well, ignore what I wrote above. The bug occured to me this morning.

I still have the kernel trace in the syslog, but taking a closer look at
my logs, it seems it occured earlier and not just when reactivating the
screen.

Might be related to the displaying of notification by the locked screen.
I'll try to disable that.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+attachment/4869026/+files/syslog

-- 
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/1685141

Title:
  System freezes after locking screen

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  When locking the screen or whenever the screensaver starts
  automatically, I cannot log in again, but my system completely freezes
  and I have to restart the computer. In most cases I was able to do the
  restart by pressing Alt-REISUB, in some cases however I had to do a
  hard reset. This is a new bug in zesty (Ubuntu 17.04). In the previous
  version everything worked fine. I tested both the upgrade and a fresh
  new installation on the same computer. Package is gnome-screensaver
  version 3.6.1-7ubuntu5.

  I attach an excerpt from my syslog. Hope this might help to find the
  bug.

  I installed zesty on another computer (laptop) as well and there the
  bug did not appear. So I assume it has something to do with the
  installed graphics card or graphics driver. Installed graphics card in
  this case is: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1).

  Update: After a few days the bug now appears on the second computer as
  well. However, I could unlock the screen and continue working, until
  suddenly (an hour later or so) the whole system froze. I add the
  kernel-nullpointer-dereference syslog of this event (syslog2.txt) to
  the attachments for this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+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 1685141] Re: System freezes after locking screen

2017-04-27 Thread François
Can wonfirm mwclark method. I installed the fitting driver through
"ubuntu-drivers autoinstall" and for now it seems to have solved the
problem.

Might be more of a nouveau bug then.

-- 
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/1685141

Title:
  System freezes after locking screen

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  When locking the screen or whenever the screensaver starts
  automatically, I cannot log in again, but my system completely freezes
  and I have to restart the computer. In most cases I was able to do the
  restart by pressing Alt-REISUB, in some cases however I had to do a
  hard reset. This is a new bug in zesty (Ubuntu 17.04). In the previous
  version everything worked fine. I tested both the upgrade and a fresh
  new installation on the same computer. Package is gnome-screensaver
  version 3.6.1-7ubuntu5.

  I attach an excerpt from my syslog. Hope this might help to find the
  bug.

  I installed zesty on another computer (laptop) as well and there the
  bug did not appear. So I assume it has something to do with the
  installed graphics card or graphics driver. Installed graphics card in
  this case is: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1).

  Update: After a few days the bug now appears on the second computer as
  well. However, I could unlock the screen and continue working, until
  suddenly (an hour later or so) the whole system froze. I add the
  kernel-nullpointer-dereference syslog of this event (syslog2.txt) to
  the attachments for this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+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 657990] Re: System freeze when i'am not moving the mouse or typing.

2017-03-04 Thread François Tissandier
It affects me from time to time. On an Asus UX305F, on Ubuntu Gnome 16.10. 
Very very very slow screen refresh, unless I move the mouse.

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

Title:
  System freeze when i'am not moving the mouse or typing.

Status in Linux:
  Fix Released
Status in xserver-xorg-video-intel package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xorg

  Hi !

  Just installed Ubuntu 10.10 Netbook Edition.

  First boot was completly frozen. So i moved the mouse a little and suddenly 
the boot continued.
  But every 5 seconds or so, the system completly hangs out until i move the 
mouse again.
  Once i finally reached the desktop, i tryed opening a terminal... but again 
as long as i don't move the mouse, the terminal won't initiate correcly and 
show the prompt.

  Same issue reading a video. As long as i frenetically move the mouse
  the video will be smooth but if i dare stop, it just freeze and the
  sound goes in loop.

  I tried getting in normal desktop mode (not unity) but it didn't
  changed a thing.

  Then i deactivated all power management options like "deactivating hard drive 
when iddle" or switch the screen off when idle etc.
  Once i did that it went a little better. Now i can let the computer untouched 
for an incredible duration of ... 1mn or so then it starts again to freeze.

  Hardware :
  Toshiba NB200
  processor:
  Atom N280

  Graphic processor:
  manufacturer : Intel® 
  type : Mobile Intel® GMA 950 
  memory : up to 224 MB total available graphics memory with 512 MB system 
memory 
  memory type : shared 

  Thanks !

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1024x600
   edid-base64: 
AP///wAw5LkBAAASAQOAFg14Cr+1llhUiycgUFQBAQEBAQEBAQEBAQEBAQEB2BMAQEFYHiAwIDYA4H4Z/gBMRyBEaXNwbGF5CiAg/ABMUDEwMVdTMS1UTEExAK0=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Mon Oct 11 01:16:07 2010
  InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
  MachineType: TOSHIBA TOSHIBA NB200
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=a63838e6-a88c-4232-aabc-0e199066c82e ro quiet splash
  ProcEnviron:
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  dmi.bios.date: 04/07/2009
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.20
  dmi.board.name: KAVAA
  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.20:bd04/07/2009:svnTOSHIBA:pnTOSHIBANB200:pvrPLL20E-00200MFR:rvnTOSHIBA:rnKAVAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: TOSHIBA NB200
  dmi.product.version: PLL20E-00200MFR
  dmi.sys.vendor: TOSHIBA
  glxinfo: Error: [Errno 2] Aucun fichier ou dossier de ce type
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   i686
   kernel: 2.6.35-22-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/657990/+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 1318833] Re: duplicity backup fails in 14.04

2016-04-03 Thread François Pernoud
So I have uninstalled repo version and reinstalled from source, and got
the error again, though it was with different command line:

duplicity -vi --no-compression --no-encryption /home/francois/Photos/
file:///media/francois/hubic/sauvegardes/Photos

here are the last messages (in french, sorry):

AsyncScheduler: exécution synchronisée de la tâche (asynchronisme désactivé)
Ecriture de duplicity-full.20160403T144733Z.vol20.difftar
Suppression de /tmp/duplicity-UKY9HI-tempdir/mktemp-R1ilOf-21
AsyncScheduler: tâche achevée avec succès
Processed volume 20
A 2008/05/11/11320033.JPG
A 2008/05/11/11320034.JPG
A 2008/05/11/11320035.JPG
A 2008/05/11/11320036.JPG
A 2008/05/11/11320037.JPG
A 2008/05/11/11330001.JPG
AsyncScheduler: exécution synchronisée de la tâche (asynchronisme désactivé)
Ecriture de duplicity-full.20160403T144733Z.vol21.difftar
Giving up after 1 attempts. IOError: [Errno 2] No such file or directory

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

Title:
  duplicity backup fails in 14.04

Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  I have an automatic backup system setup running through a script in anacron. 
After upgrading to 14.04 duplicity fails with the following error (when run 
from termina)
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1458, in do_backup
  full_backup(col_stats)
File "/usr/bin/duplicity", line 542, in full_backup
  globals.backend)
File "/usr/bin/duplicity", line 403, in write_multivol
  globals.gpg_profile, globals.volsize)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 327, in 
GPGWriteFile
  bytes_to_go = data_size - get_current_size()
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 320, in 
get_current_size
  return os.stat(filename).st_size
  OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-Hy90rz-tempdir/mktemp-SB_XJ9-2'

  I am running 14.04 fully updated and 
  duplicity:
Installed: 0.6.23-1ubuntu4
Candidate: 0.6.23-1ubuntu4
Version table:
   *** 0.6.23-1ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Any help?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1318833/+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 1318833] Re: duplicity backup fails in 14.04

2016-04-02 Thread François Pernoud
The command line is :

duplicity --include-filelist duplicity.list -vi $HOME
file::///media/francois/hubic/default/sauvegardes

where file duplicity.list is a file with a list of files and directories
to be excluded (see attachment) and target is a filesystem mounted with
hubicfuse.

I didn't uninstall version from repo neither reinstalled from source.
I'll try that when time permits.


** Attachment added: "duplicity.list"
   
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1318833/+attachment/4620690/+files/duplicity.list

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

Title:
  duplicity backup fails in 14.04

Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  I have an automatic backup system setup running through a script in anacron. 
After upgrading to 14.04 duplicity fails with the following error (when run 
from termina)
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1458, in do_backup
  full_backup(col_stats)
File "/usr/bin/duplicity", line 542, in full_backup
  globals.backend)
File "/usr/bin/duplicity", line 403, in write_multivol
  globals.gpg_profile, globals.volsize)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 327, in 
GPGWriteFile
  bytes_to_go = data_size - get_current_size()
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 320, in 
get_current_size
  return os.stat(filename).st_size
  OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-Hy90rz-tempdir/mktemp-SB_XJ9-2'

  I am running 14.04 fully updated and 
  duplicity:
Installed: 0.6.23-1ubuntu4
Candidate: 0.6.23-1ubuntu4
Version table:
   *** 0.6.23-1ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Any help?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1318833/+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 1318833] Re: duplicity backup fails in 14.04

2016-04-01 Thread François Pernoud
Same problem here with duplicity 0.7.06, run from terminal on Ubuntu
15.10.

Not every run fails, so I manage to do backups with a loop in a script
to re-run duplicity automatically when it happens to fail.

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

Title:
  duplicity backup fails in 14.04

Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  I have an automatic backup system setup running through a script in anacron. 
After upgrading to 14.04 duplicity fails with the following error (when run 
from termina)
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 1494, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 1488, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 1337, in main
  do_backup(action)
File "/usr/bin/duplicity", line 1458, in do_backup
  full_backup(col_stats)
File "/usr/bin/duplicity", line 542, in full_backup
  globals.backend)
File "/usr/bin/duplicity", line 403, in write_multivol
  globals.gpg_profile, globals.volsize)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 327, in 
GPGWriteFile
  bytes_to_go = data_size - get_current_size()
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 320, in 
get_current_size
  return os.stat(filename).st_size
  OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-Hy90rz-tempdir/mktemp-SB_XJ9-2'

  I am running 14.04 fully updated and 
  duplicity:
Installed: 0.6.23-1ubuntu4
Candidate: 0.6.23-1ubuntu4
Version table:
   *** 0.6.23-1ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Any help?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1318833/+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 1276186] Re: System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

2016-02-01 Thread François-Xavier Bourlet
Ubuntu 14.04 - Confirmed as well. Everything lags, and non responsive.
Disabling ibus get rids of the problem.

-- 
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/1276186

Title:
  System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  As stated the graphical desktop became unresponsive. Dropping to
  CTRL + ALT + F1 terminal and `top`showed ibus-ui-daemon taking around 150 % 
cpu time and ibus-ui-gtk3 taking around 50 % cpu time.

  (names may contain minor errors)

  Tried to kill processes, rebooted.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2.1
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 16:41:03 2014
  InstallationDate: Installed on 2013-09-10 (147 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: ibus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1276186/+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 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2015-09-10 Thread François Poyer
Same issue here. Using 15.04 for the past few weeks (migrated from 14.10, 
migrated from 14.04), everything worked perfectly. Then this morning, upon 
booting, Ctrl + Alrt + T didn't work. Neither did any of the "function" 
shortcuts of my laptop ( fn+ F5 and fn + F6 for Sound Up/Down, etc).
Restarting lightdm with "sudo service lightdm restart" fixed it for now.

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

Status in GNOME Terminal:
  New
Status in gnome-terminal package in Ubuntu:
  Fix Released

Bug description:
  The global shortcut CTRL+ALT+T to open a new terminal windows is missing in 
Ubuntu since 14.04
  Please reenable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 13 18:01:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-10 (92 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292113/+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 1428035] Re: Crash upon resize of video and audio region

2015-06-30 Thread Jean-François Fortin Tam
Hi klaatu, launchpad is Ubuntu's bug tracker, not Pitivi's... if you
report here you run the risk of the reports going completely unnoticed.
For what it's worth, this particular issue will go away with the
upcoming 0.95 release which gets rid of Clutter completely...

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

Title:
  Crash upon resize of video and audio region

Status in pitivi package in Ubuntu:
  New

Bug description:
  On one track: MTS (muxed AVC from a consumer camcorder) with sound
  track separated and removed.

  On lower track: WAV file from H4n Zoom Recorder

  
  When I resize the tracks, Pitivi freezes. Sometimes it freezes the entire 
desktop. Sometimes it just blanks out the track, playing nothing but black 
frames and silence.

  Output in terminal:
  --

  No accelerated IMDCT transform found
  No accelerated IMDCT transform found
  No accelerated IMDCT transform found

  (pitivi:15529): Clutter-CRITICAL **: The function
  clutter_actor_restore_easing_state() has been called without a
  previous call to clutter_actor_save_easing_state().

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1428035/+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 1391508] Re: Newer version available message shoudn't be shown

2014-11-22 Thread Jean-François Fortin Tam
Actually, the whole reason why this feature exists is because upstream
Pitivi frequently gets public flak from users running extremely old and
unsupported versions, and this problem is particularly present with
Ubuntu users. I am pretty strongly against removing this unobtrusive
notification. Anyway, it stops showing up after 5 startups.

** Changed in: pitivi (Ubuntu)
   Status: New => Invalid

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

Title:
  Newer version available message shoudn't be shown

Status in “pitivi” package in Ubuntu:
  Invalid

Bug description:
  Using pitive 0.93-3ubuntu0.1, I get a message saying "Pitivi 0.94.0 is
  available".

  IMHO that message shouldn't be shown if pitivi has been installed from
  repositories. It may lead to confusion to users which will try to
  install new version (maybe from the pitivi website) while having the
  version from the repositories already installed...

  It's similar to what happens with firefox. If you install it from
  repositories, it doesn't show any "Check for updates" option.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1391508/+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 1391563] [NEW] [VIA8233 - VIA 8235, playback] No sound at all

2014-11-11 Thread François Nau
Public bug reported:

No sound at all from my integrated sound system on a ASUS A7V8X-X
motherboard, under Xubuntu 14.04

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  fn 1705 F pulseaudio
  fn 2080 F pulseaudio
CurrentDesktop: XFCE
Date: Tue Nov 11 17:01:59 2014
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:V8235 failed
Symptom_Card: MPU-401 UART - MPU-401 UART
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  fn 1705 F pulseaudio
  fn 2080 F pulseaudio
  fn 8825 F alsamixer
Symptom_Type: No sound at all
Title: [VIA8233 - VIA 8235, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2003
dmi.bios.vendor: Award Software, Inc.
dmi.bios.version: ASUS A7V8X-X ACPI BIOS Revision 1006
dmi.board.name: A7V8X-X
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 7
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAwardSoftware,Inc.:bvrASUSA7V8X-XACPIBIOSRevision1006:bd08/06/2003:svnSystemManufacturer:pnSystemName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA7V8X-X:rvrREV1.xx:cvnChassisManufacture:ct7:cvrChassisVersion:
dmi.product.name: System Name
dmi.product.version: System Version
dmi.sys.vendor: System Manufacturer

** Affects: alsa-driver (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 alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1391563

Title:
  [VIA8233 - VIA 8235, playback] No sound at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  No sound at all from my integrated sound system on a ASUS A7V8X-X
  motherboard, under Xubuntu 14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fn 1705 F pulseaudio
fn 2080 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Nov 11 17:01:59 2014
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:V8235 failed
  Symptom_Card: MPU-401 UART - MPU-401 UART
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fn 1705 F pulseaudio
fn 2080 F pulseaudio
fn 8825 F alsamixer
  Symptom_Type: No sound at all
  Title: [VIA8233 - VIA 8235, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2003
  dmi.bios.vendor: Award Software, Inc.
  dmi.bios.version: ASUS A7V8X-X ACPI BIOS Revision 1006
  dmi.board.name: A7V8X-X
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: REV 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 7
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAwardSoftware,Inc.:bvrASUSA7V8X-XACPIBIOSRevision1006:bd08/06/2003:svnSystemManufacturer:pnSystemName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA7V8X-X:rvrREV1.xx:cvnChassisManufacture:ct7:cvrChassisVersion:
  dmi.product.name: System Name
  dmi.product.version: System Version
  dmi.sys.vendor: System Manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1391563/+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 1369398] Re: package nvidia-331 331.89-0ubuntu4 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-11-05 Thread François Jacques
Workaround until this gets fixed:

# stop nvidia-persistenced
$ sudo service nvidia-persistenced stop

# completely uninstall failed package and dependencies
$ apt-get remove nvidia-updates-331 nvidia-updates-331-dev 
nvidia-updates-331-uvm

# reinstall all three packages
$ apt-get install nvidia-updates-331 nvidia-updates-331-dev 
nvidia-updates-331-uvm

# restart persistenced
$ sudo service nvidia-persistenced start

-- 
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/1369398

Title:
  package nvidia-331 331.89-0ubuntu4 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331-updates” package in Ubuntu:
  Confirmed

Bug description:
  I was trying to change from the proprietary to the nouveau driver from
  system settings and I got this error

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 331.89-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  Date: Mon Sep 15 07:14:28 2014
  DuplicateSignature: package:nvidia-331:331.89-0ubuntu4:subprocess installed 
post-removal script returned error exit status 8
  ErrorMessage: subprocess installed post-removal script returned error exit 
status 8
  InstallationDate: Installed on 2013-11-28 (290 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: nvidia-graphics-drivers-331
  Title: package nvidia-331 331.89-0ubuntu4 failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 8
  UpgradeStatus: Upgraded to utopic on 2014-09-08 (6 days ago)
  modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1369398/+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 1236619] Re: gvfs smb / cifs file copy performance is terribly slow

2014-10-18 Thread François-Xavier Thomas
I can confirm this too, both with nautilus and cp. At work we recently
switched to the latest LTS (14.04) but the same behavior was
consistently observed on multiple Ubuntu computers running both 14.04
and 12.04 when communicating with our NAS.

  Windows 7/8 -> NAS : 50-60MB/s
  Ubuntu -> NAS (GVFS) : 5-10MB/s
  Ubuntu -> NAS (mount.cifs) : 50-60MB/s

No need to mention, we obviously use /etc/fstab on most machines now,
but I'd love to be able to have those speeds without having to fiddle
with the configuration every time we get a new computer.

-- 
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/1236619

Title:
  gvfs smb / cifs file copy performance is terribly slow

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Copying moderate-size files to a samba share using gvfs is
  ridiculously slow compared to doing the same via mount.cifs.  For
  example:

  $ ls -sh testfile
  1.2G testfile
  $ time cp testfile ~/mnt/share-gvfs/
  real  2m37.053s
  user  0m0.056s
  sys   0m5.120s
  $ time cp testfile ~/mnt/share/
  real  0m26.134s
  user  0m0.004s
  sys   0m1.724s

  I'm running Xubuntu 13.04 (raring) amd64, gvfs 1.16.1-0ubuntu1.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1236619/+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 1307746] Re: [SRU] pitivi crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-10-12 Thread Jean-François Fortin Tam
Not sure if related, possibly a different issue, but I'm sort of seeing
another crasher bug pattern emerge upstream (in case you have that trace
somewhere around here too):
https://bugzilla.gnome.org/show_bug.cgi?id=738078

** Bug watch added: GNOME Bug Tracker #738078
   https://bugzilla.gnome.org/show_bug.cgi?id=738078

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

Title:
  [SRU] pitivi crashed with SIGSEGV in __GI___pthread_mutex_lock()

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  Fix Released
Status in “pitivi” source package in Trusty:
  In Progress

Bug description:
  [Impact]

  Some users, mostly users who have installed more software like eg.
  GStreamer codecs needed for common formats, are unable to start Pitivi
  on 14.04 LTS, because of a crasher.

  [Test Case]

  Start pitivi on affected computer.

  [Regression Potential]

  The original single patch fixed the issue but caused another window to
  pop up behind the Pitivi window, which was a regression for fresh
  install users. The new patch set both fixes the crasher and improves
  the overall Pitivi usage like timeline drawing without regressions.

  ---

  I just upgraded to Kubuntu 14.04 (Trusty) yesterday, and pitivi
  stopped working. It segfaults immediately, with the following stdout
  error:

  lmilano@grisell:crash$ pitivi
  Missing soft dependency:
  - pycanberra not found on the system
  -> enables sound notifications when rendering is complete
  Segmentation fault (core dumped)

  Apport is not popping up, even if I launch pitivi from the main menu
  in KDE. But it did, just once, and it dumped a report in /var/crash -
  I will try to upload that file manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1307746/+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 1317583] Re: 'gi.repository.Cogl' object has no attribute 'path_round_rectangle'

2014-10-06 Thread Jean-François Fortin Tam
** Bug watch added: GNOME Bug Tracker #727325
   https://bugzilla.gnome.org/show_bug.cgi?id=727325

** Also affects: pitivi via
   https://bugzilla.gnome.org/show_bug.cgi?id=727325
   Importance: Unknown
   Status: Unknown

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

Title:
  'gi.repository.Cogl' object has no attribute 'path_round_rectangle'

Status in PiTiVi , Non-linear video editor:
  Unknown
Status in “pitivi” package in Ubuntu:
  New

Bug description:
  I get this trace in Utopic Unicorn with Pitivi 0.93

  Traceback (most recent call last):
File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/timeline/elements.py", 
line 89, in do_paint
  Cogl.path_round_rectangle(0, 0, self.props.width, self.props.height,
File "/usr/lib/python2.7/dist-packages/gi/module.py", line 320, in 
__getattr__
  return getattr(self._introspection_module, name)
File "/usr/lib/python2.7/dist-packages/gi/module.py", line 139, in 
__getattr__
  self.__name__, name))
  AttributeError: 'gi.repository.Cogl' object has no attribute 
'path_round_rectangle'

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pitivi 0.93-4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May  8 17:56:17 2014
  InstallationDate: Installed on 2014-05-08 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: pitivi
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1317583/+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 1377804] Re: pitivi crashed with TypeError in setProjectFrameRate(): unsupported operand type(s) for /: 'int' and 'NoneType'

2014-10-06 Thread Jean-François Fortin Tam
** Bug watch added: GNOME Bug Tracker #735529
   https://bugzilla.gnome.org/show_bug.cgi?id=735529

** Also affects: pitivi via
   https://bugzilla.gnome.org/show_bug.cgi?id=735529
   Importance: Unknown
   Status: Unknown

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

Title:
  pitivi crashed with TypeError in setProjectFrameRate(): unsupported
  operand type(s) for /: 'int' and 'NoneType'

Status in PiTiVi , Non-linear video editor:
  Unknown
Status in “pitivi” package in Ubuntu:
  Triaged

Bug description:
  A crash in Ubuntu 14.10 on startup.

  Similar to https://bugzilla.redhat.com/show_bug.cgi?id=1136327

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: pitivi 0.93-4
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  6 08:30:49 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/pitivi
  InstallationDate: Installed on 2012-03-16 (933 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120316)
  InterpreterPath: /usr/bin/python2.7
  ProcCmdline: python2 /usr/bin/pitivi
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with TypeError in setProjectFrameRate(): unsupported 
operand type(s) for /: 'int' and 'NoneType'
  UpgradeStatus: Upgraded to utopic on 2013-10-23 (347 days ago)
  UserGroups: adm audio autopilot cdrom dip libvirtd lp lpadmin motion plugdev 
sambashare sbuild sudo video

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1377804/+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 1363637] Re: Pitivi wont start TypeError: function takes at most 0 arguments (1 given)

2014-10-04 Thread Jean-François Fortin Tam
AFAICT this is a bug in the gst-python overrides for gobject
introspection, which has been fixed upstream. In theory, Ubuntu could
provide an update for this.

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

Title:
  Pitivi wont start TypeError: function takes at most 0 arguments (1
  given)

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  New

Bug description:
  Pitivi fails to start with the following backtrace

  Traceback (most recent call last):
File "/usr/bin/pitivi", line 136, in 
  _run_pitivi()
File "/usr/bin/pitivi", line 123, in _run_pitivi
  sys.exit(ptv.main(sys.argv))
File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 
416, in main
  ptv = StartupWizardGuiPitivi(debug=options.debug)
File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 
362, in __init__
  self.projectManager.newBlankProject(emission=False)
File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/project.py", line 419, 
in newBlankProject
  project = Project(_("New Project"))
File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/project.py", line 559, 
in __init__
  Gst.Caps("application/ogg"),
  TypeError: function takes at most 0 arguments (1 given)

  Looks like same as https://bugzilla.redhat.com/show_bug.cgi?id=1109481
  and https://bugzilla.gnome.org/show_bug.cgi?id=730596

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pitivi 0.93-4
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  Date: Sun Aug 31 12:00:53 2014
  InstallationDate: Installed on 2014-08-09 (21 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha amd64 (20140731)
  SourcePackage: pitivi
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1363637/+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 1317252] Re: Mach64 X11-driver crashes apps on launch

2014-08-03 Thread François Rey
Note that the workaround suggested in the corresponding OpenSUSE bug mentioned 
works for me:
Create file named /etc/X11/xorg.conf.d/50-mydevice.conf  containing
[CODE]
Section "Device"

  Identifier "Default Device"

  Driver "mach64"
  Option "ExaNoComposite" "true"
EndSection
[/CODE]

But it would be best to get this fixed in the code...
Thanks!

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

Title:
  Mach64 X11-driver crashes apps on launch

Status in “xserver-xorg-video-mach64” package in Ubuntu:
  New

Bug description:
  Platform here is a 2001 laptop with ATI Rage Mobility AGP 2x Series.

  lspci: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] Rage Mobility AGP 2x Series (rev 64) (prog-if 00 [VGA controller])
Subsystem: Fujitsu Limited. Device 10e1
Flags: bus master, stepping, medium devsel, latency 66, IRQ 9
Memory at fd00 (32-bit, non-prefetchable) [size=16M]
I/O ports at 2000 [size=256]
Memory at fc10 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at 1410 [disabled] [size=128K]
Capabilities: 

  X11 starts without problems, but crashes when starting other apps,
  such as xeyes, obconf with signal 11 (Segmentation fault).

  It seems that this bug has been reported and fixed for OpenSUSE in
  march 2014: https://bugzilla.novell.com/show_bug.cgi?id=865607

  Any more specific reports given on request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mach64/+bug/1317252/+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 1317252] Re: Mach64 X11-driver crashes apps on launch

2014-08-03 Thread François Rey
I also experience this bug on ATI Rage Mobility M1 with a very similar XOrg.log.
On lubuntu 14.04 it causes lightdm to enter an infinite loop, can't even login 
graphically.
I think this is the corresponding upstream bug, which has been fixed.
https://bugs.freedesktop.org/show_bug.cgi?id=70556
Could we get this package updated accordingly?

** Bug watch added: freedesktop.org Bugzilla #70556
   https://bugs.freedesktop.org/show_bug.cgi?id=70556

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

Title:
  Mach64 X11-driver crashes apps on launch

Status in “xserver-xorg-video-mach64” package in Ubuntu:
  New

Bug description:
  Platform here is a 2001 laptop with ATI Rage Mobility AGP 2x Series.

  lspci: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
[AMD/ATI] Rage Mobility AGP 2x Series (rev 64) (prog-if 00 [VGA controller])
Subsystem: Fujitsu Limited. Device 10e1
Flags: bus master, stepping, medium devsel, latency 66, IRQ 9
Memory at fd00 (32-bit, non-prefetchable) [size=16M]
I/O ports at 2000 [size=256]
Memory at fc10 (32-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at 1410 [disabled] [size=128K]
Capabilities: 

  X11 starts without problems, but crashes when starting other apps,
  such as xeyes, obconf with signal 11 (Segmentation fault).

  It seems that this bug has been reported and fixed for OpenSUSE in
  march 2014: https://bugzilla.novell.com/show_bug.cgi?id=865607

  Any more specific reports given on request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mach64/+bug/1317252/+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 1169463] Re: duplicity fails with message: UnsupportedBackendScheme: scheme not supported in url

2014-07-27 Thread François Marier
Are you sure the python-paramiko package is installed? It's an optional
dependency of duplicity because it only needs it for ssh backends.

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

Title:
  duplicity fails with message: UnsupportedBackendScheme: scheme not
  supported in url

Status in “duplicity” package in Ubuntu:
  New

Bug description:
  After fresh installation of ubuntu 12.04.2 LTS server 64 bit version,
  my duplicity setup does not work anymore. The setup worked on ubuntu
  server 11.10 64 bit.

  duplicity 0.6.18 now ends with the message:
  Import of duplicity.backends.sshbackend Failed: No module named paramiko
  Import of duplicity.backends.giobackend Failed: No module named gio
  UnsupportedBackendScheme: scheme not supported in url: 
ssh://x...@xxx.xxx.xxx/xxx

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: duplicity 0.6.18-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.5.0-27.46~precise1-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Tue Apr 16 10:05:43 2013
  InstallationMedia: Ubuntu-Server 12.04.2 LTS "Precise Pangolin" - Release 
amd64 (20130214)
  MarkForUpload: True
  SourcePackage: duplicity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1169463/+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 1294201] Re: Uploading of backup to Ubuntu One fails with "400 Bad Request"

2014-07-27 Thread François Marier
Given that Ubuntu One is now defunct, I think this bug can be marked as
"wontfix".

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

Title:
  Uploading of backup to Ubuntu One fails with "400 Bad Request"

Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  New
Status in “duplicity” package in Ubuntu:
  Confirmed

Bug description:
  This issue seems to be similar to Bug #1161599 as such is fixed in
  13.10 however it seems it is only partially fixed.

  Problem is when using deja-dup resp. duplicity to backup up a large
  amount of files to Ubuntu One. After a couple of minutes the backup
  aborts with "Giving up on request after 5 attempts, last status 400
  Bad Request". Before the bad request appears network usage indicates
  full upload usage but after bad request appears nothing has been
  uploaded.

  Here is the last line of the output of DEJA_DUP_DEBUG=1 deja-dup
  --backup > deja-dup.debug:

  DUPLICITY: INFO 1
  DUPLICITY: . making PUT request to 
https://files.one.ubuntu.com/content/~/deja-dup/lpsao/duplicity-full.20140318T155641Z.vol3.difftar.gpg
 (attempt 1)

  DUPLICITY: INFO 1
  DUPLICITY: . completed request with status 400 Bad Request

  DUPLICITY: INFO 1
  DUPLICITY: . making PUT request to 
https://files.one.ubuntu.com/content/~/deja-dup/lpsao/duplicity-full.20140318T155641Z.vol3.difftar.gpg
 (attempt 2)

  DUPLICITY: INFO 1
  DUPLICITY: . completed request with status 401 UNAUTHORIZED

  DUPLICITY: INFO 1
  DUPLICITY: . making PUT request to 
https://files.one.ubuntu.com/content/~/deja-dup/lpsao/duplicity-full.20140318T155641Z.vol3.difftar.gpg
 (attempt 3)

  DUPLICITY: INFO 1
  DUPLICITY: . completed request with status 400 Bad Request

  DUPLICITY: INFO 1
  DUPLICITY: . making PUT request to 
https://files.one.ubuntu.com/content/~/deja-dup/lpsao/duplicity-full.20140318T155641Z.vol3.difftar.gpg
 (attempt 4)

  DUPLICITY: INFO 1
  DUPLICITY: . completed request with status 401 UNAUTHORIZED

  DUPLICITY: INFO 1
  DUPLICITY: . making PUT request to 
https://files.one.ubuntu.com/content/~/deja-dup/lpsao/duplicity-full.20140318T155641Z.vol3.difftar.gpg
 (attempt 5)

  DUPLICITY: INFO 1
  DUPLICITY: . completed request with status 400 Bad Request

  DUPLICITY: ERROR 50
  DUPLICITY: . Giving up on request after 5 attempts, last status 400 Bad 
Request

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: duplicity 0.6.21-0ubuntu4.1 [modified: 
usr/share/pyshared/duplicity/globals.py]
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  Date: Tue Mar 18 19:05:06 2014
  InstallationDate: Installed on 2012-07-10 (615 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MarkForUpload: True
  SourcePackage: duplicity
  UpgradeStatus: Upgraded to saucy on 2013-08-26 (204 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1294201/+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 1184878] Re: when upstart init the session jobs, it should be robust against environment changes (fallback?)

2014-07-14 Thread François Marier
I also had this problem after upgrading from 12.04 to 14.04 and fixed it
by creating a new file (/etc/X11/Xsession.d/01path_fix) and putting the
following in it:

  # Fix for https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1184878
  PATH=$PATH:/sbin

It's a bit annoying that it puts /sbin in normal user paths though.

-- 
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/1184878

Title:
  when upstart init the session jobs, it should be robust against
  environment changes (fallback?)

Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Invalid

Bug description:
  A file that is commonly modified is /etc/environment.

  If you remove the PATH line in this file, you can start a session 
upstart-less quite easily, and things will still work.
  
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"

  However, if upstart manage your session, you can't log in (you will be
  rejected and going back to the greeter quickly). I thnk we should be
  more fortified against this pebkac issue, especially has we have no
  really good log for it to know what happened (nothing in lightdm or
  upstart logs rather than exiting the session and gnome-session logs
  were not there as it's not executed).

  What happens is:
  /usr/sbin/lightdm-session: 5: exec: init: not found

  in .xsession-errors.

  indeed, which init doesn't return anything as /sbin isn't in path. We
  should maybe hardcode /sbin/init in this script?

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: upstart 1.8-0ubuntu2
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Tue May 28 09:51:48 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-05-28 (364 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)
  UpstartBugCategory: Session
  UpstartRunningSessionVersion: init (upstart 1.8)
  UpstartRunningSystemVersion: init (upstart 1.8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1184878/+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 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2014-05-12 Thread François Marier
Thanks Stanislav, I was able to fix this by following your instructions.

Here's my fix for the Plantronics .Audio 626 DSP:

1. Put this in /etc/udev/rules.d/70-plantronics.rules:

  ACTION!="add|change", GOTO="xorg_plantronics_end"
  KERNEL!="event*", GOTO="xorg_plantronics_end"
  
  ENV{ID_VENDOR_ID}=="047f", ENV{ID_MODEL_ID}=="c006", ENV{ID_INPUT_KEY}="1"
  ENV{ID_VENDOR_ID}=="047f", ENV{ID_MODEL_ID}=="c006", RUN+="keymap $name 
0xc00e9 volumeup 0xc00ea volumedown 0xb002f micmute"
  
  LABEL="xorg_plantronics_end"

2. Reload udev:

  sudo udevadm control --reload

3. Unplug the headset and plug it back in

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

Title:
  Mute button on USB headset steals and holds on to mouse focus

Status in “xserver-xorg-input-evdev” package in Ubuntu:
  Expired

Bug description:
  When I press the mute button on my USB headset (Plantronics .Audio 626
  DSP), it steals the "mouse focus" and holds onto it until I press the
  mute button again.

  Expected:

  - microphone is muted
  - nothing else happens

  Actual:

  - microphone is muted
  - mouse can still move but is unresponsive to clicks
  - pressing the keyboard doesn't do anything (except for Ctrl+Alt+F1 which 
does work and switch to virtual console)

  I'm not sure this is filed against the right package, please reassign
  if it's not. Also, I'm happy to provide more info, but I wasn't sure
  what I could provide (even after reading
  https://wiki.ubuntu.com/Hotkeys/Troubleshooting/).

  This is on a fully up-to-date Precise 12.04 system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1006156/+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 644716] Re: pitivi crashed with ValueError in removeKeyframe()

2014-04-22 Thread Jean-François Fortin Tam
Obsolete with the new codebase now.

** Changed in: pitivi (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  pitivi crashed with ValueError in removeKeyframe()

Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  Appears while I am cutting of first seconds of the video and then
  moving it at the beginning

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.5-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Tue Sep 21 23:29:06 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with ValueError in removeKeyframe()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/644716/+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 687156] Re: Traceback when importing MPEG files from a Sony Handycam DVD camcorder

2014-04-22 Thread Jean-François Fortin Tam
** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Traceback when importing MPEG files from a Sony Handycam DVD camcorder

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  I extract mpeg2 files from my Sony Handcam DVDs to keep the best
  quality. If I import those files pitivi fails to import those, it says
  it is a timeout error:

  $ pitivi
  ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
  Traceback (most recent call last):
File "/usr/lib/pitivi/python/pitivi/discoverer.py", line 676, in 
_capsNotifyCb
  stream.thumbnail = self.thumbnails[ghost]
  KeyError: 

  Using debug option:

  $ pitivi -d
  ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
File "/usr/lib/pitivi/python/pitivi/discoverer.py", line 676, in 
_capsNotifyCb
  stream.thumbnail = self.thumbnails[ghost]
  > /usr/lib/pitivi/python/pitivi/discoverer.py(676)_capsNotifyCb()
  -> stream.thumbnail = self.thumbnails[ghost]
  (Pdb)

  SAMPLE FILE: http://dl.dropbox.com/u/4812171/Chapter03.mpeg

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.5-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
  Uname: Linux 2.6.35-23-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Dec  8 17:08:04 2010
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: pitivi

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/687156/+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 673805] Re: Slow playback performance with multiple simultaneous 720p video clips

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates, please test.

** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Slow playback performance with multiple simultaneous 720p video clips

Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  I am trying to edit 720p mov video footage in Pitivi (1.13.5), and
  when I place 1 clip in the timeline it plays fine in realtime. The
  problem begins when I add another clip and try to edit. Besides the
  1st clip (that continues to run in realtime), all the other clips or
  cuts are choppy. I currently have 3gigs of ram and an Intel duo core
  processor. And using Ubuntu 10.10. Is there something I can try?

  Thank you very much!

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.5-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Wed Nov 10 23:39:02 2010
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pitivi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/673805/+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 637421] Re: choosing ffenc_dvdsub as an audio codec causes a traceback (crash) with AttributeError in __init__()

2014-04-22 Thread Jean-François Fortin Tam
** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  choosing ffenc_dvdsub as an audio codec causes a traceback (crash)
  with AttributeError in __init__()

Status in PiTiVi , Non-linear video editor:
  Expired
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  i wa rendering a video.. but before start apport retrive error

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.4.2-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
  Uname: Linux 2.6.35-20-generic x86_64
  Architecture: amd64
  Date: Mon Sep 13 19:38:08 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100817)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with AttributeError in __init__()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/637421/+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 617487] Re: pitivi crashed with PipelineError in setState()

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates, please test.

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

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

Title:
  pitivi crashed with PipelineError in setState()

Status in PiTiVi , Non-linear video editor:
  Incomplete
Status in “pitivi” package in Ubuntu:
  Fix Released
Status in “pitivi” package in Fedora:
  Unknown

Bug description:
  Binary package hint: pitivi

  I was trying to turn multiple videos into one big one and then it
  crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.4-3ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-14.20-generic 2.6.35
  Uname: Linux 2.6.35-14-generic i686
  Architecture: i386
  Date: Fri Aug 13 11:52:15 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with PipelineError in setState()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/617487/+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 608898] Re: PiTiVi has problems to switch from one video track to another when they follow each other

2014-04-22 Thread Jean-François Fortin Tam
I think this is fixed with the new series now. 0.93 is now available in
Ubuntu 14.04's proposed updates, please test.

** Changed in: pitivi (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  PiTiVi has problems to switch from one video track to another when
  they follow each other

Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  When I load multiple videos and static images into the project area,
  this is the behaviour I'm getting:

  When a video track reaches it's end or when the other one begins, the
  view gets stuck at this point, for a couple of seconds. The problem is
  present when more videos follow each other in one project, or when a
  video is followed by a static image. Switching from a static image to
  another static image goes fluently.

  Of course, this might be because of my weak hardware. On the other
  hand, I can even play a video during the rendering and neither the
  video, nor the rendering gets jerky, so probably my hardware is
  catching up, nonetheless. The problem will probably be in PiTiVi,
  which gets overloaded.

  Check my screencast

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pitivi 0.13.4-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Thu Jul 22 21:10:34 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: pitivi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/608898/+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 578530] Re: Pitivi audio waveform is inaccurate and changes

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates, please test.

** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Pitivi audio waveform is inaccurate and changes

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  Hooray, I can now import a long (60+ minutes) audio and video file
  into pitivi 0.13.4 because the timeout is gone (or something).
  However, when I import a 60 minute WAV file, the following problems
  occur with the waveform display of the audio track:

  * Towards the end of the track, the waveform display is about 15
  seconds ahead of the actual sound output. In other words, the display
  shows the applause at the end of the concert occuring while the
  musician is still playing.

  * As you move the playhead position along the timeline using the arrow
  keys, the audio display changes underneath the playhead position.

  These two defects make it difficult to align the audio with the video.

  I need to do this because I record concerts with a high-quality audio
  recording device and a consumer video camera, leaving both of the
  running for the full duration of the performance (or at least until
  interval). I have a second video camera taking close ups of the
  performers, audience, etc. Afterwards I combine the high-quality audio
  with the video, and cut-in close-ups where appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/578530/+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 636224] Re: pitivi should have easy rendering profiles/templates

2014-04-22 Thread Jean-François Fortin Tam
** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  pitivi should have easy rendering profiles/templates

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  I have just started to use pitivi which came in Ubuntu 10.4.  I wanted
  to do a simple edit of some video.  After a little fiddling, I figured
  out how to do it.  Then I went to output my video.  Up pops a massive
  choice menu with thousands of possible permutations.  I have been
  trying for 2 days now to find a combination that works properly.  A
  simple default to the same format of the clips used, with codecs that
  work for that format, would make it usable to newbies who just want a
  simple edit of some home video or a DVD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/636224/+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 565362] Re: midi files crash pitivi

2014-04-22 Thread Jean-François Fortin Tam
** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  midi files crash pitivi

Status in PiTiVi , Non-linear video editor:
  Expired
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  I have a .mid file that plays perfectly in Totem. I can drag it into
  the clip library of Pitivi. When I drag from the clip library into the
  timeline Pitivi shows a green box like it should. When I release the
  mouse button, it immediately crashes. The error on the terminal is
  "Segmentation fault (core dumped)".

  I have tested this with 2 different .mid files, and it crashes every
  time.

  1) Description:   Ubuntu lucid (development branch)
  Release:  10.04
  2) pitivi:
Installed: 0.13.4-0ubuntu3
Candidate: 0.13.4-0ubuntu3
Version table:
   *** 0.13.4-0ubuntu3 0
  500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: pitivi 0.13.4-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  CrashCounter: 1
  Date: Sat Apr 17 13:51:56 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_GB.utf8
  SegvAnalysis:
   Segfault happened at: 0x80f89a:  mov0x4(%esi),%eax
   PC (0x0080f89a) ok
   source "0x4(%esi)" (0x005a) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: pitivi
  StacktraceTop:
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /lib/tls/i686/cmov/libc.so.6
   realloc () from /lib/tls/i686/cmov/libc.so.6
   WM_ParseNewMidi () from /usr/lib/libWildMidi.so.0
  Title: pitivi crashed with SIGSEGV in realloc()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/565362/+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 556921] Re: out of memory causes crashes on importing

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04, which fixes the importing issue.
The rest (memory usage) is another story.

** Changed in: pitivi (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  out of memory causes crashes on importing

Status in PiTiVi , Non-linear video editor:
  Confirmed
Status in “pitivi” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: pitivi

  Ubuntu 10.4

  Expected to either import or return error

  Window closed. Crash alert appeared.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: pitivi 0.13.4-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic-pae 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic-pae i686
  Architecture: i386
  AssertionMessage: *** glibc detected *** python: free(): invalid pointer: 
0x0a1e28c8 ***
  Date: Tue Apr  6 19:18:46 2010
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: pitivi
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /lib/tls/i686/cmov/libc.so.6
   ?? () from /lib/tls/i686/cmov/libc.so.6
  Title: pitivi assert failure: *** glibc detected *** python: free(): invalid 
pointer: 0x0a1e28c8 ***
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/556921/+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 546241] Re: pitivi uses a lof of cpu when playing if clip resolution doesn't match project settings

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates.

** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  pitivi uses a lof of cpu when playing if clip resolution doesn't match
  project settings

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  Hallo, I have imported video to Pitivi (640x360px) in flv format and
  when I played it in resize format on the right side (there is
  thumbnail) then sound clicks were occurred and of course, there python
  eated about 80 % of CPU (excluded Xorg)

  playback in totem uses "only" 38 % of CPU

  keep track it

  ProblemType: Bug
  Architecture: amd64
  Date: Wed Mar 24 19:08:11 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: pitivi 0.13.4-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=sk_SK:sk:en_GB:en
   LANG=sk_SK.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: pitivi
  Uname: Linux 2.6.32-16-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/546241/+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 537619] Re: pitivi crashed with TypeError in do_simple_paint()

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates, which makes
the issue obsolete.

** Changed in: pitivi (Ubuntu)
   Status: New => Fix Released

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

Title:
  pitivi crashed with TypeError in do_simple_paint()

Status in PiTiVi , Non-linear video editor:
  Fix Released
Status in A set of Python bindings for the cairo graphics library:
  Won't Fix
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  was dragging the end line of a video imported on the timeline (avi
  file) when this error occured.

  ProblemType: Crash
  Architecture: i386
  Date: Thu Mar 11 22:19:17 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/bin/pitivi
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1)
  InterpreterPath: /usr/bin/python2.6
  Package: pitivi 0.13.4-0ubuntu1
  PackageArchitecture: all
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic-pae
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with TypeError in do_simple_paint()
  Traceback:
   Traceback (most recent call last):
 File "/usr/lib/pitivi/python/pitivi/ui/curve.py", line 261, in 
do_simple_paint
   cr.reset_clip()
   TypeError: Required argument 'cr' (pos 1) not found
  Uname: Linux 2.6.32-16-generic-pae i686
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
nopasswdlogin plugdev sambashare tape video

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/537619/+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 326928] Re: pitivi crashed with AttributeError in _responseCb()

2014-04-22 Thread Jean-François Fortin Tam
Old bug is old. 0.93 is now available in Ubuntu 14.04's proposed
updates.

** Changed in: pitivi (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  pitivi crashed with AttributeError in _responseCb()

Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  Crashed when clicking on the OK button in Project Settings dialog.

  ProblemType: Crash
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/pitivi
  InterpreterPath: /usr/bin/python2.5
  NonfreeKernelModules: ath_hal nvidia
  Package: pitivi 0.11.1-0ubuntu1
  PackageArchitecture: all
  ProcAttrCurrent: unconfined
  ProcCmdline: python /usr/bin/pitivi
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/pitivi']
  SourcePackage: pitivi
  Title: pitivi crashed with AttributeError in _responseCb()
  Traceback:
   Traceback (most recent call last):
 File "/usr/lib/pitivi/python/pitivi/ui/projectsettings.py", line 58, in 
_responseCb
   self.hide()
   AttributeError: 'ProjectSettingsDialog' object has no attribute 'hide'
  Uname: Linux 2.6.27-11-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/326928/+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 305731] Re: pitivi should be able to ignore unknown streams

2014-04-22 Thread Jean-François Fortin Tam
0.93 is now available in Ubuntu 14.04's proposed updates, please test.

** Changed in: pitivi (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  pitivi should be able to ignore unknown streams

Status in PiTiVi , Non-linear video editor:
  Incomplete
Status in “pitivi” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pitivi

  I have a mpg file recorded from a DVB-T set-top box. When I attempt to
  import it in pitivi, I get the following error:

  Problem : Got unknown stream type : private/teletext
  Extra information : You are missing an element to handle this media type.

  The teletext stream is irrelevant, all I need are the video and audio
  streams, which exist and are known. However, pitivi refuses to import
  the file since it does not know what this teletext stream is. It
  should at least provide an option to ignore this stream, but ideally
  it should just ignore unknown streams by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/305731/+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 593477] Re: Use WebM as the default video format

2014-04-22 Thread Jean-François Fortin Tam
** Changed in: pitivi (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Use WebM as the default video format

Status in aMSN:
  Invalid
Status in Cheese Camera Application:
  Fix Released
Status in Ekiga Voice Over IP Suite:
  Invalid
Status in Chat app, and Telepathy user interface:
  Fix Released
Status in Ubuntu example content:
  New
Status in farsight:
  Won't Fix
Status in Desktop session recorder:
  New
Status in Pidgin:
  New
Status in PiTiVi , Non-linear video editor:
  New
Status in recordmydesktop:
  New
Status in Jabber/XMPP connection manager:
  Invalid
Status in VLC media player:
  Won't Fix
Status in Ubuntu:
  Invalid
Status in “ekiga” package in Ubuntu:
  Invalid
Status in “empathy” package in Ubuntu:
  Fix Released
Status in “example-content” package in Ubuntu:
  Confirmed
Status in “farsight2” package in Ubuntu:
  Invalid
Status in “istanbul” package in Ubuntu:
  Confirmed
Status in “pidgin” package in Ubuntu:
  Triaged
Status in “pitivi” package in Ubuntu:
  Fix Released
Status in “recordmydesktop” package in Ubuntu:
  Confirmed
Status in “telepathy-gabble” package in Ubuntu:
  Invalid
Status in “vlc” package in Ubuntu:
  Opinion

Bug description:
  WebM should be used by default for superior quality and widespread
  acceptance

To manage notifications about this bug go to:
https://bugs.launchpad.net/amsn/+bug/593477/+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 1278863] Re: package gnome-settings-daemon-schemas (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/GConf/gsettings/gnome-settings-daemon.co

2014-04-16 Thread François Jacques
I found a workaround. For each ~saucy package which conflicts, invoke:

dpkg -P ...the.package.name...

And the retry the apt-get install which previously failed.

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

Title:
  package gnome-settings-daemon-schemas (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui
  appartient aussi au paquet gnome-settings-daemon
  3.10.2-0ubuntu1~saucy6

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  I cannot install/remove/modify any packages now because of this error.

  It happens when i start Ubuntu and when i try to upgrade/update.

  OS Version Ubuntu 14.04 TT Alpha2

  What i expected to happen : Package gnome settings deamon shemas to be 
installed
  What i got : Install error about the package.

  Tested :
  apt-get --configure -a
  apt-get autoclean
  apt-get clean
  apt-get (-f) update/(dist-)upgrade
  apt-get -f install

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gnome-settings-daemon-schemas (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 10 11:22:30 2014
  DuplicateSignature: package:gnome-settings-daemon-schemas:(not 
installed):tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  ErrorMessage: tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  InstallationDate: Installed on 2013-12-11 (62 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: gnome-settings-daemon
  Title: package gnome-settings-daemon-schemas (not installed) failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  UpgradeStatus: Upgraded to trusty on 2014-01-27 (14 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1278863/+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 1278863] Re: package gnome-settings-daemon-schemas (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/GConf/gsettings/gnome-settings-daemon.co

2014-04-15 Thread François Jacques
Same issue here. I've tried the aptitude way, which I originally thought
as working... but later on in the install the bug remanifested itself. I
have a root-mode ubuntu trusty in the meantime. It seems the last
package that blocks (in a severe way) the dist-upgrade to trusty.

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

Title:
  package gnome-settings-daemon-schemas (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui
  appartient aussi au paquet gnome-settings-daemon
  3.10.2-0ubuntu1~saucy6

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  I cannot install/remove/modify any packages now because of this error.

  It happens when i start Ubuntu and when i try to upgrade/update.

  OS Version Ubuntu 14.04 TT Alpha2

  What i expected to happen : Package gnome settings deamon shemas to be 
installed
  What i got : Install error about the package.

  Tested :
  apt-get --configure -a
  apt-get autoclean
  apt-get clean
  apt-get (-f) update/(dist-)upgrade
  apt-get -f install

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gnome-settings-daemon-schemas (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 10 11:22:30 2014
  DuplicateSignature: package:gnome-settings-daemon-schemas:(not 
installed):tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  ErrorMessage: tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  InstallationDate: Installed on 2013-12-11 (62 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: gnome-settings-daemon
  Title: package gnome-settings-daemon-schemas (not installed) failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/GConf/gsettings/gnome-settings-daemon.convert », qui appartient 
aussi au paquet gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
  UpgradeStatus: Upgraded to trusty on 2014-01-27 (14 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1278863/+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 1286404] Re: package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu9 failed to install/upgrade: trying to overwrite '/usr/share/GConf/gsettings/gnome-settings-daemon.convert', w

2014-04-14 Thread François Jacques
*** This bug is a duplicate of bug 1278863 ***
https://bugs.launchpad.net/bugs/1278863

Not sure if that would quality for showstopper, but it is a major
problem indeed. I had to uninstall gnome-settings-daemon and unity-
settings-daemon through aptitude then reinstall them before retrieving
some normality. I consider myself as expert user and it took me about a
half-hour to get through it. I expect most users to give a lot of bad
press instead.

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

Title:
  package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu9 failed to
  install/upgrade: trying to overwrite '/usr/share/GConf/gsettings
  /gnome-settings-daemon.convert', which is also in package gnome-
  settings-daemon 3.10.2-0ubuntu1~saucy4

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  after upgrade form ubuntu 13.10 to 14.04

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gnome-settings-daemon-schemas 3.8.6.1-0ubuntu9
  Uname: Linux 3.13.0-031300-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Date: Fri Feb 28 00:51:02 2014
  Dependencies:
   
  DuplicateSignature: 
package:gnome-settings-daemon-schemas:3.8.6.1-0ubuntu9:trying to overwrite 
'/usr/share/GConf/gsettings/gnome-settings-daemon.convert', which is also in 
package gnome-settings-daemon 3.10.2-0ubuntu1~saucy4
  ErrorMessage: trying to overwrite 
'/usr/share/GConf/gsettings/gnome-settings-daemon.convert', which is also in 
package gnome-settings-daemon 3.10.2-0ubuntu1~saucy4
  InstallationDate: Installed on 2012-10-23 (493 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  PackageArchitecture: all
  SourcePackage: gnome-settings-daemon
  Title: package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu9 failed to 
install/upgrade: trying to overwrite 
'/usr/share/GConf/gsettings/gnome-settings-daemon.convert', which is also in 
package gnome-settings-daemon 3.10.2-0ubuntu1~saucy4
  UpgradeStatus: Upgraded to trusty on 2014-02-27 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1286404/+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 1307746] Re: pitivi crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-04-14 Thread Jean-François Fortin Tam
** Bug watch added: GNOME Bug Tracker #727851
   https://bugzilla.gnome.org/show_bug.cgi?id=727851

** Also affects: pitivi via
   https://bugzilla.gnome.org/show_bug.cgi?id=727851
   Importance: Unknown
   Status: Unknown

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

Title:
  pitivi crashed with SIGSEGV in __GI___pthread_mutex_lock()

Status in PiTiVi , Non-linear video editor:
  Unknown
Status in “pitivi” package in Ubuntu:
  New

Bug description:
  I just upgraded to Kubuntu 14.04 (Trusty) yesterday, and pitivi
  stopped working. It segfaults immediately, with the following stdout
  error:

  lmilano@grisell:crash$ pitivi
  Missing soft dependency:
  - pycanberra not found on the system
  -> enables sound notifications when rendering is complete
  Segmentation fault (core dumped)

  Apport is not popping up, even if I launch pitivi from the main menu
  in KDE. But it did, just once, and it dumped a report in /var/crash -
  I will try to upload that file manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1307746/+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 1295049] [NEW] Videos are showing in Totem but not in some applications

2014-03-20 Thread François Tissandier
Public bug reported:

I really don't know where to report this bug ! :)

I have installed Trusty in a virtual machine & on my laptop.
I'm trying to edit subtitles on a video. The video is played without any 
problem in Totem.
However in the two apps that I tried to edit the subtitles, I only have the 
sound. I have tried to transcode the video to a totally different codec, and 
it's the same.

Launching the subtitle editors in a terminal, I see this error :

** Message: don't know how to handle video/mpeg, mpegversion=(int)4, 
parsed=(boolean)true, systemstream=(boolean)false
Got video info: width=0, height=0, aspect_Ratio=0, frame_rate=0, 
has_audio=True, has_video=False
Got video duration: 00:09:44.916

One of the application tells me that a codec is missing. Which I find
weird since totem is playing them fine, and the codecs are nothing
exotic (h264 & MPEG4)

Same videos & same apps are working fine with Saucy.

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Videos are showing in Totem but not in some applications

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  I really don't know where to report this bug ! :)

  I have installed Trusty in a virtual machine & on my laptop.
  I'm trying to edit subtitles on a video. The video is played without any 
problem in Totem.
  However in the two apps that I tried to edit the subtitles, I only have the 
sound. I have tried to transcode the video to a totally different codec, and 
it's the same.

  Launching the subtitle editors in a terminal, I see this error :

  ** Message: don't know how to handle video/mpeg, mpegversion=(int)4, 
parsed=(boolean)true, systemstream=(boolean)false
  Got video info: width=0, height=0, aspect_Ratio=0, frame_rate=0, 
has_audio=True, has_video=False
  Got video duration: 00:09:44.916

  One of the application tells me that a codec is missing. Which I find
  weird since totem is playing them fine, and the codecs are nothing
  exotic (h264 & MPEG4)

  Same videos & same apps are working fine with Saucy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1295049/+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 1269595] [NEW] Computer becomes very slow when booted with dual screen

2014-01-15 Thread François Laverdure
Public bug reported:

My computer runs very slow if I have a second monitor connected when I
boot. The slowdown occurs after the logon screen (which is fine). After
trying to find the problem, I noticed that if I boot with only the
laptop screen on and connect the 2nd monitor once Unity is loaded,
everything runs fine. The slowdown makes it hard to extract diagnostics
(or do anything for that matter).

I only use one monitor on at a time.

Acer Aspire one
CPU: Intel Atom N270 (1.6 GHz) (32 bit)
video: Intel® 945GME x86/MMX/SSE2
Ubuntu 13.10
Ram 1gb

** 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/1269595

Title:
  Computer becomes very slow when booted with dual screen

Status in “unity” package in Ubuntu:
  New

Bug description:
  My computer runs very slow if I have a second monitor connected when I
  boot. The slowdown occurs after the logon screen (which is fine).
  After trying to find the problem, I noticed that if I boot with only
  the laptop screen on and connect the 2nd monitor once Unity is loaded,
  everything runs fine. The slowdown makes it hard to extract
  diagnostics (or do anything for that matter).

  I only use one monitor on at a time.

  Acer Aspire one
  CPU: Intel Atom N270 (1.6 GHz) (32 bit)
  video: Intel® 945GME x86/MMX/SSE2
  Ubuntu 13.10
  Ram 1gb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1269595/+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 1188511] Consultez mon profil LinkedIn

2014-01-03 Thread François Xavier SINNIGER
LinkedIn



Bug,

J'aimerais vous inviter à rejoindre mon réseau professionnel en ligne,
sur le site LinkedIn.

François-Xavier

François-Xavier Sinniger
accompagnateur des classes d'instruments chez Ecole municipale de musique de 
Saint Chamond
Région de Lyon , France

Veuillez confirmer que vous connaissez François-Xavier Sinniger :
https://www.linkedin.com/e/-hl7qdx-hpzzgz9a-1c/isd/19033970343/-E5ZCdVb/?hs=false&tok=0cG3xASmr5bS41

--
Vous recevez des invitations à vous connecter par e-mail. Cliquez ici si vous 
ne souhaitez plus recevoir ces e-mails :
http://www.linkedin.com/e/-hl7qdx-hpzzgz9a-1c/ujHueNVgbiuwMP1WkMyUjRp4yMczeZtRoJkT9WXk/goo/1188511%40bugs%2Elaunchpad%2Enet/20061/I6186377584_1/?hs=false&tok=02OQzl9W75bS41

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  package libsane 1.0.22-7ubuntu1 [modified:
  lib/udev/rules.d/40-libsane.rules] failed to install/upgrade:
  './lib/udev/rules.d/40-libsane.rules' is different from the same file
  on the system "error in google-earth installing"

Status in “sane-backends” package in Ubuntu:
  Confirmed

Bug description:
  there is a problem with this file:ia32-libs-multiarch:i386: Depends: 
gtk2-engines-pixbuf mais il n'est pas installé
Depends: gtk2-engines-oxygen mais il n'est pas 
installé
Depends: libaio1 mais il n'est pas installé
Depends: libao4 mais il n'est pas installé
Depends: libesd0 mais il n'est pas installé
Depends: libglapi-mesa mais il n'est pas installé
Depends: libqt4-qt3support mais il n'est pas 
installé
Depends: libsdl-mixer1.2 mais il n'est pas installé
Depends: libsdl-image1.2 mais il n'est pas installé
Depends: libsdl-net1.2 mais il n'est pas installé
Depends: libsdl-ttf2.0-0 mais il n'est pas installé
Depends: libssl0.9.8 mais il n'est pas installé
Depends: libstdc++5 mais il n'est pas installé
Depends: xaw3dg mais il n'est pas installé
  It becomes an error in the installation with Google-Earth. Th e package of 
file <> is always broken.
  It says also:E: /var/cache/apt/archives/libsane_1.0.22-7ubuntu1_i386.deb: 
'./lib/udev/rules.d/40-libsane.rules' is different from the same file on the 
system

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libsane 1.0.22-7ubuntu1 [modified: lib/udev/rules.d/40-libsane.rules]
  ProcVersionSignature: Ubuntu 3.5.0-32.53~precise1-generic 3.5.7.11
  Uname: Linux 3.5.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Fri Jun  7 10:21:37 2013
  DuplicateSignature: package:libsane:1.0.22-7ubuntu1 [modified: 
lib/udev/rules.d/40-libsane.rules]:'./lib/udev/rules.d/40-libsane.rules' is 
different from the same file on the system
  ErrorMessage: './lib/udev/rules.d/40-libsane.rules' is different from the 
same file on the system
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130214)
  MarkForUpload: True
  SourcePackage: sane-backends
  Title: package libsane 1.0.22-7ubuntu1 [modified: 
lib/udev/rules.d/40-libsane.rules] failed to install/upgrade: 
'./lib/udev/rules.d/40-libsane.rules' is different from the same file on the 
system
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1188511/+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 1214061] Re: Circular symlinks in help files

2013-09-27 Thread Jean-François Fortin Tam
This appears to be a duplicate of bug #1089578 which is a duplicate of
bug #1089549 which points to... Ubuntu for the way they handle their
packaging?

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

Title:
  Circular symlinks in help files

Status in “pitivi” package in Ubuntu:
  New

Bug description:
  In directory:
  /usr/share/gnome/help/pitivi/C/figures

  the files:
  mainwindow.png
  and
  codecscontainers.jpg

  are symbolic links with targets as follows:
  ../../C/figures/mainwindow.png
  ../../C/figures/codecscontainers.jpg

  In short, they point to themselves. Furthermore, the symlinks in all
  the other locale-coded directories also point to these, specifically:

  /usr/share/gnome/help/pitivi/sl/figures/mainwindow.png -> 
../../C/figures/mainwindow.png
  /usr/share/gnome/help/pitivi/sl/figures/codecscontainers.jpg  -> 
../../C/figures/codecscontainers.jpg
  /usr/share/gnome/help/pitivi/es/figures/mainwindow.png -> 
../../C/figures/mainwindow.png
  /usr/share/gnome/help/pitivi/es/figures/codecscontainers.jpg  -> 
../../C/figures/codecscontainers.jpg
  /usr/share/gnome/help/pitivi/fr/figures/mainwindow.png -> 
../../C/figures/mainwindow.png
  /usr/share/gnome/help/pitivi/fr/figures/codecscontainers.jpg  -> 
../../C/figures/codecscontainers.jpg
  /usr/share/gnome/help/pitivi/de/figures/mainwindow.png -> 
../../C/figures/mainwindow.png
  /usr/share/gnome/help/pitivi/de/figures/codecscontainers.jpg  -> 
../../C/figures/codecscontainers.jpg
  /usr/share/gnome/help/pitivi/uk/figures/mainwindow.png -> 
../../C/figures/mainwindow.png
  /usr/share/gnome/help/pitivi/uk/figures/codecscontainers.jpg  -> 
../../C/figures/codecscontainers.jpg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1214061/+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 1223226] Re: ubuntu gnome - pitivi - defautl window size out of screen bounds (horizontal)

2013-09-10 Thread Jean-François Fortin Tam
** Bug watch added: GNOME Bug Tracker #643394
   https://bugzilla.gnome.org/show_bug.cgi?id=643394

** Also affects: pitivi via
   https://bugzilla.gnome.org/show_bug.cgi?id=643394
   Importance: Unknown
   Status: Unknown

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

Title:
  ubuntu gnome - pitivi - defautl window size out of screen bounds
  (horizontal)

Status in PiTiVi , Non-linear video editor:
  Unknown
Status in “pitivi” package in Ubuntu:
  New

Bug description:
  Running ubuntu gnome 13.10 dev with all updates. Pitivi has a default
  horizontal width of greater than the monitor screen resolution and you
  are unable to manually change to fit by maximinse or manually resizing
  window edges.

  My screen res is 1024x768 on one monitor.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pitivi 0.15.2-0.1ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-5.11-generic 3.11.0
  Uname: Linux 3.11.0-5-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Tue Sep 10 09:04:59 2013
  InstallationDate: Installed on 2013-09-09 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: pitivi
  UpgradeStatus: Upgraded to saucy on 2013-09-09 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/1223226/+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 1216417] [NEW] gwibber applet crashes to create a facebook acount

2013-08-24 Thread TROADEC François
Public bug reported:

1. release : 10.04LTS
2. gwibber:
  Installé : 2.30.3-0ubuntu2
  Candidat : 2.30.3-0ubuntu2
 Table de version :
 *** 2.30.3-0ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2.30.0.1-0ubuntu1 0
500 http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages

3. I want to connect from gwibber to my facebook account.


4. here is the message that appears when I want to connect  :

"Success 
AVERTISSEMENT DE SÉCURITÉ : traitez l’URL ci-dessous comme un mot de passe et 
ne la partagez avec personne."

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

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

Title:
  gwibber applet crashes to create a facebook acount

Status in “gwibber” package in Ubuntu:
  New

Bug description:
  1. release : 10.04LTS
  2. gwibber:
Installé : 2.30.3-0ubuntu2
Candidat : 2.30.3-0ubuntu2
   Table de version :
   *** 2.30.3-0ubuntu2 0
  500 http://fr.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
  100 /var/lib/dpkg/status
   2.30.0.1-0ubuntu1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ lucid/main Packages

  3. I want to connect from gwibber to my facebook account.

  
  4. here is the message that appears when I want to connect  :

  "Success 
  AVERTISSEMENT DE SÉCURITÉ : traitez l’URL ci-dessous comme un mot de passe et 
ne la partagez avec personne."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1216417/+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 1088146] Re: Asus n56vz battery state is wrong or battery not charging at all.

2013-06-26 Thread François
My Asus N56VB is also affected. I have a double boot and on Windows 8,
the battery indicates around 3h autonomy. On Ubuntu, the battery lasts
only an hour and automatically hibernates.

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

Title:
  Asus n56vz battery state is wrong or battery not charging at all.

Status in “upower” package in Ubuntu:
  Confirmed

Bug description:
  I have an ASUS N56VZ notebook. There are some bugs I have mentioned and they 
are known on ubuntu forums.
  Sometimes I am getting strange results in battery power state, that are not 
even close to be accurate.
  So bugs are:
  1) Then I am turning on the notebok with not enough power (3% for example) 
the fan is going to it`s full speed (no CPU loading at all) and the power 
indicator shows that power is insufficient. Plugging the power adapter didn`t 
solved the problem - it was not charging and notebook soon turns off. 
  2) As I described above, I can`t feed the notebook sometimes (especially on 
low battery level).
  3) I am getting the strange battery state result: sometimes it looks, that 
it`s charging very slow. Am am working about a hour and my power level just 
rised from 30 minutes to 40 minutes.
  4) I am not sure about this bug, may be it`s a hardware one, but then I 
turned notebook off with plugged in power adapter, it was not charged at all 
for the whole night! 
  http://ubuntuforums.org/showthread.php?t=2084696 - here is a proof, that I am 
not alone )))

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: upower 0.9.17-1build1
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Sun Dec  9 13:18:17 2012
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationDate: Installed on 2012-11-30 (8 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1088146/+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 801952] Re: problem with ATI Catalyst Control Center (Administrative Mode) launcher

2013-05-18 Thread François FAVIER
Same probleme with last version of ubuntu (13.04) and Catalyst (13.4).
My last configuration was fine.

I reinstalled completely ubuntu and began to install Catalyst first.
Still the samedi issue !

-- 
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/801952

Title:
  problem with ATI Catalyst Control Center (Administrative Mode)
  launcher

Status in “fglrx-installer” package in Ubuntu:
  Triaged

Bug description:
  When I try to use the menu launcher for "AMD Catalyst Control Center
  (Administravtive Mode)", the amdxdg-su program starts and brings up a
  small text window with a prompt for the superuser (root) password.

  Upon entering my regular user password (as is the default with Ubuntu)
  an error message briefly appears in the small text window with
  something to the effect of:

  "su: authentication failure"

  Then the small window closes and the Catalyst control center never
  appears.

  Previous versions of the control center worked correctly when
  providing the regular user's password for administrative permissions.

  
  However, if I run "$sudo amdcccle" in a console terminal, the Catalyst 
control center runs with elevated permissions.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: fglrx 2:8.840-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  Date: Sat Jun 25 11:22:36 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: kubuntu
  DkmsStatus: fglrx, 8.840, 2.6.38-8-generic, x86_64: installed
  GraphicsCard:
   ATI Technologies Inc Barts XT [ATI Radeon HD 6800 Series] [1002:6738] 
(prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited Device [174b:e177]
  InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  JockeyStatus:
   ERROR:root:Could not find any typelib for AppIndicator
   xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, 
Enabled, In use)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=UUID=9c4c0b6d-cdcf-4582-a196-b03e211c83bf ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: fglrx-installer
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1108
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T DELUXE V2
  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.:bvr1108:bd09/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TDELUXEV2:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs 20090808ubuntu13
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/801952/+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 1029289] Re: Need to authorize my google account each time I boot the computer

2013-03-08 Thread François Tissandier
0.11-0ubuntu3.1 here
I don't have any disconnection, and I have been using it for more than a week. 
And I don't have any problem so far ! To me, it's working fine, thanks for the 
fix.

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Committed

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+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 882790] Re: PiTiVi fails to render

2013-01-11 Thread Jean-François Fortin Tam
Yeah, see also https://wiki.pitivi.org/wiki/Troubleshooting

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

Title:
  PiTiVi fails to render

Status in PiTiVi , Non-linear video editor:
  Confirmed
Status in “pitivi” package in Ubuntu:
  Confirmed
Status in “pitivi” package in Arch Linux:
  New

Bug description:
  I have a project that was rendering just fine and needed to make some
  modifications. I took out the last clip and threw in another one and
  adjusted some of the audio gain lines. Everything played fine in the
  preview window. When I go to export now, as it starts estimating time
  to completion, the time bloats and never starts exporting (by the time
  I hit cancel it was telling me it was going to take 330 hours or
  something to finish rendering). I've tried several times now,
  restarted the application and everything, and am still getting the
  same behavior. Has anyone else experienced this and know how to get
  around the issue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/pitivi/+bug/882790/+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 1093024] Re: there is a film over the desk top

2012-12-26 Thread Jean-François Fortin Tam
Your description makes little sense... Kÿra requested a screenshot to
clarify, which you refused to provide. There is nothing we can do if we
don't understand the problem.

On that note, I am not an Ubuntu developer and I'm suspecting your
problem has nothing to do with Pitivi, unless you provide proof that
Pitivi is the application breaking your entire system (I'd be quite
curious to see that).

** Package changed: pitivi (Ubuntu) => ubuntu

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

Title:
  there is a film over the desk top

Status in Ubuntu:
  Invalid

Bug description:
  I can't see my mouse on the desktop to go into the different files.
  It's like there is a film over the top of the desk top.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pitivi 0.15.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-27.44-generic-pae 3.0.45
  Uname: Linux 3.0.0-27-generic-pae i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Fri Dec 21 17:53:23 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pitivi
  UpgradeStatus: Upgraded to oneiric on 2012-11-15 (36 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1093024/+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 1093024] Re: there is a film over the desk top

2012-12-26 Thread Jean-François Fortin Tam
Therefore we can't fix this.
In other words, "what is this, I don't even."

** Changed in: pitivi (Ubuntu)
   Status: New => Invalid

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

Title:
  there is a film over the desk top

Status in “pitivi” package in Ubuntu:
  Invalid

Bug description:
  I can't see my mouse on the desktop to go into the different files.
  It's like there is a film over the top of the desk top.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pitivi 0.15.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-27.44-generic-pae 3.0.45
  Uname: Linux 3.0.0-27-generic-pae i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Fri Dec 21 17:53:23 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pitivi
  UpgradeStatus: Upgraded to oneiric on 2012-11-15 (36 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1093024/+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 1072510] Re: Couldn't change keyring password

2012-12-23 Thread françois préviati
le trousseau de  clé me demande le mot de passe 'default' à chaque connexion.
j'ai suivi la méthode suivante pour m'éviter de taper ce MDP à chaque fois:
---
"Dans préférences tu trouvera l'outil "mot de passe et clés". Tu fais un clic 
droit sur "mot de passe : default", tu selectionne "modifier le mot de passe". 
Tu entre ton mot de passe dans "ancien mot de passe".
Tu ne rempli pas les deux champs suivants et tu valide. Une fenêtre 
d'avertissement s'ouvre et tu choisis "utiliser un stockage non sûr.
   Voila, normalement au prochain démarrage plus de fenêtre de demande de mot 
de passe. 

mais voila, une fenêtre s'ouvre intitulée: Impossible de modifier le mot de 
passe du trousseau

Method "ChangeWithPrompt" with signature "o" on interface
"org.gnome.keyring.InternalUnsupportedGuiltRiddenInterface" doesn't
exist

dois-je supprimer le trousseau et puis-je le faire sans risque. car un
message annonce: Voulez-vous vraiment supprimer le trousseau de mots de
passe « Par défaut » ? , je comprends que tous les éléments vont être
supprimés définitivement.

** Attachment added: "message afficher si modif du MDP défaut"
   
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/1072510/+attachment/3466815/+files/Capture.png

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

Title:
  Couldn't change keyring password

Status in “seahorse” package in Ubuntu:
  Confirmed

Bug description:
  I have to double login into ubuntu and it's annoying to enter the same
  password twice.

  I'm trying to change the password or do anything but...
  Method "ChangeWithPrompt" with signature "o" on interface 
"org.gnome.keyring.InternalUnsupportedGuiltRiddenInterface" doesn't exist

  seahorse 3.6.2
  http://i.imgur.com/ykHHV.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/1072510/+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 707239] Re: rendering does not complete

2012-10-13 Thread Jean-François Fortin Tam
Ah and by file a bug, I meant upstream in the gnome bug tracker :)

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

Title:
  rendering does not complete

Status in “pitivi” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: pitivi

  PiTiVi 0.13.5, Ubuntu 11.04 (wait, what?? I thought this was 10.10,
  and it's January...well, anyway)

  I assembled a 15 minute video, and put a couple JPEG titles at the
  end, fading the last one out. I want to show the movie on a laptop and
  projector, so I tried AVI out. I hit render, the movie plays fine and
  the progress bar tells me how much time I have left, but I get to
  "About one second left" then it hangs until I
  cancel. I haven't found any encoders that actually work, but I'm going
  down the list.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.5-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic-pae 2.6.35.8
  Uname: Linux 2.6.35-24-generic-pae i686
  NonfreeKernelModules: h826d
  Architecture: i386
  CheckboxSubmission: 582b8142224c5914effc01ba22566b10
  CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
  Date: Mon Jan 24 21:23:28 2011
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pitivi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/707239/+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 707239] Re: rendering does not complete

2012-10-13 Thread Jean-François Fortin Tam
Hi Charlie, no use piggybacking onto unclear bug reports. Come ask on
IRC or file a bug with the input files you used, the output containers
and codecs, etc.

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

Title:
  rendering does not complete

Status in “pitivi” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: pitivi

  PiTiVi 0.13.5, Ubuntu 11.04 (wait, what?? I thought this was 10.10,
  and it's January...well, anyway)

  I assembled a 15 minute video, and put a couple JPEG titles at the
  end, fading the last one out. I want to show the movie on a laptop and
  projector, so I tried AVI out. I hit render, the movie plays fine and
  the progress bar tells me how much time I have left, but I get to
  "About one second left" then it hangs until I
  cancel. I haven't found any encoders that actually work, but I'm going
  down the list.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: pitivi 0.13.5-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic-pae 2.6.35.8
  Uname: Linux 2.6.35-24-generic-pae i686
  NonfreeKernelModules: h826d
  Architecture: i386
  CheckboxSubmission: 582b8142224c5914effc01ba22566b10
  CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
  Date: Mon Jan 24 21:23:28 2011
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pitivi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/707239/+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 986967] Re: unable to log in - hangs on 'logging in' msg

2012-05-03 Thread Jean-François Samson
Sorry,

I forgot to specify: my laptop is an Intel Core i3 M 330, so I really
tested the patch.

-- 
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/986967

Title:
  unable to log in - hangs on 'logging in' msg

Status in Light Display Manager:
  New
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm” source package in Precise:
  In Progress

Bug description:
  On my laptop I upgraded from 11.10 to 12.04, 3 or 4 weeks ago.

  Recently I had trouble logging in - I'd type in my password but it
  would hang on the 'logging in...' message you get after pressing
  enter.  After rebooting a few times I was able to log in.

  Now, rebooting isn't helping, I'm unable to log in at all.  I stay at
  the 'logging in...' message until I shut down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/986967/+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 986967] Re: unable to log in - hangs on 'logging in' msg

2012-05-03 Thread Jean-François Samson
Hi guys!

Thanks Michael. Today, before installing your patch, my laptop has the
bug a lot of time... But, now that I installed your patch, I achieved 20
login / logout in a row without any problem. Then, I achieved 10
shutdown / startup / login in a row without any problem. Before
installing your patch this would be strictly impossible. So, I
personnally consider this bug as solved.

GOOD JOB MICHAEL !!!

-- 
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/986967

Title:
  unable to log in - hangs on 'logging in' msg

Status in Light Display Manager:
  New
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm” source package in Precise:
  In Progress

Bug description:
  On my laptop I upgraded from 11.10 to 12.04, 3 or 4 weeks ago.

  Recently I had trouble logging in - I'd type in my password but it
  would hang on the 'logging in...' message you get after pressing
  enter.  After rebooting a few times I was able to log in.

  Now, rebooting isn't helping, I'm unable to log in at all.  I stay at
  the 'logging in...' message until I shut down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/986967/+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 986967] Re: unable to log in - hangs on 'logging in' msg

2012-05-03 Thread Jean-François Samson
Hi guys!

I hope this post could help...

I have two laptop: one which never has the bug yet and another which has
it very often (but not always).

The laptop which never has the bug runs Ubuntu 12.04 installed from the
i386 desktop beta 2 iso. (But I'm willing to install whatever Ubuntu
12.04 build you want on it)

The laptop which has the bug runs Ubuntu 12.04 installed from the i386
desktop release iso. (But I'm willing to install whatever Ubuntu 12.04
build you want on it)

I ran "sudo apt-get update -y" and "sudo apt-get upgrade -y" everyday on
each laptop since their initial setups.

Ask me whatever you want about my laptops. I can post any log content,
file content, command output or hardware specs you want. Just ask it, I
will answer it as fast as possible...

Have a nice day!

-- 
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/986967

Title:
  unable to log in - hangs on 'logging in' msg

Status in Light Display Manager:
  New
Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  On my laptop I upgraded from 11.10 to 12.04, 3 or 4 weeks ago.

  Recently I had trouble logging in - I'd type in my password but it
  would hang on the 'logging in...' message you get after pressing
  enter.  After rebooting a few times I was able to log in.

  Now, rebooting isn't helping, I'm unable to log in at all.  I stay at
  the 'logging in...' message until I shut down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/986967/+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 881988] Re: ldm-greeter blocks login after resume from standby before logging in

2012-01-20 Thread Nicolas François
** Package changed: shadow (Ubuntu) => lightdm (Ubuntu)

-- 
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/881988

Title:
  ldm-greeter blocks login after resume from standby before logging in

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  This is new since Ubuntu 11.10 - if I start up the computer and then put it 
on Standby before logging in, when I resume, I get a prompt from Light Display 
Manager (or something like that) asking me for a password (no username). I 
don't know what password to enter, and I can't find any other way to get around 
this. 
  In the end, to workaround this problem, I press CTRL + ALT + F1 to switch to 
tty1, then I login from there using my normal username and password and do ps 
-A | grep ldm to find the pid of ldm-greeter, then I do  sudo kill  and 
that automatically resets the login screen back to normal.

  Surely after resuming from Standby the normal login screen should show
  without having to do that.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: login 1:4.1.4.2+svn3283-3ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: ad9a15703e19217cb3448f881e125f6a
  CheckboxSystem: abc83e3988b72e7c3a9b3aa684cb92fd
  Date: Wed Oct 26 13:38:40 2011
  SourcePackage: shadow
  UpgradeStatus: Upgraded to oneiric on 2011-10-25 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/881988/+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 918253] [NEW] cannot launch nautilus with root user

2012-01-18 Thread François Lefèvre
Public bug reported:

I can not start nautilus as root, but I can start nautilus with another
user. I'm waiting, nautilus does not open.

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

-- 
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/918253

Title:
  cannot launch nautilus with root user

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I can not start nautilus as root, but I can start nautilus with
  another user. I'm waiting, nautilus does not open.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/918253/+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 881664] Re: "Share My Desktop" doesn't work with XMPP in 11.10

2011-12-16 Thread François Tissandier
It's working now ! same server, we didn't update anything on it.

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

Title:
  "Share My Desktop" doesn't work with XMPP in 11.10

Status in Chat app, and Telepathy user interface:
  Incomplete
Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  Share My Desktop in Ubuntu 11.10 seems to be broken. The user receives
  no feedback, and nothing interesting happens. Doesn't appear to matter
  what version the client is using. The XMPP server is OpenFire 3.6.

  Release:  Ubuntu 11.10 (freshly installed)
  Empathy Version: 3.2.0.1-0ubuntu1

  
  Relevant Empathy debug logs attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/881664/+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 873946] Re: First messages from a contact do not appear

2011-12-15 Thread François Tissandier
No, it's not the same bug as in #2 :

the message just does NOT appear in the chat window. I have to open the
history to see what was sent.

It's not about the indicator, it's about the message being notified, but
not appearing in the chat window.

What do you mean by "the empathy chat log file" ? If you mean the file
containing the history with the user, I'm not sure if the problem will
appear there, as the history is not missing anything. I will check if I
see anything weird in this file.

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

Title:
  First messages from a contact do not appear

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  On a jabber server (Wildfire)
  Sometimes when someone sends me a message, the tab opens, but there is 
nothing appearing. If I send an answer, I will see the next incoming messages. 
And in the history for the user, I see the previous invisible messages. But 
they are just missing from the chat window.

  And it's impossible so far to reproduce it easily. If I close the tab
  and ask the person to contact me again, it appears. I'm trying to find
  the specific conditions for this problem, I will add my comments here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/873946/+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 881664] Re: "Share My Desktop" doesn't work with XMPP in 11.10

2011-12-14 Thread François Tissandier
Is nobody working on this problem ? :-( It's a great tool for computer
support when you don't want to deal with firewall settings or VPNs.

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

Title:
  "Share My Desktop" doesn't work with XMPP in 11.10

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  Share My Desktop in Ubuntu 11.10 seems to be broken. The user receives
  no feedback, and nothing interesting happens. Doesn't appear to matter
  what version the client is using. The XMPP server is OpenFire 3.6.

  Release:  Ubuntu 11.10 (freshly installed)
  Empathy Version: 3.2.0.1-0ubuntu1

  
  Relevant Empathy debug logs attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/881664/+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 881664] Re: "Share My Desktop" doesn't work with XMPP in 11.10

2011-11-30 Thread François Tissandier
Same problem here on Openfire too. And it doesn't seem any better on
Gtalk either. Quite serious for us here as we are using this to help our
users a lot.

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

Title:
  "Share My Desktop" doesn't work with XMPP in 11.10

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  Share My Desktop in Ubuntu 11.10 seems to be broken. The user receives
  no feedback, and nothing interesting happens. Doesn't appear to matter
  what version the client is using. The XMPP server is OpenFire 3.6.

  Release:  Ubuntu 11.10 (freshly installed)
  Empathy Version: 3.2.0.1-0ubuntu1

  
  Relevant Empathy debug logs attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/881664/+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 828756] Re: getting "connection is untrusted" warnings

2011-11-29 Thread François Prot
It is not possible to ignore SSL errors if you declare your account as a
"Google Talk" one.

I managed to declare my GTalk account as a "jabber" one and chose to
ignore SSL errors :

Encryption required – CHECKED
Ignore SSL certificate errors – CHECKED
Resource – BLANK
Priority – 0
Server – talk.google.com
Port – 5223
Use old SSL – CHECKED

At least there is no more warning that pops up every 5 minutes.

It is an acceptable workaround for me, but I find it confusing that I
needed to switch to a manual "jabber" configuration to do that.

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

Title:
  getting "connection is untrusted" warnings

Status in “ca-certificates-java” package in Ubuntu:
  Confirmed
Status in “empathy” package in Ubuntu:
  Invalid
Status in “icedtea-web” package in Ubuntu:
  Confirmed
Status in “p11-kit” package in Ubuntu:
  Fix Released
Status in “ca-certificates-java” source package in Oneiric:
  Confirmed
Status in “empathy” source package in Oneiric:
  Invalid
Status in “icedtea-web” source package in Oneiric:
  Confirmed
Status in “p11-kit” source package in Oneiric:
  Fix Released
Status in “telepathy-gabble” package in Debian:
  Incomplete

Bug description:
  Since updating to Oneiric, empathy is giving me "connection is
  untrusted" warning dialogs. For some reason, it's not verifying the
  certificate properly. For security reasons, this needs to get fixed.

  See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Thu Aug 18 09:36:06 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110302)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-08-16 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/828756/+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 874305] Re: evolution incomplete migration from mbox to maildir

2011-11-27 Thread Jean-François Fortin Tam
** Changed in: evolution (Ubuntu)
   Status: Incomplete => New

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

Title:
  evolution incomplete migration from mbox to maildir

Status in “evolution” package in Ubuntu:
  New

Bug description:
  on the first launch of evolution after upgrading to ubuntu 11.10 a
  dialog informs the user that they need to migrate to mailboxes. after
  allowing this evolution though for a while, and then closed (not sure
  if it crashed, or decided that it was done).

  this migration was incomplete. my old mailbox has 4294 messages, but
  the new one has only 401 (interestingly it claims to have more unread
  than total, 440).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Fri Oct 14 15:54:40 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/874305/+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 873946] Re: First messages from a contact do not appear

2011-11-06 Thread François Tissandier
Yes, Ubuntu 11.10 here

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

Title:
  First messages from a contact do not appear

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  On a jabber server (Wildfire)
  Sometimes when someone sends me a message, the tab opens, but there is 
nothing appearing. If I send an answer, I will see the next incoming messages. 
And in the history for the user, I see the previous invisible messages. But 
they are just missing from the chat window.

  And it's impossible so far to reproduce it easily. If I close the tab
  and ask the person to contact me again, it appears. I'm trying to find
  the specific conditions for this problem, I will add my comments here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/873946/+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 873946] Re: First messages from a contact do not appear

2011-11-06 Thread François Tissandier
Yes, Ubuntu 11.10 here

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

Title:
  First messages from a contact do not appear

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  On a jabber server (Wildfire)
  Sometimes when someone sends me a message, the tab opens, but there is 
nothing appearing. If I send an answer, I will see the next incoming messages. 
And in the history for the user, I see the previous invisible messages. But 
they are just missing from the chat window.

  And it's impossible so far to reproduce it easily. If I close the tab
  and ask the person to contact me again, it appears. I'm trying to find
  the specific conditions for this problem, I will add my comments here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/873946/+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


  1   2   >