Re: [Desktop-packages] [Bug 1875240] Re: vbetool: mmap /dev/zero: Operation not permitted Failed to initialise LRMI (Linux Real-Mode Interface).

2020-04-28 Thread Paul Sladen
To assist with debugging please try both of these options
(individually) from a clean state:

(a) sudo mount -o remount,exec /dev

(b) sudo setsebool -P mmap_low_allowed

(ie. boot, test, reboot, test the other).

Do either of those work?

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

Title:
  vbetool: mmap /dev/zero: Operation not permitted
  Failed to initialise LRMI (Linux Real-Mode Interface).

Status in vbetool package in Ubuntu:
  New

Bug description:
  Upgrade from 18.04 to 20.04

  As root.

  mmap /dev/zero: Operation not permitted
  Failed to initialise LRMI (Linux Real-Mode Interface).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: vbetool 1.1-4
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Apr 26 15:20:56 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: vbetool
  UpgradeStatus: Upgraded to focal on 2020-04-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vbetool/+bug/1875240/+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 1512111] Re: "Ubuntu Light" font has heavier weight than "Ubuntu"

2018-01-22 Thread Paul Sladen
The valid CSS would be:

  font-weight: lighter;

In the case of explicitly wanting "Ubuntu Light", once everything is
fixed, the CSS access will hopefully be just:

  font-family: "Ubuntu";
  font-weight: 300;

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

Title:
  "Ubuntu Light" font has heavier weight than "Ubuntu"

Status in One Hundred Papercuts:
  In Progress
Status in Ubuntu Font Family:
  In Progress
Status in chromium-browser package in Ubuntu:
  New
Status in ubuntu-font-family-sources package in Ubuntu:
  In Progress
Status in ubuntu-font-family-sources source package in Wily:
  Triaged

Bug description:
  After upgrading from Vivid to Wily, pages using the "Ubuntu light" font 
actually renders with a weight heavier than the regular one in web pages.
  This happens with Chrome/Chromium and also the Ubuntu browser.

  After manually reinstalling the 0.80-0ubuntu6 version from Vivid (in
  place of 0.83-0ubuntu1), the issue is fixed.

  See the attached screenshot showing the result seen browing
  https://www.google.com/fonts#UsePlace:use/Collection:Ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ttf-ubuntu-font-family 0.83-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Nov  1 17:55:19 2015
  Dependencies:

  InstallationDate: Installed on 2014-10-14 (382 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  PackageArchitecture: all
  SourcePackage: ubuntu-font-family-sources
  UpgradeStatus: Upgraded to wily on 2015-10-31 (0 days ago)

  IMPACT: Ubuntu Light font renders incorrectly for all 15.10 users
  which impacts the usability and visual design.

  The new version of font package (0.831) corrects the relationship
  between Light and Medium weight to follow the commonly used naming
  standards:

  Ubuntu Light  Light   Light Italic
  UbuntuRegular Italic  BoldBold Italic
  Ubuntu Medium Medium  Medium Italic   
  Ubuntu Condensed  Regular 
  Ubuntu Mono   Regular Italic  BoldBold Italic

  TEST CASE: in 15.10, go to
  https://www.google.com/fonts#UsePlace:use/Collection:Ubuntu

  If the Light weight renders heavier than Normal weight, the bug is in
  place

  REGRESSION POTENTIAL

  0.831 was tested by manually running in 15.10 and no regression was
  noticed, while the bug was fixed. The potential for regression is
  small.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1512111/+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 1599775] Re: "low-graphics mode" in VirtualBox guest, but X server running

2016-07-13 Thread Paul Sladen
This changeset was applied upstream:

https://www.virtualbox.org/changeset/62201/vbox/trunk/src/VBox/Additions/common/crOpenGL/egl.c

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

Title:
  "low-graphics mode" in VirtualBox guest, but X server running

Status in lightdm package in Ubuntu:
  New

Bug description:
  I sometimes get the "low-graphics mode" message when starting an
  Ubuntu 16.04 virtual machine inside of VirtualBox (current development
  code trunk, somewhere past version 5.1 beta 3 and a debug build).
  When I switch to VT-7 I find the X server running without any visible
  issues (I am the upstream developer of the guest graphics drivers, so
  I have a reasonable but not infallible understanding of the X server).

  The virtual machine has Guest Additions installed, same vintage and
  also a debug build.  Two screens are enabled as is 3D acceleration.
  The host system is also Ubuntu 16.04.  I am still trying to work out
  what triggers the message, but in my last attempts a cold boot failed
  to produce it, while a clean reboot did, but only when the host system
  was not under load (under load as in building VirtualBox).

  Searching the lightdm log files led me to the message "CRITICAL **:
  session_get_login1_session_id: assertion 'session != NULL' failed",
  which in turn led me to this similar-looking Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814760

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  7 10:49:27 2016
  InstallationDate: Installed on 2016-06-08 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

  IRC discussion at:

https://irclogs.ubuntu.com/2016/07/07/%23ubuntu-devel.html#t07:52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1599775/+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 1599775] Re: "low-graphics mode" in VirtualBox guest, but X server running

2016-07-12 Thread Paul Sladen
Further discussion at:

  https://irclogs.ubuntu.com/2016/07/12/%23ubuntu-devel.html#t15:20

with a pointer to:

https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Additions/common/crOpenGL/egl.c#L136

And side-discussion of possible better ways of how to detect client GL
vs. server GL, which at the moment is using:

  getenv("DISPLAY") != NULL

and a quick look into how the Nvidia driver packaging is handling this
in postinst using:

  update-alternatives --force --install /etc/ld.so.conf.d/x86_64-linux-
gnu_GL.conf x86_64-linux-gnu_gl_conf /usr/lib/nvidia-361/ld.so.conf 8604

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

Title:
  "low-graphics mode" in VirtualBox guest, but X server running

Status in lightdm package in Ubuntu:
  New

Bug description:
  I sometimes get the "low-graphics mode" message when starting an
  Ubuntu 16.04 virtual machine inside of VirtualBox (current development
  code trunk, somewhere past version 5.1 beta 3 and a debug build).
  When I switch to VT-7 I find the X server running without any visible
  issues (I am the upstream developer of the guest graphics drivers, so
  I have a reasonable but not infallible understanding of the X server).

  The virtual machine has Guest Additions installed, same vintage and
  also a debug build.  Two screens are enabled as is 3D acceleration.
  The host system is also Ubuntu 16.04.  I am still trying to work out
  what triggers the message, but in my last attempts a cold boot failed
  to produce it, while a clean reboot did, but only when the host system
  was not under load (under load as in building VirtualBox).

  Searching the lightdm log files led me to the message "CRITICAL **:
  session_get_login1_session_id: assertion 'session != NULL' failed",
  which in turn led me to this similar-looking Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814760

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  7 10:49:27 2016
  InstallationDate: Installed on 2016-06-08 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

  IRC discussion at:

https://irclogs.ubuntu.com/2016/07/07/%23ubuntu-devel.html#t07:52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1599775/+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 1599775] Re: "low-graphics mode" in VirtualBox guest, but X server running

2016-07-08 Thread Paul Sladen
@ellisistfroh: I cannot see anything in the lightdm (1.18.2-0ubuntu1)
changelog to suggest that it might have addressed this issue.

@michael-thayer: thank you for spending the extra time to confirm that
lightdm (1.18.2-0ubuntu1) is still affected.

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

Title:
  "low-graphics mode" in VirtualBox guest, but X server running

Status in lightdm package in Ubuntu:
  New

Bug description:
  I sometimes get the "low-graphics mode" message when starting an
  Ubuntu 16.04 virtual machine inside of VirtualBox (current development
  code trunk, somewhere past version 5.1 beta 3 and a debug build).
  When I switch to VT-7 I find the X server running without any visible
  issues (I am the upstream developer of the guest graphics drivers, so
  I have a reasonable but not infallible understanding of the X server).

  The virtual machine has Guest Additions installed, same vintage and
  also a debug build.  Two screens are enabled as is 3D acceleration.
  The host system is also Ubuntu 16.04.  I am still trying to work out
  what triggers the message, but in my last attempts a cold boot failed
  to produce it, while a clean reboot did, but only when the host system
  was not under load (under load as in building VirtualBox).

  Searching the lightdm log files led me to the message "CRITICAL **:
  session_get_login1_session_id: assertion 'session != NULL' failed",
  which in turn led me to this similar-looking Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814760

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  7 10:49:27 2016
  InstallationDate: Installed on 2016-06-08 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

  IRC discussion at:

https://irclogs.ubuntu.com/2016/07/07/%23ubuntu-devel.html#t07:52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1599775/+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 1599775] Re: "low-graphics mode" in VirtualBox guest, but X server running

2016-07-07 Thread Paul Sladen
** Description changed:

  I sometimes get the "low-graphics mode" message when starting an Ubuntu
  16.04 virtual machine inside of VirtualBox (current development code
  trunk, somewhere past version 5.1 beta 3 and a debug build).  When I
  switch to VT-7 I find the X server running without any visible issues (I
  am the upstream developer of the guest graphics drivers, so I have a
  reasonable but not infallible understanding of the X server).
  
  The virtual machine has Guest Additions installed, same vintage and also
  a debug build.  Two screens are enabled as is 3D acceleration.  The host
  system is also Ubuntu 16.04.  I am still trying to work out what
  triggers the message, but in my last attempts a cold boot failed to
  produce it, while a clean reboot did, but only when the host system was
  not under load (under load as in building VirtualBox).
  
  Searching the lightdm log files led me to the message "CRITICAL **:
  session_get_login1_session_id: assertion 'session != NULL' failed",
  which in turn led me to this similar-looking Debian bug:
  
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814760
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  7 10:49:27 2016
  InstallationDate: Installed on 2016-06-08 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ IRC discussion at:
+ 
+   https://irclogs.ubuntu.com/2016/07/07/%23ubuntu-devel.html#t07:52

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

Title:
  "low-graphics mode" in VirtualBox guest, but X server running

Status in lightdm package in Ubuntu:
  New

Bug description:
  I sometimes get the "low-graphics mode" message when starting an
  Ubuntu 16.04 virtual machine inside of VirtualBox (current development
  code trunk, somewhere past version 5.1 beta 3 and a debug build).
  When I switch to VT-7 I find the X server running without any visible
  issues (I am the upstream developer of the guest graphics drivers, so
  I have a reasonable but not infallible understanding of the X server).

  The virtual machine has Guest Additions installed, same vintage and
  also a debug build.  Two screens are enabled as is 3D acceleration.
  The host system is also Ubuntu 16.04.  I am still trying to work out
  what triggers the message, but in my last attempts a cold boot failed
  to produce it, while a clean reboot did, but only when the host system
  was not under load (under load as in building VirtualBox).

  Searching the lightdm log files led me to the message "CRITICAL **:
  session_get_login1_session_id: assertion 'session != NULL' failed",
  which in turn led me to this similar-looking Debian bug:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814760

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul  7 10:49:27 2016
  InstallationDate: Installed on 2016-06-08 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

  IRC discussion at:

https://irclogs.ubuntu.com/2016/07/07/%23ubuntu-devel.html#t07:52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1599775/+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 1379960] Re: Menu interaction in fully maximised window causes the next click on the title bar to restore the window (after 2^31ms of uptime)

2015-05-22 Thread Paul Sladen
Simon: excellent work.  I have a particular fondness for reading the
write-ups on this time of bug.  It reminds me a little of the infamous
Doesn't print on Tuesdays (bug #248619).

Once again, kudos to gradually narrowing down how to replicate it, then
finding it and finally offering the patch.

** Changed in: nux
   Status: New = Confirmed

** Package changed: unity (Ubuntu) = nux (Ubuntu)

** Changed in: nux (Ubuntu)
   Status: New = Confirmed

** Changed in: nux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Menu interaction in fully maximised window causes the next click on
  the title bar to restore the window (after 2^31ms of uptime)

Status in Compiz:
  New
Status in Nux:
  Confirmed
Status in Unity:
  New
Status in nux package in Ubuntu:
  Confirmed

Bug description:
  (Using the Terminal window as an example)
  1. Open a Terminal window
  2. Maximise a window fully so that its title bar and menu share the top Unity 
panel
  3. Click the View menu (the menu opens)
  4. Click the Search menu (the View menu closes)
  5. Click anywhere on the title bar
  6. The window restores to non-maximised size

  It shouldn't do this, only a double-click should restore the window.

  Alternative ways to trigger it:
  3. Click the Terminal menu
  4. Click the Reset option
  5. Click  anywhere on the title bar

  3. Click the Terminal menu
  4. Click inside the main area of the application
  5. Click anywhere on the title bar

  It looks like something is going wrong with the double-click detection
  when a menu is opened and then closed.

  Version: Ubuntu 14.04.1
  unity 7.2.2+14.04.20140714-0ubuntu1.1
  xorg 1:7.7+1ubuntu8

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1379960/+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 1248351] Re: Common Dutch US international not available

2013-11-05 Thread Paul Sladen
** Summary changed:

- English US international not behaving as expected.
+ Common Dutch US international not available

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

Title:
  Common Dutch US international not available

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  In System Settings-Keyboard Layouts-Add the following Dutch layouts
  are available:

Dutch
Dutch (Macintosh)
Dutch (standard)
Dutch (Sun dead keys)

  None of these are the common layout that Dutch users coming from MS
  Windows may have used.  The Dutch (Macintosh) layout is close, but
  differs in the dead-keys configuration.  Over the years, other users
  have observed the same issue:

Add a Dutch (US international with dead keys) layout.

  Ideally a Dutch (US international with dead keys) layout should be
  added to 'xkb-data' so that users can view it.  Note that the
  available layouts available on the console differ from those available
  under the GUI.

  The dead keycombinations not working as expected are:

   1. I'm becomes Iḿ.

  (other combinations to follow).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1248351/+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 1248351] Re: Common Dutch US international not available

2013-11-05 Thread Paul Sladen
** Description changed:

- Problem:
- Dead keycombinations not working as expected, for example I'm becomes Iḿ.
- Adding a spreadsheet with every dead keycombination that doesn't work as 
expected (expected output included).
+ In System Settings-Keyboard Layouts-Add the following Dutch layouts
+ are available:
  
- Solution:
- Add a Dutch (US international with dead keys) layout.
+   Dutch
+   Dutch (Macintosh)
+   Dutch (standard)
+   Dutch (Sun dead keys)
+ 
+ None of these are the common layout that Dutch users coming from MS
+ Windows may have used.  The Dutch (Macintosh) layout is close, but
+ differs in the dead-keys configuration.  Over the years, other users
+ have observed the same issue:
+ 
+   Add a Dutch (US international with dead keys) layout.
+ 
+ Ideally a Dutch (US international with dead keys) layout should be
+ added to 'xkb-data' so that users can view it.  Note that the available
+ layouts available on the console differ from those available under the
+ GUI.
+ 
+ The dead keycombinations not working as expected are:
+ 
+  1. I'm becomes Iḿ.
+ 
+ (other combinations to follow).

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

Title:
  Common Dutch US international not available

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  In System Settings-Keyboard Layouts-Add the following Dutch layouts
  are available:

Dutch
Dutch (Macintosh)
Dutch (standard)
Dutch (Sun dead keys)

  None of these are the common layout that Dutch users coming from MS
  Windows may have used.  The Dutch (Macintosh) layout is close, but
  differs in the dead-keys configuration.  Over the years, other users
  have observed the same issue:

Add a Dutch (US international with dead keys) layout.

  Ideally a Dutch (US international with dead keys) layout should be
  added to 'xkb-data' so that users can view it.  Note that the
  available layouts available on the console differ from those available
  under the GUI.

  The dead keycombinations not working as expected are:

   1. I'm becomes Iḿ.

  (other combinations to follow).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1248351/+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 1161840] Re: DOES NOT GO TO ELEVEN

2013-03-29 Thread Paul Sladen
NOPE, VOLUME KEYS HAVE ALWAYS BEEN ALWAYS RELATIVE (CAPPED AT) 100% WHEN
GOING UP.

** Package changed: unity (Ubuntu) = gnome-settings-daemon (Ubuntu)

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

Title:
  DOES NOT GO TO ELEVEN

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  SOMETIMES, YOU NEED SOMETHING A LITTLE MORE OVER THE TOP. SOUND
  SETTINGS IS AWSOME AND LETS YOU INCREASE THE VOLUME TO OVER 100%, BUT
  THE MULTI MEDIA KEYS AND UNITY VOLUME CONTROL ARE PARTY KILLERS. WITH
  THE UNITY VOLUME CONTROL YOU CAN LOWER YOUR VOLUME BACK DOWN SO YOUR
  NEIGHBOURS CAN HEAR YOU YELLING BACK AT THEM, BUT WHEN YOU CRANK IT
  BACK UP IT STOPS AT AN EASY LISTENING 100%. I THINK BEFORE RARING THE
  UNITY VOLUME CONTROL WAS RELATIVE TO THE SOUND SETTINGS VALUE INSTEAD
  OF BEING FIXED FROM 1-100%.

  \m/ -_- \m/

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily13.03.25.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Mar 29 18:25:39 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-02-26 (31 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130225)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1161840/+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 1083333] Re: Need greeter 13.04 logo asset

2013-01-15 Thread Paul Sladen
For anyone wondering, Xi's PNG is correct and is white-on-white;  the
white text is solid/opaque and the white background is transparent.  The
text reads ubuntu^ 13.04.

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

Title:
  Need greeter 13.04 logo asset

Status in Ayatana Design:
  Incomplete
Status in Unity Greeter:
  Triaged
Status in “unity-greeter” package in Ubuntu:
  Triaged

Bug description:
  The raring login screen still shows 12.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/108/+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 1016824] Re: Ubuntu wallpapers are low quality (low resolution, JPEG artefacts, noise)

2013-01-09 Thread Paul Sladen
Marking as Fixed, as the core issue of size restrictions leading to
high-compression is hopefully resolved.

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

Title:
  Ubuntu wallpapers are low quality (low resolution, JPEG artefacts,
  noise)

Status in Ayatana Design:
  Fix Released
Status in Ubuntu Wallpapers:
  Fix Released
Status in “ubuntu-wallpapers” package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu wallpapers are low quality. They often are low resolution, have
  JPEG artefacts and/or visible noise. This degrades the quality feel of
  the desktop itself.

  The low resolution is self explanatory. Many people use a monitor
  resolution that is 1920 pixels wide. This should be easy to support as
  even the lowest quality digital camera is higher resolution than that.
  By comparison, gnome-backgrounds uses mostly 2560x1600 or 1920x1200.

  Often JPEG artefacts are visible in areas of very slight gradation.
  Though in precise I think there is a bigger problem with noise.
  Neither of these should be visible on the desktop. Please increase the
  JPEG encoding quality, and the image smoothness before that.

  Compare ubuntu-wallpapers with those from gnome-backgrounds. Though
  gnome-backgrounds are not great quality either, they are far better
  prepared than ubuntu-wallpapers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1016824/+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 1016824] Re: Ubuntu wallpapers are low quality (low resolution, JPEG artefacts, noise)

2013-01-09 Thread Paul Sladen
Hello Daniel; thank you for the comment.  While the point about
dithering may be valid different issue though; one of style/technical
choices; rather than of JPEG compression.  Would you be able to file it
as a new, separate issue, if you'd still like to follow it up?

** Changed in: ayatana-design
   Status: New = Fix Released

** Changed in: ubuntu-branding
   Status: New = Fix Released

** Changed in: ubuntu-wallpapers (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Ubuntu wallpapers are low quality (low resolution, JPEG artefacts,
  noise)

Status in Ayatana Design:
  Fix Released
Status in Ubuntu Wallpapers:
  Fix Released
Status in “ubuntu-wallpapers” package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu wallpapers are low quality. They often are low resolution, have
  JPEG artefacts and/or visible noise. This degrades the quality feel of
  the desktop itself.

  The low resolution is self explanatory. Many people use a monitor
  resolution that is 1920 pixels wide. This should be easy to support as
  even the lowest quality digital camera is higher resolution than that.
  By comparison, gnome-backgrounds uses mostly 2560x1600 or 1920x1200.

  Often JPEG artefacts are visible in areas of very slight gradation.
  Though in precise I think there is a bigger problem with noise.
  Neither of these should be visible on the desktop. Please increase the
  JPEG encoding quality, and the image smoothness before that.

  Compare ubuntu-wallpapers with those from gnome-backgrounds. Though
  gnome-backgrounds are not great quality either, they are far better
  prepared than ubuntu-wallpapers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1016824/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-12-19 Thread Paul Sladen
** Changed in: gnome-terminal (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: command-not-found (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: ayatana-design
   Status: Incomplete = Invalid

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-12-19 Thread Paul Sladen
Stephen: It's not really ideal, but I can try shunting it around to
increase the likelihood of a 60-day time out happening.  I'd welcome any
more-ideal solutions/suggestions if somebody can make them.  I have a
feeling that Launchpad used to have a null project for shunting
miscellaneous items too.  (If all else fails I'm happy to move it to
ubuntu-branding, where it'll still be on my watchlist, but not on
other people's to such a degree).

** No longer affects: command-not-found (Ubuntu)

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

** Project changed: ayatana-design = command-not-found

** Project changed: command-not-found = command-not-found (Ubuntu)

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

Title:
  grep -R doesn't automatically search amazon

Status in “command-not-found” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-12-18 Thread Paul Sladen
Sergei: go for it!  It should be possible to do something with the
machine's webcam and Processing:

  http://processing.org/

plus some OCR. The search domain could be kept smaller by cross-
referencing potential CD/Album title matches with FreeDB to look up the
contents of a CD once you have the initial name match.  Or perhaps
initially ask the user to wave the album barcode to the computer.

A 'unity-physical-bookshelf-lens' sounds a very interesting possibility
with lots of opportunity for RD into how centralised search could fit
with enabling the user to find information more easily.

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-11-09 Thread Paul Sladen
** Changed in: ayatana-design
   Status: Confirmed = Opinion

** Changed in: command-not-found (Ubuntu)
   Status: Confirmed = Opinion

** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Opinion
Status in “command-not-found” package in Ubuntu:
  Opinion
Status in “gnome-terminal” package in Ubuntu:
  Opinion

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-10-09 Thread Paul Sladen
** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: command-not-found (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: ayatana-design
   Status: Confirmed = Invalid

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1063336] Re: Should Recommends: usb-modeswitch-data

2012-10-07 Thread Paul Sladen
Groovy.  Shall make it Invalid then.  (Filed it as a mental placeholder
because of debugging and finding a machine without -data installed;  I
guess the question is how it got into that state, but that's a question
for another day).

** Changed in: usb-modeswitch (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Should Recommends: usb-modeswitch-data

Status in “usb-modeswitch” package in Ubuntu:
  Invalid

Bug description:
  'usb_modeswitch' is much more functional if it has some data files.
  Ideally it should:

Recommends: usb-modeswitch-data

  so that these get installed automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1063336/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-10-02 Thread Paul Sladen
@Joseph Wynn: yes you are able to check and help with triaging.  There
are many bugs out there were help with triaging would be a very useful
contribution to helping to make Ubuntu better.

** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: command-not-found (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: ayatana-design
   Status: Confirmed = Invalid

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1034488] Re: Rename Aeroplane mode to Flight mode

2012-10-01 Thread Paul Sladen
** Summary changed:

- Rename Aeroplane mode
+ Rename Aeroplane mode to Flight mode

** Also affects: network-manager-applet (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Rename Aeroplane mode to Flight mode

Status in Ayatana Design:
  New
Status in “network-manager-applet” package in Ubuntu:
  New

Bug description:
  In network settings, the toggle to turn on/off radios when you are on
  a plane is titled Aeroplane mode which is the British-English
  spelling (  http://en.wikipedia.org/wiki/Aeroplane_(disambiguation)
  ). The US-English would be Airplane mode.

  Aeroplane mode feels overly traditional, and has been replaced
  largely on devices with Flight mode, which is also more accurate as
  it is the flying that is the problem, not just being on a plane (e.g.
  when the plane is not moving you are allowed to use device radios).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1034488/+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 1034488] Re: Rename Aeroplane mode to Flight mode

2012-10-01 Thread Paul Sladen
** Package changed: network-manager-applet (Ubuntu) = gnome-control-
center (Ubuntu)

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

Title:
  Rename Aeroplane mode to Flight mode

Status in Ayatana Design:
  Fix Committed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  In network settings, the toggle to turn on/off radios when you are on
  a plane is titled Aeroplane mode which is the British-English
  spelling (  http://en.wikipedia.org/wiki/Aeroplane_(disambiguation)
  ). The US-English would be Airplane mode.

  Aeroplane mode feels overly traditional, and has been replaced
  largely on devices with Flight mode, which is also more accurate as
  it is the flying that is the problem, not just being on a plane (e.g.
  when the plane is not moving you are allowed to use device radios).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1034488/+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 1034488] Re: Rename Aeroplane mode to Flight mode

2012-10-01 Thread Paul Sladen
gnome-control-center/panels/network/cc-network-panel.c:

   3364 /* TRANSLATORS: this is to disable the radio hardware in the
   3365  * network panel */
   3366 widget = gtk_label_new (_(Airplane Mode));

the bug specifically mentioned the en-GB translation; but I presume the
intention would be change to change the base C string to also be Flight
Mode.  There are 53 other translations of this string:

  grep -A1 'Airplane Mode' gnome-control-center po/*.po | grep msgstr 
airplane-mode-translations.txt

or is this generally about each locale should be changed to use the
pseudo-industry-standard term in that locale?

** Attachment added: airplane-mode-translations.txt
   
https://bugs.launchpad.net/ayatana-design/+bug/1034488/+attachment/3362298/+files/airplane-mode-translations.txt

** Changed in: ayatana-design
   Status: Fix Committed = Incomplete

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  Rename Aeroplane mode to Flight mode

Status in Ayatana Design:
  Incomplete
Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  In network settings, the toggle to turn on/off radios when you are on
  a plane is titled Aeroplane mode which is the British-English
  spelling (  http://en.wikipedia.org/wiki/Aeroplane_(disambiguation)
  ). The US-English would be Airplane mode.

  Aeroplane mode feels overly traditional, and has been replaced
  largely on devices with Flight mode, which is also more accurate as
  it is the flying that is the problem, not just being on a plane (e.g.
  when the plane is not moving you are allowed to use device radios).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1034488/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-28 Thread Paul Sladen
@bjd: Yes, absolutely, it sounds a bit like:

  Wii

the most popular, and most widely used consumer gaming system, in many
more homes, which is out there displacing the competing products from
large multinationals such as Microsoft and Sony.

In fact, very much like where Ubuntu wants to be!

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-28 Thread Paul Sladen
@Toni: A printing advert (for Ubuntu) sounds like an excellent idea!  It
would allow people to easily share their love of Ubuntu with their
friends and colleagues who are interested.  A few months back a new test
page was designed for Ubuntu in response to suggestions by Nick Ellery
et al:

  http://design.canonical.com/2012/03/printer-test-page/

But yes, perhaps there's the opportunity to include /more useful/
advertising in some of the space on the test page.  Perhaps you could do
a mock-up and post it here on this bug report for others to give
feedback on?

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1054204] Re: Libreoffice chooses incorrect font weight

2012-09-27 Thread Paul Sladen
In broad terms there is the simple metadata (fontname + boolean for
italic + boolean for bold);  and there is the complex metadata (name,
family name, numerical slant, numerical weight, …).  Various
applications; including FontConfig IIRC makes errornous presumptions
when mixing those.

Now, from a UFF PoV, we may have to change the mapping method to cope
with certain software like MSIE; but that would none-the-less still
leave the handling of separate metadatas broken.  The only string that
is /supposed/ to be globally unique is the Postscript Name; which
OpenType and CSS mandate, and which Fontconfig currently junks:

  https://bugs.freedesktop.org/show_bug.cgi?format=multipleid=38737

Adding that to FontConfig as an available matching spec would at least
allow debugging by canonically knowing what you're getting.

** Bug watch added: freedesktop.org Bugzilla #38737
   https://bugs.freedesktop.org/show_bug.cgi?id=38737

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

Title:
  Libreoffice chooses incorrect font weight

Status in Ubuntu Font Family:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Confirmed
Status in “ubuntu-font-family-sources” package in Ubuntu:
  Confirmed
Status in “libreoffice” source package in Quantal:
  Confirmed
Status in “ubuntu-font-family-sources” source package in Quantal:
  Confirmed

Bug description:
  How to fix the problem:

  See comments on wrong Ubuntu Light font family being specified in
  the information of Ubuntu-M.ttf.

  You can fix the problem manually by installing fontforge program,
  going to Open dialog, navigating in it to /usr/share/fonts/truetype
  /ubuntu-font-family/ and opening Ubuntu-M.ttf. In Element - Font
  Info, you can fix the family on the first page, and then export the
  font with File - Generate Fonts, selecting the type TrueType. Save
  to somewhere in your home folder first, accept the warnings, then in a
  terminal window / command line type:

  sudo mv Ubuntu-M.ttf /usr/share/fonts/truetype/ubuntu-font-family
  sudo dpkg-reconfigure fontconfig

  Attached to this bug report is also a branch of the Ubuntu packaging
  that includes this manually modified Ubuntu-M.ttf, since the sources
  seem not to be editable with free tools.

  
  Original description:

  After installing the Ubuntu Font 0.80-0ubuntu3+console from quantal I
  have the added Medium font weight:-

  /usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-B.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-RI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-MI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-LI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-RI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-M.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-BI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-L.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-C.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-BI.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-R.ttf
  /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf

  If I install this font and choose Ubuntu Light in LibreOffice, it
  actually picks the Medium font weight. If I remove the medium font
  weight files and restart LibreOffice it chooses the right weight
  again. It seems related to bug 744812.

  Screenshots show the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libreoffice-writer 1:3.6.1~rc2-1ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  Date: Fri Sep 21 17:34:30 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/1054204/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-26 Thread Paul Sladen
@Leo: Yes, you /can/ request backup of your data in case you loose
[sic] your files, by enabling Ubuntu One:

  https://one.ubuntu.com/

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid
Status in “grep” package in Debian:
  New

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1053653] Re: Capitalization of Ubuntu

2012-09-26 Thread Paul Sladen
Or better still, have this actually report the output of:

  lsb_release -d -s

(see also 'lsb_release -a').

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

Title:
  Capitalization of Ubuntu

Status in Ubuntu Branding:
  New
Status in “gnome-control-center” package in Ubuntu:
  Invalid

Bug description:
  In about this Computer ubuntu is spelled with a small u.
  In all other places that is big...

  Will attach a screenshot soon.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu15
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  Date: Thu Sep 20 22:46:40 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to quantal on 2012-08-02 (48 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup23.92-0ubuntu1
   gnome-control-center-signon 0.0.17-0ubuntu1
   indicator-datetime  12.10.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-branding/+bug/1053653/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-26 Thread Paul Sladen
@Benjamin Kerensa: Regarding the could generate ascii versions of the
Amazon Product Images idea, this would already be possible to do
without needing to convert to ASCII art.  The text-browser 'w3m' can
display image overlays when running inside 'xterm', see the screenshots
halfway down:

  http://www.howtogeek.com/103574/how-to-browse-from-the-linux-terminal-
with-w3m/

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Confirmed
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid
Status in “grep” package in Debian:
  New

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-26 Thread Paul Sladen
** Changed in: ayatana-design
   Status: Confirmed = Invalid

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-26 Thread Paul Sladen
** Package changed: grep (Debian) = grep (Ubuntu)

** No longer affects: grep (Ubuntu)

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 1053653] Re: Capitalization of Ubuntu

2012-09-26 Thread Paul Sladen
If this supposed to be the stacked version of the Ubuntu logo, it is not
on-brand anyway:

  * The proportions are incorrect
  * the tracking (spacing) of the letters forming Ubuntu appears to be in 
correct

seb128: where is the image that is being used?  Is it just the circle-
of-friends, or the whole image?

** Changed in: ubuntu-branding
   Status: New = Confirmed

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

Title:
  Capitalization of Ubuntu

Status in Ubuntu Branding:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Invalid

Bug description:
  In about this Computer ubuntu is spelled with a small u.
  In all other places that is big...

  Will attach a screenshot soon.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu15
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  Date: Thu Sep 20 22:46:40 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120331)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to quantal on 2012-08-02 (48 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup23.92-0ubuntu1
   gnome-control-center-signon 0.0.17-0ubuntu1
   indicator-datetime  12.10.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-branding/+bug/1053653/+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 1055766] Re: grep -R doesn't automatically search amazon

2012-09-25 Thread Paul Sladen
akeane: if you'd be happy to pinpoint this request to specifically focus
on requesting surfacing of the 'unity-lens-applications' backend output
via 'command-not-found', I'd be happy to help you do that.  (At the
moment, it's a bit hard to do much else as a very useful idea at the
centre is diluted).

Of course, yes, the other way is to describe what you're after with a
patch, and we can focus the bug report on exactly what the patch is
trying to perform.

** Changed in: ayatana-design
   Status: Opinion = Invalid

** Changed in: command-not-found (Ubuntu)
   Status: Opinion = Invalid

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

Title:
  grep -R doesn't automatically search amazon

Status in Ayatana Design:
  Invalid
Status in “command-not-found” package in Ubuntu:
  Invalid
Status in “gnome-terminal” package in Ubuntu:
  Invalid

Bug description:
  Dear root owning overlords,

  When using grep recursively I only get local results:

  grep -R fish_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct fish_t {
  /home/noob/fish_game/fish.c: struct fish_t eric_the_ fish;

  or worse:

  grep -R shark_t  /home/noob/fish_game/*

  /home/noob/fish_game/fish.h: struct shark_t {
  /home/noob/fish_game/fish.c: struct shark_t_t mark_sw;

  I declare this a bug for two reasons:

  1. The output is boring.
  2. The terminal has more than 2 lines!!!  It's an unefficient use of my 
screenspace.

  I believe the reason for this is that the grep command only searches
  locally for things I am actually looking for, I kind of expect the
  results I get from my codebase and as such it removes any sense of
  mystery or something new and exciting to spice up my dull geek
  existence. That's boring, grep -R should also search amazon, so I get
  more exciting results such as:

  Shark Season 1 Starring Steven Eckholdt, Nora Dunn, Patrick Fabian, et al.
  Amazon Instant Video
  to buy episodes: $1.99
  to buy season: $34.99 ($1.59 per episode)

  Watch instantly on your PC, Mac, compatible TV or device.
  2.
  Product Details
  See Color  Size Options
  NHL San Jose Sharks Primary Logo T-Shirt Men's by Reebok
  $16.95 - $19.99

  new from $16.95
  (1)
  Eligible for FREE Super Saver Shipping.
  3.
  Product Details
  See Size Options
  Shark Week Girls T-Shirt by Hot Topic
  $22.50

  See all 9,755 results

  struct shark_t  (See all 1,583 results)
  1.
  Product Details
  See Size Options
  D:fi D:struct Pliable Molding Creme by D:Fi
  $23.50 $17.05 ($11.37/100 g)

  new from $10.50
  Only 7 left in stock - order soon.
  (35)
  Eligible for FREE Super Saver Shipping.
  2.
  Product Details
   
  Take 'N' Play Anywhere Activities Activity Tin - Robo-struct by Patch Products
  $11.99 $8.77

  new from $3.99
  Order in the next 1 hour and get it by Tuesday, Sep 25.
  Only 12 left in stock - order soon.
  (1)
  Eligible for FREE Super Saver Shipping.
  Manufacturer recommended age: 4 - 9 Years
  3.
  Product Details
   
  d:fi d:struct 2.65 oz by AMERICAN CREW 

  This is less dull and also maximises the use of my terminal and hence
  increases my productivity.

  Please can you change the grep warez to have this feature, and just
  install it on my machine while I'm down the pub, after all you do
  erm, have root, so it should be easy for you to do :-)

  Thanks Ubuntu devs!!!

  Sent from my Unity device, (which is why it took several glacial ages
  and a couple of eras to get it done)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Mon Sep 24 22:20:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1055766/+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 535490] Re: some dialogs in rhythmbox use tooltip's background color and are unreadable

2012-04-30 Thread Paul Sladen
Won't Fix for Lucid updates are primarily for security-related updates.

** Changed in: light-themes (Ubuntu Lucid)
   Status: Triaged = Won't Fix

** Changed in: light-themes (Ubuntu Lucid)
 Assignee: Kenneth Wimer (kwwii) = (unassigned)

** Changed in: rhythmbox (Ubuntu Lucid)
   Status: Triaged = Won't Fix

** Changed in: light-themes (Ubuntu)
 Assignee: Kenneth Wimer (kwwii) = (unassigned)

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

Title:
  some dialogs in rhythmbox use tooltip's background color and are
  unreadable

Status in “light-themes” package in Ubuntu:
  Triaged
Status in “rhythmbox” package in Ubuntu:
  Fix Released
Status in “light-themes” source package in Lucid:
  Won't Fix
Status in “rhythmbox” source package in Lucid:
  Won't Fix

Bug description:
  Binary package hint: light-themes

  Rhythmbox uses GeditMessageArea which is old, custom widget (I guess from 
gedit ;) ) replaced in the recent GTK+ by GtkInfoBar. It doesn't support 
changing urgency of the message and uses background color which is the same as 
the one used in tooltips. On the new Ubuntu themes the background color for 
tooltips is aubergine so it is used by the rhythmbox - the effect is pretty bad 
as can be seen on the attached screenshot.
  Now it may be that the GeditMessageArea should be fixed to either don't get 
color from tooltip or to change font color based on the theme - I'm not sure 
though so the bug is reported against both packages for now.

  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: c796df2c03d28b45a22c8d1850f0e643
  CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
  Date: Wed Mar 10 04:17:49 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100201)
  Package: light-themes 0.1.5.6
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.24-generic-pae
  SourcePackage: light-themes
  Uname: Linux 2.6.32-16-generic-pae i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/535490/+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 753627] Re: LibreOffice needs an update of the Ubuntu color palette

2012-04-19 Thread Paul Sladen
Yikes, good catch there Björn!

I would drop the Ubuntu Text Grey and capitalise the rest +
lowercasing the hex numbers:

  White #ff
  Ubuntu Orange  #dd4814
  Ubuntu Warm Grey #aea79f
  Ubuntu Cool Grey #33
  Ubuntu Light Aubergine #77216f
  Ubuntu Mid Aubergine #5e2750
  Ubuntu Dark Aubergine #2c001e
  Canonical Aubergine #772953
  Black #00

All present and correct, yes.

** Changed in: ayatana-design
   Status: Confirmed = Fix Committed

** Changed in: libreoffice (Ubuntu)
   Status: New = Triaged

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libreoffice (Ubuntu)
Milestone: None = ubuntu-12.04

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

Title:
  LibreOffice needs an update of the Ubuntu color palette

Status in Ayatana Design:
  Fix Committed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: libreoffice

  Ubuntu orange   #ff6309
  Ubuntu yellow   #ffb515
  Ubuntu red   #c90016
  The brand identity has changed in the meantime.
  A proposal would be:

  Ubuntu orange  #DD4814
  Ubuntu light aubergine #77216F 
  Ubuntu mid aubergine #5E2750 
  Ubuntu dark aubergine #2C001E
  Ubuntu warm grey #AEA79F
  Ubuntu cool grey #33
  Ubuntu text grey #33

  from
  
http://design.canonical.com/brand/5.%20Ubuntu%20colour%20palettes%20and%20colour%20landscape.pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/753627/+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 969489] Re: lightdm tries (and fails) to start too early?

2012-04-16 Thread Paul Sladen
** Also affects: upstart
   Importance: Undecided
   Status: New

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

Title:
  lightdm tries (and fails) to start too early?

Status in Upstart:
  New
Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Sometimes lightdm comes up fine.  Other times it appears to fail.
  x-0.log shows it tried to load 'nv' (rather than 'nvidia' which is
  what actually exists).  When I then log into console and 'start
  lightdm', it comes up fine (on :1).

  I've not had it come up ok today, so I don't know if, when it comes up
  fine, it starts on :0.  No idea if the lightdm.conf needs a change to
  'start on'clause, or if this is just a case of a bad shipped config
  file (for module 'nv').

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 13:40:27 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120323)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/969489/+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 952314] [NEW] CMapCache::getCMap SEGV with 'Creusage_-_Tunnel_sous_la_Manche.pdf'

2012-03-11 Thread Paul Sladen
Public bug reported:

The following PDF reliably causes xpdf and Evince to crash/hang:

  http://www.gramme.be/unite9/pmwiki/uploads/PrGC0708/Creusage_-
_Tunnel_sous_la_Manche.pdf

Even when the file is split up into separate pages using 'pdftk burst',
all pages still cause the crash, including the smallest one at 11kB; the
crash is likely related to the loading of one of the embedded fonts.

Ideally even if Poppler can't handle a particular font, it should not
result in a crash.

** Affects: poppler
 Importance: Unknown
 Status: Unknown

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

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

Title:
  CMapCache::getCMap SEGV with 'Creusage_-_Tunnel_sous_la_Manche.pdf'

Status in Poppler:
  Unknown
Status in “poppler” package in Ubuntu:
  New

Bug description:
  The following PDF reliably causes xpdf and Evince to crash/hang:

http://www.gramme.be/unite9/pmwiki/uploads/PrGC0708/Creusage_-
  _Tunnel_sous_la_Manche.pdf

  Even when the file is split up into separate pages using 'pdftk
  burst', all pages still cause the crash, including the smallest one at
  11kB; the crash is likely related to the loading of one of the
  embedded fonts.

  Ideally even if Poppler can't handle a particular font, it should not
  result in a crash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/952314/+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 946754] Re: dnsmasq does not respect/watch '/etc/hosts' updates

2012-03-05 Thread Paul Sladen
(Workaround was introduced to Network Manager).

In the mean-time upstream are now looking at inotify support for
dnsmasq-2.61 to reduce the residual polling overhead in the longer-term
(will miss 2.60 as that's nearly out).

** Package changed: dnsmasq (Ubuntu) = network-manager (Ubuntu)

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

Title:
  dnsmasq does not respect/watch '/etc/hosts' updates

Status in “network-manager” package in Ubuntu:
  Fix Released

Bug description:
  Network Manager now fires up a dedicate dnsmaq process for DNS
  resolution.

  This dnsmasq process does not notice changes to '/etc/hosts',
  requiring one to jump through hops when this file is changed.

  Ideally dnsmasq should purge itself when '/etc/hosts' is changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/946754/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-03-01 Thread Paul Sladen
The key to testing (pardon the pun) is:

  gsettings set com.canonical.indicator.appmenu menu-mode locally-
integrated

the assets work in both themes per-se, though the code probably needs a
bit more work to cope with some of the edge cases.

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-29 Thread Paul Sladen
** Also affects: ubuntu-mono (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-29 Thread Paul Sladen
This will likely need a suitable pair of indicator icon(s) adding to
ubuntu-mono-{dark,light}.

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-29 Thread Paul Sladen
Redrawn as aligned SVG on the same 22-pixel grid so that it has a hope
of being maintainable.

** Attachment added: indicator-appmenu-menu-panel.svg
   
https://bugs.launchpad.net/compiz-core/+bug/931245/+attachment/2796079/+files/indicator-appmenu-menu-panel.svg

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-29 Thread Paul Sladen
Committed; I would prefer to be able to test it first, but I haven't
been able to get LIM working from the PPA yet (ppa:unity-
team/lim/ubuntu).

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 931004] [NEW] Frequent multi-second UI freezes with 11.0~b1+build1-0

2012-02-12 Thread Paul Sladen
Public bug reported:

Since the upgrade to firefox=11.0~b1+build1-0, there have been repeated
multi-second UI freezes/hangs in Firefox.  This can last anywhere from 5
seconds to 30 seconds, during which Firefox does not respond to mouse or
keyboard input.

Ideally the application should respond to user input within the HIG
limit of 100 milliseconds.

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

-- 
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/931004

Title:
  Frequent multi-second UI freezes with 11.0~b1+build1-0

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Since the upgrade to firefox=11.0~b1+build1-0, there have been
  repeated multi-second UI freezes/hangs in Firefox.  This can last
  anywhere from 5 seconds to 30 seconds, during which Firefox does not
  respond to mouse or keyboard input.

  Ideally the application should respond to user input within the HIG
  limit of 100 milliseconds.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931004/+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 828392] Re: light-themes don't display well in gnome-panel 3+

2012-02-11 Thread Paul Sladen
nb, this bug is referenced from:

  Ubuntu Classic, Now With Indicators
  http://jeremy.bicha.net/2012/02/11/ubuntu-classic-now-with-indicators/

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

Title:
  light-themes don't display well in gnome-panel 3+

Status in Desktop panel for GNOME:
  New
Status in The Unico Gtk+ Theming Engine:
  New
Status in “gnome-panel” package in Ubuntu:
  Triaged

Bug description:
  Please see the attached screenshots. Adwaita looks lovely in Gnome
  Fallback (aka Gnome Classic or gnome-panel) but Ambiance  Radiance do
  not blend right. It's probably worth looking at Adwaita's code to see
  what they do exactly to support Gnome Shell  Fallback. Perhaps light-
  themes uses too many hacks that don't all work well with the Gnome 3
  switch.

  This is a high priority as a decent amount of upgraders who will try
  to keep using Gnome Fallback even though little developer time is
  spent to keep it working. And since there is not an obvious way to
  change the theme in Gnome 3, they may not know that switching to
  Adwaita will improve the appearance, or know how to do that either.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: light-themes 0.1.8.21
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Wed Aug 17 18:21:31 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  PackageArchitecture: all
  SourcePackage: light-themes
  UpgradeStatus: Upgraded to oneiric on 2011-06-17 (61 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/828392/+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 921272] [NEW] Corrupt .desktop file

2012-01-24 Thread Paul Sladen
Public bug reported:

Updating software catalog...this may take a moment.
WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/deja-dup:deja-dup-ccpanel.desktop' could not be 
read correctly. The application associated with this file will not be included 
in the software catalog. Please consider raising a bug report for this issue 
with the maintainer of that application
Software catalog update was successful.

This might be because of the colon in the filename?

  /usr/share/app-install/desktop/deja-dup\:deja-dup-ccpanel.desktop

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: software-center (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Corrupt .desktop file

Status in “deja-dup” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  New

Bug description:
  Updating software catalog...this may take a moment.
  WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/deja-dup:deja-dup-ccpanel.desktop' could not be 
read correctly. The application associated with this file will not be included 
in the software catalog. Please consider raising a bug report for this issue 
with the maintainer of that application
  Software catalog update was successful.

  This might be because of the colon in the filename?

/usr/share/app-install/desktop/deja-dup\:deja-dup-ccpanel.desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/921272/+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 760879] Re: Window menu is hidden

2012-01-06 Thread Paul Sladen
** Description changed:

  LibreOffice has 9 menus: File, Edit, View, Insert, Format, Tools, Data,
  Window and Help. lo-menubar shows every menu entry but Window, rendering
  important actions such as Split and Freeze inaccessible.
+ 
+ See also bug #902646 (lo-menubar doesn't work with libreoffice-
+ startcenter).

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

Title:
  Window menu is hidden

Status in LibreOffice Menubar:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged
Status in “lo-menubar” package in Ubuntu:
  Triaged
Status in “libreoffice” source package in Precise:
  Triaged
Status in “lo-menubar” source package in Precise:
  Triaged

Bug description:
  LibreOffice has 9 menus: File, Edit, View, Insert, Format, Tools,
  Data, Window and Help. lo-menubar shows every menu entry but Window,
  rendering important actions such as Split and Freeze inaccessible.

  See also bug #902646 (lo-menubar doesn't work with libreoffice-
  startcenter).

To manage notifications about this bug go to:
https://bugs.launchpad.net/lo-menubar/+bug/760879/+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 912567] [NEW] Seed 'lo-menubar' integration when Libreoffice is seeded

2012-01-05 Thread Paul Sladen
Public bug reported:

Seed or otherwise ensure that 'lo-menubar' is installed whetever
'libreoffice-core' is installed; by seeding/recommending or some
combination thereof.

For comparision, the equivalent plugin ('firefox-globalmenu') is pulled
in as a Recommends: on the current 'firefox' package.

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

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Seed 'lo-menubar' integration when Libreoffice is seeded

Status in “libreoffice” package in Ubuntu:
  New
Status in “ubuntu-meta” package in Ubuntu:
  New

Bug description:
  Seed or otherwise ensure that 'lo-menubar' is installed whetever
  'libreoffice-core' is installed; by seeding/recommending or some
  combination thereof.

  For comparision, the equivalent plugin ('firefox-globalmenu') is
  pulled in as a Recommends: on the current 'firefox' package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/912567/+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 160311] Re: Resizing windows by grabbing window borders is difficult

2011-12-21 Thread Paul Sladen
Steve Flynn: are you on Unity 2D or Unity 3D?

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

Title:
  Resizing windows by grabbing window borders is difficult

Status in Ayatana Design:
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Released
Status in The Metacity Window Manager:
  In Progress
Status in Release Notes for Ubuntu:
  Fix Released
Status in Unity 2D:
  New
Status in “human-gtk-theme” package in Ubuntu:
  Invalid
Status in “light-themes” package in Ubuntu:
  Fix Released
Status in “metacity” package in Ubuntu:
  Fix Released
Status in “human-gtk-theme” source package in Maverick:
  Invalid
Status in “light-themes” source package in Maverick:
  Triaged
Status in “metacity” source package in Maverick:
  Triaged

Bug description:
  *
   No more comments needed 

  This should mostly be fixed for Natty and might get backported to
  earlier releases as well.

  *

  *Blueprint for Natty, Ubuntu 11.04:

  https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
  dx-n-resizing-windows

  Work items1 * Make sure the new resize grip fits in current applications; 
doesn't interfere with anything. We should make some noise about this during 
the Natty cycle so people keep their eyes open and file bugs.
  2 * Invisible window resize area - around 3px invisible area to allow resize 
on all sides.

  *

  Working grip backported to gtk2 already available in ppa :
  https://launchpad.net/~bratsche/+archive/gtk

  *

  Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
  theme-1.xml.  Set the following values in frame_geometry_normal as
  desired:

  distance name=left_width value=3/
  distance name=right_width value=3/
  distance name=bottom_height value=3/

  

  Binary package hint: metacity

  - The issue has been an issue for users (especially of large) screens
  for several releases- Trackpad users seem to be particularly impacted
  by this- The issue appears to have been significantly aggravated in
  Lucid by changing the border width from 3 pixels to 1 pixel

  The window borders in metacity are far too thin to be used for
  comfortable window resizing, and resize handles are not available in
  all applications (or even most). In fact, of all the windows I have
  open right now, not a single one of them has a resize handle. The
  result is that I get a lot of misses when I try to drag a window
  border, which usually results in my clicking on the wrong window
  altogether. The best fix for this usability bug is to create an
  invisible region around each non-maximized window about 4px thick
  that can be used for resizing (in addition to the visible border). Or
  perhaps there should be a border thickness option on the System 
  Preferences  Windows dialog (although the default thickness should
  still be increased considerably). Ideally all windows would also have
  a resize handle but I realize that these have to be application
  controlled (at least that seems to be the position of the metacity
  team).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+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 874265] Re: Launcher - remove the embossed 'home' image from the Nautilus Launcher icon

2011-12-06 Thread Paul Sladen
Pushed a one-line solution that simply changes the requested icon in the
distro-added 'nautilus-home.desktop', that is subsequently sourced by
Unity.  In the middle of debugging this, I also encountered a weird case
where the Launcher entry for 'nautilus-home' was dropped from the static
list of Launcher entries.  This mask list is stored by Unity in
gsettings; I had to reset the list to default with:

  gsettings reset com.canonical.Unity.Launcher favorites

which restored the full-set; currently:

  ['nautilus-home.desktop', 'firefox.desktop', 'libreoffice-
writer.desktop', 'libreoffice-calc.desktop', 'libreoffice-
impress.desktop', 'ubuntu-software-center.desktop', 'ubuntuone-
installer.desktop', 'gnome-control-center.desktop']

** Changed in: ubuntu-mono
   Status: Confirmed = Invalid

** Package changed: ubuntu-mono (Ubuntu) = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Launcher - remove the embossed 'home' image from the Nautilus Launcher
  icon

Status in Ayatana Design:
  Fix Committed
Status in Monochrome Icons for Ubuntu:
  Invalid
Status in “nautilus” package in Ubuntu:
  Fix Committed

Bug description:
   Remove the embossed 'home' image from the Nautilus Launcher icon.  If
  such a icon does not already exist, contact Rosie for the adapted icon

  --
  Note from User Testing:

  In user testing, participants use 'home' (Nautilus Launcher) to find
  or access everything in their computer.  Many thought that the Dash
  was the equivalent of the start button in Windows whereas 'home' was
  their computer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/874265/+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 664194] Re: Reversed (swapped) icons on forward/back buttons in RTL locales

2011-12-02 Thread Paul Sladen
See also bug #842906.  Not marking as dup as we need to specifically
make sure that both areas of the interface are covered.

** Summary changed:

- reversed icons on forward/back buttons in Hebrew locale
+ Reversed (swapped) icons on forward/back buttons in RTL locales

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

Title:
  Reversed (swapped) icons on forward/back buttons in RTL locales

Status in Light Themes:
  New
Status in Nautilus:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: nautilus

  I use Hebrew locale.
  I upgrade to ubuntu 10.10 and then I saw that icons on forward/back is 
reversed. The back icon point to left and forward icon point to right (see 
screenshot). In Hebrew its must to point conversely.

  In ubuntu 10.04 they pointed correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  CheckboxSubmission: a1eeddb2760f9026f329f5e3a8ccc456
  CheckboxSystem: 32980ee028b29311fef8e195a759b031
  Date: Wed Oct 20 23:52:14 2010
  ExecutablePath: /usr/bin/nautilus
  ProcEnviron:
   LANG=he_IL.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/664194/+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 664194] Re: Reversed (swapped) icons on forward/back buttons in RTL locales

2011-12-02 Thread Paul Sladen
Stock GNOME icon theme is 'Adwaita' which is in the 'gnome-themes-
standard' package (not installed by default).  However, in theory the
STOCK icon request should ultimately end up at eg:

  /usr/share/icons/Humanity/actions/22/gtk-go-forward-rtl.svg

which would seem to exist.

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

Title:
  Reversed (swapped) icons on forward/back buttons in RTL locales

Status in Light Themes:
  New
Status in Nautilus:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: nautilus

  I use Hebrew locale.
  I upgrade to ubuntu 10.10 and then I saw that icons on forward/back is 
reversed. The back icon point to left and forward icon point to right (see 
screenshot). In Hebrew its must to point conversely.

  In ubuntu 10.04 they pointed correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  CheckboxSubmission: a1eeddb2760f9026f329f5e3a8ccc456
  CheckboxSystem: 32980ee028b29311fef8e195a759b031
  Date: Wed Oct 20 23:52:14 2010
  ExecutablePath: /usr/bin/nautilus
  ProcEnviron:
   LANG=he_IL.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/664194/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-28 Thread Paul Sladen
Alex: I've forwarded this upstream.  If it's important to you, would you
be able to state your case there?

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in Gnome Virtual Terminal Emulator:
  Expired
Status in “vte” package in Ubuntu:
  Confirmed

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/893174/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-28 Thread Paul Sladen
We can perhaps look into working around this with:

  VteTerminal { -VteTerminal-inner-border: 0; }

in light-themes.

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

** Changed in: light-themes (Ubuntu)
   Status: New = Incomplete

** Changed in: light-themes (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in Gnome Virtual Terminal Emulator:
  Expired
Status in “light-themes” package in Ubuntu:
  Incomplete
Status in “vte” package in Ubuntu:
  Confirmed

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/893174/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-28 Thread Paul Sladen
Should work;  proposed solution (for light-themes) from Cimi:

  Cimi sladen, you can do that, then …  just add a file named
'vte.css' in apps subdir of both themes … Add the right import in
gtk.css and place your code above there

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in Gnome Virtual Terminal Emulator:
  Expired
Status in “light-themes” package in Ubuntu:
  Incomplete
Status in “vte” package in Ubuntu:
  Confirmed

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/893174/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-23 Thread Paul Sladen
git clone git://git.gnome.org/vte
git show 31b4047a | grep -B6 -A3 '^\+.*inner-border'
+#if GTK_CHECK_VERSION (2, 99, 0)
+klass-priv = G_TYPE_CLASS_GET_PRIVATE (klass, VTE_TYPE_TERMINAL, 
VteTerminalClassPrivate);
+
+klass-priv-style_provider = GTK_STYLE_PROVIDER (gtk_css_provider_new 
());
+gtk_css_provider_load_from_data (GTK_CSS_PROVIDER 
(klass-priv-style_provider),
+ VteTerminal {\n
+   -VteTerminal-inner-border: 1;\n
+ }\n,
+ -1, NULL);
+#endif /* GTK 3.0 */

commit 31b4047a51ac48264b735a8be24f3b086acc
Author: Christian Persch c...@gnome.org
Date:   Wed Feb 2 18:45:41 2011 +0100

Add default style provider

This fixes the default value for the 'inner-border' property not
to be NULL.

Bug #640460.

shrinking terminal on tab switch
https://bugzilla.gnome.org/show_bug.cgi?id=640460


** Bug watch added: GNOME Bug Tracker #640460
   https://bugzilla.gnome.org/show_bug.cgi?id=640460

** Package changed: gnome-terminal (Ubuntu) = vte (Ubuntu)

** Changed in: vte (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in “ubuntu-font-family-sources” package in Ubuntu:
  New
Status in “vte” package in Ubuntu:
  Confirmed

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-font-family-sources/+bug/893174/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-23 Thread Paul Sladen
** Package changed: ubuntu-font-family-sources (Ubuntu) = vte

** Bug watch added: GNOME Bug Tracker #664683
   https://bugzilla.gnome.org/show_bug.cgi?id=664683

** Changed in: vte
   Importance: Undecided = Unknown

** Changed in: vte
   Status: New = Unknown

** Changed in: vte
 Remote watch: None = GNOME Bug Tracker #664683

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in Gnome Virtual Terminal Emulator:
  Unknown
Status in “vte” package in Ubuntu:
  Confirmed

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/893174/+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 893526] Re: Post login shows dialogue to rename homedir to homedir/Public

2011-11-22 Thread Paul Sladen
Very similar, related to bug #209513 After upgrade, Update standard
folders to current language threatens to rename your home folder.  The
part that particularly concerns me about this is the prompt to rename
'~/./' to '~/Public/'.

I followed up with the reporter via IRC.  The datestamp on the file is:

  -rw--- 1 jperkin jperkin 626 Nov 22 10:32 .config/user-dirs.dirs

** Project changed: ubuntu-branding = xdg-user-dirs (Ubuntu)

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

Title:
  Post login shows dialogue to rename homedir to homedir/Public

Status in “xdg-user-dirs” package in Ubuntu:
  New

Bug description:
  This morning I updated packages as prompted, and as there was a new
  kernel I rebooted.

  After logging back in, I was greeted with the attached screenshot.
  No, I would not like to break my home directory, thanks :)

  As far as I am aware I did not change language (I don't even know how
  to), all I did was reboot, then type my password at LightDM and got
  that dialog box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/893526/+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 893174] Re: Ubuntu mono appears larger under precise

2011-11-21 Thread Paul Sladen
My initial thought it is:

  11 pt * 96 DPI / 72 == 1320

  however that would give an overlap of ~40 pixels instead of 6 pixels.
It's possible that the 6 pixels are accounted for by non-zero width
borders.

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

** Summary changed:

- Ubuntu mono appears larger under precise
+ Increased terminal padding under precise: 160 columns no longer fit at 72 
point

** Summary changed:

- Increased terminal padding under precise: 160 columns no longer fit at 72 
point
+ Increased terminal padding under precise: 160 columns of 8-pixel wide no 
longer fit at 72 point on 1280 pixel display

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in “gnome-terminal” package in Ubuntu:
  New
Status in “ubuntu-font-family-sources” package in Ubuntu:
  New

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/893174/+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 893174] Re: Increased terminal padding under precise: 160 columns of 8-pixel wide no longer fit at 72 point on 1280 pixel display

2011-11-21 Thread Paul Sladen
The excess appears to be 1 pixel of border and 1 pixel of new internal
padding each side of which terminal

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

Title:
  Increased terminal padding under precise: 160 columns of 8-pixel wide
  no longer fit at 72 point on 1280 pixel display

Status in “gnome-terminal” package in Ubuntu:
  New
Status in “ubuntu-font-family-sources” package in Ubuntu:
  New

Bug description:
  Laptop screen resolution is 1280x800.

  Set gnome-terminal font to Ubuntu Mono 11.

  In Oneiric, I was able to fit two terminals side by side without any
  overlap. In fact, they fit without overlap and without causing the
  launcher to autohide.

  After upgrading to Precise, the terminals now push over into the
  launcher area, causing it to autohide, and even then, they still
  overlap. Notice the terminal on the right, the 'a' in 'achiang' is
  covered up by the terminal on the left.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/893174/+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 873368] [NEW] LightDM and GDM loop when root system full

2011-10-13 Thread Paul Sladen
Public bug reported:

When the root filesystem is full, LightDM and GDM loop back to
themselves after a couple of seconds instead of starting the main
desktop.

Ideally the user should be warned that it is not going to be possible to
proceed, and what they need to do in order to allow login to proceed
(make space available on the root partition, rather than their home
partition).

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

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

Title:
  LightDM and GDM loop when root system full

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  When the root filesystem is full, LightDM and GDM loop back to
  themselves after a couple of seconds instead of starting the main
  desktop.

  Ideally the user should be warned that it is not going to be possible
  to proceed, and what they need to do in order to allow login to
  proceed (make space available on the root partition, rather than their
  home partition).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/873368/+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 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-05 Thread Paul Sladen
** Summary changed:

- [iOS5]Unhandled lockdown error (-4)
+ [iOS5 devices do not work] Unhandled lockdown error (-4)

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

Status in “libimobiledevice” package in Ubuntu:
  Confirmed
Status in “libimobiledevice” source package in Natty:
  Confirmed
Status in “libimobiledevice” source package in Oneiric:
  Confirmed

Bug description:
  Binary package hint: nautilus

  TEST CASE:
  1. attach an iphone with iOS5
  2. see you get the error on mount Unhandled lockdown error (-4)
  3. now install libimobiledevice from natty-proposed
  4. see the iphone successfully makes a USB connection.

  ==Original Report==

  Plugged an iphone 4 running beta of iOS 5 into my Ubuntu Natty desktop
  and got a dialog:-

  Unable to mount Alan Pope's iPhone
  Unhandled lockdown error (-4)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Jun 10 11:49:15 2011
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/795475/+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 606825] Re: Showing many Don't Show This Messege again

2011-09-25 Thread Paul Sladen
** Summary changed:

- Showing many Dont Show This Messege again
+ Showing many Don't Show This Messege again

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

Title:
  Showing many Don't Show This Messege again

Status in simple, visually-appealing notification daemon for Xfce:
  Unknown
Status in “network-manager-applet” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” source package in Natty:
  Triaged

Bug description:
  Binary package hint: xfce4-notifyd

  see screenshot
  every next time messege appears it gives button  Dont Show This Messege again 
as much times this notification has showed up

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xfce4-notifyd (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Sun Jul 18 10:15:42 2010
  InstallationMedia: Xubuntu 10.04 Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.utf8
  SourcePackage: xfce4-notifyd

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-notifyd/+bug/606825/+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 639859] Re: keyboard icon in indicator applet does not match ubuntu-mono theme

2011-09-22 Thread Paul Sladen
*** This bug is a duplicate of bug 827426 ***
https://bugs.launchpad.net/bugs/827426

** This bug is no longer a duplicate of bug 620331
   Keyboard menu title needlessly has both icon and label
** This bug has been marked a duplicate of bug 827426
   Request: ⌨ Use DejaVu Sans U+2328 KEYBOARD for indicator-keyboard

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

Title:
  keyboard icon in indicator applet does not match ubuntu-mono theme

Status in “gnome-applets” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gnome-applets

  This is on up-to-date Maverick. The newly-added keyboard indicator in
  indicator-applet has an icon (it didn't have one when it lived in the
  old notification area) which doesn't match the style of the ubuntu-
  mono theme for indicator icons (at least for the Radiance theme which
  I use, although I think the default Ambience theme is likewise
  affected).

  To see this, open System  Preferences  Keyboard, go to the Layouts
  tab, click Add..., select a layout and press Add. The indicator
  will then appear on the indicator-applet, along with its icon. The
  icon uses shades of grey and smooth borders rather than the more
  black-and-white-ish look of the other icons.

  The bug might be in the artwork package, but I can't find its name at
  this moment.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-applets 2.30.0-3ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-21.31-generic 2.6.35.4
  Uname: Linux 2.6.35-21-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Sep 15 20:12:36 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-applets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/639859/+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 855539] [NEW] Amazon MP3 store appears broken

2011-09-21 Thread Paul Sladen
Public bug reported:

  1. Open up Banshee
  2. Click on Amazon MP3 store

What happens:

  3. A badly rendered web page appears

What should happen:

  3. A beautifully rendered web page should appear

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

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

Title:
  Amazon MP3 store appears broken

Status in “banshee” package in Ubuntu:
  New

Bug description:
1. Open up Banshee
2. Click on Amazon MP3 store

  What happens:

3. A badly rendered web page appears

  What should happen:

3. A beautifully rendered web page should appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/855539/+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 855539] Re: Amazon MP3 store appears broken

2011-09-21 Thread Paul Sladen
** Attachment added: banshee-amazon-mp3-store-broken.png
   
https://bugs.launchpad.net/bugs/855539/+attachment/2435808/+files/banshee-amazon-mp3-store-broken.png

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

Title:
  Amazon MP3 store appears broken

Status in “banshee” package in Ubuntu:
  New

Bug description:
1. Open up Banshee
2. Click on Amazon MP3 store

  What happens:

3. A badly rendered web page appears

  What should happen:

3. A beautifully rendered web page should appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/855539/+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 821505] Re: If a user ran gnome-control-centre under oneiric before 2011-09 then Ctrl-Alt-t will not start a Terminal and cannot be manually assigned either

2011-09-19 Thread Paul Sladen
Confirmed.  Doing the following:

  1. Super
  2. keyboard settings
  3. Select Launch a Terminal
  4. Click on [+] or [-]

does not work.


** Summary changed:

- If a user ran gnome-control-centre under oneiric before 2011-09 then 
Ctrl-Alt-t will not start a Terminal and must be manually assigned
+ If a user ran gnome-control-centre under oneiric before 2011-09 then 
Ctrl-Alt-t will not start a Terminal and cannot be manually assigned either

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Medium

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  If a user ran gnome-control-centre under oneiric before 2011-09 then
  Ctrl-Alt-t will not start a Terminal and cannot be manually assigned
  either

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I just installed Oneiric on a notebook from 32bit alternate, but once in 
unity Ctrl-Alt-T does not start a Terminal.
  --- 
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110802.1)
  Package: unity 4.12.0-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANG=de_DE.UTF-8
   SHELL=/usr/bin/tcsh
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/821505/+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 821505] Re: If a user ran gnome-control-centre under oneiric before 2011-09 then Ctrl-Alt-t will not start a Terminal and cannot be manually assigned either

2011-09-19 Thread Paul Sladen
Ah ha!  Kudos to Franck for the solution.

** Description changed:

- Hi,
+ I just installed Oneiric on a notebook from 32bit alternate, but once in 
unity Ctrl-Alt-T does not start a Terminal.
+ =
  
- I just installed Oneiric on a notebook from 32bit alternate, but once in 
unity Ctrl-Alt-T does not start a Terminal.
- --- 
- ApportVersion: 1.22.1-0ubuntu2
- Architecture: amd64
- CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
- DistroRelease: Ubuntu 11.10
- InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110802.1)
- Package: unity 4.12.0-0ubuntu2
- PackageArchitecture: amd64
- ProcEnviron:
-  LANG=de_DE.UTF-8
-  SHELL=/usr/bin/tcsh
- ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
- Tags:  oneiric running-unity
- Uname: Linux 3.0.0-10-generic x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ Workaround: See comment #15 below for solution.

** Summary changed:

- If a user ran gnome-control-centre under oneiric before 2011-09 then 
Ctrl-Alt-t will not start a Terminal and cannot be manually assigned either
+ If a user ran gnome-control-centre under oneiric before 2011-09 then 
Ctrl-Alt-t will not start a Terminal and cannot be obviously manually assigned 
either

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

Title:
  If a user ran gnome-control-centre under oneiric before 2011-09 then
  Ctrl-Alt-t will not start a Terminal and cannot be obviously manually
  assigned either

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  I just installed Oneiric on a notebook from 32bit alternate, but once in 
unity Ctrl-Alt-T does not start a Terminal.
  =

  Workaround: See comment #15 below for solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/821505/+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 854118] [NEW] package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap

2011-09-19 Thread Paul Sladen
*** This bug is a duplicate of bug 853973 ***
https://bugs.launchpad.net/bugs/853973

Public bug reported:

sudo apt-get dist-upgrade after update-manager failed.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: libgucharmap7 1:3.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
AptOrdering:
 libgucharmap7: Install
 libgucharmap7: Configure
Architecture: i386
Date: Mon Sep 19 19:33:31 2011
DpkgTerminalLog:
 Preparing to replace libgucharmap7 1:3.0.1-0ubuntu1 (using 
.../libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb) ...
 Unpacking replacement libgucharmap7 ...
 dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
DuplicateSignature:
 Unpacking replacement libgucharmap7 ...
 dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which 
is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
SourcePackage: gucharmap
Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package 
libgucharmap-2-90-7 1:3.1.92-0ubuntu1
UpgradeStatus: Upgraded to oneiric on 2011-08-28 (22 days ago)

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


** Tags: apport-package i386 need-duplicate-check oneiric package-conflict

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

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

Status in “gucharmap” package in Ubuntu:
  New

Bug description:
  sudo apt-get dist-upgrade after update-manager failed.

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: libgucharmap7 1:3.0.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.23-0ubuntu1
  AptOrdering:
   libgucharmap7: Install
   libgucharmap7: Configure
  Architecture: i386
  Date: Mon Sep 19 19:33:31 2011
  DpkgTerminalLog:
   Preparing to replace libgucharmap7 1:3.0.1-0ubuntu1 (using 
.../libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb) ...
   Unpacking replacement libgucharmap7 ...
   dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  DuplicateSignature:
   Unpacking replacement libgucharmap7 ...
   dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', 
which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
  SourcePackage: gucharmap
  Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: 
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  UpgradeStatus: Upgraded to oneiric on 2011-08-28 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gucharmap/+bug/854118/+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 854118] Re: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2

2011-09-19 Thread Paul Sladen
*** This bug is a duplicate of bug 853973 ***
https://bugs.launchpad.net/bugs/853973

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

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

Status in “gucharmap” package in Ubuntu:
  New

Bug description:
  sudo apt-get dist-upgrade after update-manager failed.

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: libgucharmap7 1:3.0.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.23-0ubuntu1
  AptOrdering:
   libgucharmap7: Install
   libgucharmap7: Configure
  Architecture: i386
  Date: Mon Sep 19 19:33:31 2011
  DpkgTerminalLog:
   Preparing to replace libgucharmap7 1:3.0.1-0ubuntu1 (using 
.../libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb) ...
   Unpacking replacement libgucharmap7 ...
   dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  DuplicateSignature:
   Unpacking replacement libgucharmap7 ...
   dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_i386.deb (--unpack):
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', 
which is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
  SourcePackage: gucharmap
  Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: 
trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
  UpgradeStatus: Upgraded to oneiric on 2011-08-28 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gucharmap/+bug/854118/+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 821505] Re: If a user ran gnome-control-centre under oneiric before 2011-09 then Ctrl-Alt-t will not start a Terminal and must be manually assigned

2011-09-09 Thread Paul Sladen
** Package changed: unity (Ubuntu) = gnome-control-center (Ubuntu)

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

Title:
  If a user ran gnome-control-centre under oneiric before 2011-09 then
  Ctrl-Alt-t will not start a Terminal and must be manually assigned

Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I just installed Oneiric on a notebook from 32bit alternate, but once in 
unity Ctrl-Alt-T does not start a Terminal.
  --- 
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110802.1)
  Package: unity 4.12.0-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   LANG=de_DE.UTF-8
   SHELL=/usr/bin/tcsh
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/821505/+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 840221] Re: The gtk+3 version of USC doesn't use default search-box

2011-09-03 Thread Paul Sladen
*** This bug is a duplicate of bug 835529 ***
https://bugs.launchpad.net/bugs/835529

Hello Ale;  I've duped this to bug #835529, which covers it the other
way around.  The reason for the different placement of the magnifying
button is because one is a live-search (results display as the user is
typing), and the other is a search that requires the user to press
Search/enter to see results.

The reason for the different icons is because they're not all reading
the same thing;  but we'll fix this!

** This bug has been marked a duplicate of bug 835529
   Wrong icon for search in Software Center

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

Title:
  The gtk+3 version of USC doesn't use default search-box

Status in Ayatana Design:
  New
Status in “software-center” package in Ubuntu:
  New

Bug description:
  The gtk+3 version of USC doesn't use default search-box... See the
  image!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/840221/+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 837997] [NEW] eog fails to open JPEG image ending in '.png'

2011-08-31 Thread Paul Sladen
*** This bug is a duplicate of bug 172416 ***
https://bugs.launchpad.net/bugs/172416

Public bug reported:

  1. Find a JPEG image
  2. Rename it to end in '.png'
  3. Open this image with eog.

What happens:

  Could not load image '…'.
  Fatal error reading PNG image file: Not a PNG file

What should happen:

  The image should just load, based on the contents, not on the
extension.

(Noticed when looking at the contents of the 'ubuntu-wallpapers'
package:

  $ dpkg -L ubuntu-wallpapers | grep ubuntu.png | xargs file
  /usr/share/backgrounds/warty-final-ubuntu.png: JPEG image data, JFIF standard 
1.02

(this image is named like this for backwards compatibility reasons).

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


** Tags: sladen-11.10-upgrade

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

Title:
  eog fails to open JPEG image ending in '.png'

Status in “eog” package in Ubuntu:
  New

Bug description:
1. Find a JPEG image
2. Rename it to end in '.png'
3. Open this image with eog.

  What happens:

Could not load image '…'.
Fatal error reading PNG image file: Not a PNG file

  What should happen:

The image should just load, based on the contents, not on the
  extension.

  (Noticed when looking at the contents of the 'ubuntu-wallpapers'
  package:

$ dpkg -L ubuntu-wallpapers | grep ubuntu.png | xargs file
/usr/share/backgrounds/warty-final-ubuntu.png: JPEG image data, JFIF 
standard 1.02

  (this image is named like this for backwards compatibility reasons).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/837997/+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 837223] [NEW] USC ships with three copies of pre-2010 Ubuntu logos

2011-08-30 Thread Paul Sladen
Public bug reported:

Software Centre ships with three out-of-date pre-2010 Ubuntu logos:

  $ dpkg -L software-center | grep png | grep -E '(dummy|ubuntu)'
  /usr/share/software-center/images/dummy-screenshot-ubuntu.png
  /usr/share/software-center/images/dummy-thumbnail-ubuntu.png
  /usr/share/software-center/images/ubuntu-cof.png

Ideally these should be updated, debranded, or otherwise
removed/replaced.

** Affects: ubuntu-branding
 Importance: Undecided
 Status: Triaged

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Also affects: ubuntu-branding
   Importance: Undecided
   Status: New

** Changed in: ubuntu-branding
   Status: New = Triaged

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

** Summary changed:

- USC ships with copies of pre-2010 Ubuntu logos
+ USC ships with three copies of pre-2010 Ubuntu logos

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

Title:
  USC ships with three copies of pre-2010 Ubuntu logos

Status in Ubuntu Branding:
  Triaged
Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Software Centre ships with three out-of-date pre-2010 Ubuntu logos:

$ dpkg -L software-center | grep png | grep -E '(dummy|ubuntu)'
/usr/share/software-center/images/dummy-screenshot-ubuntu.png
/usr/share/software-center/images/dummy-thumbnail-ubuntu.png
/usr/share/software-center/images/ubuntu-cof.png

  Ideally these should be updated, debranded, or otherwise
  removed/replaced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-branding/+bug/837223/+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 833613] [NEW] Empathy reports self-signed certification for gmail.com when it's not

2011-08-25 Thread Paul Sladen
Public bug reported:

Empathy reports:

  This connection is untrusted. Would you like to continue anyway?
  The identity provided by the chat server cannot be verified.
  The certificate is self-signed.

For Gmail/Jabber;  I suspect this a caching issue; the data Empathy
gives in the drop-down is:

gmail.com
Identity: gmail.com
Verified by
Expires: 10/04/12

Subject Name
C (Country):US
ST (State): California
L (Locality):   Mountain View
O (Organization):   Google Inc.
CN (Common Name):   gmail.com
Issuer Name
C (Country):US
O (Organization):   Equifax
OU (Organizational Unit):   Equifax Secure Certificate Authority
Issued Certificate
Version:3
Serial Number:  07 3F 92
Not Valid Before:   2007-04-11
Not Valid After:2012-04-10
Certificate Fingerprints
SHA1:   9F F8 3B DA 2C A3 12 55 24 D5 B9 D6 FC 49 69 8F 0A 91 D8 CD
MD5:B0 5C C7 C5 4B B6 BD E1 4C 19 5D EF 58 A9 FF 58
Signature
Signature Algorithm:SHA1 with RSA
Signature Parameters:   05 00
Signature:  7B E1 C1 A9 8D D1 0D 7F D5 3E 58 47 76 F5 D7 F3 63 74 F3 25 E8 
67 95 8E 5C 1F 96 AC F1 B3 93 7B B3 CD 3F 38 FD EB B3 89 ED 33 D6 13 27 0C C2 
54 BB 0A CA 88 B2 67 D1 18 E1 45 7E 81 F1 A3 E8 8F BA 06 7C B8 ED 8A 77 EF 90 
1C 25 CB F8 CB A6 1A 39 16 E0 57 13 16 67 1E 57 F4 35 D9 67 61 DD 60 29 72 A2 
19 65 C8 90 EF D3 00 78 58 7B 6F 3B 5E 01 8A 9F C0 2F 7C 61 0C 32 94 2F 70 56 
17 F5 CB
Public Key Info
Key Algorithm:  RSA
Key Parameters: 05 00
Key Size:   1024
Key SHA1 Fingerprint:   E7 F9 46 F4 16 40 99 E2 17 09 9A 64 CF 88 4B 1C 4D 58 
F2 F6
Public Key: 30 81 89 02 81 81 00 D4 77 6C DA 35 B0 5C 05 46 79 FD 3A EC F7 
92 24 5F E1 F4 19 E8 62 54 DD CA 4C 74 94 14 C3 73 DD BF 24 BB EE AB 49 49 93 
2B 6A 96 5D 54 47 89 07 98 5E 2F C2 A4 24 C1 CA 8E 2B 4D F0 93 CA 83 2B C7 E1 
E8 CD 77 3D 88 6F 3C 45 CF D3 6A 33 B2 E2 F7 BE A1 3C 85 C0 AF 6B 60 7D 1D 59 
CE 3D 8D 7B 42 89 37 EE B6 10 FB 27 B1 B3 03 79 7A 1D 3E F7 79 DD 74 46 B5 3F 
21 E0 11 0F 02 0C A0 89 69 65 02 03 01 00 01
Key Usage
Usage:  Digital signature
Key encipherment
Data encipherment
Critical:   Yes
Subject Key Identifier
Key Identifier: 97 23 CD 71 1E BC C1 03 20 4B EE 42 24 FB A6 E1 09 63 BD FB
Critical:   No
Extension
Identifier: 2.5.29.31
Value:  30 31 30 2F A0 2D A0 2B 86 29 68 74 74 70 3A 2F 2F 63 72 6C 2E 67 65 6F 
74 72 75 73 74 2E 63 6F 6D 2F 63 72 6C 73 2F 73 65 63 75 72 65 63 61 2E 63 72 6C
Critical:   No
Extension
Identifier: 2.5.29.35
Value:  30 16 80 14 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 98 90 9F D4
Critical:   No
Extended Key Usage
Allowed Purposes:   Server Authentication
Client Authentication
Critical:   No

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


