Re: [Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-21 Thread bullium
You only had issues with the 32bit edition?

On Thu, Jan 21, 2010 at 12:00 AM, omarly666 omarly...@hotmail.com
wrote:

 Same probl here . Nice workaround at #211.
 My own workaround:
 When the mouse don't connect with the flash, I use the tab key to get to
 the right place - marked yellow  - then I use the enter-Key to do the
 selection.

 the old off/on trick with the browser also do the trick if the whole
 flash thing disappears.

 Stay cool be nice

 --
 Flash does not work correctly [READ DESCRIPTION]
 https://bugs.launchpad.net/bugs/410407
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-20 Thread Jim Parks
Howdy.  I had the same issue on Ubuntu 9.10, 32-bit, Firefox 3.5.7 on
both Blackbox and Fluxbox -- but not Gnome, and not with Chrome.

What solved it for me was tacking the following line on /etc/profile:

export GDK_NATIVE_WINDOWS=1

and logging out and back in again.

That fixes it across the board for all users.  No idea what it may
break, though.

JP

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


Re: [Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-20 Thread WLB
Hi,

Thank you for responding.  What you just posted is greek to me.  lol
I have been using Ubuntu Linux for about a year now and I absolutely love
it.  I have no idea about all the techy terms.  I still have a lot to learn.

One day I will get the nerve to experiment.

On Wed, Jan 20, 2010 at 6:25 PM, Jim Parks pa...@allpoints.net wrote:

 Howdy.  I had the same issue on Ubuntu 9.10, 32-bit, Firefox 3.5.7 on
 both Blackbox and Fluxbox -- but not Gnome, and not with Chrome.

 What solved it for me was tacking the following line on /etc/profile:

 export GDK_NATIVE_WINDOWS=1

 and logging out and back in again.

 That fixes it across the board for all users.  No idea what it may
 break, though.

 JP

 --
 Flash does not work correctly [READ DESCRIPTION]
 https://bugs.launchpad.net/bugs/410407
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in Chromium Browser: Invalid
 Status in Compiz: Invalid
 Status in The Mozilla Firefox Browser: Invalid
 Status in “compiz” package in Ubuntu: Invalid
 Status in “flashplugin-nonfree” package in Ubuntu: Confirmed
 Status in “gtk+2.0” package in Ubuntu: Confirmed
 Status in “nspluginwrapper” package in Ubuntu: New

 Bug description:
 ===+++ _ !  ALL USERS  !  _ +++===
 ===+++ READ THIS BEFORE MAKING A COMMENT OR MODIFICATION +++===

 IMPORTANT 1: Please see the WORKAROUND a few lines below.

 IMPORTANT 2: Please don't post any me too message; use the Does this bug
 affect you? feature you can find a bit above this bug description on
 launchpad.

 IMPORTANT 3: Do not post anything if you haven't read all comments to
 verify that your point hasn't been made. If you feel tempted to stop reading
 because there are too many messages, that is a strong indicator that you
 shouldn't add even more comments. Developers have a tough time to find
 anything if you post redundant stuff. So please abstain from doing that.

 =

 So here the bug and workarounds.

 For example on youtube, whilst it recognises my mouse moving over various
 buttons, actual mouse clicks are not recognised. I can navigate using 'tab'
 but this is very painful. I can also right click. The problem doesn't occur
 with other flash players, e.g. swfdec-mozilla.

 WORKAROUND 1: Disable compiz
 WORKAROUND 2: Remove flashplugin-nonfree / flashplugin-installer and
 install from adobe
 WORKAROUND 3: Open a terminal and enter:

 gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer

 Then add: export GDK_NATIVE_WINDOWS=1 before the last line of text

 Note: Chrome  Chromium are now working fine without workaround

 These workaround's have been verified to work for some users. We don't need
 verification of whether or not they work for you.

 =

 ProblemType: Bug
 Architecture: amd64
 Date: Fri Aug  7 19:22:11 2009
 DistroRelease: Ubuntu 9.10
 NonfreeKernelModules: nvidia
 Package: flashplugin-installer 10.0.22.87ubuntu2
 ProcEnviron:
  LANG=en_GB.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
 SourcePackage: flashplugin-nonfree
 Uname: Linux 2.6.31-5-generic x86_64



 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/chromium-browser/+bug/410407/+subscribe



-- 
No lie can live forever.  Dr. Martin Luther King, Jr.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-20 Thread Jim Parks
Further to my own comment #212:  If you want to automagically solve this
for apps you run from the command line and not just apps run from menus,
drop this line into /etc/bash.bashrc or your own ~/.bashrc  as well:

export GDK_NATIVE_WINDOWS=1

WLB -- just do this from a terminal as an admin user (or the user you
set up during the Ubuntu install):

sudo su -l 
probably have to enter your password then
echo export GDK_NATIVE_WINDOWS=1  /etc/profile
echo export GDK_NATIVE_WINDOWS=1  /etc/bash.bashrc
exit

You should be good to go.  Of course, its not a bug fix, its a
workaround.

JP

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-20 Thread omarly666
Same probl here . Nice workaround at #211. 
My own workaround:
When the mouse don't connect with the flash, I use the tab key to get to the 
right place - marked yellow  - then I use the enter-Key to do the selection.

the old off/on trick with the browser also do the trick if the whole
flash thing disappears.

Stay cool be nice

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-18 Thread Benjamin Humphrey
Hold down the right button. Keep holding it down. Then left click
somewhere on the page to get rid of the context menu. Now, still holding
the right button, left click on flash buttons, etc. It should work.

Heh. Cheeky workaround, but it does the trick for now.

Adobe's new refresh didn't fix it for me.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-16 Thread Sylvain Blondeau
** Changed in: compiz
   Status: Invalid = Incomplete

** Changed in: compiz
   Status: Incomplete = Invalid

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-16 Thread Martin Jormedal
Installing 64bit Flash solved this problem for me and generally seems to
have improved performace. Using Firefox on 9.10.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2010-01-15 Thread Captain Chaos
Incredibly, I appear to have something new to add:

On my system (Karmic 64-bit), the problem appears when I enable System
- Preferences - Windows - Select windows when the mouse moves over
them.

One additional data point: when my mouses passes over certain areas,
such as buttons, on a Flash movie, it turns into a hand pointer, to
indicate that I can click there I suppose. When the clicks are working,
the cursor stays a hand pointer while the mouse button is down. When
focus follows mouse is on and they are not working, the cursor changes
into an arrow pointer while the mouse button is down.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-17 Thread Alfredo Pironti
Please, when this bug is fixed, also provide a way to revert the user
made workarounds.

For example, when fixing the bug, a pop-up window may say: If you
disabled compiz because of the flash bug, you can now safely re-enable
it. Or, for workaround 3, the package installer may silently modify the
nspluginwrapper configuration file to remove the export
GDK_NATIVE_WINDOWS=1 line.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


Re: [Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-17 Thread Scott Armitage
Configurations in general should be left along by updates; for all the
installer knows, the user may need GDK_NATIVE_WINDOWS=1 for something else,
and if the installer breaks it, it could be very difficult for the user to
track down. Furthermore, there could be many different workarounds/hacks all
used in various combinations; it would be very difficult to create a script
to properly handle all of these situations without introducing more bugs.
Instead, the user should be responsible for reversing any manual
modifications they have made.

-S

On Thu, Dec 17, 2009 at 6:06 AM, Alfredo Pironti alfr...@pironti.eu
wrote:

 Please, when this bug is fixed, also provide a way to revert the user
 made workarounds.

 For example, when fixing the bug, a pop-up window may say: If you
 disabled compiz because of the flash bug, you can now safely re-enable
 it. Or, for workaround 3, the package installer may silently modify the
 nspluginwrapper configuration file to remove the export
 GDK_NATIVE_WINDOWS=1 line.

 --
 Flash does not work correctly [READ DESCRIPTION]
 https://bugs.launchpad.net/bugs/410407
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Scott Armitage, B.A.Sc., M.A.Sc. candidate
Space Flight Laboratory
University of Toronto Institute for Aerospace Studies
4925 Dufferin Street, Toronto, Ontario, Canada, M3H 5T6

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-17 Thread Alfredo Pironti
I buy your point. Nevertheless, at least the users should be notified
when the problem will be solved (not only by marking this bug as
solved), so that they can revert their workarounds. Otherwise it is very
likely that the fix will go unnoticed and many workarounds will remain
in place unwillingly... possibly enabling new malfunctionings hard to
debug later.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-12 Thread Thomas O.
I am affected by this bug.

However, there is another workaround, better than the right-click trick.
If you move the mouse around a lot, then clicks are more likely to be
registered. I don't know why, but they just are.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-12 Thread Serious
as far as opera is concerned I can say that it is related to if the
plugin has focus or not. if the plugin doesn't have focus the click is
getting through, if the plugin has focus they don't.

this results in a behaviour like this:
first click works(1) - subsequent clicks dont(2) - click outside 
plugin(3) - repeat

My speculations about what happens:
(1): When you click on the plugin area the click gets registered by the browser 
which activates the plugin and forwards the click to it via the API.
(2): the clicks are directly handled by the plugin - something bad is 
happening here
(3): when you click outside the plugin area you take away the focus from it and 
thus also rip it off the mouse/keyboard control - subsequent clicks are again 
registered by the browser

As I said these are speculations as I don't have the slightest clue
about how the plugin API really works, but it would explain the behavior
that I see here.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-12 Thread tloukes
Update: Tried the latest flash release from adobe 10.0.42.34, still no
joy like the chap above. However, I managed to get flash installed in
Songbird (using somebody's tutorial by copying libflashplayer.so into my
Songbird's plugins folder) and using that  everything works fine. BBC
iplayer all works, youtube etc. Songbird and Firefox are both Mozilla so
the architecture should be the same, right? Will try some more
experimenting with Firefox plugins folders...

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-12 Thread tloukes
Further update: I've managed to get flash working fine in Firefox, here's what 
I did:
I'm using Opensuse 11.2, kde 4.3, compiz 0.8.4, firefox 3.5.5
Using YaST I deleted all flash packages. Downloaded the latest Flash from Adobe 
as a tar.gz, extracted the contents, then, using super-user mode in my file 
manager, copied the file libflashplayer.so into my usr/lib/browser-plugins 
folder. Restarted Firefox and all flash sites that I've tried so far have 
worked perfectly. Yast now says I've got no flash packages installed but i 
don't really care because it works :) The problem still persists in Opera, but 
I can still use the hold-right-click workaround and I only use Opera as a 
backup browser anyway. I don't know why/how this works, but it does for me. I 
suppose the full packages could be reinstalled later when the bug is fixed 
properly, but for now, this seems an acceptable workaround.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-12 Thread Serious
as for a workaround for opera: it basically works the same as with
firefox (exporting GDK_NATIVE_WINDOWS=1). The file to do this is
/usr/lib/opera/operapluginwrapper. I added it right before the exec
(last line) and that seems to work. So, the end of the file looks like
this now:

export GDK_NATIVE_WINDOWS=1;
exec $wrapper $@

I also tried to export this when executing opera through a script in
~/bin/opera, but that didn't work (I still use the script to add the
-systemstyle property though for my qt4 build ;))

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-08 Thread NaterGator
Just reporting: this issue is still present with the newly released 64
bit Flash v 10.0.42.34. Of course the preposterous closed-source race-
condition nature of this bug means I've got the same odd crap as
everyone else: firefox is problem free no matter what, Chrome beta is
problematic if using compiz (even with every plugin enabled) but fine
with KWin 4.3.4 and effects enabled, etc.

In other words, whatever is causing this bug in flashplayer was
obviously untouched in the new version. Hoping it's fixed in 10.1
whenever that gets released.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-07 Thread Brian Murray
** Tags added: regression-release
** Tags removed: regression-potential

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-04 Thread Xtigyro
When you click 5-7 times over the same flash control button very swiftly
(for example, the maximizing button), it DOES maximize and afterwards
the full-screen controls are working almost properly.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-12-04 Thread Xtigyro
However, that workaround is not constantly working... sometimes it
does work and sometimes does not (tested in http://vbox7.com/)...

I've noticed that the flash controls functioning depends very much on the 
version of the Adobe flash being used in the very web-site.
For example, in http://vbox7.com/ (this is the Bulgarian variant of youtube) 
obviously the version, which is used in it, is an older one than the version of 
flash used in youtube.

I can also claim for sure that my flash controls are working well in
youtube.com and NOT working in vbox7.com.

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-11-29 Thread zweetvoetje
Evan_martins workaround worked for me. I'm using opera 10.10. I've
changed all my shortcuts from opera to GDK_NATIVE_WINDOWS=1 opera
and now it seems to work. Hope it stays this way...

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 410407] Re: Flash does not work correctly [READ DESCRIPTION]

2009-11-27 Thread Michael Lustfield
** Summary changed:

- [READ DESCRIPTION] Flash is not recognizing mouse clicks in multiple 
situations
+ Flash does not work correctly [READ DESCRIPTION]

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp