[Bug 1946225] [NEW] Support new GitHub token format

2021-10-06 Thread Pierre Rudloff
Public bug reported:

GitHub recently changed their token format:
https://github.blog/changelog/2021-03-04-authentication-token-format-
updates/

Composer 1.10.1 does not support the new format and it is not possible to 
create tokens with the old format anymore.
It would be useful to backport this patch: 
https://github.com/composer/composer/commit/dc83ba93f3d8a35629f9a387632e8cd373a144d0

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: composer 1.10.1-1
ProcVersionSignature: Ubuntu 5.11.0-36.40~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-36-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Wed Oct  6 14:15:19 2021
InstallationDate: Installed on 2021-02-02 (246 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/usr/bin/fish
SourcePackage: composer
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Affects: composer (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug focal

** Bug watch added: Debian Bug tracker #989315
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989315

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946225

Title:
  Support new GitHub token format

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1898086] [NEW] Allow duplicate dashes in name

2020-10-01 Thread Pierre Rudloff
Public bug reported:

composer 1.10.1 wrongfully complains about package names that contain
duplicate dashes:

Deprecation warning: require.npm-asset/fortawesome--fontawesome-free is
invalid, it should have a vendor name, a forward slash, and a package
name. The vendor and package name can be words separated by -, . or _.
The complete name should match
"[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". Make sure you
fix this as Composer 2.0 will error.

This was fixed upstream in 1.10.6:
https://github.com/composer/composer/commit/2e7ace238a51fb66969ecd70d4dd823976b96dfb

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: composer 1.10.1-1
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Thu Oct  1 19:43:39 2020
InstallationDate: Installed on 2016-04-06 (1639 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
PackageArchitecture: all
SourcePackage: composer
UpgradeStatus: Upgraded to focal on 2020-09-05 (26 days ago)

** Affects: composer
 Importance: Unknown
 Status: Unknown

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

** Affects: composer (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug focal

** Bug watch added: github.com/composer/composer/issues #8749
   https://github.com/composer/composer/issues/8749

** Also affects: composer via
   https://github.com/composer/composer/issues/8749
   Importance: Unknown
   Status: Unknown

** Description changed:

- composer 1.10.1 wrongfully complains about package names that contain 
duplicate
- dashes:
+ composer 1.10.1 wrongfully complains about package names that contain
+ duplicate dashes:
  
  Deprecation warning: require.npm-asset/fortawesome--fontawesome-free is
  invalid, it should have a vendor name, a forward slash, and a package
  name. The vendor and package name can be words separated by -, . or _.
  The complete name should match
  "[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". Make sure you
  fix this as Composer 2.0 will error.
  
  This was fixed upstream in 1.10.6:
  
https://github.com/composer/composer/commit/2e7ace238a51fb66969ecd70d4dd823976b96dfb
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: composer 1.10.1-1
  ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.9
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Thu Oct  1 19:43:39 2020
  InstallationDate: Installed on 2016-04-06 (1639 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  PackageArchitecture: all
  SourcePackage: composer
  UpgradeStatus: Upgraded to focal on 2020-09-05 (26 days ago)

** Bug watch added: Debian Bug tracker #971552
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971552

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1898086

Title:
  Allow duplicate dashes in name

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1877427] Re: Double-clicking on a thread does not open the latest message

2020-05-21 Thread Pierre Rudloff
I can still reproduce with 68.8.0 from snap.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877427

Title:
  Double-clicking on a thread does not open the latest message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1877427] Re: Double-clicking on a thread does not open the latest message

2020-05-11 Thread Pierre Rudloff
I don't get any warning in the console when I open the thread.
Also, it seems it does not always happen the first time I open a thread (but 
always the next few times I try).

I am using an IMAP account. (And I could also reproduce on another
computer with another IMAP account.)

I could not reproduce with thunderbird 68.4.1 installed from snap (with
a new profile).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877427

Title:
  Double-clicking on a thread does not open the latest message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1877427] [NEW] Double-clicking on a thread does not open the latest message

2020-05-07 Thread Pierre Rudloff
Public bug reported:

When grouping messages by thread and double-clicking on a thread, it should 
open every message in the thread in a new tab.
However, it does not open the latest message and instead opens the first 
message twice (one time correctly and a second time at the end with a messed up 
character encoding).

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: thunderbird 1:68.7.0+build1-0ubuntu0.19.10.1
ProcVersionSignature: Ubuntu 5.3.0-51.44-generic 5.3.18
Uname: Linux 5.3.0-51-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pierre 1530 F pulseaudio
 /dev/snd/pcmC0D0p:   pierre 1530 F...m pulseaudio
BuildID: 20200407160932
Channel: Unavailable
CurrentDesktop: XFCE
Date: Thu May  7 19:50:11 2020
ExecutablePath: /usr/lib/thunderbird/thunderbird
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2016-04-06 (1492 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
IpRoute:
 default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev wlp2s0 scope link metric 1000 
 192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.21 metric 600
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-70906f39-d462-489a-8cc7-a27970180403
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/thunderbird/omni.ja:greprefs.js:1141
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=68.7.0/20200407160932 (In use)
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to eoan on 2019-11-24 (165 days ago)
dmi.bios.date: 10/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: Tag 12345
dmi.board.name: W510LU
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd10/21/2015:svnNotebook:pnW510LU:pvrNotApplicable:rvnNotebook:rnW510LU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
dmi.product.family: Not Applicable
dmi.product.name: W510LU
dmi.product.sku: Not Applicable
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook

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

** Affects: thunderbird (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug eoan

** Bug watch added: Debian Bug tracker #959748
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959748

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877427

Title:
  Double-clicking on a thread does not open the latest message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1838647] [NEW] Display is not switched off when laptop lid is closed

2019-08-01 Thread Pierre Rudloff
Public bug reported:

xfce4-power-manager-settings is configured to switch off display when laptop 
lid is closed (both on battery an plugged in).
However, when I close the lid, nothing happens.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: xfce4-power-manager 1.6.1-1build1
ProcVersionSignature: Ubuntu 4.18.0-25.26-generic 4.18.20
Uname: Linux 4.18.0-25-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.4
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug  1 16:13:22 2019
InstallationDate: Installed on 2016-04-06 (1212 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
SourcePackage: xfce4-power-manager
UpgradeStatus: Upgraded to cosmic on 2019-03-20 (134 days ago)

** Affects: xfce4-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838647

Title:
  Display is not switched off when laptop lid is closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1838647/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821639] [NEW] Does not appear in Firefox anymore

2019-03-25 Thread Pierre Rudloff
Public bug reported:

Since I upgraded Firefox to 66.0, uBlock Origin does not appear in the
add-on list in Firefox anymore.

Edit: The fix mentioned here seems to work: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=925337#37

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: webext-ublock-origin 1.16.14+dfsg-1
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Mar 25 21:39:54 2019
InstallationDate: Installed on 2016-04-06 (1083 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
PackageArchitecture: all
SourcePackage: ublock-origin
UpgradeStatus: Upgraded to cosmic on 2019-03-20 (5 days ago)

** Affects: ublock-origin (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ublock-origin (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug cosmic

** Description changed:

  Since I upgraded Firefox to 66.0, uBlock Origin does not appear in the
  add-on list in Firefox anymore.
+ 
+ Edit: The fix mentioned here seems to work: https://bugs.debian.org/cgi-
+ bin/bugreport.cgi?bug=925337
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: webext-ublock-origin 1.16.14+dfsg-1
  ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Mar 25 21:39:54 2019
  InstallationDate: Installed on 2016-04-06 (1083 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  PackageArchitecture: all
  SourcePackage: ublock-origin
  UpgradeStatus: Upgraded to cosmic on 2019-03-20 (5 days ago)

** Bug watch added: Debian Bug tracker #925337
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925337

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

** Description changed:

  Since I upgraded Firefox to 66.0, uBlock Origin does not appear in the
  add-on list in Firefox anymore.
  
  Edit: The fix mentioned here seems to work: https://bugs.debian.org/cgi-
- bin/bugreport.cgi?bug=925337
+ bin/bugreport.cgi?bug=925337#37
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: webext-ublock-origin 1.16.14+dfsg-1
  ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Mar 25 21:39:54 2019
  InstallationDate: Installed on 2016-04-06 (1083 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  PackageArchitecture: all
  SourcePackage: ublock-origin
  UpgradeStatus: Upgraded to cosmic on 2019-03-20 (5 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821639

Title:
  Does not appear in Firefox anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1811887] Re: Firefox freezes when trying to download a file

2019-01-16 Thread Pierre Rudloff
*** This bug is a duplicate of bug 1811105 ***
https://bugs.launchpad.net/bugs/1811105

I confirm that it looks very similar and is probably the same bug. Sorry
for the duplicate.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811887

Title:
  Firefox freezes when trying to download a file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1811887] [NEW] Firefox freezes when trying to download a file

2019-01-15 Thread Pierre Rudloff
Public bug reported:

When I browse to a file in Firefox, it opens a popup asking me if I want
to open it or download it. At this moment, Firefox starts using 100% CPU
and freezes.

I started having this problem after a recent update.
It also happens with safe mode.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: firefox 64.0+build3-0ubuntu0.18.10.1
ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
Uname: Linux 4.18.0-13-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pierre 1936 F pulseaudio
BuildID: 20181207224759
Channel: Unavailable
CurrentDesktop: XFCE
Date: Tue Jan 15 20:12:38 2019
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2016-04-06 (1014 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
IpRoute:
 default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600
 169.254.0.0/16 dev wlp2s0 scope link metric 1000
 192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.21 metric 600
MostRecentCrashID: bp-cf7fd7ab-ccc0-4602-903e-12ff90180908
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=64.0/20181207224759 (In use)
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: Tag 12345
dmi.board.name: W510LU
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd10/21/2015:svnNotebook:pnW510LU:pvrNotApplicable:rvnNotebook:rnW510LU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
dmi.product.family: Not Applicable
dmi.product.name: W510LU
dmi.product.sku: Not Applicable
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook

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


** Tags: amd64 apport-bug cosmic

** Description changed:

  When I browse to a file in Firefox, it opens a popup asking me if I want
  to open it or download it. At this moment, Firefox starts using 100% CPU
  and freezes.
  
  I started having this problem after a recent update.
+ It also happens with safe mode.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: firefox 64.0+build3-0ubuntu0.18.10.1
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  pierre 1936 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  pierre 1936 F pulseaudio
  BuildID: 20181207224759
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Tue Jan 15 20:12:38 2019
  ForcedLayersAccel: False
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  IncompatibleExtensions: Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
  InstallationDate: Installed on 2016-04-06 (1014 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  IpRoute:
-  default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600 
-  169.254.0.0/16 dev wlp2s0 scope link metric 1000 
-  192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.21 metric 600
+  default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600
+  169.254.0.0/16 dev wlp2s0 scope link metric 1000
+  192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.21 metric 600
  MostRecentCrashID: bp-cf7fd7ab-ccc0-4602-903e-12ff90180908
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=64.0/20181207224759 (In use)
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.11
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W510LU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd10/21/2015:svnNotebook:pnW510LU:pvrNotApplicable:rvnNotebook:rnW510LU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: W510LU
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

-- 
You received this bug 

[Bug 1806258] Re: uBlock Origin icons are not displayed correctly

2018-12-04 Thread Pierre Rudloff
This an (unrelated) error in the package versioning.
If you download 
http://fr.archive.ubuntu.com/ubuntu/pool/universe/u/ublock-origin/webext-ublock-origin_1.16.14+dfsg-1_all.deb
 and extract it, you can see that /usr/share/webext/ublock-origin/manifest.json 
contains this:
"version": "1.9.15.101"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806258

Title:
  uBlock Origin icons are not displayed correctly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806255] Re: Redshift always asks for access to location and fails after a few seconds

2018-12-02 Thread Pierre Rudloff
I added this to /etc/geoclue/geoclue.conf:
[redshift]
allowed=true
system=false
users=

And now Redshift does not need to ask for access anymore.

But I still consider this a workaround and I think:
* Redshift should wait for the user answer before crashing
* Geoclue should remember the user answer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806255

Title:
  Redshift always asks for access to location and fails after a few
  seconds

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806258] [NEW] uBlock Origin icons are not displayed correctly

2018-12-02 Thread Pierre Rudloff
Public bug reported:

Hello,

In the uBlock Origin menu, icons are not displayed correctly. Mojibake
is displayed instead, like if the icon font was missing.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: webext-ublock-origin 1.16.14+dfsg-1
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Dec  2 17:13:45 2018
InstallationDate: Installed on 2016-04-06 (970 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
PackageArchitecture: all
SourcePackage: ublock-origin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ublock-origin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1806258/+attachment/5218201/+files/Ublock%20screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806258

Title:
  uBlock Origin icons are not displayed correctly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806256] [NEW] Menu icons don't all have the same size

2018-12-02 Thread Pierre Rudloff
Public bug reported:

Hello,

Since I upgraded to cosmic, some icons in the Xfce menu are too big. It
only happens with specific apps like lftp or xsane.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: xfce4-panel 4.13.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Dec  2 16:51:42 2018
InstallationDate: Installed on 2016-04-06 (970 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
SourcePackage: xfce4-panel
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1806256/+attachment/5218194/+files/XFCE%20menu.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806256

Title:
  Menu icons don't all have the same size

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806255] [NEW] Redshift always asks for access to location and fails after a few seconds

2018-12-02 Thread Pierre Rudloff
Public bug reported:

Hello,

Since I upgrade to cosmic, Reshift always asks for access to my location
and if I don't answer quickly, it crashes with an error (see attached
screenshot).

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: redshift-gtk 1.12-2
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Dec  2 16:44:01 2018
InstallationDate: Installed on 2016-04-06 (970 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
PackageArchitecture: all
SourcePackage: redshift
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug cosmic

** Attachment added: "Error screenshot"
   
https://bugs.launchpad.net/bugs/1806255/+attachment/5218189/+files/Capture%20d%E2%80%99%C3%A9cran_2018-12-02_16-45-36.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1806255

Title:
  Redshift always asks for access to location and fails after a few
  seconds

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1732734] Re: uBlock Origin 1.13.8 is not compatible with Firefox 57

2018-12-01 Thread Pierre Rudloff
Are there any plans to backport webext-ublock-origin to bionic?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732734

Title:
  uBlock Origin 1.13.8 is not compatible with Firefox 57

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799793] Re: Developer tools menu has a black background

2018-11-19 Thread Pierre Rudloff
I understand, thanks for taking the time to look at this.
I think I will leave hardware acceleration enabled because the performance gain 
is totally worth this small glitch.

(Also, I use hardware acceleration + no compositing on my other
computers and don't have this issue, so it might be linked to a specific
graphics card or driver.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799793

Title:
  Developer tools menu has a black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799793] Re: Developer tools menu has a black background

2018-11-19 Thread Pierre Rudloff
Indeed, I can't reproduce the issue anymore when it is disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799793

Title:
  Developer tools menu has a black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799793] Re: Developer tools menu has a black background

2018-11-19 Thread Pierre Rudloff
Yes, it is disabled and if I enable it I don't have this bug anymore.
However, I would prefer to be able to leave the compositor disabled.

(Also, on another computer with Debian 9.6, I can't reproduce this bug
even with the compositor disabled and the same theme.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799793

Title:
  Developer tools menu has a black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799793] Re: Developer tools menu has a black background

2018-11-19 Thread Pierre Rudloff
It seems I can also reproduce with other menus (the main menu and the location 
bar menu, for example).
(I did not notice before, because I rarely use those.)

Could this be caused by my GTK theme (numix-gtk-theme)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799793

Title:
  Developer tools menu has a black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1799793] [NEW] Developer tools menu has a black background

2018-10-24 Thread Pierre Rudloff
Public bug reported:

I think the background should be transparent.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: firefox 63.0+build2-0ubuntu0.18.04.2
ProcVersionSignature: Ubuntu 4.15.0-36.39-generic 4.15.18
Uname: Linux 4.15.0-36-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pierre 1697 F pulseaudio
BuildID: 20181023214826
Channel: Unavailable
CurrentDesktop: XFCE
Date: Wed Oct 24 22:30:54 2018
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Default - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2016-04-06 (931 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
IpRoute:
 default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600 
 169.254.0.0/16 dev wlp2s0 scope link metric 1000 
 192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.20 metric 600
MostRecentCrashID: bp-cf7fd7ab-ccc0-4602-903e-12ff90180908
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=63.0/20181023214826 (In use)
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to bionic on 2018-05-24 (153 days ago)
WifiSyslog:
 
dmi.bios.date: 10/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: Tag 12345
dmi.board.name: W510LU
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd10/21/2015:svnNotebook:pnW510LU:pvrNotApplicable:rvnNotebook:rnW510LU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
dmi.product.family: Not Applicable
dmi.product.name: W510LU
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook

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


** Tags: amd64 apport-bug bionic

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1799793/+attachment/5205040/+files/Capture%20d%E2%80%99%C3%A9cran_2018-10-24_22-31-56.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799793

Title:
  Developer tools menu has a black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 940631] Re: Thunderbird asks three times for my master password

2018-09-10 Thread Pierre Rudloff
Yes, it seems I can dismiss the other prompts and it still works. It is
just a bit annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940631

Title:
  Thunderbird asks three times for my master password

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 940631] Re: Thunderbird asks three times for my master password

2018-09-07 Thread Pierre Rudloff
I only have one Google account. I also have two Caldav accounts and two
IMAP accounts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940631

Title:
  Thunderbird asks three times for my master password

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 940631] Re: Thunderbird asks three times for my master password

2018-09-07 Thread Pierre Rudloff
I can still reproduce with Thunderbird 52.9.1+build3-0ubuntu0.18.04.1.
I suppose it only happens when there are several email/calendar accounts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940631

Title:
  Thunderbird asks three times for my master password

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1732734] [NEW] uBlock Origin 1.13.8 is not compatible with Firefox 57

2017-11-16 Thread Pierre Rudloff
Public bug reported:

The version of uBlock Origin currently packaged in Artful is not compatible 
with the version of Firefox currently packaged in Artful.
xul-ext-ublock-origin should be updated to 1.14.*

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xul-ext-ublock-origin 1.13.8+dfsg-1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.4
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Nov 16 17:38:59 2017
InstallationDate: Installed on 2016-04-06 (589 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
PackageArchitecture: all
SourcePackage: ublock-origin
UpgradeStatus: Upgraded to artful on 2017-10-29 (17 days ago)

** Affects: ublock-origin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732734

Title:
  uBlock Origin 1.13.8 is not compatible with Firefox 57

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1611037] Re: Geolocation in firefox doesn't work anymore

2017-06-05 Thread Pierre Rudloff
Debian switched to MLS by default and I guess Ubuntu could do the same.
This would help avoid quota issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1611037

Title:
  Geolocation in firefox doesn't work anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1629652] [NEW] package keyboard-configuration 1.108ubuntu15.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-10-02 Thread Pierre Rudloff
Public bug reported:

Hello,

I got this error when upgrading from 14.04 LTS to 16.04 LTS.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: keyboard-configuration 1.108ubuntu15.2
Uname: Linux 3.10.23--std-ipv6-64-vps x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Oct  2 12:38:58 2016
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2014-05-14 (871 days ago)
InstallationMedia:
 