** Tags: sladen-11.10-upgrade

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

Title:
  Empathy reports self-signed certification for gmail.com when it's
  not

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Empathy reports:

This connection is untrusted. Would you like to continue anyway?
The identity provided by the chat server cannot be verified.
The certificate is self-signed.

  For Gmail/Jabber;  I suspect this a caching issue; the data Empathy
  gives in the drop-down is:

  gmail.com
  Identity: gmail.com
  Verified by
  Expires: 10/04/12

  Subject Name
  C (Country):  US
  ST (State):   California
  L (Locality): Mountain View
  O (Organization): Google Inc.
  CN (Common Name): gmail.com
  Issuer Name
  C (Country):  US
  O (Organization): Equifax
  OU (Organizational Unit): Equifax Secure Certificate Authority
  Issued Certificate
  Version:  3
  Serial Number:07 3F 92
  Not Valid Before: 2007-04-11
  Not Valid After:  2012-04-10
  Certificate Fingerprints
  SHA1: 9F F8 3B DA 2C A3 12 55 24 D5 B9 D6 FC 49 69 8F 0A 91 D8 CD
  MD5:  B0 5C C7 C5 4B B6 BD E1 4C 19 5D EF 58 A9 FF 58
  Signature
  Signature Algorithm:  SHA1 with RSA
  Signature Parameters: 05 00
  Signature:7B E1 C1 A9 8D D1 0D 7F D5 3E 58 47 76 F5 D7 F3 63 74 F3 25 E8 
67 95 8E 5C 1F 96 AC F1 B3 93 7B B3 CD 3F 38 FD EB B3 89 ED 33 D6 13 27 0C C2 
54 BB 0A CA 88 B2 67 D1 18 E1 45 7E 81 F1 A3 E8 8F BA 06 7C B8 ED 8A 77 EF 90 
1C 25 CB F8 CB A6 1A 39 16 E0 57 13 16 67 1E 57 F4 35 D9 67 61 DD 60 29 72 A2 
19 65 C8 90 EF D3 00 78 58 7B 6F 3B 5E 01 8A 9F C0 2F 7C 61 0C 32 94 2F 70 56 
17 F5 CB
  Public Key Info
  Key Algorithm:RSA
  Key Parameters:   05 00
  Key Size: 1024
  Key SHA1 Fingerprint: E7 F9 46 F4 16 40 99 E2 17 09 9A 64 CF 88 4B 1C 4D 58 
F2 F6
  Public Key:   30 81 89 02 81 81 00 D4 77 6C DA 35 B0 5C 05 46 79 FD 3A EC F7 
92 24 5F E1 F4 19 E8 62 54 DD CA 4C 74 94 14 C3 73 DD BF 24 BB EE AB 49 49 93 
2B 6A 96 5D 54 47 89 07 98 5E 2F C2 A4 24 C1 CA 8E 2B 4D F0 93 CA 83 2B C7 E1 
E8 CD 77 3D 88 6F 3C 45 CF D3 6A 

[Desktop-packages] [Bug 833615] [NEW] connection is untrusted: Remember this choice for future connections is not clear

2011-08-25 Thread Paul Sladen
Public bug reported:

When Empathy pops up a Certification warning (correctly or not, see bug
#833613) there is an option to:

  [ ] Remember this choice for future connections

before offering to override.  The wording is not clear;  does this mean:

  a. [ ] Remember this choice for future connections to $server_name
  b. [ ] Remember this choice for future connections (to all connections to any 
server)

Ideally the text should be updated accordingly.

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


** Tags: sladen-11.10-upgrade

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

Title:
  connection is untrusted: Remember this choice for future connections
  is not clear

Status in “empathy” package in Ubuntu:
  New

Bug description:
  When Empathy pops up a Certification warning (correctly or not, see
  bug #833613) there is an option to:

[ ] Remember this choice for future connections

  before offering to override.  The wording is not clear;  does this
  mean:

a. [ ] Remember this choice for future connections to $server_name
b. [ ] Remember this choice for future connections (to all connections to 
any server)

  Ideally the text should be updated accordingly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/833615/+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 834122] Re: gnome-settings-daemon assert failure: gnome-settings-daemon: ../../src/xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

2011-08-25 Thread Paul Sladen
*** This bug is a duplicate of bug 832160 ***
https://bugs.launchpad.net/bugs/832160


** Visibility changed to: Public

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

Title:
  gnome-settings-daemon assert failure: gnome-settings-daemon:
  ../../src/xcb_io.c:178: dequeue_pending_request: Assertion
  `!xcb_xlib_unknown_req_in_deq' failed.

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  Switching users during testing.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gnome-settings-daemon 3.1.4-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  Architecture: i386
  AssertionMessage: gnome-settings-daemon: ../../src/xcb_io.c:178: 
dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
  CrashCounter: 1
  Date: Thu Aug 25 21:45:47 2011
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/false
   PATH=(custom, no user)
  Signal: 6
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: gnome-settings-daemon assert failure: gnome-settings-daemon: 
../../src/xcb_io.c:178: dequeue_pending_request: Assertion 
`!xcb_xlib_unknown_req_in_deq' failed.
  UpgradeStatus: Upgraded to oneiric on 2011-08-18 (6 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/834122/+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 831897] Re: package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to install/upgrade: trying to overwrite '/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is also in p

2011-08-24 Thread Paul Sladen
Had this;  a second  apt-get upgrade  immediately afterwards sailed
through.

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

Title:
  package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to
  install/upgrade: trying to overwrite
  '/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is also in
  package gstreamer0.10-plugins-bad 0.10.22-2ubuntu3

Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “gst-plugins-good0.10” source package in Oneiric:
  Fix Released

Bug description:
  after update

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: gstreamer0.10-plugins-good 0.10.30-1ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-9.12-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Aug 23 12:39:14 2011
  DuplicateSignature:
   Unpacking replacement gstreamer0.10-plugins-good ...
   dpkg: error processing 
/var/cache/apt/archives/gstreamer0.10-plugins-good_0.10.30-1ubuntu6_amd64.deb 
(--unpack):
trying to overwrite '/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is 
also in package gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  ErrorMessage: trying to overwrite 
'/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is also in package 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  SourcePackage: gst-plugins-good0.10
  Title: package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to 
install/upgrade: trying to overwrite 
'/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is also in package 
gstreamer0.10-plugins-bad 0.10.22-2ubuntu3
  UpgradeStatus: Upgraded to oneiric on 2011-08-19 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/831897/+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 829383] [NEW] After suspend+resume: desktop is visible for ~3 seconds before LightDM password box takes over

2011-08-19 Thread Paul Sladen
Public bug reported:

To reproduce:

  1. Close laptop lid (machine suspends)
  2. Open laptop lid (machine resumes)
  3. Desktop is visible)
  4. LightDM password box appears

What should happen:

  3.  4. should be swapped around.  The Desktop should not be visible
(information/security leakage)

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


** Tags: lightdm sladen-11.10-upgrade

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

Title:
  After suspend+resume: desktop is visible for ~3 seconds before LightDM
  password box takes over

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  To reproduce:

1. Close laptop lid (machine suspends)
2. Open laptop lid (machine resumes)
3. Desktop is visible)
4. LightDM password box appears

  What should happen:

3.  4. should be swapped around.  The Desktop should not be visible
  (information/security leakage)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/829383/+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 828733] [NEW] LightDM ubuntu theming is off-brand (font, dots, CoF, spacing, step-down)

2011-08-18 Thread Paul Sladen
Public bug reported:

The themeing used for the LightDM login screen appears to be off-brand;
current it includes the following text in the bottom-left:

  ubuntu small11.10/small

Ideally the rendering of this could be improved, to be inline with the
branding used in the rest of the Ubuntu project:

  1. Ubuntu Regular should be used (not heavier)
  2. Circle of Friends added in correct position  (to create visual space 
before '11.10')
  3. Step-down in font-size for '11.10' is different to the step-down 
designated by the brand-extensions guidelines
  4. Background dot-pattern overlay should be blocked out within the logo 
exclusion zone
  5. Colour choice could be tweaked to give a sharper 'white' warm gray feel

** Affects: ayatana-design
 Importance: Undecided
 Status: New

** Affects: ubuntu-branding
 Importance: Undecided
 Status: New

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


** Tags: lightdm sladen-11.10-upgrade

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  LightDM ubuntu theming is off-brand (font, dots, CoF, spacing, step-
  down)

Status in Ayatana Design:
  New
Status in Ubuntu Branding:
  New
Status in “lightdm” package in Ubuntu:
  New

Bug description:
  The themeing used for the LightDM login screen appears to be off-
  brand; current it includes the following text in the bottom-left:

ubuntu small11.10/small

  Ideally the rendering of this could be improved, to be inline with the
  branding used in the rest of the Ubuntu project:

1. Ubuntu Regular should be used (not heavier)
2. Circle of Friends added in correct position  (to create visual space 
before '11.10')
3. Step-down in font-size for '11.10' is different to the step-down 
designated by the brand-extensions guidelines
4. Background dot-pattern overlay should be blocked out within the logo 
exclusion zone
5. Colour choice could be tweaked to give a sharper 'white' warm gray feel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/828733/+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 828733] Re: LightDM ubuntu theming is off-brand (font, dots, CoF, spacing, step-down)

2011-08-18 Thread Paul Sladen
PDF showing status-quo and possible solutions.

Otto/Marcus: is this the right direction?

** Attachment added: lightdm-theme-bottom-corner-logo.pdf
   
https://bugs.launchpad.net/ubuntu-branding/+bug/828733/+attachment/2289038/+files/lightdm-theme-bottom-corner-logo.pdf

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

Title:
  LightDM ubuntu theming is off-brand (font, dots, CoF, spacing, step-
  down)

Status in Ayatana Design:
  New
Status in Ubuntu Branding:
  New
Status in “lightdm” package in Ubuntu:
  New

Bug description:
  The themeing used for the LightDM login screen appears to be off-
  brand; current it includes the following text in the bottom-left:

ubuntu small11.10/small

  Ideally the rendering of this could be improved, to be inline with the
  branding used in the rest of the Ubuntu project:

1. Ubuntu Regular should be used (not heavier)
2. Circle of Friends added in correct position  (to create visual space 
before '11.10')
3. Step-down in font-size for '11.10' is different to the step-down 
designated by the brand-extensions guidelines
4. Background dot-pattern overlay should be blocked out within the logo 
exclusion zone
5. Colour choice could be tweaked to give a sharper 'white' warm gray feel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/828733/+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