[Desktop-packages] [Bug 1011924] Re: Right Click stops working randomly.

2012-06-23 Thread iiss
*** This bug is a duplicate of bug 1010466 ***
https://bugs.launchpad.net/bugs/1010466

Fixed my own issue.  The problem with FF was a symptom of a system
problemw ith audio.  When I ran strace on FF, it looked like it was
timing out waiting for a socket it had opened to talk to pulse audio.  I
had pulse issues on my ubuntu machine.

Anyways, I found another suggestion about disabling esound in
pulseaudio.  That enabled pulseaudio to start, and then all the FF
issues disappeared.

In my case, I got things working by commenting out these lines in 
/etc/pulse/default.pa:
## .ifexists module-esound-protocol-unix.so
## load-module module-esound-protocol-unix
## .endif
load-module module-native-protocol-unix

My suggestion to the FF team would be to remember that opening the
audio subsystem failed and not try to do it again.  That would make the
first right-click or audio-linked action fail, but not subsequent
attempts.

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

Title:
  Right Click stops working randomly.

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Randomly, right mouse stops working.
  I have to restart firefox to use it again.
  Distro: Ubuntu 12.04 64bits

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marco  2210 F pulseaudio
   /dev/snd/controlC0:  marco  2210 F pulseaudio
   /dev/snd/pcmC0D0p:   marco  2210 F...m pulseaudio
  BuildID: 20120601175215
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xf050 irq 16'
 Mixer name : 'IDT 92HD81B1X5'
 Components : 'HDA:111d7605,103c1664,00100105'
 Controls  : 16
 Simple ctrls  : 9
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf041 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Mon Jun 11 22:31:24 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.104  metric 
1
  ProcEnviron:
   LANGUAGE=es_PE:es
   PATH=(custom, no user)
   LANG=es_PE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
  RelatedPackageVersions:
   google-talkplugin 2.9.10.0-1
   rhythmbox-mozilla 2.96-0ubuntu4
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1664
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 20.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd04/26/2011:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1664:rvr20.21:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion g7 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 874260] Re: Firefox freezes when I right click or try to open up bookmarks.

2012-06-23 Thread iiss
I had the same issue.  When I ran strace on it, it looked like it was
timing out waiting for a socket it had opened to talk to pulse audio.  I
had pulse issues on my ubuntu machine.

Anyways, I found another suggestion about disabling esound in
pulseaudio.  That enabled pulseaudio to start, and then all the FF
issues disappeared.

In my case, I got things working by commenting out these lines in 
/etc/pulse/default.pa:
## .ifexists module-esound-protocol-unix.so
## load-module module-esound-protocol-unix
## .endif
load-module module-native-protocol-unix

My suggestion to the FF team would be to remember that opening the
audio subsystem failed and not try to do it again.  That would make the
first right-click or audio-linked action fail, but not subsequent
attempts.

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

Title:
  Firefox freezes when I right click or try to open up bookmarks.

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 11.10
  Unity 2D
  Firefox 7.0.1
  When I right click on a link firefox freezes for a short period of time, and 
then when it un-freezes, the link I clicked on, never opens. It also freezes 
when I try to click on a bookmark on my bookmark bar, then it never opens it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   david  1327 F...m pulseaudio
   /dev/snd/controlC0:  david  1327 F pulseaudio
  BuildID: 20111008085056
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with AD1981B at irq 17'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 28
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x9a4'/'USB Device 0x46d:0x9a4 at usb-:00:1d.7-1, high 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:09a4'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 3072
 Mono: Capture 1 [0%] [23.00dB] [on]
  Channel: release
  Date: Fri Oct 14 10:03:17 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  IpRoute:
   default via 24.29.24.1 dev eth0  proto static 
   24.29.24.0/23 dev eth0  proto kernel  scope link  src 24.29.25.237  metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20111008085056 (Running)
  PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: 
Daemon not responding.
  PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
1: Daemon not responding.
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (0 days ago)
  dmi.bios.date: 08/01/2003
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BF86510A.15A.0043.P07.0308011434
  dmi.board.name: D865GLC
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAC28705-404
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gateway
  dmi.chassis.version: NSC45A07
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBF86510A.15A.0043.P07.0308011434:bd08/01/2003:svnGateway:pnMIDWAY:pvr4000824:rvnIntelCorporation:rnD865GLC:rvrAAC28705-404:cvnGateway:ct3:cvrNSC45A07:
  dmi.product.name: MIDWAY
  dmi.product.version: 4000824
  dmi.sys.vendor: Gateway

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

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


[Desktop-packages] [Bug 1011924] Re: Right Click stops working randomly.

2012-06-22 Thread iiss
*** This bug is a duplicate of bug 1010466 ***
https://bugs.launchpad.net/bugs/1010466

Me too, except it's not random - ff13 doesn't allow right-click at all.

Whenever I right-click, the browser freezes for a few seconds, but I
never get a context menu.  It seems to recover from whatever it was
trying to do, but doesn't give me the requested functionality.

Also - when trying to change default fonts, same thing (no font menu,
just a short freeze).

Also - browser back button does not work.  I would expect it to show a
drop-down too, right?  (list of previous pages).

I suspect something about FF13 trying to open a drop-down menu (not the
sort you get on the location bar but pretty much everywhere else) is
broken on my system.

Ubuntu 12.04 LTS, FF13.0.1, amd64 architecture.  Default Unity UI.

I've tried disabling all plugins and extensions, so it's none of those.
I suspect something in the libs.

Any ideas?

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

Title:
  Right Click stops working randomly.

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Randomly, right mouse stops working.
  I have to restart firefox to use it again.
  Distro: Ubuntu 12.04 64bits

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marco  2210 F pulseaudio
   /dev/snd/controlC0:  marco  2210 F pulseaudio
   /dev/snd/pcmC0D0p:   marco  2210 F...m pulseaudio
  BuildID: 20120601175215
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xf050 irq 16'
 Mixer name : 'IDT 92HD81B1X5'
 Components : 'HDA:111d7605,103c1664,00100105'
 Controls  : 16
 Simple ctrls  : 9
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf041 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Mon Jun 11 22:31:24 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.104  metric 
1
  ProcEnviron:
   LANGUAGE=es_PE:es
   PATH=(custom, no user)
   LANG=es_PE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
  RelatedPackageVersions:
   google-talkplugin 2.9.10.0-1
   rhythmbox-mozilla 2.96-0ubuntu4
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1664
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 20.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd04/26/2011:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1664:rvr20.21:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion g7 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

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

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