Keyboard:
 XKBMODEL="pc105"
 XKBLAYOUT="fr"
 XKBVARIANT="latin9"
 XKBOPTIONS=""
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: console-setup
Title: package keyboard-configuration 1.108ubuntu15.2 failed to 
install/upgrade: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
UpgradeStatus: Upgraded to xenial on 2016-10-02 (0 days ago)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1629652

Title:
  package keyboard-configuration 1.108ubuntu15.2 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1595289] [NEW] composer validate can't find spdx-licenses.json

2016-06-22 Thread Pierre Rudloff
Public bug reported:

composer validate crashes with this error:
file_get_contents(/usr/share/php/Composer/../../data/Composer/res/spdx-licenses.json):
 failed to open stream: No such file or directory 

The correct path seems to be /usr/share/php/data/Composer/res/spdx-
licenses.json.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: composer 1.0.0~beta2-1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Jun 22 20:15:27 2016
InstallationDate: Installed on 2014-05-30 (754 days ago)
InstallationMedia: Mythbuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: composer
UpgradeStatus: Upgraded to xenial on 2016-06-01 (21 days ago)

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1595289

Title:
  composer validate can't find spdx-licenses.json

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1523972] [NEW] Crashes at launch

2015-12-08 Thread Pierre Rudloff
Public bug reported:

I get this error when I try to run grive:

grive: Symbol `json_tokener_errors' has different size in shared object, 
consider re-linking
Reading local directories
Synchronizing folders
exception: /build/buildd/grive-0.2.0/libgrive/src/http/CurlAgent.cc(149): Throw 
in function long int gr::http::CurlAgent::ExecCurl(const string&, 
gr::http::Receivable*, const gr::http::Header&)
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: std::exception
[gr::expt::MsgTag*] = 
[gr::http::CurlCodeTag*] = 0
[gr::http::HttpResponseTag*] = 400
[gr::http::UrlTag*] = 
https://docs.google.com/feeds/default/private/full/-/folder?max-results=50=true
[gr::http::HeaderTag*] = Authorization: Bearer 
ya29.RALdLlFb2ymEVCiA1CWVQr6MI9Y9ooe5OqNK0ULnfEGwtA51ieMfI095PRiZhY5lAgYT
GData-Version: 3.0

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: grive 0.2.0-1.1
ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
Uname: Linux 3.13.0-71-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: XFCE
Date: Tue Dec  8 16:44:53 2015
InstallationDate: Installed on 2014-05-30 (557 days ago)
InstallationMedia: Mythbuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: grive
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1523972

Title:
  Crashes at launch

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076938] Re: Complains that /tmp is not mounted yet

2013-12-09 Thread Pierre Rudloff
Yes, this is still an issue but I won't have the time to test a recent
ISO anytime soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076938

Title:
  Complains that /tmp is not mounted yet

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066428] Re: RFE: please support downloading from ted.com

2013-08-18 Thread Pierre Rudloff
This seems to be fixed in the latest upstream version (2013.08.17).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066428

Title:
  RFE: please support downloading from ted.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-youtube-dl/+bug/1066428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066429] Re: IOError: Not a gzipped file

2013-08-18 Thread Pierre Rudloff
** Also affects: youtube-dl
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066429

Title:
  IOError: Not a gzipped file

To manage notifications about this bug go to:
https://bugs.launchpad.net/youtube-dl/+bug/1066429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1035719] Re: Can't download video on Facebook

2013-08-18 Thread Pierre Rudloff
** Also affects: youtube-dl
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035719

Title:
  Can't download video on Facebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/youtube-dl/+bug/1035719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066427] Re: Can't download from Bandcamp

2013-08-18 Thread Pierre Rudloff
** Also affects: youtube-dl
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066427

Title:
  Can't download from Bandcamp

To manage notifications about this bug go to:
https://bugs.launchpad.net/youtube-dl/+bug/1066427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1190146] Re: [needs-packaging] nightingale

2013-08-14 Thread Pierre Rudloff
** Bug watch added: Debian Bug tracker #712631
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712631

** Also affects: nightingale (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712631
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1190146

Title:
  [needs-packaging] nightingale

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207027] Re: Can't add songs to iPod

2013-08-11 Thread Pierre Rudloff
I think it is a fourth generation iPod Nano
(https://commons.wikimedia.org/wiki/File:Nano4g.jpg) with the latest
firmware (1.2 ?).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207027

Title:
  Can't add songs to iPod

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 663962] Re: linthesia crashes with GdkGLExt-WARNING **: cannot load PangoFont

2013-08-10 Thread Pierre Rudloff
** Bug watch added: Debian Bug tracker #719288
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719288

** Changed in: linthesia (Debian)
   Importance: Undecided = Unknown

** Changed in: linthesia (Debian)
   Status: New = Unknown

** Changed in: linthesia (Debian)
 Remote watch: None = Debian Bug tracker #719288

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/663962

Title:
  linthesia crashes with GdkGLExt-WARNING **: cannot load PangoFont

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207027] Re: Can't add songs to iPod

2013-07-31 Thread Pierre Rudloff
This seems to be related:
(19:55:27) [0x99a3aa0] [rb_transfer_target_transfer] rb-transfer-target.c:423: 
pasting entry 
file:///home/valentin/Musique/Avril%20Lavigne/Avril%20Lavigne%20-%20Goodbye%20Lullaby%20(Deluxe)%20CDRip%202011%20%5BMJN%5D/03%20-%20Push.mp3
(19:55:27) [0x99a3aa0] [rb_track_transfer_batch_check_profiles] 
rb-track-transfer-batch.c:250: checking profiles
(19:55:27) [0x99a3aa0] [impl_get_missing_plugins] rb-encoder-gst.c:758: trying 
to check profile mp3 for missing plugins
(19:55:27) [0x99a3aa0] [impl_get_missing_plugins] rb-encoder-gst.c:818: got 
request pad, profile mp3 works
(19:55:27) [0x99a3aa0] [impl_get_missing_plugins] rb-encoder-gst.c:758: trying 
to check profile m4a for missing plugins
(19:55:27) [0x99a3aa0] [impl_get_missing_plugins] rb-encoder-gst.c:818: got 
request pad, profile m4a works
(19:55:27) [0x99a3aa0] [rb_track_transfer_batch_check_profiles] 
rb-track-transfer-batch.c:269: have 0 profiles with missing plugins
(19:55:27) [0x99a3aa0] [rb_track_transfer_batch_check_profiles] 
rb-track-transfer-batch.c:282: copying entry 
file:///home/valentin/Musique/Avril%20Lavigne/Avril%20Lavigne%20-%20Goodbye%20Lullaby%20(Deluxe)%20CDRip%202011%20%5BMJN%5D/03%20-%20Push.mp3
(19:55:27) [0x99a3aa0] [start_next] rb-track-transfer-batch.c:583: 1 entries 
remain in the batch
(19:55:27) [0x99a3aa0] [start_next] rb-track-transfer-batch.c:599: attempting 
to transfer 
file:///home/valentin/Musique/Avril%20Lavigne/Avril%20Lavigne%20-%20Goodbye%20Lullaby%20(Deluxe)%20CDRip%202011%20%5BMJN%5D/03%20-%20Push.mp3
(19:55:27) [0x99a3aa0] [rb_transfer_target_build_dest_uri] 
rb-transfer-target.c:104: couldn't build dest uri for media type audio/mpeg, 
extension mp3
(19:55:27) [0x99a3aa0] [start_next] rb-track-transfer-batch.c:648: unable to 
build destination URI for 
file:///home/valentin/Musique/Avril%20Lavigne/Avril%20Lavigne%20-%20Goodbye%20Lullaby%20(Deluxe)%20CDRip%202011%20%5BMJN%5D/03%20-%20Push.mp3,
 skipping

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207027

Title:
  Can't add songs to iPod

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207027] [NEW] Can't add songs to iPod

2013-07-31 Thread Pierre Rudloff
Public bug reported:

When I drag and drop a song to my iPod, the song seems to be added in the iPod 
library but when I disconnect the iPod, then connect it again, the song is not 
in the library anymore.
It does not display any error in the terminal either.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu4.3
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic-pae 3.2.46
Uname: Linux 3.2.0-49-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
Date: Wed Jul 31 19:48:35 2013
InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120426-12:41
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise running-unity

** Description changed:

- When I drag and drop a song to my iPod, it doesn't do anything.
+ When I drag and drop a song to my iPod, the song seems to be added in the 
iPod library but when I disconnect the iPod, then connect it again, the song is 
not in the library anymore.
  It does not display any error in the terminal either.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4.3
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic-pae 3.2.46
  Uname: Linux 3.2.0-49-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  Date: Wed Jul 31 19:48:35 2013
  InstallationMedia: Ubuntu 12.04 Precise - Build i386 LIVE Binary 
20120426-12:41
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207027

Title:
  Can't add songs to iPod

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1195044] [NEW] Can't install sympa

2013-06-26 Thread Pierre Rudloff
Public bug reported:

I get some errors when I try to install the sympa package:

pierre@ks3287859:~$ sudo aptitude install sympa
The following NEW packages will be installed:
  sympa 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2617 kB of archives. After unpacking 9593 kB will be used.
Preconfiguring packages ...  
Selecting previously unselected package sympa.
(Reading database ... 70463 files and directories currently installed.)
Unpacking sympa (from .../sympa_6.1.7~dfsg-2_amd64.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up sympa (6.1.7~dfsg-2) ...
 * Stoping Sympa mailing list manager   
   [ OK ] 
/etc/sympa/sympa.conf file has been created
/etc/sympa/wwsympa.conf file has been created
dbconfig-common: writing config to /etc/dbconfig-common/sympa.conf

Creating config file /etc/dbconfig-common/sympa.conf with new version
granting access to database sympa for sympa@localhost: already exists.
creating database sympa: success.
verifying database sympa exists: success.
populating database via sql...  done.
dbconfig-common: flushing administrative password
apache2: installation seems OK ...
apache2: installation seems OK ...
 * Reloading web server config apache2  
   [ OK ] 
err wwslib::load_config() Unknown parameter ldap_force_canonical_email in 
/etc/sympa/wwsympa.conf
 * Starting Sympa mailing list manager  
  Missing files. Aborting.

   [ OK ]
 * Some daemons failed to be started: task_manager  
   [fail] 
invoke-rc.d: initscript sympa, action start failed.
dpkg: error processing sympa (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 sympa
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up sympa (6.1.7~dfsg-2) ...
 * Stoping Sympa mailing list manager   
  start-stop-daemon: warning: 
failed to kill 28260: No such process
start-stop-daemon: warning: failed to kill 28251: No such process
start-stop-daemon: warning: failed to kill 28169: No such process

   [ OK ]
 * Some daemons failed to be stopped (not running?): archived bounced 
task_manager sympa   [fail] 
invoke-rc.d: initscript sympa, action stop failed.
dbconfig-common: writing config to /etc/dbconfig-common/sympa.conf
granting access to database sympa for sympa@localhost: already exists.
creating database sympa: already exists.
populating database via sql...  error encountered populating database:
mysql said: ERROR 1050 (42S01) at line 1: Table 'user_table' already exists
dbconfig-common: sympa configure: ignoring errors from here forwards
done.
dbconfig-common: flushing administrative password
apache2: installation seems OK ...
apache2: installation seems OK ...
 * Reloading web server config apache2  
   [ OK ] 
err wwslib::load_config() Unknown parameter ldap_force_canonical_email in 
/etc/sympa/wwsympa.conf
 * Starting Sympa mailing list manager  
  Missing files. Aborting.

   [ OK ]
 * Some daemons failed to be started: task_manager  
   [fail] 
invoke-rc.d: initscript sympa, action start failed.
dpkg: error processing sympa (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 sympa

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: sympa 6.1.7~dfsg-2
Uname: Linux 3.2.13-grsec--grs-ipv6-64 x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Thu Jun 27 00:18:35 2013
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/sh
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
SourcePackage: sympa
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug 

[Bug 1162585] Re: Can't install node-gyp

2013-05-14 Thread Pierre Rudloff
It seems to work, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162585

Title:
  Can't install node-gyp

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1176205] [NEW] Windows title is less readable than before

2013-05-03 Thread Pierre Rudloff
Public bug reported:

Since Raring, windows titles with the Greybird theme have some sort of
white shadow that make them less readable than before.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: shimmer-themes 1.5.4-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Fri May  3 23:16:49 2013
InstallationDate: Installed on 2013-02-27 (64 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: shimmer-themes
UpgradeStatus: Upgraded to raring on 2013-05-03 (0 days ago)

** Affects: shimmer-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1176205

Title:
  Windows title is less readable than before

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1176205] Re: Windows title is less readable than before

2013-05-03 Thread Pierre Rudloff
** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1176205/+attachment/3664261/+files/Capture%20du%202013-05-03%2023%3A16%3A11.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1176205

Title:
  Windows title is less readable than before

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1060487] Re: Could not find the main class: org.pdfsam.guiclient.GuiClient

2013-05-01 Thread Pierre Rudloff
It seems to be fixed in 1.1.4-2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060487

Title:
  Could not find the main class: org.pdfsam.guiclient.GuiClient

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1163064] [NEW] Jedi Outcast does not work with Wine

2013-04-01 Thread Pierre Rudloff
Public bug reported:

Jedi Outcast
(https://en.wikipedia.org/wiki/Star_Wars_Jedi_Knight_II:_Jedi_Outcast)
crashes at launch.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: wine 1.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Apr  2 02:13:26 2013
InstallationDate: Installed on 2013-02-27 (33 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: wine1.4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: wine
 Importance: Unknown
 Status: Unknown

** Affects: wine1.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

** Attachment added: Log
   https://bugs.launchpad.net/bugs/1163064/+attachment/3613226/+files/jedi.log

** Bug watch added: Wine Bugzilla #33315
   http://bugs.winehq.org/show_bug.cgi?id=33315

** Also affects: wine via
   http://bugs.winehq.org/show_bug.cgi?id=33315
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1163064

Title:
  Jedi Outcast does not work with Wine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162585] [NEW] Can't install node-gyp

2013-03-31 Thread Pierre Rudloff
Public bug reported:

pierre@Rudloff:~$ npm install node-gyp
npm http GET https://registry.npmjs.org/node-gyp
npm http 304 https://registry.npmjs.org/node-gyp
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/fstream
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/npmlog
npm http GET https://registry.npmjs.org/osenv
npm http GET https://registry.npmjs.org/rimraf
npm http GET https://registry.npmjs.org/tar
npm http GET https://registry.npmjs.org/which
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/request
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/fstream
npm http 304 https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/npmlog
npm http 304 https://registry.npmjs.org/osenv
npm http 304 https://registry.npmjs.org/rimraf
npm http 304 https://registry.npmjs.org/tar
npm http 304 https://registry.npmjs.org/which
npm http 304 https://registry.npmjs.org/semver
npm http 304 https://registry.npmjs.org/request
npm ERR! error installing node-gyp@0.9.5
npm ERR! error rolling back node-gyp@0.9.5 Error: ENOTEMPTY, rmdir 
'/home/pierre/node_modules/node-gyp'

npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: request@2.16.6
npm ERR! Required: [node = 0.8.0]
npm ERR! Actual:   {npm:1.1.4,node:0.6.19}
npm ERR! 
npm ERR! System Linux 3.5.0-26-generic
npm ERR! command /usr/bin/nodejs /usr/bin/npm install node-gyp
npm ERR! cwd /home/pierre
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! code ENOTSUP
npm ERR! message Unsupported
npm ERR! errno {}
npm http GET https://registry.npmjs.org/ansi
npm http GET https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/sigmund
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/block-stream
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR! /home/pierre/npm-debug.log
npm not ok

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: npm 1.1.4~dfsg-2
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Sun Mar 31 22:50:24 2013
InstallationDate: Installed on 2013-02-27 (31 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: npm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162585

Title:
  Can't install node-gyp

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162585] Re: Can't install node-gyp

2013-03-31 Thread Pierre Rudloff
** Attachment added: npm-debug.log
   
https://bugs.launchpad.net/ubuntu/+source/npm/+bug/1162585/+attachment/3610583/+files/npm-debug.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162585

Title:
  Can't install node-gyp

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162074] [NEW] Segfault when using Broadway

2013-03-29 Thread Pierre Rudloff
Public bug reported:

I get a segfault when I try to launch Epiphany with Broadway:
pierre@Rudloff:~$ GDK_BACKEND=broadway UBUNTU_MENUPROXY= LIBOVERLAY_SCROLLBAR=0 
epiphany
Segmentation fault (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: epiphany-browser 3.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Sat Mar 30 00:54:49 2013
InstallationDate: Installed on 2013-02-27 (30 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: epiphany-browser
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162074

Title:
  Segfault when using Broadway

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162079] [NEW] Crash when using Broadway

2013-03-29 Thread Pierre Rudloff
Public bug reported:

pierre@Rudloff:~$ GDK_BACKEND=broadway UBUNTU_MENUPROXY=
LIBOVERLAY_SCROLLBAR=0 dwb

(dwb:21792): Gdk-WARNING **: 
/build/buildd/gtk+3.0-3.6.0/./gdk/x11/gdkwindow-x11.c:4949 drawable is not a 
native X11 window
Received SIGSEGV, trying to clean up.

Last 56 stack frames:

 56: dwb(+0x30b08) [0x7f136fba5b08]
 55: dwb(+0x4181d) [0x7f136fbb681d]
 54: /lib/x86_64-linux-gnu/libc.so.6(+0x364a0) [0x7f136baf94a0]
 53: /usr/lib/x86_64-linux-gnu/libX11.so.6(_XSend+0x12b) [0x7f1367242cdb]
 52: /usr/lib/x86_64-linux-gnu/libX11.so.6(_XFlush+0x15) [0x7f1367243065]
 51: /usr/lib/x86_64-linux-gnu/libX11.so.6(_XGetRequest+0xa5) [0x7f1367245cb5]
 50: /usr/lib/x86_64-linux-gnu/libX11.so.6(XCreatePixmap+0x51) [0x7f1367221cd1]
 49: /usr/lib/libwebkitgtk-3.0.so.0(+0x14236d5) [0x7f136f21b6d5]
 48: /usr/lib/libwebkitgtk-3.0.so.0(+0x142379c) [0x7f136f21b79c]
 47: /usr/lib/libwebkitgtk-3.0.so.0(+0x3eddd3) [0x7f136e1e5dd3]
 46: /usr/lib/libwebkitgtk-3.0.so.0(+0x427955) [0x7f136e21f955]
 45: /usr/lib/libwebkitgtk-3.0.so.0(+0x427acb) [0x7f136e21facb]
 44: 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_cclosure_marshal_VOID__BOXEDv+0x9e)
 [0x7f136c7e02de]
 43: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x1033b) [0x7f136c7dd33b]
 42: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x6f6) 
[0x7f136c7f5df6]
 41: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
 40: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_size_allocate+0x592) 
[0x7f136d9fe912]
 39: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0x1fc9b2) [0x7f136d93c9b2]
 38: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0x1fd622) [0x7f136d93d622]
 37: 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_cclosure_marshal_VOID__BOXEDv+0x9e)
 [0x7f136c7e02de]
 36: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x1033b) [0x7f136c7dd33b]
 35: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x6f6) 
[0x7f136c7f5df6]
 34: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
 33: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_size_allocate+0x592) 
[0x7f136d9fe912]
 32: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0xb6513) [0x7f136d7f6513]
 31: 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_cclosure_marshal_VOID__BOXEDv+0x9e)
 [0x7f136c7e02de]
 30: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x1033b) [0x7f136c7dd33b]
 29: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x6f6) 
[0x7f136c7f5df6]
 28: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
 27: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_size_allocate+0x592) 
[0x7f136d9fe912]
 26: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0xb6513) [0x7f136d7f6513]
 25: 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_cclosure_marshal_VOID__BOXEDv+0x9e)
 [0x7f136c7e02de]
 24: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x1033b) [0x7f136c7dd33b]
 23: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x6f6) 
[0x7f136c7f5df6]
 22: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
 21: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_size_allocate+0x592) 
[0x7f136d9fe912]
 20: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0x2d6257) [0x7f136da16257]
 19: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x190) 
[0x7f136c7dd140]
 18: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x20e73) [0x7f136c7ede73]
 17: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0xdaf) 
[0x7f136c7f64af]
 16: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
 15: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_size_allocate+0x592) 
[0x7f136d9fe912]
 14: 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_container_resize_children+0x66) 
[0x7f136d83a036]
 13: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0x2d6739) [0x7f136da16739]
 12: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x10407) [0x7f136c7dd407]
 11: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0x6f6) 
[0x7f136c7f5df6]
 10: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82) 
[0x7f136c7f6642]
  9: /usr/lib/x86_64-linux-gnu/libgtk-3.so.0(+0xf9f83) [0x7f136d839f83]
  8: /usr/lib/x86_64-linux-gnu/libgdk-3.so.0(+0x1c980) [0x7f136d1f6980]
  7: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x135) 
[0x7f136bec9ab5]
  6: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x47de8) [0x7f136bec9de8]
  5: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x34) 
[0x7f136bec9ea4]
  4: /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0(g_application_run+0x1bc) 
[0x7f136cab674c]
  3: dwb(+0x3377e) [0x7f136fba877e]
  2: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f136bae476d]
  1: dwb(+0x30be5) [0x7f136fba5be5]
Erreur de segmentation (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dwb 20120628hg-1
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname

[Bug 1157061] [NEW] Crash at launch

2013-03-19 Thread Pierre Rudloff
Public bug reported:

pierre@Rudloff:~$ bzflag
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  150 (XFree86-VidModeExtension)
  Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
  Value in failed request:  0x260
  Serial number of failed request:  156
  Current serial number in output stream:  158

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: bzflag 2.4.2+ds1-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Mar 19 10:07:14 2013
InstallationDate: Installed on 2013-02-27 (19 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: bzflag
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157061

Title:
  Crash at launch

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1157490] [NEW] Fullscreen with two monitors

2013-03-19 Thread Pierre Rudloff
Public bug reported:

When using two monitors, fullscreen DOS games like Daggerfall are
spanned across the two monitors like if it was only one display which
make it very hard to see anything.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dosbox 0.74-3
ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Wed Mar 20 01:19:08 2013
InstallationDate: Installed on 2013-02-27 (20 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: dosbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157490

Title:
  Fullscreen with two monitors

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1154279] [NEW] Bluetooth does not work

2013-03-12 Thread Pierre Rudloff
Public bug reported:

I have installed a Bluetooth USB adapter on my desktop computer and it
does not work. bluetooth-wizard can't find any device and no device can
find my desktop computer (but my netbook and my cellphone can find each
other).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: bluetooth 4.101-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Mar 12 20:34:41 2013
InstallationDate: Installed on 2013-02-27 (12 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
InterestingModules: btusb bnep rfcomm bluetooth
MachineType: System manufacturer System Product Name
MarkForUpload: True
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=64d352f6-c321-495f-bbb5-b23c75c14bdd ro quiet splash
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/05/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1616
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-M
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.:bvr1616:bd10/05/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-M:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 00:15:83:3D:0A:57  ACL MTU: 192:8  SCO MTU: 64:8
UP RUNNING PSCAN ISCAN 
RX bytes:2031 acl:0 sco:0 events:190 errors:0
TX bytes:1537 acl:0 sco:0 commands:128 errors:0
rfkill:
 1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

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


** Tags: amd64 apport-bug quantal

** Attachment added: hci.log
   https://bugs.launchpad.net/bugs/1154279/+attachment/3570737/+files/hci.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1154279

Title:
  Bluetooth does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1111646] Re: Syntax Error: Invalid encryption key length

2013-03-03 Thread Pierre Rudloff
** Bug watch added: freedesktop.org Bugzilla #56230
   https://bugs.freedesktop.org/show_bug.cgi?id=56230

** Also affects: evince via
   https://bugs.freedesktop.org/show_bug.cgi?id=56230
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/646

Title:
  Syntax Error: Invalid encryption key length

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1094885] Re: No icon for gnome-panel session menu

2013-02-01 Thread Pierre Rudloff
Shouldn't it be possible to patch this at Ubuntu's level ? The Ubuntu
mono icon would be a good replacement, for example.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094885

Title:
  No icon for gnome-panel session menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1111610] [NEW] Can't install Adobe Reader

2013-01-31 Thread Pierre Rudloff
Public bug reported:

The Adobe Reader installer does not work with Wine :
Setup was interrupted before Adobe Reader XI could be completely installed.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: wine 1.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Thu Jan 31 17:47:11 2013
MarkForUpload: True
SourcePackage: wine1.4
UpgradeStatus: Upgraded to quantal on 2012-10-25 (97 days ago)

** Affects: wine
 Importance: Unknown
 Status: Unknown

** Affects: wine1.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

** Attachment added: Log
   https://bugs.launchpad.net/bugs/610/+attachment/3509168/+files/wine.log

** Bug watch added: Wine Bugzilla #32857
   http://bugs.winehq.org/show_bug.cgi?id=32857

** Also affects: wine via
   http://bugs.winehq.org/show_bug.cgi?id=32857
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/610

Title:
  Can't install Adobe Reader

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1111646] [NEW] Syntax Error: Invalid encryption key length

2013-01-31 Thread Pierre Rudloff
Public bug reported:

I am trying to open a password protected PDF from my university and Evince says 
that the password is wrong:
pierre@pierre-MacBook:~/Bureau$ evince 
Samuels_and_Witmer_and_Schaffner_2012_chap2.pdf 
Syntax Error: Invalid encryption key length
Command Line Error: Incorrect password
Syntax Error: Invalid encryption key length
Command Line Error: Incorrect password

I know the password is correct because I can open it in Adobe Reader 11
on Windows.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: evince 3.6.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Thu Jan 31 18:23:00 2013
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: Upgraded to quantal on 2012-10-25 (98 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/646

Title:
  Syntax Error: Invalid encryption key length

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1111610] Re: Can't install Adobe Reader

2013-01-31 Thread Pierre Rudloff
** Bug watch added: Wine Bugzilla #12501
   http://bugs.winehq.org/show_bug.cgi?id=12501

** Changed in: wine
   Importance: Medium = Unknown

** Changed in: wine
   Status: Invalid = Unknown

** Changed in: wine
 Remote watch: Wine Bugzilla #32857 = Wine Bugzilla #12501

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/610

Title:
  Can't install Adobe Reader

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1110689] [NEW] Error: Encryption not detected (is the document password protected?)

2013-01-30 Thread Pierre Rudloff
Public bug reported:

pdfcrack does not detect encryption on one of my files:
Error: Encryption not detected (is the document password protected?)

The content of the file is copyrighted so I can not post it here.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pdfcrack 0.11-1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Wed Jan 30 19:57:02 2013
MarkForUpload: True
SourcePackage: pdfcrack
UpgradeStatus: Upgraded to quantal on 2012-10-25 (97 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110689

Title:
  Error: Encryption not detected (is the document password protected?)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1110695] [NEW] pdfminer.pdfparser.PDFSyntaxError: Invalid object number: objid=743

2013-01-30 Thread Pierre Rudloff
Public bug reported:

pdf2txt crashes when using it on a password protected PDF:
Traceback (most recent call last):
  File /usr/bin/pdf2txt, line 101, in module
if __name__ == '__main__': sys.exit(main(sys.argv))
  File /usr/bin/pdf2txt, line 95, in main
caching=caching, check_extractable=True)
  File /usr/lib/python2.7/dist-packages/pdfminer/pdfinterp.py, line 820, in 
process_pdf
doc.set_parser(parser)
  File /usr/lib/python2.7/dist-packages/pdfminer/pdfparser.py, line 327, in 
set_parser
self.info.append(dict_value(trailer['Info']))
  File /usr/lib/python2.7/dist-packages/pdfminer/pdftypes.py, line 132, in 
dict_value
x = resolve1(x)
  File /usr/lib/python2.7/dist-packages/pdfminer/pdftypes.py, line 60, in 
resolve1
x = x.resolve()
  File /usr/lib/python2.7/dist-packages/pdfminer/pdftypes.py, line 49, in 
resolve
return self.doc.getobj(self.objid)
  File /usr/lib/python2.7/dist-packages/pdfminer/pdfparser.py, line 457, in 
getobj
raise PDFSyntaxError('Invalid object number: objid=%r' % (objid))
pdfminer.pdfparser.PDFSyntaxError: Invalid object number: objid=743

The error is not very user-friendly.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: python-pdfminer 20110515+dfsg-1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Wed Jan 30 20:08:56 2013
MarkForUpload: True
PackageArchitecture: all
SourcePackage: pdfminer
UpgradeStatus: Upgraded to quantal on 2012-10-25 (97 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110695

Title:
  pdfminer.pdfparser.PDFSyntaxError: Invalid object number: objid=743

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1110689] Re: Error: Encryption not detected (is the document password protected?)

2013-01-30 Thread Pierre Rudloff
** Also affects: pdfcrack
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110689

Title:
  Error: Encryption not detected (is the document password protected?)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102232] Re: Some windows are hard to read

2013-01-28 Thread Pierre Rudloff
(And I am using gnome-panel 3.6.0-0ubuntu2.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102232

Title:
  Some windows are hard to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102232] Re: Some windows are hard to read

2013-01-28 Thread Pierre Rudloff
I am using Thunar 1.4.0-1ubuntu2.1 thunar-vcs-plugin 0.1.4-1build1.
Note that I am using it on Gnome (I don't know if it is relevant).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102232

Title:
  Some windows are hard to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102232] Re: Some windows are hard to read

2013-01-28 Thread Pierre Rudloff
Like the bug report says, it is a window in thunar-vcs-plugin. (This
package adds a SVN contextual menu in Thunar.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102232

Title:
  Some windows are hard to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102232] Re: Some windows are hard to read

2013-01-23 Thread Pierre Rudloff
This window is the result of the SVN  Add menu item. I get the same thing with 
the revert menu item.
I have never seen this kind of window in another application.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102232

Title:
  Some windows are hard to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103586] [NEW] Freeze with big Git repositories

2013-01-23 Thread Pierre Rudloff
Public bug reported:

When I checkout a big Git repo (e.g.
https://github.com/Jasig/uPortal.git), SVN freezes after a few minutes
and there is nothing I can do except close the Terminal (^C does not
work).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: subversion 1.7.5-1ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Wed Jan 23 18:57:59 2013
MarkForUpload: True
SourcePackage: subversion
UpgradeStatus: Upgraded to quantal on 2012-10-25 (90 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103586

Title:
  Freeze with big Git repositories

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102233] [NEW] Menu| is added at the beginning of every menu item

2013-01-20 Thread Pierre Rudloff
Public bug reported:

Menu| is added at the beginning of every menu item. This happens with
the SVN and the Git menu.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: thunar-vcs-plugin 0.1.4-1build1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Jan 21 02:42:54 2013
MarkForUpload: True
SourcePackage: thunar-vcs-plugin
UpgradeStatus: Upgraded to quantal on 2012-10-25 (87 days ago)

** Affects: thunar-vcs-plugin
 Importance: Unknown
 Status: Unknown

** Affects: thunar-vcs-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102233

Title:
  Menu| is added at the beginning of every menu item

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102233] Re: Menu| is added at the beginning of every menu item

2013-01-20 Thread Pierre Rudloff
** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu/+source/thunar-vcs-plugin/+bug/1102233/+attachment/3491468/+files/Capture%20du%202013-01-21%2002%3A47%3A32.png

** Bug watch added: Xfce Bugzilla #9787
   https://bugzilla.xfce.org/show_bug.cgi?id=9787

** Also affects: thunar-vcs-plugin via
   https://bugzilla.xfce.org/show_bug.cgi?id=9787
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102233

Title:
  Menu| is added at the beginning of every menu item

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102232] [NEW] Some windows are hard to read

2013-01-20 Thread Pierre Rudloff
Public bug reported:

Some windows use grey text with a black background, which is very hard to read.
(I am using the Greybird theme.)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: thunar-vcs-plugin 0.1.4-1build1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Jan 21 02:41:19 2013
MarkForUpload: True
SourcePackage: thunar-vcs-plugin
UpgradeStatus: Upgraded to quantal on 2012-10-25 (87 days ago)

** Affects: thunar-vcs-plugin
 Importance: Unknown
 Status: Unknown

** Affects: shimmer-themes (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: thunar-vcs-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1102232/+attachment/3491463/+files/Capture%20du%202013-01-21%2002%3A39%3A39.png

** Also affects: greybird-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: greybird-themes (Ubuntu) = shimmer-themes (Ubuntu)

** Bug watch added: Xfce Bugzilla #9786
   https://bugzilla.xfce.org/show_bug.cgi?id=9786

** Also affects: thunar-vcs-plugin via
   https://bugzilla.xfce.org/show_bug.cgi?id=9786
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102232

Title:
  Some windows are hard to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar-vcs-plugin/+bug/1102232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101804] [NEW] [needs-packaging] cardpeek

2013-01-19 Thread Pierre Rudloff
Public bug reported:

A tool to read the contents of smartcards

URL: https://code.google.com/p/cardpeek/
License: GPLv3

** Affects: cardpeek
 Importance: Unknown
 Status: Unknown

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Bug watch added: code.google.com/p/cardpeek/issues #20
   https://code.google.com/p/cardpeek/issues/detail?id=20

** Also affects: cardpeek via
   https://code.google.com/p/cardpeek/issues/detail?id=20
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101804

Title:
  [needs-packaging] cardpeek

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101803] [NEW] [needs-packaging] Open Sonic

2013-01-19 Thread Pierre Rudloff
Public bug reported:

Open Sonic is an open-source game based on the Sonic the Hedgehog
universe.

URL: http://opensnc.sourceforge.net/home/index.php
License: GPLv2
Notes: The assets are currently being redone under the name Open Surge 
(http://opensnc.sourceforge.net/forum/viewtopic.php?id=438)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Summary changed:

- Open Sonic
+ [needs-packaging] Open Sonic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101803

Title:
  [needs-packaging] Open Sonic

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101806] [NEW] [needs-packaging] livedico

2013-01-19 Thread Pierre Rudloff
Public bug reported:

A tool to generate WPA keys for Livebox

URL: http://code.google.com/p/livedico/
License: GPLv3
Notes: I am building a package here: 
https://code.launchpad.net/~rudloff/+recipe/livedico-daily

** Affects: livedico
 Importance: Unknown
 Status: Unknown

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Bug watch added: code.google.com/p/livedico/issues #8
   http://code.google.com/p/livedico/issues/detail?id=8

** Also affects: livedico via
   http://code.google.com/p/livedico/issues/detail?id=8
   Importance: Unknown
   Status: Unknown

** Summary changed:

- [needs-packagin] livedico
+ [needs-packaging] livedico

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101806

Title:
  [needs-packaging] livedico

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101654] [NEW] Can't install eventmachine 0.12.10

2013-01-18 Thread Pierre Rudloff
Public bug reported:

In order to use BeEF (http://beefproject.com/) I need eventmachine
0.12.10 but it won't build:

pierre@pierre-MacBook:~/Bureau/beefproject-beef-fce4b79$ sudo gem install 
eventmachine -v '0.12.10'
Building native extensions.  This could take a while...
ERROR:  Error installing eventmachine:
ERROR: Failed to build gem native extension.

/usr/bin/ruby1.9.1 extconf.rb
checking for rb_trap_immediate in ruby.h,rubysig.h... no
checking for rb_thread_blocking_region()... yes
checking for inotify_init() in sys/inotify.h... yes
checking for writev() in sys/uio.h... yes
checking for rb_thread_check_ints()... yes
checking for rb_time_new()... yes
checking for sys/event.h... no
checking for epoll_create() in sys/epoll.h... yes
creating Makefile

make
compiling page.cpp
compiling files.cpp
compiling epoll.cpp
compiling binder.cpp
compiling emwin.cpp
compiling cplusplus.cpp
compiling em.cpp
em.cpp: In member function ‘bool EventMachine_t::_RunEpollOnce()’:
em.cpp:501:3: attention : ‘int rb_thread_select(int, fd_set*, fd_set*, fd_set*, 
timeval*)’ is deprecated (declared at 
/usr/include/ruby-1.9.1/ruby/intern.h:379) [-Wdeprecated-declarations]
em.cpp:501:37: attention : ‘int rb_thread_select(int, fd_set*, fd_set*, 
fd_set*, timeval*)’ is deprecated (declared at 
/usr/include/ruby-1.9.1/ruby/intern.h:379) [-Wdeprecated-declarations]
em.cpp:556:39: attention : comparaison entre des expressions entières signée et 
non signée [-Wsign-compare]
em.cpp: In member function ‘bool EventMachine_t::_RunSelectOnce()’:
em.cpp:873:4: attention : ‘int rb_thread_select(int, fd_set*, fd_set*, fd_set*, 
timeval*)’ is deprecated (declared at 
/usr/include/ruby-1.9.1/ruby/intern.h:379) [-Wdeprecated-declarations]
em.cpp:873:38: attention : ‘int rb_thread_select(int, fd_set*, fd_set*, 
fd_set*, timeval*)’ is deprecated (declared at 
/usr/include/ruby-1.9.1/ruby/intern.h:379) [-Wdeprecated-declarations]
em.cpp: In member function ‘void EventMachine_t::_ReadLoopBreaker()’:
em.cpp:924:52: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘bool EventMachine_t::_RunTimers()’:
em.cpp:948:72: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::ConnectToServer(const char*, int, const char*, int)’:
em.cpp:1089:22: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::ConnectToUnixServer(const char*)’:
em.cpp:1218:22: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1221:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1237:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1243:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1249:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::CreateTcpServer(const char*, int)’:
em.cpp:1453:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1455:33: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1535:9: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::OpenDatagramSocket(const char*, int)’:
em.cpp:1545:33: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1596:9: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::_OpenFileForWriting(const char*)’:
em.cpp:1773:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::CreateUnixDomainServer(const char*)’:
em.cpp:1805:33: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1866:9: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp: In member function ‘const long unsigned int 
EventMachine_t::Socketpair(char* const*)’:
em.cpp:1927:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1932:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1934:33: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL [-Wconversion-null]
em.cpp:1938:10: attention : converting to non-pointer type ‘long unsigned int’ 
from NULL 

[Bug 1100103] [NEW] /usr/bin/python2.5: not found

2013-01-15 Thread Pierre Rudloff
Public bug reported:

pierre@pierre-MacBook:~$ w3af_console 
/usr/bin/w3af_console: 3: /usr/bin/w3af_console: /usr/bin/python2.5: not found

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: w3af (not installed)
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Wed Jan 16 01:46:19 2013
MarkForUpload: True
SourcePackage: w3af
UpgradeStatus: Upgraded to quantal on 2012-10-25 (82 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1100103

Title:
  /usr/bin/python2.5: not found

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1099556] [NEW] Can't edit alert message

2013-01-14 Thread Pierre Rudloff
Public bug reported:

You can see on the screenshot that I can't edit the message.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pidgin 1:2.10.6-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Jan 14 21:14:12 2013
ExecutablePath: /usr/bin/pidgin
MarkForUpload: True
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
UpgradeStatus: Upgraded to quantal on 2012-10-25 (81 days ago)

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


** Tags: apport-bug i386 quantal

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1099556/+attachment/3483241/+files/Capture%20du%202013-01-14%2021%3A15%3A01.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099556

Title:
  Can't edit alert message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1099555] [NEW] Can't edit alert message

2013-01-14 Thread Pierre Rudloff
Public bug reported:

You can see on the screenshot that I can't edit the message.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pidgin 1:2.10.6-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Jan 14 21:14:12 2013
ExecutablePath: /usr/bin/pidgin
MarkForUpload: True
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
UpgradeStatus: Upgraded to quantal on 2012-10-25 (81 days ago)

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


** Tags: apport-bug i386 quantal

** Attachment added: Capture du 2013-01-14 21:15:01.png
   
https://bugs.launchpad.net/bugs/1099555/+attachment/3483236/+files/Capture%20du%202013-01-14%2021%3A15%3A01.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099555

Title:
  Can't edit alert message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1099555] Re: Can't edit alert message

2013-01-14 Thread Pierre Rudloff
*** This bug is a duplicate of bug 1099556 ***
https://bugs.launchpad.net/bugs/1099556

** This bug has been marked a duplicate of bug 1099556
   Can't edit alert message

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099555

Title:
  Can't edit alert message

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1034898] Re: Cyberduck does not work with Wine

2013-01-06 Thread Pierre Rudloff
** Bug watch added: trac.cyberduck.ch/ #7035
   http://trac.cyberduck.ch/ticket/7035

** Also affects: cyberduck via
   http://trac.cyberduck.ch/ticket/7035
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1034898

Title:
  Cyberduck does not work with Wine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1094885] Re: No icon for gnome-panel session menu

2013-01-06 Thread Pierre Rudloff
** Also affects: elementaryicons
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094885

Title:
  No icon for gnome-panel session menu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1094885] Re: No icon for gnome-panel session menu

2013-01-05 Thread Pierre Rudloff
The missing icon is /usr/share/icons/elementary-xfce/status/22/system-
devices-panel.svg.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094885

Title:
  No icon for gnome-panel session menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/1094885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095912] Re: fatal error: widgets/rb-search-entry.h: No such file or directory

2013-01-04 Thread Pierre Rudloff
I have manually added the file from the upstream tarball and it works
now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095912

Title:
  fatal error: widgets/rb-search-entry.h: No such file or directory

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071919] Re: Can't read tooltips

2013-01-03 Thread Pierre Rudloff
I don't have this problem anymore since Firefox 17.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071919

Title:
  Can't read tooltips

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095869] [NEW] Folders on desktop are opened with Nautilus although my default file browser is Thunar

2013-01-03 Thread Pierre Rudloff
Public bug reported:

I use Thunar as my default file browser (folders opened from apps are
opened with it) but when I double click on a folder on the Gnome
desktop, it opens with Nautilus.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Fri Jan  4 00:37:41 2013
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'800x550+0+55'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
 b'org.gnome.nautilus.window-state' b'start-with-status-bar' b'true'
MarkForUpload: True
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to quantal on 2012-10-25 (70 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095869

Title:
  Folders on desktop are opened with Nautilus although my default file
  browser is Thunar

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095912] [NEW] fatal error: widgets/rb-search-entry.h: No such file or directory

2013-01-03 Thread Pierre Rudloff
Public bug reported:

I am trying to build a Rhythmbox plugin, but it seems that the 
widgets/rb-search-entry.h file is missing in the rhythmbox-dev package:
In file included from /usr/include/rhythmbox/shell/rb-shell.h:32:0:
/usr/include/rhythmbox/sources/rb-source.h:37:37: fatal error: 
widgets/rb-search-entry.h: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: rhythmbox-dev 2.97-1ubuntu6.1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Fri Jan  4 04:36:10 2013
MarkForUpload: True
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to quantal on 2012-10-25 (70 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095912

Title:
  fatal error: widgets/rb-search-entry.h: No such file or directory

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1094885] [NEW] No icon for gnome-panel session menu

2012-12-31 Thread Pierre Rudloff
Public bug reported:

The menu in gnome-panel that lets you switch or close sessions has no
icon.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: elementary-icon-theme 2.7.1-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Dec 31 14:48:42 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: elementary-icon-theme
UpgradeStatus: Upgraded to quantal on 2012-10-25 (66 days ago)

** Affects: elementary-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1094885/+attachment/3471389/+files/Capture%20du%202012-12-31%2014%3A49%3A11.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094885

Title:
  No icon for gnome-panel session menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/1094885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 875721] Re: Themes installed via gnome-themes are not available for selection

2012-12-31 Thread Pierre Rudloff
*** This bug is a duplicate of bug 922678 ***
https://bugs.launchpad.net/bugs/922678

** This bug has been marked a duplicate of bug 922678
   System Settings  Appearance theme list lacks existing themes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875721

Title:
  Themes installed via gnome-themes are not available for selection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064824] Re: /usr/share/apport/apport-gpu-error-intel.py internal error

2012-12-31 Thread Pierre Rudloff
*** This bug is a duplicate of bug 997470 ***
https://bugs.launchpad.net/bugs/997470

** Summary changed:

- /usr/share/apport/apport-gpu-error-intel.py interal error
+ /usr/share/apport/apport-gpu-error-intel.py internal error

** This bug has been marked a duplicate of bug 997470
   apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064824

Title:
  /usr/share/apport/apport-gpu-error-intel.py internal error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 997470] Re: apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

2012-12-31 Thread Pierre Rudloff
This keeps happening on Quantal...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997470

Title:
  apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1094672] [NEW] HTML code appearing in pages

2012-12-30 Thread Pierre Rudloff
Public bug reported:

When viewing RSS feeds, I often see raw HTML code at the bottom of the page.
It does not happen if I open the same page with Firefox.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: thunderbird 17.0+build2-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
AddonCompatCheckDisabled: False
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pierre10564 F xfce4-volumed
  pierre27034 F pulseaudio
 /dev/snd/pcmC0D0p:   pierre27034 F...m pulseaudio
BuildID: 20121118023034
Channel: Unavailable
Date: Sun Dec 30 14:49:14 2012
ExecutablePath: /usr/lib/thunderbird/thunderbird
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 default via 192.168.0.1 dev wlan1  proto static 
 169.254.0.0/16 dev wlan1  scope link  metric 1000 
 192.168.0.0/24 dev wlan1  proto kernel  scope link  src 192.168.0.14  metric 9
MarkForUpload: True
MostRecentCrashID: bp-a5e5c767-8fe8-41db-8c92-2f0432120604
Plugins:
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
 Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
 IcedTea-Web Plugin (using IcedTea-Web 1.3 (1.3-1ubuntu1.1)) - 
/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/IcedTeaPlugin.so 
(icedtea-7-plugin)
ProcEnviron:
 LANGUAGE=fr_FR:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=17.0/20121118023034 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.97-1ubuntu6.1
 adobe-flashplugin 11.2.202.258-0quantal1
 icedtea-7-plugin  1.3-1ubuntu1.1
RunningIncompatibleAddons: False
SourcePackage: thunderbird
SubmittedCrashIDs:
 bp-a5e5c767-8fe8-41db-8c92-2f0432120604
 bp-cbbe1dcf-f62d-439c-b843-1b7b92120522
UpgradeStatus: Upgraded to quantal on 2012-10-25 (65 days ago)
dmi.bios.date: 06/27/07
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB21.88Z.00A5.B07.0706270922
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208CAA
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4208CAA
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CAA:
dmi.product.name: MacBook2,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: apport-bug i386 quantal

** Attachment added: Capture d'écran - 30122012 - 14:48:54.png
   
https://bugs.launchpad.net/bugs/1094672/+attachment/3470865/+files/Capture%20d%27%C3%A9cran%20-%2030122012%20-%2014%3A48%3A54.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094672

Title:
  HTML code appearing in pages

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1094784] [NEW] Wrong website in package description

2012-12-30 Thread Pierre Rudloff
Public bug reported:

The website in the package description is a dead link.
The correct website is http://mason-larobina.github.com/luakit/.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: luakit (not installed)
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Dec 31 00:33:33 2012
MarkForUpload: True
SourcePackage: luakit
UpgradeStatus: Upgraded to quantal on 2012-10-25 (66 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094784

Title:
  Wrong website in package description

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1093022] [NEW] Encoding problem in French help

2012-12-21 Thread Pierre Rudloff
Public bug reported:

Special characters are not displayed correctly in the help in French.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: enigmail 2:1.4.6-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Sat Dec 22 00:55:11 2012
MarkForUpload: True
SourcePackage: enigmail
UpgradeStatus: Upgraded to quantal on 2012-10-25 (57 days ago)

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


** Tags: apport-bug i386 quantal

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1093022/+attachment/3465568/+files/Capture%20d%27%C3%A9cran%20-%2022122012%20-%2000%3A53%3A52.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1093022

Title:
  Encoding problem in French help

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092224] [NEW] Changing the volume closes fullscreen on Youtube

2012-12-19 Thread Pierre Rudloff
Public bug reported:

When I watch a fullscreen video on Youtube, if I change the volume of my 
computer with the volume keys on my keyboard, Youtube exits fullscreen.
I think this is because the volume popup steals the foucs.
It happens with the HTML5 and the Flash video player.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xfce4-notifyd 0.2.2-2ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Wed Dec 19 18:18:14 2012
ExecutablePath: /usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=set
 PATH=(custom, no user)
 LANGUAGE=fr_FR:en
 LANG=fr_FR.UTF-8
SourcePackage: xfce4-notifyd
UpgradeStatus: Upgraded to quantal on 2012-10-25 (55 days ago)

** Affects: xfce4-notifyd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092224

Title:
  Changing the volume closes fullscreen on Youtube

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1091239] [NEW] Moneo card reader not recognized by pcsc_scan

2012-12-17 Thread Pierre Rudloff
Public bug reported:

I am trying to connect a French Moneo card reader (manufactured by Xiring) to 
my Ubuntu computer.
The card is not recognized by pcsc_scan:

PC/SC device scanner
V 1.4.20 (c) 2001-2011, Ludovic Rousseau ludovic.rouss...@free.fr
Compiled with PC/SC lite version: 1.8.3
Using reader plug'n play mechanism
Scanning present readers...
0: SCM Microsystems Inc. SCR35xx v2.0 USB SC Reader [CCID Interface] 00 00

Mon Dec 17 15:07:58 2012
Reader 0: SCM Microsystems Inc. SCR35xx v2.0 USB SC Reader [CCID Interface] 00 
00
  Card state: Card inserted, 
  ATR: 3B 66 00 00 90 D1 02 01 52 B1

ATR: 3B 66 00 00 90 D1 02 01 52 B1
+ TS = 3B -- Direct Convention
+ T0 = 66, Y(1): 0110, K: 6 (historical bytes)
  TB(1) = 00 -- VPP is not electrically connected
  TC(1) = 00 -- Extra guard time: 0
+ Historical bytes: 90 D1 02 01 52 B1
  Category indicator byte: 90 (proprietary format)

Possibly identified card (using /home/pierre/.cache/smartcard_list.txt):
NONE

Your card is not present in the database.
You can get the latest version of the database from
  http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt
or use: wget 
http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt 
--output-document=/home/pierre/.cache/smartcard_list.txt

If your ATR is still not in the latest version then please send a mail
to ludovic.rouss...@free.fr containing:
- your ATR
- a card description (in english)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pcsc-tools 1.4.20-1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Dec 17 15:10:34 2012
MarkForUpload: True
SourcePackage: pcsc-tools
UpgradeStatus: Upgraded to quantal on 2012-10-25 (52 days ago)

** Affects: pcsc-tools
 Importance: Undecided
 Status: New

** Affects: pcsc-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

** Bug watch added: Email to ludovic.rousseau@free #
   mailto:ludovic.rouss...@free.fr

** Also affects: pcsc-tools via
   mailto:ludovic.rouss...@free.fr
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1091239

Title:
  Moneo card reader not recognized by pcsc_scan

To manage notifications about this bug go to:
https://bugs.launchpad.net/pcsc-tools/+bug/1091239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090992] [NEW] Strict Standards: Redefining already defined constructor for class HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

2012-12-16 Thread Pierre Rudloff
Public bug reported:

The PEAR package HTML_CSS trigger a strict warning:
 Strict Standards: Redefining already defined constructor for class HTML_CSS in 
/usr/share/php/HTML/CSS.php on line 306

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: php-pear 5.4.6-1ubuntu1.1 [modified: usr/share/php/.depdb 
usr/share/php/.filemap usr/share/php/.registry/archive_tar.reg 
usr/share/php/.registry/console_getopt.reg usr/share/php/Archive/Tar.php]
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Sun Dec 16 20:49:43 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: php5
UpgradeStatus: Upgraded to quantal on 2012-10-25 (52 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1090992

Title:
   Strict Standards: Redefining already defined constructor for class
  HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1090904] [NEW] Youtube-dl is not translated

2012-12-16 Thread Pierre Rudloff
Public bug reported:

Youtube-dl can not be translated.
 It is not a problem for me but I now some people who would use it if it was 
translated in French.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: youtube-dl 2012.09.27-1 [modified: usr/bin/youtube-dl]
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Sun Dec 16 15:02:53 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: youtube-dl
UpgradeStatus: Upgraded to quantal on 2012-10-25 (51 days ago)

** Affects: youtube-dl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090904

Title:
  Youtube-dl is not translated

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090904] Re: Youtube-dl is not translated

2012-12-16 Thread Pierre Rudloff
Upstream bug is here:
https://github.com/rg3/youtube-dl/issues/593

** Also affects: youtube-dl
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090904

Title:
  Youtube-dl is not translated

To manage notifications about this bug go to:
https://bugs.launchpad.net/youtube-dl/+bug/1090904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1090992] [NEW] Strict Standards: Redefining already defined constructor for class HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

2012-12-16 Thread Pierre Rudloff
Public bug reported:

The PEAR package HTML_CSS trigger a strict warning:
 Strict Standards: Redefining already defined constructor for class HTML_CSS in 
/usr/share/php/HTML/CSS.php on line 306

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: php-pear 5.4.6-1ubuntu1.1 [modified: usr/share/php/.depdb 
usr/share/php/.filemap usr/share/php/.registry/archive_tar.reg 
usr/share/php/.registry/console_getopt.reg usr/share/php/Archive/Tar.php]
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Sun Dec 16 20:49:43 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: php5
UpgradeStatus: Upgraded to quantal on 2012-10-25 (52 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090992

Title:
   Strict Standards: Redefining already defined constructor for class
  HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1089643] [NEW] bzr does not send SNI

2012-12-12 Thread Pierre Rudloff
Public bug reported:

It seems that bzr does not send a Server Name Indication with HTTPS requests so 
it does not work with hosts that have several different certificates on the 
same IP:
pierre@pierre-MacBook:~/Bureau/test$ bzr pull 
https://svn.strasweb.fr/strasweb/chaton-cms/
bzr: ERROR: Certificate error: hostname 'svn.strasweb.fr' doesn't match either 
of 'www2.strasweb.fr', 'strasweb.fr'

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: bzr 2.6.0~beta2-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Wed Dec 12 22:27:48 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: bzr
UpgradeStatus: Upgraded to quantal on 2012-10-25 (48 days ago)

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1089643

Title:
  bzr does not send SNI

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088639] [NEW] Can't download from canalplus.fr

2012-12-10 Thread Pierre Rudloff
Public bug reported:

pierre@pierre-MacBook:~$ youtube-dl http://player.canalplus.fr/#/776663
WARNING: Falling back on generic information extractor.
[generic] 776663: Downloading webpage
[generic] 776663: Extracting information
ERROR: Invalid URL: http://player.canalplus.fr/#/776663

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: youtube-dl 2012.09.27-1 [modified: usr/bin/youtube-dl]
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Mon Dec 10 21:40:32 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: youtube-dl
UpgradeStatus: Upgraded to quantal on 2012-10-25 (46 days ago)

** Affects: youtube-dl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088639

Title:
  Can't download from canalplus.fr

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 913687] Re: Text is blurry

2012-12-09 Thread Pierre Rudloff
I don't have this problem anymore, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913687

Title:
  Text is blurry

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086527] [NEW] Some false positives

2012-12-04 Thread Pierre Rudloff
Public bug reported:

With this file:
https://svn.strasweb.fr/dl.php?repname=Pierre+Rudloffpath=%2Fperl%2FLatexRudloff.plrev=46
I get some false positives:
pierre@pierre-MacBook:/var/www/svn-rudloff/perl$ perlcritic --brutal 
LatexRudloff.pl 
Close filehandles as soon as possible after opening them at line 16, column 8.  
See page 209 of PBP.  (Severity: 4)
File handle for print or printf is not braced at line 37, column 17.  See 
page 217 of PBP.  (Severity: 1)

I can't close the file handle sooner or it won't work.
And $space is not a file handle so it does not need to be braced.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: libperl-critic-perl 1.117-2
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Tue Dec  4 20:21:41 2012
MarkForUpload: True
PackageArchitecture: all
SourcePackage: libperl-critic-perl
UpgradeStatus: Upgraded to quantal on 2012-10-25 (40 days ago)

** Affects: libperl-critic-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086527

Title:
  Some false positives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libperl-critic-perl/+bug/1086527/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086204] [NEW] Wrong user agent string

2012-12-03 Thread Pierre Rudloff
Public bug reported:

The build date and Firefox version are wrong in the user agent string:
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: firefox 17.0.1+build1-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
AddonCompatCheckDisabled: False
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pierre 1479 F pulseaudio
  pierre 2924 F xfce4-volumed
BuildID: 20121129151900
CRDA:
 country AW:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
Channel: Unavailable
Date: Tue Dec  4 01:07:02 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 default via 192.168.0.1 dev wlan1  proto static 
 192.168.0.0/24 dev wlan1  proto kernel  scope link  src 192.168.0.23  metric 9
MarkForUpload: True
MostRecentCrashID: bp-ffcef6a0-ea4a-4882-ba92-1df572121101
Plugins:
 Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
PrefErrors: 'utf-8' codec can't decode byte 0xe9 in position 224: invalid 
continuation byte
PrefSources:
 
[Profile]/extensions/{e3f6c2cc-d8db-498c-af6c-499fb211db97}/defaults/preferences/pagespeed.js
 [Profile]/extensions/zot...@chnm.gmu.edu/defaults/preferences/zotero.js
Profiles: Profile0 (Default) - LastVersion=17.0.1/20121129151900 (In use)
RelatedPackageVersions:
 adobe-flashplugin 11.2.202.251-0quantal1
 rhythmbox-mozilla 2.97-1ubuntu5
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to quantal on 2012-10-25 (39 days ago)
dmi.bios.date: 06/27/07
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB21.88Z.00A5.B07.0706270922
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208CAA
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4208CAA
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CAA:
dmi.product.name: MacBook2,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086204

Title:
  Wrong user agent string

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   >