[Dx-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161024.1-0ubuntu1

---
webbrowser-app (0.23+17.04.20161024.1-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Fix for issue where many tabs causes close button to overlap other
tabs (LP: #1473630)
  * When page has started, stopped, redirected or errored clear cache for
history update - which prevents incorrect titles in being set
(LP: #1603835)
  * Add autopilot tests javascript dialogs to webbrowser and
webapp-container - alertDialog, beforeUnloadDialog, confirmDialog and
promptDialog (LP: #1633040)
  * Add user-agent override to display the new twitter mobile interface
(LP: #1577834)

  [ Florian Boucault ]
  * Improved startup time by 800ms by delaying QML compilation and making
it asynchronous

  [ Olivier Tilloy ]
  * Replace chromium version in UA overrides at runtime, not at build
time (LP: #1599695)
  * Initial support for generating a snap package for webbrowser-app
(LP: #1629009)
  * Do not persist references to incognito downloads on disk
(LP: #1625519)
  * Increase test coverage (to 97.5%) for DownloadsModel (LP: #1534102)
  * Various performance optimizations linked to load events
(LP: #1611680)
  * Ensure a tab is loaded when re-opened (LP: #1632246)
  * Fix drag'n'drop of bookmarks within the new tab view (LP: #1584868)
  * Work around a limitation in the sound and microphone policy groups
to "fix" sound in yakkety an zesty (LP: #1632620)

 -- Olivier Tilloy   Mon, 24 Oct 2016
13:51:59 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-transfer in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1629009

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in dialer-app package in Ubuntu:
  New
Status in history-service package in Ubuntu:
  New
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Fix Committed
Status in ubuntu-terminal-app package in Ubuntu:
  New
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

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


[Dx-packages] [Bug 1397050] Re: Unity search won't find any apps

2016-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-lens-applications (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity-lens-applications in Ubuntu.
https://bugs.launchpad.net/bugs/1397050

Title:
  Unity search won't find any apps

Status in unity-lens-applications package in Ubuntu:
  Confirmed

Bug description:
  The Unity search won't find any apps sometimes. Right now I'm not able
  to see gimp, synaptic, firefox, nautilus, ANY apps, either from the
  home or applications section of Unity.

  It shows "Sorry, there is nothing that matches your search" no matter
  what I type.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-lens-applications 7.1.0+13.10.20131011-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  Date: Thu Nov 27 08:27:14 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-23 (369 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity-lens-applications
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (222 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/1397050/+subscriptions

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


[Dx-packages] [Bug 1343552] Re: Applications filter is not selected by default

2016-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-lens-applications (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity-lens-applications in Ubuntu.
https://bugs.launchpad.net/bugs/1343552

Title:
  Applications filter is not selected by default

Status in unity-lens-applications package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have to manually select the "Applications" filter to find an installed 
application. This filter gets unselected when I clear the search in Dash.
  Please check this video: http://youtu.be/ZTahMDXNsQI

  There is only an extra Audacious filter installed which is not a
  standard one.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-lens-applications 7.1.0+13.10.20131011-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul 17 21:50:04 2014
  InstallationDate: Installed on 2013-10-10 (279 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: unity-lens-applications
  UpgradeStatus: Upgraded to trusty on 2014-01-25 (172 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/1343552/+subscriptions

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


[Dx-packages] [Bug 1541125] Re: Clicking a date in the new calendar doesn't change the indicator's appointment list

2016-10-26 Thread Treviño
** Branch linked: lp:~3v1n0/unity8/calendar-days

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1541125

Title:
  Clicking a date in the new calendar doesn't change the indicator's
  appointment list

Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in qmenumodel package in Ubuntu:
  In Progress
Status in ubuntu-settings-components package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Now that we've got a calendar in indicator-datetime in Unity 8, there
  are a few features from Unity 7 that we should decide if/how we're
  goint to handle in Unity 8.

  * Show Week Numbers
  * Highlight days of the month that include appointments
  * Unity tells indicator-datetime what calendar day has been clicked so that 
the "upcoming appointments" list can be adjusted accordingly

  These are currently implemented as fields in a GAction state
  dictionary and documented in http://bazaar.launchpad.net/~indicator-
  applet-developers/indicator-datetime/trunk.15.10/view/head:/README ...
  however that was all done for Unity 7, and IMO it would make sense to
  improve the unity<->indicator API here so that Unity8 doesn't have to
  deal with key-variant map GAction states.

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

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


[Dx-packages] [Bug 1620801] Re: packages index is not in /var/cache/software-center with Ubuntu Xenial

2016-10-26 Thread Michel-Ekimia
can we activate the xapian cache without install the full software-
center ?

2 stores is confusing for new users.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity-lens-applications in Ubuntu.
https://bugs.launchpad.net/bugs/1620801

Title:
  packages index is not in /var/cache/software-center with Ubuntu Xenial

Status in unity-lens-applications package in Ubuntu:
  Confirmed

Bug description:
  Hi

  System: Ubuntu 16.04 LTS (xenial)

  The Unity Dash applications lens does not propose "suggestions" for
  existing but not installed software. Only installed softwares are
  shown.

  I found the error :
  com.canonical.Unity.Scope.Applications[3235]: Error loading package indexes: 
Couldn't stat '/var/cache/software-center/xapian'
  com.canonical.Unity.Scope.Applications[3235]: (unity-scope-loader:3994): 
unity-applications-daemon-CRITICAL **: daemon.vala:144: Failed to load Software 
Center index. 'Apps Available for Download' will not be listed

  applications scope searching for packages index in "/var/cache
  /software-center/xapian" but this folder does not exists in Ubuntu
  16.04 LTS.

  Cheers
  Cyrille

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/1620801/+subscriptions

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


[Dx-packages] [Bug 1629009] Re: Does not work inside a snap due to hardcoded paths

2016-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.14+17.04.20161024-0ubuntu1

---
unity8 (8.14+17.04.20161024-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Make PreviewProgress be thicker again (LP: #1629382)
  * tst_PreviewZoomableImage: Wait for LazyImage transitions on init()
(LP: #1630136)

  [ Andrea Azzarone ]
  * Remove UbuntuShapeForItem and replace its use with the more standard
Ubuntu.Components.UbuntuShape.

  [ Lukáš Tinkl ]
  * Restore the double tap decoration to maximize feature (LP: #1627281)
  * Hide the cursor for fullscreen apps after 3 seconds of inactivity
  * Implement moving windows by Alt + left mouse button

  [ Marco Trevisan (Treviño) ]
  * MenuItemFactory: use more features from SlotsLayout based settings
components

  [ Michael Terry ]
  * Grab launcher icon information from ubuntu-app-launch, not directly
from desktop files.
  * Adjust root paths if we're running inside a snap. (LP: #1629009)

  [ Michael Zanetti ]
  * Merge all Stages into one single codebase. Apply new spread visuals.
(LP: #1489517, #1603914, #1635800)

 -- Michael Zanetti   Mon, 24 Oct 2016
11:37:28 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-transfer in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1629009

Title:
  Does not work inside a snap due to hardcoded paths

Status in Ubuntu File Manager App:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in dialer-app package in Ubuntu:
  New
Status in history-service package in Ubuntu:
  New
Status in indicator-bluetooth package in Ubuntu:
  New
Status in indicator-keyboard package in Ubuntu:
  New
Status in indicator-location package in Ubuntu:
  New
Status in indicator-messages package in Ubuntu:
  New
Status in indicator-network package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in indicator-session package in Ubuntu:
  New
Status in indicator-sound package in Ubuntu:
  New
Status in indicator-transfer package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Fix Committed
Status in ubuntu-terminal-app package in Ubuntu:
  New
Status in ubuntu-touch-session package in Ubuntu:
  New
Status in unity-scope-scopes package in Ubuntu:
  New
Status in unity-scopes-api package in Ubuntu:
  In Progress
Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Some apps can't find their main qml file.  Error messages like:

  "file:///build/messaging-app-gcXPE6/messaging-
  app-0.1+16.04.20160831/src/qml/messaging-app.qml: File not found"

  (in my case, the file was in /snap/unity8-session/x24/usr/share
  /messaging-app/messaging-app.qml)

  Seems due to code like the following in config.h.in.  Probably needs
  to consider the value of $SNAP or just be a little more forgiving.

  inline bool isRunningInstalled() {
  static bool installed = (QCoreApplication::applicationDirPath() ==
   
QDir(("@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@")).canonicalPath());
  return installed;
  }

  inline QString messagingAppDirectory() {
  if (isRunningInstalled()) {
  return QString("@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/");
  } else {
  return QString("@CMAKE_SOURCE_DIR@/src/qml/");
  }
  }

  inline QString ubuntuPhonePluginPath() {
  if (isRunningInstalled()) {
  return QString::null;
  } else {
  return QString("@CMAKE_SOURCE_DIR@/");
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1629009/+subscriptions

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


[Dx-packages] [Bug 1636908] [NEW] Can't logout if you do it quickly in 17.04

2016-10-26 Thread Bryan Quigley
Public bug reported:

Try logging in, and then immediately logging out. "Logout interface is
only available after the Running phase starts"

Error goes to journal:
Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 unity-panel-ser[5674]: 
menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: WARN  
2016-10-26 11:54:20 unity.glib.dbus.proxy GLibDBusProxy.cpp:487 Calling method 
"Logout" on object path: "/org/gnome/SessionManager" failed: 
GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout interface is only 
available after the Running phase starts
Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: ERROR 
2016-10-26 11:54:20 unity.session.gnome GnomeSessionManager.cpp:389 Gnome 
Session call failed: GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout 
interface is only available after the Running phase starts
Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: WARN  
2016-10-26 11:54:20 unity.session.gnome GnomeSessionManager.cpp:627 Got error 
during call: GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout 
interface is only available after the Running phase starts

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: indicator-session 12.10.5+17.04.20161021-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Wed Oct 26 11:51:30 2016
InstallationDate: Installed on 2016-08-23 (64 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160823)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


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

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1636908

Title:
  Can't logout if you do it quickly in 17.04

Status in indicator-session package in Ubuntu:
  New

Bug description:
  Try logging in, and then immediately logging out. "Logout interface is
  only available after the Running phase starts"

  Error goes to journal:
  Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 unity-panel-ser[5674]: 
menus_destroyed: assertion 'IS_WINDOW_MENU(wm)' failed
  Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: WARN  
2016-10-26 11:54:20 unity.glib.dbus.proxy GLibDBusProxy.cpp:487 Calling method 
"Logout" on object path: "/org/gnome/SessionManager" failed: 
GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout interface is only 
available after the Running phase starts
  Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: ERROR 
2016-10-26 11:54:20 unity.session.gnome GnomeSessionManager.cpp:389 Gnome 
Session call failed: GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout 
interface is only available after the Running phase starts
  Oct 26 11:54:20 bryan-Standard-PC-i440FX-PIIX-1996 compiz[5647]: WARN  
2016-10-26 11:54:20 unity.session.gnome GnomeSessionManager.cpp:627 Got error 
during call: GDBus.Error:org.gnome.SessionManager.NotInRunning: Logout 
interface is only available after the Running phase starts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: indicator-session 12.10.5+17.04.20161021-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Wed Oct 26 11:51:30 2016
  InstallationDate: Installed on 2016-08-23 (64 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160823)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1636908/+subscriptions

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


[Dx-packages] [Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2016-10-26 Thread c2h5oh
Still happening in Yakkety.

Some observations: 
- waiting to unlock until 2nd screen wakes seems to help. Not sure if 100% 
effective
- sometimes, but not always, screws up HiDPI for windows that got moved between 
screens (I've got different settings on each)

Both of those seem to suggest a race: location and dpi for a window are
being updated based on primary (with launcher) display data, when
reconnect happens and primary display is suddenly a different device
with different characteristics & settings.

My setup:
- Intel Graphics (Iris Pro)
- Laptop display (eDP1)
- 4k monitor (DP1) that is my primary (with launcher) one

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to compiz-plugins-main in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1295267

Title:
  Windows change Monitor/Desktop after screen lock

Status in Unity:
  Fix Released
Status in Unity 7.1 series:
  Fix Released
Status in compiz-plugins-main package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I run a dual monitor configuration, with one portrait and one
  landscape.

  I nearly always have multiple applications open in multiple windows
  across both monitors and all virtual desktops.

  When I lock the screen and then unlock, my application windows will
  move from their original position.

  Sometimes they are in completely random positions;

  Other times they seem to get the monitors confused, and rather than
  being in the top half of the portrait monitor they are on the top half
  of the landscape monitor;

  Sometimes it is only a new desktop, but the monitor position is the
  same;

  Sometimes it is the same desktop, but on the other monitor.

  Description:  Ubuntu 13.10
  Release:  13.10

  What I expect to happen: When I unlock my computer, all the windows
  are in the same position on the same monitor and desktop as I left
  them.

  What actually happens: When I unlock my computer, some or all of the
  windows have been changed to a random position on a random monitor
  and/or desktop.

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

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