[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2013-03-27 Thread Adolfo Jayme Barrientos
** Branch unlinked: lp:software-center

** No longer affects: gnome-screenshot (Ubuntu)

** Attachment removed: AlsaDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184774/+files/AlsaDevices.txt

** Attachment removed: AplayDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184775/+files/AplayDevices.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184776/+files/BootDmesg.txt

** Attachment removed: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184777/+files/Card0.Amixer.values.txt

** Attachment removed: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184778/+files/Card0.Codecs.codec.0.txt

** Attachment removed: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184779/+files/Card0.Codecs.codec.3.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184780/+files/CurrentDmesg.txt

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184781/+files/Dependencies.txt

** Attachment removed: Extensions.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184782/+files/Extensions.txt

** Attachment removed: IpAddr.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184783/+files/IpAddr.txt

** Attachment removed: IwConfig.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184784/+files/IwConfig.txt

** Attachment removed: Locales.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184785/+files/Locales.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184786/+files/Lspci.txt

** Attachment removed: PciMultimedia.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184787/+files/PciMultimedia.txt

** Attachment removed: PciNetwork.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184788/+files/PciNetwork.txt

** Attachment removed: Plugins.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184789/+files/Plugins.txt

** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184797/+files/WifiSyslog.txt

** Attachment removed: PrefSources.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184790/+files/PrefSources.txt

** Attachment removed: Prefs.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184791/+files/Prefs.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184792/+files/ProcCpuinfo.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184793/+files/ProcEnviron.txt

** Attachment removed: PulseList.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184794/+files/PulseList.txt

** Attachment removed: SubmittedCrashIDs.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184795/+files/SubmittedCrashIDs.txt

** Attachment removed: Themes.txt
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011567/+attachment/3184796/+files/Themes.txt

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.3.1

---
software-center (5.3.1) quantal; urgency=low

  [ Robert Roth ]
  * lp:~evfool/software-center/lp752376:
- Updated the code to also work with file:// style deb filenames
  (LP: LP #752376)
  * lp:~evfool/software-center/lp1011605:
- update copyright date in the About window (LP: #1011605)
  * lp:~evfool/software-center/lp1011567:
- add F1 key as accelerator for opening Help (LP: #1011567)

  [ Gary Lasker ]
  * debian/control:
- remove recommends for gir1.2-launchpad-integration-3.0 as it is no
  longer needed (many thanks Robert Ancell)

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/the-organizer:
+ Tests cleanup:
  - Renamed test/ dir to tests/.
  - Moved the testutils module to tests/utils.py.
  - Removed all unnecessary logging setup per test file.
  - Removed all unnecessary shebangs in test files.
  - Isolated test code into tests/ directory, including moving all the
get_test_window_foo from the gtk3 production modules to
tests/gtk3/windows.py module.
  - Removed all the calls to Gtk.main() in gtk3 tests since that blocks the
execution of the suite.
  - Pep8 and pyflakes fixes in the files already modified in this branch.
  - Minor bug fix in the softwarecenter/log.py module when trying to
create a log dir with proper perms.
  * lp:~nataliabidart/software-center/cant-stop-the-music.trunk:
- Stop the video if user navigates away from an app details page
  (LP: #1003954).
- Refactored ViewManager so page displaying calls a leave_page before
  changing a page, and a enter_page when navigating into a page.

  [ Adam Conrad ]
  * xz-lzma has been rolled into xz-utils, as of 5.1.1alpha+20120614-1

  [ Michael Vogt ]
  * lp:~mvo/software-center/python-apt-0.8 :
- fix some leftover python-apt 0.7 API usage that will get removed
  in quantal
  * lp:~mvo/software-center/add-profile-cmdline
- add new --profile option to the app that writes out a cProfile
  logfile
- add new dbus method com.ubuntu.SoftwarecenterIFace.writeMemoryDump
  to write meliae memory dump for analyizing memleaks/cycles
  * lp:~mvo/software-center/more-performance-measurement:
- add more fine grained data in --measure-startup-time and
  suppresses times 0.1s in the output
 -- Michael Vogt michael.v...@ubuntu.com   Thu, 21 Jun 2012 08:44:02 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/software-center

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-12 Thread Gary Lasker
** Branch unlinked: lp:software-center/5.2

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567]

2012-06-12 Thread Bugzilla-tf
The shortcut got removed with bug 519137 so this is on purpose

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567]

2012-06-12 Thread Mozaic
Why F1 works in Thunderbird 13, but not in Firefox 13 ??
If press F1 is an accident, why it keep in Thunderbird? Mozilla is not logic.

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567]

2012-06-12 Thread Boersenfeger
(In reply to vulcain from comment #4)
Look here also.. 
https://bugzilla.mozilla.org/show_bug.cgi?id=519137
its not a BUG, ist a bad Feature... :-(

Im using the Addon userchromejs
http://userchromejs.mozdev.org/
and the Script SupportMozilla
https://github.com/ardiman/userChrome.js/tree/af08dd941f0340e2d3d3054e217ff185c6a8f8b2/supportmozilla
Its a German Script and a German ReadMe!!
https://github.com/ardiman/userChrome.js#
It works..
More Scripts..
http://www.camp-firefox.de/forum/viewtopic.php?p=729763#p729763

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-12 Thread Bug Watch Updater
** Changed in: firefox
   Status: New = Won't Fix

** Bug watch added: Mozilla Bugzilla #519137
   https://bugzilla.mozilla.org/show_bug.cgi?id=519137

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] [NEW] Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Mozaic
Public bug reported:

In Firefox 13 we could not use F1 to call help'page. But in Thunderbird we 
could.
List of software don't have F1:
- Firefox
-Ubuntu Software Center
-Screenshot
-Start up Disk Creator
-update manager

Screenshot and Update manager could be see like tool of Ubuntu. But i
don't see Ubuntu Software like tool

Expected: Add F1 like for all softwares in Ubuntu

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
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: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gris   2036 F pulseaudio
BuildID: 20120601175215
CRDA:
 country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf880 irq 43'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
   Controls  : 44
   Simple ctrls  : 17
Channel: release
Date: Mon Jun 11 13:19:22 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
IpRoute:
 default via 192.168.0.154 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.4  metric 2
MostRecentCrashID: bp-5749877c-8842-45b7-8436-a602d2120512
Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
RelatedPackageVersions:
 icedtea-6-plugin  1.2-2ubuntu1
 rhythmbox-mozilla 2.96-0ubuntu4
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/05/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: CALPELLACRB.86C..X.00
dmi.board.asset.tag: Tag 12345
dmi.board.name: W760C
dmi.board.vendor: CLEVO Co.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: CLEVO
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/05/2010:svnCLEVOCo.:pnW76OC:pvrNotApplicable:rvnCLEVOCo.:rnW760C:rvrNotApplicable:cvnCLEVO:ct9:cvrN/A:
dmi.product.name: W76OC
dmi.product.version: Not Applicable
dmi.sys.vendor: CLEVO Co.

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Mozaic
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011567

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Robert Roth
** Also affects: software-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-screenshot (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: software-center (Ubuntu)
   Importance: Undecided = Low

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: gnome-screenshot (Ubuntu)
   Status: New = Confirmed

** Changed in: gnome-screenshot (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~evfool/software-center/lp1011567

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Robert Roth
** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Robert Roth (evfool)

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Mozaic
** Description changed:

  In Firefox 13 we could not use F1 to call help'page. But in Thunderbird we 
could.
  List of software don't have F1:
  - Firefox
- -Ubuntu Software Center
- -Screenshot
- -Start up Disk Creator
- -update manager
+ - Ubuntu Software Center
+ - Screenshot
+ - Start up Disk Creator
+ - Update manager
  
  Screenshot and Update manager could be see like tool of Ubuntu. But i
- don't see Ubuntu Software like tool
+ don't see Ubuntu Software Center like tool
  
- Expected: Add F1 like for all softwares in Ubuntu
+ Expected: Add F1 for all softwares in Ubuntu
  
  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
  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: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  gris   2036 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gris   2036 F pulseaudio
  BuildID: 20120601175215
  CRDA:
-  country EC:
-   (2402 - 2482 @ 40), (N/A, 20)
-   (5170 - 5250 @ 20), (3, 17)
-   (5250 - 5330 @ 20), (3, 23), DFS
-   (5735 - 5835 @ 20), (3, 30)
+  country EC:
+   (2402 - 2482 @ 40), (N/A, 20)
+   (5170 - 5250 @ 20), (3, 17)
+   (5250 - 5330 @ 20), (3, 23), DFS
+   (5735 - 5835 @ 20), (3, 30)
  Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf880 irq 43'
-Mixer name : 'Intel IbexPeak HDMI'
-Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
-Controls  : 44
-Simple ctrls  : 17
+  Card hw:0 'Intel'/'HDA Intel at 0xf880 irq 43'
+    Mixer name : 'Intel IbexPeak HDMI'
+    Components : 'HDA:10ec0272,15580771,0011 
HDA:80862804,80860101,0010'
+    Controls  : 44
+    Simple ctrls  : 17
  Channel: release
  Date: Mon Jun 11 13:19:22 2012
  ForcedLayersAccel: False
  IfupdownConfig:
-  auto lo
-  iface lo inet loopback
+  auto lo
+  iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  IpRoute:
-  default via 192.168.0.154 dev wlan0  proto static 
-  169.254.0.0/16 dev wlan0  scope link  metric 1000 
-  192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.4  metric 2
+  default via 192.168.0.154 dev wlan0  proto static
+  169.254.0.0/16 dev wlan0  scope link  metric 1000
+  192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.4  metric 2
  MostRecentCrashID: bp-5749877c-8842-45b7-8436-a602d2120512
  Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
  RelatedPackageVersions:
-  icedtea-6-plugin  1.2-2ubuntu1
-  rhythmbox-mozilla 2.96-0ubuntu4
-  totem-mozilla 3.0.1-0ubuntu21
+  icedtea-6-plugin  1.2-2ubuntu1
+  rhythmbox-mozilla 2.96-0ubuntu4
+  totem-mozilla 3.0.1-0ubuntu21
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W760C
  dmi.board.vendor: CLEVO Co.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: CLEVO
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/05/2010:svnCLEVOCo.:pnW76OC:pvrNotApplicable:rvnCLEVOCo.:rnW760C:rvrNotApplicable:cvnCLEVO:ct9:cvrN/A:
  dmi.product.name: W76OC
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO Co.

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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

[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Robert Roth
** Changed in: firefox (Ubuntu)
   Status: New = Confirmed

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Micah Gersten
Please don't add tasks where the fix isn't related.  If this is an
issue, please file a new bug for firefox.

** No longer affects: firefox (Ubuntu)

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Mozaic
https://bugzilla.mozilla.org/show_bug.cgi?id=763733

** Bug watch added: Mozilla Bugzilla #763733
   https://bugzilla.mozilla.org/show_bug.cgi?id=763733

** Also affects: software-center via
   https://bugzilla.mozilla.org/show_bug.cgi?id=763733
   Importance: Unknown
   Status: Unknown

** Project changed: software-center = firefox

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=763733.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-06-11T22:32:35+00:00 Mozaic wrote:

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 
Firefox/13.0
Build ID: 20120601175215

Steps to reproduce:

I press F1 and it's don't launch Firefox's help


Actual results:

Nothing


Expected results:

Launch help (exactly the help in on web pages, so it should open a new
tab of support.mozilla.org

Reply at: https://bugs.launchpad.net/firefox/+bug/1011567/comments/3


On 2012-06-11T22:36:31+00:00 Mozaic wrote:

Similar like this one ??
https://bugzilla.mozilla.org/show_bug.cgi?id=714036

Reply at: https://bugs.launchpad.net/firefox/+bug/1011567/comments/5


** Changed in: firefox
   Status: Unknown = New

** Changed in: firefox
   Importance: Unknown = Medium

** Bug watch added: Mozilla Bugzilla #714036
   https://bugzilla.mozilla.org/show_bug.cgi?id=714036

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center/5.2

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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


[Bug 1011567] Re: Add F1 for help for Firefox, Ubuntu Software Center

2012-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center

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

Title:
  Add F1 for help for Firefox, Ubuntu Software Center

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

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