[Desktop-packages] [Bug 1420240] Re: Battery stats not displayed properly

2015-03-24 Thread Tim
>From those numbers It looks like upower is calculating the percentage
based on engery-full-design which was the original capacity of your
battery rather than the current energy-full.

Reassigning to upower since  gnome is just doing what its told. Could
well be a kernel bug though.

** Package changed: gnome-control-center (Ubuntu) => upower (Ubuntu)

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

Title:
  Battery stats not displayed properly

Status in Ubuntu GNOME:
  New
Status in upower package in Ubuntu:
  New

Bug description:
  Battery stats never go over 66% of charge even when the battery is
  completely charged.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-control-center 1:3.14.2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Feb  9 19:42:54 2015
  InstallationDate: Installed on 2014-10-22 (110 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to vivid on 2015-01-13 (26 days ago)
  usr_lib_gnome-control-center: deja-dup 32.0-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1420240/+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 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
The mutex in question is the one used by pulse's mainloop, which gets
used by pa_threaded_mainloop_lock, pa_threaded_mainloop_unlock and
pa_threaded_mainloop_wait.

As the pulseaudio calls are all asynchronous, gst (pulsesink element)
calls  pa_threaded_mainloop_wait right after calling pulseaudio, so it
can block the thread until pulseaudio returns via callback (which then
calls pa_threaded_mainloop_signal, unblocking the thread).

The mutex is also recursive, allowing many lock and unlock calls to
happen in parallel.

Follows the log when I'm able to reproduce the crash (with the mutex recursive 
count):
Interrupt: Stopping pipeline ...
Execution ended after 0:00:06.840520615
Setting pipeline to PAUSED ...
(thread id: 3069599744) pa_threaded_mainloop_lock -> mutex: 0xb5250e00
(thread id: 3069599744) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3069599744) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3069599744) pa_threaded_mainloop_unlock -> mutex: 0xb5250e00
(thread id: 3069599744) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3069599744) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
0:00:07.586470308 12439  0x15d1dc0 DEBUG  pulse 
pulsesink.c:1272:gst_pulseringbuffer_pause: Pausing and corking, 
before calling mainloop lock
(thread id: 3069599744) pa_threaded_mainloop_lock -> mutex: 0xb5250e00
(thread id: 3069599744) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3069599744) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
0:00:07.586854770 12439  0x15d1dc0 DEBUG  pulse 
pulsesink.c:1135:gst_pulsering_set_corked: Setting corked state to 1
0:00:07.587025308 12439  0x15d1dc0 DEBUG  pulse 
pulsesink.c:1142:gst_pulsering_set_corked: Calling 
pa_threaded_mainloop_wait (PA_OPERATION_RUNNING)
(thread id: 3069599744) pa_threaded_mainloop_wait -> cond: 0xb52517b8, mutex: 
0xb5250e00
(thread id: 3069599744) pa_cond_wait -> m: 0xb5250e00 (count before wait 1)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func lock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count prev 0)
(thread id: 3018630240) pa_mutex_lock -> m: 0xb5250e00 (count new 1)
(thread id: 3018630240) pa_threaded_mainloop_signal -> cond: 0xb52517b8, 
wait_for_accept: 0, n_waiting: 2
(thread id: 3018630240) pa_cond_signal broadcast -> c 0xb52517b8)
(thread id: 2941641824) pa_cond_wait -> m: 0xb5250e00 (count after wait 1)
(thread id: 2941641824) pa_threaded_mainloop_unlock -> mutex: 0xb5250e00
(thread id: 2941641824) pa_mutex_unlock -> m: 0xb5250e00 (count prev 1)
(thread id: 2941641824) pa_mutex_unlock -> m: 0xb5250e00 (count new 0)
(thread id: 3018630240) poll_func unlock -> mutex: 0xb5250e00
(thread id: 3018630240) pa_mutex_unlock -> m: 0xb5250e00 (count prev 0)
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.
Aborted (core dumped)

-- 
You received this bug notification because you a

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
It seems the issue only happens when at least 2 threads are waiting for
the wait condition (that gets triggered by pa_threaded_mainloop_signal).
When I'm unable to make it to crash, it always shows only one thread
waiting the signal.

So my current theory is that there might be issues when calling
pthread_cond_wait on more than one thread at the same time (maybe when
increasing/decreasing the mutex count).

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

Title:
  [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at
  pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

Status in glibc package in Ubuntu:
  Confirmed
Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146

  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.

  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

  This is basically happens when it tries to unlock a mutex that is
  already unlocked.

  This issue doesn't happen with libc 2.19.

  To reproduce the issue:
  GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

  Then when playing, just hit control+c, which will then pause the
  pipeline, causing the crash. The crash happens with most of the times
  you pause or seek the pipeline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1436162/+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 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glibc (Ubuntu)
   Status: New => Confirmed

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

Title:
  [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at
  pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

Status in glibc package in Ubuntu:
  Confirmed
Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146

  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.

  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

  This is basically happens when it tries to unlock a mutex that is
  already unlocked.

  This issue doesn't happen with libc 2.19.

  To reproduce the issue:
  GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

  Then when playing, just hit control+c, which will then pause the
  pipeline, causing the crash. The crash happens with most of the times
  you pause or seek the pipeline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1436162/+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 1203731]

2015-03-24 Thread Andreas Rappold
Hello,

this issue is closest to the one I'm experiencing. There is a pink line
at the left of the screen. But it appears as soon as X starts and
additionally the rest of the screen seems to be shrinked by just those
few pixels. This means alternating regions of sharp and blurry image
(just horizontally).

Just up front, my graphics card is an AMD Radeon R280. And I see this
only with latest kernel version. So maybe the guys who work on the
radeon driver just introduced a similar issue.

There are no error/warn/fail messages in dmesg and playing with xrandr
won't change anything. Even restarting X doesn't change a thing.

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

Title:
  10de:11c0 [Asus Maximus IV GENE-Z] Strange line on left screen side

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Triaged

Bug description:
  This Line is displayed all the time while using nouveau.

  WORKAROUND: Use the nvidia proprietary drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
  Uname: Linux 3.11.0-031100rc2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jul 22 14:27:36 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.10, 3.11.0-031100rc2-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-25-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-26-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.13-03081304-generic, x86_64: installed
   virtualbox, 4.2.10, 3.9.11-030911-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8422]
  InstallationDate: Installed on 2013-07-01 (20 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-031100rc2-generic 
root=UUID=b03e8634-09c0-4fe7-8de4-2039a742e8ff ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3603
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Maximus IV GENE-Z
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3603:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnMaximusIVGENE-Z:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Mon Jul 22 14:03:22 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: nouveau
  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  D

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gst-plugins-good1.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at
  pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

Status in glibc package in Ubuntu:
  Confirmed
Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146

  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.

  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

  This is basically happens when it tries to unlock a mutex that is
  already unlocked.

  This issue doesn't happen with libc 2.19.

  To reproduce the issue:
  GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

  Then when playing, just hit control+c, which will then pause the
  pipeline, causing the crash. The crash happens with most of the times
  you pause or seek the pipeline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1436162/+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 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

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

Title:
  [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at
  pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

Status in glibc package in Ubuntu:
  Confirmed
Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146

  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.

  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

  This is basically happens when it tries to unlock a mutex that is
  already unlocked.

  This issue doesn't happen with libc 2.19.

  To reproduce the issue:
  GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

  Then when playing, just hit control+c, which will then pause the
  pipeline, causing the crash. The crash happens with most of the times
  you pause or seek the pipeline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1436162/+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 116453]

2015-03-24 Thread Jason Crain
Created attachment 114485
Combine base characters and diacritical marks

My attempt to improve this.

When you make a diacriticized character with LaTeX, ü for example, it
will make a PDF with separate u and ¨ characters and draw them over each
other.  This patch detects when this happens and converts it to a
combining character sequence so that pdftotext and the search function
will see a ü and not separate characters.  Also refactors some
(TextWord::ensureCapacity and TextWord::setInitialBounds) to avoid
duplicating code.

Limitations:

It doesn't handle some of LaTeX's diacritic commands, such as \b for bar
under letter or \d for dot under letter, because they are positioned
differently and \d would be easy to confuse with a period.  They don't
seem to be used very often though.

If the base character is unusual, such as a math symbol or number,
adding a combining character can make the result of pdftotext look a bit
odd.  I think this is because if the font or rendering engine don't know
how to draw the character sequence, it will place the diacritic in a
strange position, such as to the right of the letter.  In these cases,
the output of pdftotext is technically correct, it just looks odd when
drawn on screen.

When selecting text in evince, you can separately select the character
and diacritic.  If that's a problem, I think I could fix it by adding
clustering support so that a group of glyphs and characters are treated
as a single unit.  It would make this a much more invasive change, but
maybe I should try it anyway.  It would be nice to also fix the
assumpution that one glyph is always matched 1 character.

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

Title:
  evince can not find ü in attached PDF

Status in Poppler:
  Confirmed
Status in poppler package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: evince

  1) lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  2) apt-cache policy evince
  evince:
Installed: 3.14.1-0ubuntu1
Candidate: 3.14.1-0ubuntu1
Version table:
   *** 3.14.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
   
  3) What is expected to happen with the attached document is when one searches 
for:
  über

  it is found:
  
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/116453/+attachment/102979/+files/example.pdf

  4) What happens instead is it does not return any matches.

  WORKAROUND: Use the built-in PDF viewer+search with chromium-browser
  or chrome (doesn't work in Firefox).

  apt-cache policy chromium-browser
  chromium-browser:
Installed: 39.0.2171.65-0ubuntu0.14.04.1.1064
Candidate: 39.0.2171.65-0ubuntu0.14.04.1.1064
Version table:
   *** 39.0.2171.65-0ubuntu0.14.04.1.1064 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe 
amd64 Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
  100 /var/lib/dpkg/status
   34.0.1847.116-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

  apt-cache policy google-chrome-stable:i386
  google-chrome-stable:i386:
Installed: 39.0.2171.95-1
Candidate: 39.0.2171.95-1
Version table:
   *** 39.0.2171.95-1 0
  500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  Architecture: i386
  Date: Wed May 23 18:22:27 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/evince
  Package: evince 0.8.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   LANGUAGE=en_US:en
   
PATH=~/local/bin:~/local/lib:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  Uname: Linux copper 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/116453/+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 1436162] [NEW] [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
Public bug reported:

current build number: 146
device name: m75
channel: ubuntu-touch/vivid-proposed
last update: 2015-03-24 13:57:03
version version: 146

After libc 2.21 landed, pulsesink fails constantly when pausing or
seeking the active pipeline.

Abort message:
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

This is basically happens when it tries to unlock a mutex that is
already unlocked.

This issue doesn't happen with libc 2.19.

To reproduce the issue:
GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

Then when playing, just hit control+c, which will then pause the
pipeline, causing the crash. The crash happens with most of the times
you pause or seek the pipeline.

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: gst-plugins-good1.0 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

** Package changed: libc (Ubuntu) => glibc (Ubuntu)

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

** Description changed:

  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146
  
  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.
  
  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.
  
  This is basically happens when it tries to unlock a mutex that is
  already unlocked.
  
  This issue doesn't happen with libc 2.19.
+ 
+ To reproduce the issue:
+ GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3
+ 
+ Then when playing, just hit control+c, which will then pause the
+ pipeline, causing the crash. The crash happens with most of the times
+ you pause or seek the pipeline.

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

Title:
  [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at
  pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

Status in glibc package in Ubuntu:
  Confirmed
Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  current build number: 146
  device name: m75
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-24 13:57:03
  version version: 146

  After libc 2.21 landed, pulsesink fails constantly when pausing or
  seeking the active pipeline.

  Abort message:
  Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at 
pulsecore/mutex-posix.c:118, function pa_mutex_unlock(). Aborting.

  This is basically happens when it tries to unlock a mutex that is
  already unlocked.

  This issue doesn't happen with libc 2.19.

  To reproduce the issue:
  GST_DEBUG=*pulse*:5 gst-launch-1.0 playbin uri=file:///tmp/foobar.mp3

  Then when playing, just hit control+c, which will then pause the
  pipeline, causing the crash. The crash happens with most of the times
  you pause or seek the pipeline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1436162/+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


Re: [Desktop-packages] [Bug 1435764] Re: FFe UI exception for LibreOffice Breeze Icons

2015-03-24 Thread Scott Kitterman
On Tuesday, March 24, 2015 05:59:08 PM you wrote:
> The Kubuntu Docs Team approve this 1000 times yes.

Still waiting to hear from the LO maintainer.

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

Title:
  FFe UI exception for LibreOffice Breeze Icons

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The Kubuntu team would like to include Breeze icons with Libreoffice.
  This is something we've been working with upstream Libreoffice on
  since last year.

  Screenshot:
  http://starsky.19inch.net/~jr/tmp/libreoffice.png

  Kubuntu todo item:
  https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

  This involves taking a patch which I wrote which is now in upstream
  master and a tar of the breeze icons

  Patch:
  http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

  complete package is in my PPA
  https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1435764/+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 1435685] Re: double mouse cursor, 64bit, fresh install

2015-03-24 Thread lecolo
penalvch, yes.
my laptop is this one :
http://www.laptopspirit.fr/157136/asus-x751md-ty057h-a-499e-pc-portable-17-3-pouces.html

There was mouse-bug using normal  "free" driver, for intel HD ("Intel
Pentium Quad Core N3540 Bay Trail-M (2.16 GHz, 4 cœurs, TDP 7.5W)

Choosing the "verified" Nvidia driver in the (x)ubuntu repository : no bug.
I didn't try the "unverified more recent" Nvidia one.

IN windows 8, the laptop seems to use optimus, using cpu for low
programs, and start nvidia graphic card for more need.

(and sorry for my english! :) )

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

Title:
  double mouse cursor, 64bit, fresh install

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  see here 
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1393169
  and
  http://forum.ubuntu-fr.org/viewtopic.php?id=1761131

  may apeared after resizing folder on Xubuntu?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Tue Mar 24 07:51:42 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:16dd]
  InstallationDate: Installed on 2015-03-22 (1 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: ASUSTeK COMPUTER INC. X751MD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic.efi.signed 
root=UUID=e919445c-9bea-469f-a036-22c3f5fb6dbb ro splash quiet
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X751MD.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X751MD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX751MD.208:bd02/06/2015:svnASUSTeKCOMPUTERINC.:pnX751MD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX751MD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X751MD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Tue Mar 24 07:49:15 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5928 
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1435685/+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 1405349] Re: switching to activated guest session causes screen blank

2015-03-24 Thread Robert Ancell
I'm not able to reproduce this locally, could you try the following branch and 
see if it fixes it (for trusty)?
$ sudo apt-get build-dep lightdm
$ bzr branch lp:~robert-ancell/lightdm/lp1405349
$ cd lp1405349
$ bzr-buildpackage
And install the appropriate .deb files from ../build-area

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

Title:
  switching to activated guest session causes screen blank

Status in Light Display Manager:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in lightdm source package in Trusty:
  New

Bug description:
  Hi,
  I switch to activated guest session, but the screen remains blank. I have to 
wake it up with keyboard/mouse action.

  How to reproduce:
  1. login with your account normally.
  2. switch to guest session from the panel menu "Switch Account... -> Guest 
Session", now it's under guest session and the display is normal.
  3. switch back to your user account, then switch to guest session again.
  4. The screen remains blank.

  I can't reproduce this issue under Precise.
  Vivid snapshot 22-Mar-2015 can also reproduce this issue.

  Package:
  lightdm 1.10.3-0ubuntu2
  unity-settings-daemon-14.04.0+14.10.20140606~0ubuntu1
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-datong140729-kylin-trusty-amd64-20150205-2
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-02-09 (1 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150205-07:08
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  Package: lightdm 1.10.3-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-38.65stella1-generic 3.13.11.8
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1405349/+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 1405349] Re: switching to activated guest session causes screen blank

2015-03-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/lightdm/lp1405349

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

Title:
  switching to activated guest session causes screen blank

Status in Light Display Manager:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in lightdm source package in Trusty:
  New

Bug description:
  Hi,
  I switch to activated guest session, but the screen remains blank. I have to 
wake it up with keyboard/mouse action.

  How to reproduce:
  1. login with your account normally.
  2. switch to guest session from the panel menu "Switch Account... -> Guest 
Session", now it's under guest session and the display is normal.
  3. switch back to your user account, then switch to guest session again.
  4. The screen remains blank.

  I can't reproduce this issue under Precise.
  Vivid snapshot 22-Mar-2015 can also reproduce this issue.

  Package:
  lightdm 1.10.3-0ubuntu2
  unity-settings-daemon-14.04.0+14.10.20140606~0ubuntu1
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-datong140729-kylin-trusty-amd64-20150205-2
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-02-09 (1 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150205-07:08
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  Package: lightdm 1.10.3-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-38.65stella1-generic 3.13.11.8
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1405349/+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 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-03-24 Thread Daniel van Vugt
** Description changed:

- Double-buffered compositing performance is poor.
+ Double-buffered compositing performance is sometimes artificially poor
+ on some intel systems. When this happens the frame rate seen is halved -
+ about 30 FPS. However at the same time, Mir is observed to use very
+ little render time and both the CPU and GPU are still mostly idle. It's
+ just the Intel DRM logic sometimes takes two frames (~32ms) to complete
+ a single page flip.
  
- Fortunately we don't use double-buffering in our default compositor
- (mostly), and Ubuntu touch does not use the default compositor either.
- However, if you make the compositor double-buffered, then it quickly
- drops down to 30 FPS while not consuming any significant CPU or render
- time.
- 
- Test case A:
- Convert your compositor to double buffering by the code change suggested in 
bug 1350725.
- 
- Test case B (different bug?):
- Switch all clients to double-buffering using this branch:  
lp:~vanvugt/mir/double
- and then start a nested server.
- 
- Now start a bunch of clients, and you will find they slow down to 30 FPS
- after only starting a few. This does not happen with the default triple
- buffered compositor.
- 
- I've been ignoring this issue for a little while [1] thinking I had simply 
run out of power, although suspected that can't be right as this is a powerful 
quad-core i7 and it's slowing down with only 10 clients.
- [1] https://bugs.launchpad.net/mir/+bug/1350725/comments/1
- 
- Now today test case B has revealed (via MIR_CLIENT_PERF_REPORT) that the
- slowdown happens without using any significant render time (less than 2
- ms) and without using any significant CPU (less than 20% of one out of
- four cores).
- 
- So the conclusion is our default compositor is probably holding buffers
- for a little too long somewhere. Because that's the only sensible reason
- I can think of for my system to bog down to 30 FPS without stressing the
- CPU or GPU. We've got poor parallelism in our code somewhere. And once
- that's solved, we'll be able to make further improvements such as
- resolving bug 1350725.
+ Two known workarounds avoid the issue:
+   (a) Add glFinish() into the mesa DisplayBuffer code; or
+   (b) env INTEL_DEBUG=sync for the Mir server binary.

** Summary changed:

- Double-buffered compositing performance is very poor (30 FPS) on intel
+ Double-buffered compositing performance is sometimes very poor (30 FPS) on 
intel

** Changed in: mesa (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Double-buffered compositing performance is sometimes very poor (30
  FPS) on intel

Status in Mesa:
  Confirmed
Status in Mir:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Double-buffered compositing performance is sometimes artificially poor
  on some intel systems. When this happens the frame rate seen is halved
  - about 30 FPS. However at the same time, Mir is observed to use very
  little render time and both the CPU and GPU are still mostly idle.
  It's just the Intel DRM logic sometimes takes two frames (~32ms) to
  complete a single page flip.

  Two known workarounds avoid the issue:
(a) Add glFinish() into the mesa DisplayBuffer code; or
(b) env INTEL_DEBUG=sync for the Mir server binary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1377872/+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 1078679] Re: Gnome fallback - intermittent menus on top panel

2015-03-24 Thread David Groos
Had this exact problem--is disruptive in a classroom for sure. Details
on alkisg solution in #8 above:

He says:
...Create /opt/ltsp/i386/usr/local/bin/gnome-panel, with the following 
contents:...

Another way to say this would be:
1.   ...Create /usr/local/bin/gnome-panel, with the following contents:...
2.   ...Re-build the image

(then this script just created will be in the image at
/opt/ltsp/i386...)

At least this is my understanding! Thanks alkisg and vagrantc!

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

Title:
  Gnome fallback - intermittent menus on top panel

Status in gnome-panel package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.04.1, up-to-date.

  Using gnome fallback session on fat clients via ltsp, sometimes a user
  is presented with an empty top panel (no Applications menu, no Places
  menu, no indicators). The panel is there but no menus. This happens
  perhaps 1 in 20 logins and across various users and various machines.
  Workaround is a desktop launcher (named FixMyMenu) that the user can
  run that calls the following script:

  #!/bin/sh
  killall gnome-panel
  gnome-panel

  This works in the vast majority of cases, though occasionally needs to
  be run more than once before the menus appear on the panel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1078679/+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 1405349] Re: switching to activated guest session causes screen blank

2015-03-24 Thread Robert Ancell
The appropriate part from lightdm.log seems to be:
[+148.35s] WARNING: Error using VT_WAITACTIVE 7 on /dev/console: Interrupted 
system call

i.e. We requested the VT switch but perhaps it didn't occur?

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

Title:
  switching to activated guest session causes screen blank

Status in Light Display Manager:
  Confirmed
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in lightdm source package in Trusty:
  New

Bug description:
  Hi,
  I switch to activated guest session, but the screen remains blank. I have to 
wake it up with keyboard/mouse action.

  How to reproduce:
  1. login with your account normally.
  2. switch to guest session from the panel menu "Switch Account... -> Guest 
Session", now it's under guest session and the display is normal.
  3. switch back to your user account, then switch to guest session again.
  4. The screen remains blank.

  I can't reproduce this issue under Precise.
  Vivid snapshot 22-Mar-2015 can also reproduce this issue.

  Package:
  lightdm 1.10.3-0ubuntu2
  unity-settings-daemon-14.04.0+14.10.20140606~0ubuntu1
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-datong140729-kylin-trusty-amd64-20150205-2
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-02-09 (1 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150205-07:08
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  Package: lightdm 1.10.3-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-38.65stella1-generic 3.13.11.8
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1405349/+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 1434094] Re: indicator menus are misplaced when the display scaler is used

2015-03-24 Thread Robert Ancell
** Changed in: unity-greeter (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  indicator menus are misplaced when the display scaler is used

Status in unity-greeter package in Ubuntu:
  Triaged

Bug description:
  I have a system with a high-res panel, and the recent update to u-s-d
  makes it scale the login screen. With it though, the indicator menus
  are misplaced in the greeter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1434094/+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 1435649] Re: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm kernel module failed to build

2015-03-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1410916 ***
https://bugs.launchpad.net/bugs/1410916

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1410916, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1410916
   nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm kernel 
module failed to build [make[1]: *** No rule to make target `module'.  Stop.]

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1435649

Title:
  nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm
  kernel module failed to build

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  New

Bug description:
  I keep getting the bug report

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-48-generic
  Date: Tue Mar 24 08:35:09 2015
  InstallationDate: Installed on 2014-04-28 (329 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm 
kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2014-08-12 (223 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1435649/+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 1435913] Re: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm kernel module failed to build

2015-03-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1373136 ***
https://bugs.launchpad.net/bugs/1373136

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1373136, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1373136
   nvidia-331-uvm 331.38-0ubuntu7.1: nvidia-331-uvm kernel module failed to 
build [nvidia-modules-common.mk: No such file or directory]

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1435913

Title:
  nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm
  kernel module failed to build

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  New

Bug description:
  Happened when doing software update.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSBuildLog:
   DKMS make.log for nvidia-331-updates-uvm-331.113 for kernel 
3.13.0-48-generic (x86_64)
   Tue Mar 24 07:48:46 PDT 2015
   Makefile:216: 
/var/lib/dkms/nvidia-331-updates/331.113/build/nvidia-modules-common.mk: No 
such file or directory
   make: *** No rule to make target 
`/var/lib/dkms/nvidia-331-updates/331.113/build/nvidia-modules-common.mk'.  
Stop.
  DKMSKernelVersion: 3.13.0-48-generic
  Date: Tue Mar 24 07:48:51 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-08-20 (215 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates-uvm 331.113-0ubuntu0.0.4: nvidia-331-updates-uvm 
kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2014-09-24 (180 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1435913/+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 1435840] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-03-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1398212 ***
https://bugs.launchpad.net/bugs/1398212

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1398212, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1398212
   nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build 
[recordmcount ... Bus error (core dumped)]

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  just error message on the screen

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-uvm 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-48-generic
  Date: Tue Mar 24 09:20:43 2015
  InstallationDate: Installed on 2014-05-18 (310 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1435840/+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 1435724] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-03-24 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1268257, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  Freezes when touchpad is used when using the Nvidia driver

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-33-generic
  Date: Tue Mar 24 18:22:20 2015
  InstallationDate: Installed on 2015-03-04 (20 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1435724/+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 1435724] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-03-24 Thread Daniel van Vugt
Launchpad's timing out so I can't mark this as a duplicate today. But it
should be.

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  Freezes when touchpad is used when using the Nvidia driver

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-33-generic
  Date: Tue Mar 24 18:22:20 2015
  InstallationDate: Installed on 2015-03-04 (20 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1435724/+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 1233738] Re: AP failure: test_launcher_activate_last_focused_window

2015-03-24 Thread Stephen M. Webb
This problem no longer appears to occur.  Must have been fixed by some
other change in the last year and a half.

** Changed in: unity
   Status: Triaged => Fix Released

** Changed in: unity (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
   AP failure: test_launcher_activate_last_focused_window

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  AP test is failing.  the "window/minimize" key binding appears to
  maximize the window instead.

  _StringException: test-log: {{{
  04:48:21.178 INFO globals:49 - 

  04:48:21.178 INFO globals:50 - Starting test 
unity.tests.launcher.test_icon_behavior.LauncherIconsTests.test_launcher_activate_last_focused_window
 (Single Monitor)
  04:48:21.178 DEBUG globals:148 - Starting: ['/usr/bin/recordmydesktop', 
'--fps=6', '--no-wm-check', '--no-sound', '--no-frame', '-o', 
'/var/local/autopilot//videos/unity.tests.launcher.test_icon_behavior.LauncherIconsTests.test_launcher_activate_last_focused_window
 (Single Monitor).ogv']
  04:48:21.206 INFO __init__:302 - Setting compiz option 'num_launchers' in 
plugin 'unityshell' to 0
  04:48:21.752 INFO __init__:302 - Setting compiz option 'launcher_hide_mode' 
in plugin 'unityshell' to 0
  04:48:22.257 INFO _bamf:158 - Starting application 'Character Map' with files 
[]
  04:48:22.619 INFO _bamf:158 - Starting application 'Calculator' with files []
  04:48:22.948 INFO _bamf:158 - Starting application 'Character Map' with files 
[]
  04:48:24.143 DEBUG launcher:323 - Clicking launcher icon 
 on monitor 0 with mouse 
button 1
  04:48:24.188 DEBUG _X11:344 - Moving mouse to position 32,115 with animation.
  04:48:25.238 DEBUG _X11:299 - Pressing mouse button 1
  04:48:25.339 DEBUG _X11:306 - Releasing mouse button 1
  04:48:25.351 DEBUG _X11:344 - Moving mouse to position 512,384 without 
animation.
  04:48:25.441 DEBUG launcher:110 - Moving mouse away from launcher.
  04:48:25.505 DEBUG _X11:344 - Moving mouse to position 75,396 without 
animation.
  04:48:26.556 DEBUG launcher:323 - Clicking launcher icon 
 on monitor 0 with mouse 
button 1
  04:48:26.611 DEBUG _X11:344 - Moving mouse to position 32,693 with animation.
  04:48:27.467 DEBUG _X11:344 - Moving mouse to position 32,768 with animation.
  04:48:28.084 DEBUG _X11:344 - Moving mouse to position 32,500 with animation.
  04:48:28.906 DEBUG _X11:299 - Pressing mouse button 1
  04:48:29.007 DEBUG _X11:306 - Releasing mouse button 1
  04:48:29.023 DEBUG _X11:344 - Moving mouse to position 512,384 without 
animation.
  04:48:29.056 DEBUG launcher:110 - Moving mouse away from launcher.
  04:48:29.056 DEBUG _X11:344 - Moving mouse to position 75,396 without 
animation.
  04:48:30.103 DEBUG _X11:139 - Pressing keys 'Ctrl+Alt+KP_0' with delay 
0.20
  04:48:30.104 DEBUG _X11:231 - Sending press event for key: Control_L
  04:48:30.306 DEBUG _X11:231 - Sending press event for key: Alt_L
  04:48:30.509 DEBUG _X11:231 - Sending press event for key: KP_0
  04:48:30.711 DEBUG _X11:158 - Releasing keys 'Ctrl+Alt+KP_0' with delay 
0.20
  04:48:30.711 DEBUG _X11:234 - Sending release event for key: KP_0
  04:48:30.912 DEBUG _X11:234 - Sending release event for key: Alt_L
  04:48:31.114 DEBUG _X11:234 - Sending release event for key: Control_L
  04:48:41.343 INFO __init__:302 - Setting compiz option 'launcher_hide_mode' 
in plugin 'unityshell' to 0
  04:48:41.845 INFO __init__:302 - Setting compiz option 'num_launchers' in 
plugin 'unityshell' to 0
  04:48:42.349 INFO __init__:89 - Checking system state for badly behaving 
test...
  04:48:42.522 INFO __init__:152 - Test was well behaved.
  }}}

  unity-log: {{{
  INFO  2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:79 Created ApplicationLauncherIcon: blank, icon: , 
sticky: no, visible: yes, active: yes, running: yes
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:169 blank name now Character Map
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:176 Character Map icon now accessories-character-map
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:159 Character Map active now true
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:181 Character Map running now true
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:164 Character Map desktop_file now 
/usr/share/applications/gucharmap.desktop
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLauncherIcon.cpp:159 Calculator active now false
  DEBUG 2013-10-01 04:48:22 unity.launcher.icon.application 
ApplicationLaunche

[Desktop-packages] [Bug 1435980] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build [elf.h:15:34: internal compiler error: Errore di segmentazione #define ELF_NGREG (sizeof(

2015-03-24 Thread Daniel van Vugt
** Summary changed:

- nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
+ nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build 
[elf.h:15:34: internal compiler error: Errore di segmentazione #define 
ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))]

** Package changed: nvidia-graphics-drivers-331 (Ubuntu) => gcc-4.8
(Ubuntu)

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build [elf.h:15:34: internal compiler error: Errore di segmentazione
  #define ELF_NGREG (sizeof(struct user_regs_struct) /
  sizeof(elf_greg_t))]

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  The machine is doing well, but at  every  upgrade always the same
  error message is appearing.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-48-generic
  Date: Tue Mar 24 17:55:31 2015
  InstallationDate: Installed on 2014-03-23 (365 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 
(20140204)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: Upgraded to trusty on 2014-08-16 (219 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1435980/+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 1436134] [NEW] Ubuntu doesn't recognise Windows 10 Technical Preview partitions system on the installing process

2015-03-24 Thread Juan P. Tamayo
Public bug reported:

When I have installed Windows 10 Technical Preview on my hard disk
drive, I can't install directly any version of Ubuntu, because Ubuntu
doesn't recognise any operating system on the hard disk.

Because of this, I can't use the dual-boot Windows/Ubuntu, and I can
only format the hdd or resize the hdd partitions

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

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

Title:
  Ubuntu doesn't recognise Windows 10 Technical Preview partitions
  system on the installing process

Status in onboard package in Ubuntu:
  New

Bug description:
  When I have installed Windows 10 Technical Preview on my hard disk
  drive, I can't install directly any version of Ubuntu, because Ubuntu
  doesn't recognise any operating system on the hard disk.

  Because of this, I can't use the dual-boot Windows/Ubuntu, and I can
  only format the hdd or resize the hdd partitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1436134/+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 1430077] Re: [vivid] VPN connection breaks /etc/resolv.conf

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  [vivid] VPN connection breaks /etc/resolv.conf

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After some recent update in vivid, connecting to my employer's VPN
  with network-manager-openvpn has resulted in broken name resolution.
  Previously, the VPN-provided nameserver setting would be pushed into
  the config of the dnsmasq run by NM.  Now, it is being pushed instead
  to /etc/resolv.conf.

   nameserver 10.99.244.1
   nameserver 127.0.1.1

  This is breaking the DNS handling for libvirt-bin, which has its own
  forwarding dnsmasq instance which it expects to be able to talk to the
  first nameserver listed here.  The nameserver in question does not
  work (and is not meant to be used) for any name lookups except
  company-internal domains.

  Connecting to the VPN also pushes search paths to /etc/resolv.conf -
  overriding the search domains that I have already configured, and
  which should take precedence.  (This part is not a regression.)  I
  understand that the purpose of these provided domains is to specify
  the domains for which DNS lookups should be forwarded to the VPN DNS
  server, and *not* to modify the system's DNS lookups for non-FQDN
  requests.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  9 17:16:05 2015
  InstallationDate: Installed on 2010-09-24 (1627 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WWanEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (93 days ago)
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1430077/+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 1423542] Re: regresion: buttons styled differently

2015-03-24 Thread Launchpad Bug Tracker
** Branch linked: lp:unity-greeter

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

Title:
  regresion: buttons styled differently

Status in ubuntu-themes package in Ubuntu:
  New
Status in unity-greeter package in Ubuntu:
  In Progress

Bug description:
  Unity greeter buttons are styled differently compared to previus ubuntu 
version:
  1) Session option button has background-color and border.
  2) All buttons look similar in session chooser. It is not possible to see 
currently selected session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1423542/+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 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-03-24 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #1146805
   https://bugzilla.mozilla.org/show_bug.cgi?id=1146805

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

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

Status in The Mozilla Firefox Browser:
  Confirmed
Status in The "G" Library - GLib:
  Unknown
Status in apport package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Have a look at the screen-shot for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  BuildID: 20130308124351
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Tue Mar 26 21:48:57 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-03-26 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64+mac (20130326)
  IpRoute:
   default via 10.0.1.1 dev eth0  proto static
   10.0.1.0/24 dev eth0  proto kernel  scope link  src 10.0.1.16  metric 1
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Videos 3.6.3) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351
  RelatedPackageVersions:
   totem-mozilla 3.6.3-0ubuntu4
   rhythmbox-mozilla 2.98-0ubuntu3
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+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 1160569]

2015-03-24 Thread Yuri
I created the separate bug report
https://bugzilla.mozilla.org/show_bug.cgi?id=1146805 because this one
doesn't seem clear enough,

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

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

Status in The Mozilla Firefox Browser:
  Confirmed
Status in The "G" Library - GLib:
  Unknown
Status in apport package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Triaged
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Have a look at the screen-shot for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  BuildID: 20130308124351
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Tue Mar 26 21:48:57 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-03-26 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64+mac (20130326)
  IpRoute:
   default via 10.0.1.1 dev eth0  proto static
   10.0.1.0/24 dev eth0  proto kernel  scope link  src 10.0.1.16  metric 1
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Videos 3.6.3) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351
  RelatedPackageVersions:
   totem-mozilla 3.6.3-0ubuntu4
   rhythmbox-mozilla 2.98-0ubuntu3
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+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


Re: [Desktop-packages] [Bug 1432843] Re: Lubuntu failed to boot

2015-03-24 Thread Istimsak
Then I don't know why it is not working for me. I do not have any of those
specs on my laptop.

On Tue, Mar 24, 2015 at 7:01 PM, sudodus  wrote:

> Lubuntu beta: vivid-desktop-i386.iso
>
> It works in a laptop computer with Intel i5 processor and Intel
> graphics,
>
> http://www.toshiba.se/laptops/satellite-pro/c850/satellite-pro-c850-19w/
>
> It does not work in a desktop computer with AMD Athlon processor and on-
> board (old) nvidia graphics - Lubuntu used to work in this computer,
>
> http://www.asus.com/Motherboards/M2NVM_DVI/
>
> Lubuntu boots, but gets stuck before getting into graphics mode. Tried
> nomodeset and some other boot option, but it did not help.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1432843
>
> Title:
>   Lubuntu failed to boot
>
> Status in X.Org X server:
>   New
> Status in xorg package in Ubuntu:
>   Confirmed
>
> Bug description:
>   The daily build of Lubuntu "20150316" failed to boot into the live
>   session, and fails to install. During the boot session, the Lubuntu
>   splash screen appears indicating that Lubuntu was loading. What
>   follows next was a blank screen.
>
>   Unfortunately, I cannot sumit the exact version of syslinux since the
>   daily build could not boot into an interactive session.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.04
>   Package: syslinux 3:6.03~pre18+dfsg-1ubuntu1
>   ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
>   Uname: Linux 3.19.0-7-generic i686
>   ApportVersion: 2.16.2-0ubuntu1
>   Architecture: i386
>   Date: Mon Mar 16 17:19:35 2015
>   Dependencies:
>gcc-5-base 5-20150228-1ubuntu1
>libc6 2.19-15ubuntu2
>libgcc1 1:5-20150228-1ubuntu1
>mtools 4.0.18-2
>multiarch-support 2.19-15ubuntu2
>   InstallationDate: Installed on 2015-03-05 (11 days ago)
>   InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Alpha i386 (20150303)
>   SourcePackage: syslinux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/xorg-server/+bug/1432843/+subscriptions
>


-- 
"Collaboration is the new innovation" (Istimsak Abdulbasir, 2013)

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

Title:
  Lubuntu failed to boot

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  The daily build of Lubuntu "20150316" failed to boot into the live
  session, and fails to install. During the boot session, the Lubuntu
  splash screen appears indicating that Lubuntu was loading. What
  follows next was a blank screen.

  Unfortunately, I cannot sumit the exact version of syslinux since the
  daily build could not boot into an interactive session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: syslinux 3:6.03~pre18+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  Date: Mon Mar 16 17:19:35 2015
  Dependencies:
   gcc-5-base 5-20150228-1ubuntu1
   libc6 2.19-15ubuntu2
   libgcc1 1:5-20150228-1ubuntu1
   mtools 4.0.18-2
   multiarch-support 2.19-15ubuntu2
  InstallationDate: Installed on 2015-03-05 (11 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Alpha i386 (20150303)
  SourcePackage: syslinux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1432843/+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 1404726] Re: menu contains two Terminal entries

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
   Status: New => 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/1404726

Title:
  menu contains two Terminal entries

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  GTK 3.14 version of gnome-terminal contains two visible "Terminal"
  menu options - see picture showing this

  Suggest the initial "Terminal" that appears before "File" should
  actually be combined with "File".

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-terminal 3.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 21 20:54:43 2014
  InstallationDate: Installed on 2014-11-27 (23 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141123)
  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/gnome-terminal/+bug/1404726/+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 896824] Re: Crash when navigating HTTPS uri through proxy

2015-03-24 Thread Daniel Fore
** No longer affects: midori

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

Title:
  Crash when navigating HTTPS uri through proxy

Status in Soup HTTP Library:
  Fix Released
Status in libsoup2.4 package in Ubuntu:
  Fix Released
Status in libsoup2.4 source package in Oneiric:
  Won't Fix

Bug description:
  After having installed Privoxy, I opened 'Preferences' in Midori to set the 
proxy address in the 'Network' tab.
  eg. 192.168.0.1:8118

  Now whenever I navigate an HTTPS uri, Midori crashes.
  This happens for instance with the Duck Duck Go HTTPS search page.

  Running on Ubuntu Oneiric Ocelot, Midori v0.4.0, libwebkitgtk v3.0-0,
  privoxy v3.0.17-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsoup/+bug/896824/+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 1394997] Re: 8086:0f31 Intel graphics corruption since upgrade to Ubuntu 14.10

2015-03-24 Thread Daniel Drake
I booted last nights Ubuntu-GNOME 15.04 cdimage, and the titlebar
problem is not present there. I haven't used it enough to see if it also
fixes the other graphical regressions.

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

Title:
  8086:0f31 Intel graphics corruption since upgrade to Ubuntu 14.10

Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  Since upgrading from Ubuntu 14.04 to Ubuntu 14.10, I have been seeing
  in GNOME 3 several times per day maximized windows (especially gvim)
  have rectangular regions of their titlebar totally invisible and
  transparent, so the contents of whatever window or image is behind
  them shows through. Easy to reproduce but problem disappears once a
  screenshot is taken :/

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Fri Nov 21 07:35:14 2014
  DistUpgraded: 2014-10-24 10:27:21,390 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0c) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2055]
  InstallationDate: Installed on 2014-08-30 (83 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=39a14ffe-9286-4cfa-9362-bf5bfef37843 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (27 days ago)
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Nov 21 06:30:50 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   53336
   vendor DEL
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1394997/+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 1420240] Re: Battery stats not displayed properly

2015-03-24 Thread Fran Diéguez
gnome-shell indicator is currently displaying 65% after 5 hours plugged
in (so it should be 100%). Testing with previous releases of Ubuntu and
it works.

Here is the output 
$ LC_ALL=C upower -d
Device: /org/freedesktop/UPower/devices/line_power_ADP1
  native-path:  ADP1
  power supply: yes
  updated:  Tue Mar 24 18:27:26 2015 (23711 seconds ago)
  has history:  no
  has statistics:   no
  line-power
warning-level:   none
online:  yes
icon-name:  'ac-adapter-symbolic'

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  BAT0
  vendor:   SMP
  model:bq20z451
  power supply: yes
  updated:  Wed Mar 25 01:01:17 2015 (80 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   fully-charged
warning-level:   none
energy:  49.0779 Wh
energy-empty:0 Wh
energy-full: 50.7751 Wh
energy-full-design:  75.555 Wh
energy-rate: 34.7443 W
voltage: 12.007 V
percentage:  65%
temperature: 34.4 degrees C
capacity:67.2029%
technology:  lithium-ion
icon-name:  'battery-full-charged-symbolic'

Device: /org/freedesktop/UPower/devices/DisplayDevice
  power supply: yes
  updated:  Wed Mar 25 00:35:17 2015 (1640 seconds ago)
  has history:  no
  has statistics:   no
  battery
present: yes
state:   fully-charged
warning-level:   none
energy:  49.0779 Wh
energy-full: 50.7751 Wh
energy-rate: 34.7443 W
percentage:  65%
icon-name:  'battery-full-charged-symbolic'

Daemon:
  daemon-version:  0.99.2
  on-battery:  no
  lid-is-closed:   no
  lid-is-present:  yes
  critical-action: HybridSleep

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

Title:
  Battery stats not displayed properly

Status in Ubuntu GNOME:
  New
Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Battery stats never go over 66% of charge even when the battery is
  completely charged.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-control-center 1:3.14.2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Feb  9 19:42:54 2015
  InstallationDate: Installed on 2014-10-22 (110 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to vivid on 2015-01-13 (26 days ago)
  usr_lib_gnome-control-center: deja-dup 32.0-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1420240/+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 1424362] Re: no permissions to install or remove packages in vivid daily lubuntu beta 1

2015-03-24 Thread Alberto Salvia Novella
** Changed in: software-center (Ubuntu)
   Importance: Undecided => High

** Changed in: software-center (Ubuntu)
   Importance: High => Critical

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

Title:
  no permissions to install or remove packages in vivid daily lubuntu
  beta 1

Status in Lubuntu port to Qt:
  New
Status in Lubuntu Software Center:
  Confirmed
Status in software-center package in Ubuntu:
  Confirmed

Bug description:
  Vivid daily version 20150221Lubuntu desktop i386 installed gives following 
message when using Lubuntu Software Center to install a package, whereas 
Synaptic cannot be opened:
  You are not allowed to perform this action
  You don't have the required privileges to perform this action.
  org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name', {'name': 
':1.51'}): org.debian.apt.install-or-remove-packages

  Installing a package using command line works OK.
  Hardware info: https://gist.github.com/2166a864091f84806d39

To manage notifications about this bug go to:
https://bugs.launchpad.net/lubuntu-next/+bug/1424362/+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 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2015-03-24 Thread Stephen M. Webb
@Anshu - no, nobody is working on this at the moment.  I can confirm
it's still happening, I just had it happen again today in Ubuntu 14.04.

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

Title:
  Drag and drop from Dash to Desktop doesn't work

Status in Chromium Browser:
  New
Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Unity 7.1 series:
  Won't Fix
Status in Unity 7.2 series:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When you try to drag and drop an app from Dash (both from app lens and
  home lens) to Desktop, system display an error and the shortcut isn't
  created.

  The error is:
  Error while copying - There was an error getting information about "/".
  More details: The specified location is not supported

  Then there are four buttons: "Cancel" - "Skip all" - "Skip" - "Retry".

  Way to reproduce:
  - Open the dash
  - Drag an app icon and drop on desktop

  What happend:
  - An error is raised

  What expected:
  - A shortcut is created

  With file, music and photo is all ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1241972/+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 1251281] Re: gnome-session-flashback/Unity fails to start without hardware acceleration in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2015-03-24 Thread Christopher M. Penalver
Dmitry Shachnev, I still have the issue where when one uses xrdp with
gnome-session-flashback in Vivid, it shows a borked screen as noted in
https://bugs.launchpad.net/ubuntu/trusty/+source/gnome-
session/+bug/1251281/+attachment/4158303/+files/screenshot.png .

apt-cache policy gnome-panel
gnome-panel:
  Installed: 1:3.14.0-2ubuntu1
  Candidate: 1:3.14.0-2ubuntu1
  Version table:
 *** 1:3.14.0-2ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
100 /var/lib/dpkg/status

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

** Changed in: gnome-panel (Ubuntu Vivid)
   Importance: Undecided => Critical

** Changed in: gnome-panel (Ubuntu Vivid)
   Status: New => Triaged

** Changed in: gnome-panel (Ubuntu Utopic)
   Importance: Undecided => Critical

** Changed in: gnome-panel (Ubuntu Utopic)
   Status: New => Triaged

** Changed in: gnome-panel (Ubuntu Trusty)
   Importance: Undecided => Critical

** Changed in: gnome-panel (Ubuntu Trusty)
   Status: New => Triaged

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

Title:
  gnome-session-flashback/Unity fails to start without hardware
  acceleration in cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

Status in The GNOME 2 Session Manager:
  Fix Released
Status in gnome-panel package in Ubuntu:
  Triaged
Status in gnome-session package in Ubuntu:
  Fix Released
Status in gnome-panel source package in Trusty:
  Triaged
Status in gnome-session source package in Trusty:
  In Progress
Status in gnome-panel source package in Utopic:
  Triaged
Status in gnome-session source package in Utopic:
  In Progress
Status in gnome-panel source package in Vivid:
  Triaged
Status in gnome-session source package in Vivid:
  Fix Released
Status in gnome-session package in Debian:
  New

Bug description:
  == Impact ==
  It was impossible to launch a gnome-session-based desktop on a system where 
hardware accelerations is not available (such as old hardware, or when using a 
remote desktop).

  That looks like a quite popular use case — more than a hundred of
  people marked this bug as affecting them.

  == Test Case ==
  The original bug description below contains a test case.

  == Proposed Fix ==
  The fix backports an upstream commit which adds --disable-acceleration-check 
commandline option, and makes Upstart user session pass that flag to 
gnome-session when the session is gnome-fallback (aka 
gnome-flashback-metacity). Of course, that option can be used with other 
sessions as well.

  This was fixed in vivid in version 3.14.0-2ubuntu4.

  == Regression Potential ==
  The option was accepted upstream, and nobody complained so far. So the 
regression potential should be low.

  This bug will cause static grey or black screen instead of opening
  remote session using Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting from
  x2goclient, rdpclient(reminna/vinagre/mstsc), SSH, VNC, NOMACHINE and
  etc.

  == Original Description ==
  1) lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  2) apt-cache policy gnome-session
  gnome-session:
    Installed: 3.9.90-0ubuntu12
    Candidate: 3.9.90-0ubuntu12
    Version table:
   *** 3.9.90-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen is when one installs xrdp on the host
  and attempts to use remmina or vinagre on a Ubuntu 14.04 client to RDP
  in, it works.

  4) What happens instead is it shows a gray static screen as per attached 
screenshot. This would appear an issue with gnome-session as per client log:
  cat .xsession-errors.old
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  init: indicator-application main process ended, respawning
  init: indicator-application main process ended, respawning
  init: indicator-application respawning too fast, stopped
  Xsession: X session started for  at Sun Jul 20 15:25:59 CDT 2014
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  localuser:moniker being added to access control list
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  109 (X_ChangeHosts)
    Value in failed request:  0x5
    Serial number of failed request:  6
    Current serial number in output stream:  8
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at run_im.
  Script for ibus started at run_im.
  Script for auto started at run_im.
  Script for default started at r

[Desktop-packages] [Bug 1385955] Re: Wrong zoom in/out behavior touchpad move

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New => Confirmed

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

Title:
  Wrong zoom in/out behavior touchpad move

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Scenario:

   1. Being in browser, I drag the touchpad using two fingers -> page scroll
   2. While the page is scrolling (my fingers are not on touchpad anymore), I 
press CTRL key.
   3. The page is zoomed in/out

  Same issue appears in Nautilus, for example.

  How can this be fixed?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-lowlatency 3.16.4
  Uname: Linux 3.16.0-23-lowlatency x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Oct 26 22:07:43 2014
  DistUpgraded: 2014-10-22 09:50:07,290 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.18, 3.16.0-23-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-23-lowlatency, x86_64: installed
   virtualbox-guest, 4.3.18, 3.16.0-23-generic, x86_64: installed
   virtualbox-guest, 4.3.18, 3.16.0-23-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:11cd]
 Subsystem: ASUSTeK Computer Inc. Device [1043:11cd]
  MachineType: ASUSTeK COMPUTER INC. N550JV
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-lowlatency 
root=UUID=cddf136b-f5a3-4a0b-ae61-84042b4d9fee ro acpi_osi_Linux quiet splash 
intel_pstate=enable vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-22 (4 days ago)
  dmi.bios.date: 09/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JV.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JV
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JV.207:bd09/17/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Oct 26 09:58:11 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12876 
   vendor SDC
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1385955/+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 1420240] Re: Battery stats not displayed properly

2015-03-24 Thread Tim
Fran, is the gnome-shell battery indicator displaying it correctly? If
that is also broken, can you paste the output from `upower -d`

** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

** Changed in: ubuntu-gnome
Milestone: None => vivid

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

Title:
  Battery stats not displayed properly

Status in Ubuntu GNOME:
  New
Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Battery stats never go over 66% of charge even when the battery is
  completely charged.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-control-center 1:3.14.2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Feb  9 19:42:54 2015
  InstallationDate: Installed on 2014-10-22 (110 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to vivid on 2015-01-13 (26 days ago)
  usr_lib_gnome-control-center: deja-dup 32.0-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1420240/+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 1270257] Re: NetworkManager failed to function after suspend and resume

2015-03-24 Thread Fran Diéguez
pitti, will you build packages with these patches  or should I test them
in my local machine?

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

Title:
  NetworkManager failed to function after suspend and resume

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  NetworkManager failed to function after resuming from suspend. The
  indicator applet in the Mac OS style menu bar showed the empty
  quarter-circle, and clicking "Enable Networking" didn't change the
  menu options or the style of the applet. Running "sudo service
  network-manager restart" brought back functionality.

  $ dpkg -l systemd* logind*
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  
+++-==---==
  un  logind (no description 
available)
  un  systemd(no description 
available)
  ii  systemd-services   204-0ubuntu19.1  amd64systemd runtime 
services
  ii  systemd-shim   6-0ubuntu0.13.10 amd64shim for systemd

  
  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 17 10:08:48 2014
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-10-18 (456 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
9 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-11-06 (72 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 2013-11-05T17:49:23
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1270257/+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 1435794] Re: after a crash and restart of simple-scan save menu items are without function

2015-03-24 Thread Robert Ancell
** Also affects: simple-scan/3.12
   Importance: Undecided
   Status: New

** Also affects: simple-scan/3.16
   Importance: Undecided
   Status: New

** Also affects: simple-scan/3.14
   Importance: Undecided
   Status: New

** Changed in: simple-scan/3.12
   Status: New => Fix Committed

** Changed in: simple-scan/3.14
   Status: New => Fix Committed

** Changed in: simple-scan/3.16
   Status: New => Fix Committed

** Changed in: simple-scan/3.12
   Importance: Undecided => Medium

** Changed in: simple-scan/3.14
   Importance: Undecided => Medium

** Changed in: simple-scan/3.16
   Importance: Undecided => Medium

** Changed in: simple-scan
Milestone: None => 3.17.1

** Changed in: simple-scan/3.16
Milestone: None => 3.16.1

** Changed in: simple-scan/3.14
Milestone: None => 3.14.3

** Changed in: simple-scan/3.12
Milestone: None => 3.12.3

** Also affects: simple-scan (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: simple-scan (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: simple-scan (Ubuntu Vivid)
   Importance: Medium
   Status: Fix Committed

** Changed in: simple-scan (Ubuntu Utopic)
   Status: New => Fix Committed

** Changed in: simple-scan (Ubuntu Trusty)
   Status: New => Fix Committed

** Changed in: simple-scan (Ubuntu Utopic)
   Importance: Undecided => Medium

** Changed in: simple-scan (Ubuntu Trusty)
   Importance: Undecided => Medium

** Summary changed:

- after a crash and restart of simple-scan save menu items are without function
+ Save menu items disabled after crash

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

Title:
  Save menu items disabled after crash

Status in Simple Scan:
  Fix Committed
Status in Simple Scan 3.12 series:
  Fix Committed
Status in Simple Scan 3.14 series:
  Fix Committed
Status in Simple Scan 3.16 series:
  Fix Committed
Status in simple-scan package in Ubuntu:
  Fix Committed
Status in simple-scan source package in Trusty:
  Fix Committed
Status in simple-scan source package in Utopic:
  Fix Committed
Status in simple-scan source package in Vivid:
  Fix Committed

Bug description:
  After simple-scan crashed with segmentation fault, the previously
  scanned image is revealed and the two save menu item in the file menu
  are without function. It is possible to delete the previously scanned
  image and to scan, but the saving has to be done by closing the
  application and choosing save when one is asked how to deal with
  unsaved scans.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: simple-scan 3.14.0-0ubuntu1
  Uname: Linux 3.19.2-031902-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 12:04:05 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-26 (56 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.2-031902-generic 
root=UUID=ac20c93a-0ec5-445a-98cd-941f0fbc0e50 ro rootflags=subvol=@
  SourcePackage: simple-scan
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1435794/+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 1435794] Re: after a crash and restart of simple-scan save menu items are without function

2015-03-24 Thread Launchpad Bug Tracker
** Branch linked: lp:simple-scan

** Branch linked: lp:simple-scan/3.16

** Branch linked: lp:simple-scan/3.14

** Branch linked: lp:simple-scan/3.12

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

Title:
  Save menu items disabled after crash

Status in Simple Scan:
  Fix Committed
Status in Simple Scan 3.12 series:
  Fix Committed
Status in Simple Scan 3.14 series:
  Fix Committed
Status in Simple Scan 3.16 series:
  Fix Committed
Status in simple-scan package in Ubuntu:
  Fix Committed
Status in simple-scan source package in Trusty:
  Fix Committed
Status in simple-scan source package in Utopic:
  Fix Committed
Status in simple-scan source package in Vivid:
  Fix Committed

Bug description:
  After simple-scan crashed with segmentation fault, the previously
  scanned image is revealed and the two save menu item in the file menu
  are without function. It is possible to delete the previously scanned
  image and to scan, but the saving has to be done by closing the
  application and choosing save when one is asked how to deal with
  unsaved scans.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: simple-scan 3.14.0-0ubuntu1
  Uname: Linux 3.19.2-031902-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 12:04:05 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-26 (56 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.2-031902-generic 
root=UUID=ac20c93a-0ec5-445a-98cd-941f0fbc0e50 ro rootflags=subvol=@
  SourcePackage: simple-scan
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1435794/+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 1435794] Re: after a crash and restart of simple-scan save menu items are without function

2015-03-24 Thread Robert Ancell
** Changed in: simple-scan (Ubuntu)
   Status: New => Fix Committed

** Changed in: simple-scan (Ubuntu)
   Importance: Undecided => Medium

** Also affects: simple-scan
   Importance: Undecided
   Status: New

** Changed in: simple-scan
   Status: New => Fix Committed

** Changed in: simple-scan
   Importance: Undecided => Medium

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

Title:
  after a crash and restart of simple-scan save menu items are without
  function

Status in Simple Scan:
  Fix Committed
Status in simple-scan package in Ubuntu:
  Fix Committed

Bug description:
  After simple-scan crashed with segmentation fault, the previously
  scanned image is revealed and the two save menu item in the file menu
  are without function. It is possible to delete the previously scanned
  image and to scan, but the saving has to be done by closing the
  application and choosing save when one is asked how to deal with
  unsaved scans.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: simple-scan 3.14.0-0ubuntu1
  Uname: Linux 3.19.2-031902-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 12:04:05 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-26 (56 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.2-031902-generic 
root=UUID=ac20c93a-0ec5-445a-98cd-941f0fbc0e50 ro rootflags=subvol=@
  SourcePackage: simple-scan
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1435794/+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 1270257] Re: NetworkManager failed to function after suspend and resume

2015-03-24 Thread Emil Soleyman
Can either of these patches make a difference?

http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=a687d1f9e0f75b987f40335934b54aa748f6724b

http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/src/nm-
manager.c?id=5f04324f8bef43ebe831a6fa20ea8577dcad0ac5

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

Title:
  NetworkManager failed to function after suspend and resume

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  NetworkManager failed to function after resuming from suspend. The
  indicator applet in the Mac OS style menu bar showed the empty
  quarter-circle, and clicking "Enable Networking" didn't change the
  menu options or the style of the applet. Running "sudo service
  network-manager restart" brought back functionality.

  $ dpkg -l systemd* logind*
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  
+++-==---==
  un  logind (no description 
available)
  un  systemd(no description 
available)
  ii  systemd-services   204-0ubuntu19.1  amd64systemd runtime 
services
  ii  systemd-shim   6-0ubuntu0.13.10 amd64shim for systemd

  
  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 17 10:08:48 2014
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-10-18 (456 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
9 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-11-06 (72 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 2013-11-05T17:49:23
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1270257/+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 1432843] Re: Lubuntu failed to boot

2015-03-24 Thread sudodus
Lubuntu beta: vivid-desktop-i386.iso

It works in a laptop computer with Intel i5 processor and Intel
graphics,

http://www.toshiba.se/laptops/satellite-pro/c850/satellite-pro-c850-19w/

It does not work in a desktop computer with AMD Athlon processor and on-
board (old) nvidia graphics - Lubuntu used to work in this computer,

http://www.asus.com/Motherboards/M2NVM_DVI/

Lubuntu boots, but gets stuck before getting into graphics mode. Tried
nomodeset and some other boot option, but it did not help.

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

Title:
  Lubuntu failed to boot

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  The daily build of Lubuntu "20150316" failed to boot into the live
  session, and fails to install. During the boot session, the Lubuntu
  splash screen appears indicating that Lubuntu was loading. What
  follows next was a blank screen.

  Unfortunately, I cannot sumit the exact version of syslinux since the
  daily build could not boot into an interactive session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: syslinux 3:6.03~pre18+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  Date: Mon Mar 16 17:19:35 2015
  Dependencies:
   gcc-5-base 5-20150228-1ubuntu1
   libc6 2.19-15ubuntu2
   libgcc1 1:5-20150228-1ubuntu1
   mtools 4.0.18-2
   multiarch-support 2.19-15ubuntu2
  InstallationDate: Installed on 2015-03-05 (11 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Alpha i386 (20150303)
  SourcePackage: syslinux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1432843/+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 1432358] Re: Highlighted items are unreadable

2015-03-24 Thread Gerry Boland
*** This bug is a duplicate of bug 1283634 ***
https://bugs.launchpad.net/bugs/1283634

** This bug has been marked a duplicate of bug 1283634
   Text for selected applications in Ubuntu Software Center on Ubuntu Gnome is 
difficult to read

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

Title:
  Highlighted items are unreadable

Status in One Hundred Papercuts:
  Confirmed
Status in software-center package in Ubuntu:
  Confirmed

Bug description:
  Highlighted items are unreadable in Ubuntu GNOME when on the Software
  Center. I believe it is due to the current theme associated with
  Ubuntu GNOME.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: software-center 13.10-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 15 09:14:44 2015
  InstallationDate: Installed on 2015-03-15 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1432358/+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 1375381] Re: Xorg crashed with SIGABRT in OsAbort()

2015-03-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1338492 ***
https://bugs.launchpad.net/bugs/1338492

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Bug Report starts after upgrading from 14.04 to 14.10

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-core 2:1.16.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CrashCounter: 1
  Date: Sun Sep 28 09:42:06 2014
  DistUpgraded: 2014-09-24 14:18:34,851 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   fwts-efi-runtime-dkms, 14.09.00, 3.13.0-37-generic, x86_64: installed
   fwts-efi-runtime-dkms, 14.09.00, 3.16.0-17-generic, x86_64: installed
   fwts-efi-runtime-dkms, 14.09.00, 3.16.0-18-generic, x86_64: installed
   i915-3.15-3.13, 0.01, 3.13.0-37-generic, x86_64: installed
  ExecutablePath: /usr/bin/Xorg
  ExecutableTimestamp: 1410354735
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0775]
  InstallationDate: Installed on 2014-07-10 (79 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Acer Aspire E1-572
  ProcCmdline: /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch
  ProcCwd: /etc/X11
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-18-generic 
root=UUID=a3713735-84f4-4757-980a-e683acfdceb5 ro rootflags=sync splash quiet 
intel_pstate=enable nmi_watchdog=0 acpi_backlight=vendor vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   OsAbort () at ../../os/utils.c:1361
   AbortServer () at ../../os/log.c:786
   FatalError (f=f@entry=0x7ffbd07e3116 "no screens found") at 
../../os/log.c:924
   dix_main (argc=11, argv=0x7fffeac53458, envp=) at 
../../dix/main.c:205
   __libc_start_main (main=0x7ffbd0660680 , argc=11, argv=0x7fffeac53458, 
init=, fini=, rtld_fini=, 
stack_end=0x7fffeac53448) at libc-start.c:287
  Title: Xorg crashed with SIGABRT in OsAbort()
  UpgradeStatus: Upgraded to utopic on 2014-09-24 (3 days ago)
  UserGroups:
   
  dmi.bios.date: 01/15/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HW
  dmi.board.vendor: Acer
  dmi.board.version: V2.14
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.14:bd01/15/2014:svnAcer:pnAspireE1-572:pvrV2.14:rvnAcer:rnEA50_HW:rvrV2.14:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E1-572
  dmi.product.version: V2.14
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.6-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.6-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Sep 28 11:42:38 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18412 
   vendor AUO
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1375381/+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 1435685] Re: double mouse cursor, 64bit, fresh install

2015-03-24 Thread Christopher M. Penalver
lecolo, thank you for reporting this and helping make Ubuntu better.

Just to clarify, is the double mouse cursor an issue that became
resolved after installing the nvidia driver from the Ubuntu
repositories?

** Tags added: latest-bios-208

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  double mouse cursor, 64bit, fresh install

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  see here 
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1393169
  and
  http://forum.ubuntu-fr.org/viewtopic.php?id=1761131

  may apeared after resizing folder on Xubuntu?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Tue Mar 24 07:51:42 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:16dd]
  InstallationDate: Installed on 2015-03-22 (1 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: ASUSTeK COMPUTER INC. X751MD
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic.efi.signed 
root=UUID=e919445c-9bea-469f-a036-22c3f5fb6dbb ro splash quiet
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/06/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X751MD.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X751MD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX751MD.208:bd02/06/2015:svnASUSTeKCOMPUTERINC.:pnX751MD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX751MD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X751MD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Tue Mar 24 07:49:15 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5928 
   vendor CMN
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1435685/+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 1381232] Re: Utopic version of gnome-panel depends on evolution-common

2015-03-24 Thread Alberts Muktupāvels
https://git.gnome.org/browse/gnome-
panel/commit/?id=cddd69b1d3d4835f65c0c726853b0c695d17b13b

Patch will allow to move evolution-common to Recommends or Suggests.
Clock will not crash if that schema is not found.

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

Title:
  Utopic version of gnome-panel depends on evolution-common

Status in gnome-panel package in Ubuntu:
  Confirmed

Bug description:
  Not sure when or why this changed but installing gnome-session-
  flashback in Ubuntu Utopic now wants to install evolution:

  lance@lance-desktop:~$ sudo apt-get install gnome-panel
  [sudo] password for lance: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following extra packages will be installed:
alacarte evolution evolution-common evolution-plugins gir1.2-gconf-2.0
gir1.2-panelapplet-4.0 gnome-applets gnome-applets-data gnome-media
gnome-panel-data gnome-session-flashback gstreamer0.10-gconf
indicator-applet-complete libcpufreq0 libencode-locale-perl liberror-perl
libevolution libfile-listing-perl libfont-afm-perl
libgnome-media-profiles-3.0-0 libgtkhtml-4.0-0 libgtkhtml-4.0-common
libgtkhtml-editor-4.0-0 libgtkspell3-3-0 libhtml-form-perl
libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libio-html-perl
liblwp-mediatypes-perl liblwp-protocol-https-perl libmail-spf-perl
libnet-http-perl libnetaddr-ip-perl libpanel-applet-4-0 libpst4
libsys-hostname-long-perl libwww-perl libwww-robotrules-perl libytnef0
metacity notification-daemon re2c sa-compile spamassassin spamc
  Suggested packages:
evolution-ews evolution-plugins-experimental tomboy desktop-base
libdata-dump-perl libcrypt-ssleay-perl libauthen-ntlm-perl
gnome-control-center razor libdbi-perl pyzor libmail-dkim-perl
  The following NEW packages will be installed:
alacarte evolution evolution-common evolution-plugins gir1.2-gconf-2.0
gir1.2-panelapplet-4.0 gnome-applets gnome-applets-data gnome-media
gnome-panel gnome-panel-data gnome-session-flashback gstreamer0.10-gconf
indicator-applet-complete libcpufreq0 libencode-locale-perl liberror-perl
libevolution libfile-listing-perl libfont-afm-perl
libgnome-media-profiles-3.0-0 libgtkhtml-4.0-0 libgtkhtml-4.0-common
libgtkhtml-editor-4.0-0 libgtkspell3-3-0 libhtml-form-perl
libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libio-html-perl
liblwp-mediatypes-perl liblwp-protocol-https-perl libmail-spf-perl
libnet-http-perl libnetaddr-ip-perl libpanel-applet-4-0 libpst4
libsys-hostname-long-perl libwww-perl libwww-robotrules-perl libytnef0
metacity notification-daemon re2c sa-compile spamassassin spamc
  0 upgraded, 53 newly installed, 0 to remove and 3 not upgraded.
  Need to get 15.3 MB of archives.
  After this operation, 79.3 MB of additional disk space will be used.
  Do you want to continue? [Y/n] n
  Abort.

  Even without recommends evolution wanted to be installed:

  lance@lance-desktop:~$ sudo apt-get install gnome-panel 
--no-install-recommends -s
  [sudo] password for lance: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following extra packages will be installed:
evolution-common gnome-panel-data libpanel-applet-4-0
  Recommended packages:
evolution alacarte gnome-applets gnome-session-flashback
indicator-applet-complete
  The following NEW packages will be installed:
evolution-common gnome-panel gnome-panel-data libpanel-applet-4-0
  0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
  Inst evolution-common (3.12.7-0ubuntu1 Ubuntu:14.10/utopic [all])
  Inst gnome-panel-data (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [all])
  Inst libpanel-applet-4-0 (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [i386])
  Inst gnome-panel (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [i386])
  Conf evolution-common (3.12.7-0ubuntu1 Ubuntu:14.10/utopic [all])
  Conf gnome-panel-data (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [all])
  Conf libpanel-applet-4-0 (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [i386])
  Conf gnome-panel (1:3.8.1-2ubuntu4 Ubuntu:14.10/utopic [i386])

  But I see evolution-common is now listed as a depend:

  lance@lance-desktop:~$ apt-cache show gnome-panel 
  Package: gnome-panel
  Priority: optional
  Section: universe/gnome
  Installed-Size: 1494
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Debian GNOME Maintainers 

  Architecture: i386
  Version: 1:3.8.1-2ubuntu4
  Replaces: gnome-panel-data (<< 2.91)
  Depends: evolution-common (>= 3.4.3), gnome-icon-t

[Desktop-packages] [Bug 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2015-03-24 Thread Anshu Avinash
Is anyone working on this bug? If not, I volunteer to fix this.

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

Title:
  Drag and drop from Dash to Desktop doesn't work

Status in Chromium Browser:
  New
Status in One Hundred Papercuts:
  Triaged
Status in Unity:
  Triaged
Status in Unity 7.1 series:
  Won't Fix
Status in Unity 7.2 series:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  When you try to drag and drop an app from Dash (both from app lens and
  home lens) to Desktop, system display an error and the shortcut isn't
  created.

  The error is:
  Error while copying - There was an error getting information about "/".
  More details: The specified location is not supported

  Then there are four buttons: "Cancel" - "Skip all" - "Skip" - "Retry".

  Way to reproduce:
  - Open the dash
  - Drag an app icon and drop on desktop

  What happend:
  - An error is raised

  What expected:
  - A shortcut is created

  With file, music and photo is all ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1241972/+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 1432843] Re: Lubuntu failed to boot

2015-03-24 Thread Istimsak
Bug has been sent upstream.

https://bugs.freedesktop.org/show_bug.cgi?id=89749

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

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Lubuntu failed to boot

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  The daily build of Lubuntu "20150316" failed to boot into the live
  session, and fails to install. During the boot session, the Lubuntu
  splash screen appears indicating that Lubuntu was loading. What
  follows next was a blank screen.

  Unfortunately, I cannot sumit the exact version of syslinux since the
  daily build could not boot into an interactive session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: syslinux 3:6.03~pre18+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  Date: Mon Mar 16 17:19:35 2015
  Dependencies:
   gcc-5-base 5-20150228-1ubuntu1
   libc6 2.19-15ubuntu2
   libgcc1 1:5-20150228-1ubuntu1
   mtools 4.0.18-2
   multiarch-support 2.19-15ubuntu2
  InstallationDate: Installed on 2015-03-05 (11 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Alpha i386 (20150303)
  SourcePackage: syslinux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1432843/+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 1436075] [NEW] Use as Hotspot works once only

2015-03-24 Thread Michael
Public bug reported:

Syystem settings > Network
Wireless
The button Use as Hotspot works once to produce a functional Access Point with 
WEP security
Editing the connection stops it working. Even withthe system connections 
deleted from /etc/NetworkManager Use as Hotspot will not now again create a 
hotspot
 

Description:Ubuntu 14.04.2 LTS
Release:14.04
apt-cache policy network-manager-gnome
network-manager-gnome:
  Installed: 0.9.8.8-0ubuntu4.3
  Candidate: 0.9.8.8-0ubuntu4.3
  Version table:
 *** 0.9.8.8-0ubuntu4.3 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 0.9.8.8-0ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Expected a dialogue and hotspot creation as on first time

What happened : Nothing at all No additional entries on /var/log/syslog

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager-gnome 0.9.8.8-0ubuntu4.3
ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 24 20:57:38 2015
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-05-31 (297 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.2  metric 1
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Wired connection 1644247e1-f0e7-46d6-b1ec-0eb7eb96633e   
802-3-ethernet1427230561   Tue 24 Mar 2015 20:56:01 GMT   yes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug trusty

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

Title:
  Use as Hotspot works once only

Status in network-manager-applet package in Ubuntu:
  New

Bug description:
  Syystem settings > Network
  Wireless
  The button Use as Hotspot works once to produce a functional Access Point 
with WEP security
  Editing the connection stops it working. Even withthe system connections 
deleted from /etc/NetworkManager Use as Hotspot will not now again create a 
hotspot
   

  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  apt-cache policy network-manager-gnome
  network-manager-gnome:
Installed: 0.9.8.8-0ubuntu4.3
Candidate: 0.9.8.8-0ubuntu4.3
Version table:
   *** 0.9.8.8-0ubuntu4.3 0
  500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.9.8.8-0ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  Expected a dialogue and hotspot creation as on first time

  What happened : Nothing at all No additional entries on
  /var/log/syslog

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager-gnome 0.9.8.8-0ubuntu4.3
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 20:57:38 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-05-31 (297 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.2  metric 1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   

[Desktop-packages] [Bug 1435695] Re: [systemd] [microcode] latest intel-microcode not loaded

2015-03-24 Thread Henrique de Moraes Holschuh
The microcode update bundle (or collection, or package) contains a
number of microcode updates.  That's the date in the package version
(20150121 in this case).

The release date of the collection of microcode updates is independent
of the date of a particular microcode update.

There are hundreds of microcode updates in the update collection, with a
very large variance in their dates.  Some are very new (Intel changed
them recently), while others are more than a decade old (they have not
been changed since).

The kernel logs data about the specific microcode update it installed.
It will never match the package date, there will always be at least a
few days difference: someone has to approve each new microcode update
for public distribution, prepare the updated microcode collection with
all of them, and send it to the Intel website, and that takes at least a
couple days.

Run this:
/usr/sbin/iucode_tool -l /lib/firmware/intel-ucode

and look at the dates of each microcode.

This is not a bug.

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

Title:
  [systemd] [microcode] latest intel-microcode not loaded

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  Journalctl have logged:

  ** kernel: CPU0 microcode updated early to revision 0x70a, date =
  2010-09-29

  which is quite different from the latest intel-microcode upgrade:

  ***
  intel-microcode (3.20150121.1) unstable; urgency=critical

    * New upstream microcode data file 20150121
  * Downgraded microcodes (to a previously shipped revision):
    sig 0x000306f2, pf mask 0x6f, 2014-09-03, rev 0x0029, size 28672
  * The microcode downgrade fixes a very nasty regression on Xeon E5v3
    processors (closes: #776431)
    * critical urgency: the broken sig 0x306f2, rev 0x2b microcode shipped
  in release 20150107 caused CPU core hangs and Linux boot failures.
  The upstream fix was to downgrade it to the same microcode revision
  that was shipped in release 20140913
    * source: remove superseded upstream data file: 20150107.
    * initramfs.hook: do not mix arrays and lists.
  Avoid echo "foo $@", use echo "foo $*" instead.  This is unlikely
  to be expĺoitable, but it makes ShellCheck happier.

   -- Henrique de Moraes Holschuh   Wed, 28 Jan 2015 20:03:20 
-0200
  ***

  both 'date' and 'rev' are not the same, which let me think that the
  'builtin microcode'is loaded instead of the intel-microcode file.

  So i also wonder if iucode-tool is able to deal with systemd, as its
  latest upgrade is quite older than the ubuntu's systemd use.

  *
  iucode-tool (1.1.1-1) unstable; urgency=medium

* New upstream release
  + Fix issues found by the Coverity static checker:
  + CID 72165: An off-by-one error caused an out-of-bounds write to a
buffer while loading large microcode data files in ascii format
  + CID 72163: The code could attempt to close an already closed file
descriptor in certain conditions when processing directories
  + CID 72161: Stop memory leak in error path when loading microcode
data files
  + CID 72159, 72164, 72166, 72167, 72168, 72169: Cosmetic issues
that could not cause problems at runtime
* debian/control: bump standards version to 3.9.6

   -- Henrique de Moraes Holschuh   Tue, 28 Oct 2014 17:02:42 
-0200
  **

  intel cpu q9550 : http://ark.intel.com/products/33924/Intel-Core2
  -Quad-Processor-Q9550-12M-Cache-2_83-GHz-1333-MHz-FSB

  oem@u32:~$ ubuntu-drivers devices
  == cpu-microcode.py ==
  driver   : intel-microcode - distro non-free
  

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Tue Mar 24 08:12:05 2015
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1435695/+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 1436073] [NEW] Graphical Rendering Issues with Unity - Text Missing, Boxes Disappearing

2015-03-24 Thread Cindy Quach
Public bug reported:

Currently running the latest utopic kernel 3.16 and installed the Trusty
Enablement Stack with sudo apt-get install --install-recommends linux-
generic-lts-utopic xserver-xorg-lts-utopic libgl1-mesa-glx-lts-utopic
libegl1-mesa-drivers-lts-utopic

It's having some pretty bad graphical rendering issues, like text is
missing and my dialogue boxes are disappearing. (Screenshot attached). I
tested this on a Lenovo X1 Gen 3 and a Lenovo X250, both of which can
reproduce this issue. I also have a Dell M3800 which is not seeing this
issue.

xorg:
[18.323]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[18.323] X Protocol Version 11, Revision 0
[18.323] Build Operating System: Linux 3.2.0-70-generic x86_64 Ubuntu
[18.323] Current Operating System: Linux cindyq-glaptop 3.16.0-33-generic 
#44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 2015 x86_64
[18.323] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-33-generic 
root=/dev/mapper/sysvg-root ro elevator=deadline quiet splash vt.handoff=7
[18.323] Build Date: 12 February 2015  11:11:26PM
[18.323] xorg-server 2:1.16.0-1ubuntu1.2~trusty2 (For technical support 
please see http://www.ubuntu.com/support)
[18.323] Current version of pixman: 0.30.2
[18.323]Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[18.323] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[18.324] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 24 13:55:15 
2015
[18.333] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[18.335] (==) No Layout section.  Using the first Screen section.
[18.335] (==) No screen section available. Using defaults.
[18.335] (**) |-->Screen "Default Screen Section" (0)
[18.335] (**) |   |-->Monitor ""
[18.335] (==) No monitor specified for screen "Default Screen Section".
 Using a default monitor configuration.
[18.335] (==) Automatically adding devices
[18.335] (==) Automatically enabling devices
[18.335] (==) Automatically adding GPU devices
[18.339] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[18.339]Entry deleted from font path.
[18.339] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[18.339]Entry deleted from font path.
[18.339] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[18.339]Entry deleted from font path.
[18.339] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[18.339]Entry deleted from font path.
[18.339] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[18.339]Entry deleted from font path.
[18.339] (==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/Type1,
 built-ins
[18.339] (==) ModulePath set to 
"/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[18.339] (II) The server relies on udev to provide the list of input 
devices.
 If no devices become available, reconfigure udev or disable AutoAddDevices.
[18.339] (II) Loader magic: 0x7fe7d1657c80
[18.339] (II) Module ABI versions:
[18.339]X.Org ANSI C Emulation: 0.4
[18.339]X.Org Video Driver: 18.0
[18.339]X.Org XInput driver : 21.0
[18.339]X.Org Server Extension : 8.0
[18.340] (II) xfree86: Adding drm device (/dev/dri/card0)
[18.344] (--) PCI:*(0:0:2:0) 8086:1616:17aa:2226 rev 9, Mem @ 
0xf000/16777216, 0xe000/268435456, I/O @ 0x3000/64
[18.344] (II) LoadModule: "glx"
[18.349] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[18.396] (II) Module glx: vendor="X.Org Foundation"
[18.396]compiled for 1.16.0, module version = 1.0.0
[18.396]ABI class: X.Org Server Extension, version 8.0
[18.396] (==) AIGLX enabled
[18.396] (==) Matched intel as autoconfigured driver 0
[18.396] (==) Matched intel as autoconfigured driver 1
[18.396] (==) Matched modesetting as autoconfigured driver 2
[18.396] (==) Matched fbdev as autoconfigured driver 3
[18.396] (==) Matched vesa as autoconfigured driver 4
[18.396] (==) Assigned the driver to the xf86ConfigLayout
[18.396] (II) LoadModule: "intel"
[18.399] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[18.411] (II) Module intel: vendor="X.Org Foundation"
[18.411]compiled for 1.16.0, module version = 2.99.914
[18.411]Module class: X.Org Video Driver
[18.411]ABI class: X.Org Video Driver, version 18.0
[18.412] (II) LoadModule: "modesetting"
[18.412] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[18.413] (II) Module modesetting: vendor="X.Org Foundation"
[18.413]compiled for 1.16.0, module version = 0.9.0
[18.413]Module class: X.Org Video Driver
[

[Desktop-packages] [Bug 1430694] Re: Update Facebook permissions to 2.0 API

2015-03-24 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Changed in: account-plugins (Ubuntu RTM)
   Status: Confirmed => In Progress

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

Title:
  Update Facebook permissions to 2.0 API

Status in Online Accounts: Account plugins:
  In Progress
Status in the base for Ubuntu mobile products:
  In Progress
Status in account-plugins package in Ubuntu:
  Fix Released
Status in account-plugins package in Ubuntu RTM:
  In Progress

Bug description:
  The 1.0 API is being deprecated on April 30, 2015.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1430694/+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 1429911] Re: Facebook is missing the required response_type parameter

2015-03-24 Thread Pat McGowan
** Changed in: account-plugins (Ubuntu RTM)
   Status: Confirmed => In Progress

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

Title:
  Facebook is missing the required response_type parameter

Status in Online Accounts: Account plugins:
  Confirmed
Status in the base for Ubuntu mobile products:
  In Progress
Status in account-plugins package in Ubuntu:
  Fix Released
Status in account-plugins package in Ubuntu RTM:
  In Progress

Bug description:
  In the final specification of OAuth 2.0, the response_type is
  mandatory. Therefore, all account plugins need to specify the
  ResponseType setting.

  This is missing in the Facebook plugin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1429911/+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 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Brian Murray
** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided => Low

** Tags added: trusty

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

Title:
  List of desktop environmets spills off bottom of screen when it is too
  long - Cannot scroll through list

Status in unity-greeter package in Ubuntu:
  New

Bug description:
  At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am
  able to choose from multiple desktop environments by clicking the
  button to the right of the user name. I have many desktop environments
  installed, though, so this list is so long tha it spills off the
  bottom edge of the screen. The absence of a scrollbar, mouse-wheel
  support, or the ability to browe the list using arrow keys makes it so
  that the desktop environments near the bottom of the list cannot be
  accessed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1436039/+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 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Gunnar Hjalmarsson
** Package changed: lightdm (Ubuntu) => unity-greeter (Ubuntu)

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

Title:
  List of desktop environmets spills off bottom of screen when it is too
  long - Cannot scroll through list

Status in unity-greeter package in Ubuntu:
  New

Bug description:
  At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am
  able to choose from multiple desktop environments by clicking the
  button to the right of the user name. I have many desktop environments
  installed, though, so this list is so long tha it spills off the
  bottom edge of the screen. The absence of a scrollbar, mouse-wheel
  support, or the ability to browe the list using arrow keys makes it so
  that the desktop environments near the bottom of the list cannot be
  accessed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1436039/+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 1412057] Re: nvidia-prime 0.7 does not work as expected in 15.04

2015-03-24 Thread Supersaiyan_IV
Fujitsu NH532 laptop here, running Ubuntu Mate 15.04 with 3.19.0-10-generic and 
Nvidia 346.47.
Booting into Ubuntu yields both Intel and Nvidia card running, despite PRIME 
being set to INTEL.

Workaround:
1. Log in. Observe that powertop reports abnormal power usage. Both Intel and 
Nvidia cards are therefore on.
2. Set PRIME profile to NVIDIA. Log out, then log in.
3. Set PRIME profile to INTEL. Log out, then log in.
4. Done.

Workaround works until next reboot.

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

Title:
  nvidia-prime 0.7 does not work as expected  in 15.04

Status in nvidia-prime package in Ubuntu:
  Confirmed

Bug description:
  Last days nvidia-prime 0.7 has been released but this version, like
  previous one, does not work in Vivid.

  I'm not sure exactly how long this problem exists (i think something
  like 2-3 or more weeks), but it is impossible to switch to nvidia
  profile. Before nvidia-settings package offered controls to switch
  profile Nvidia/Intel but now its gone.

  If we try:
  #prime-select nvidia

  we have:
  Info: the current alternatives in use are: ['mesa', 'mesa']
  Info: selecting nvidia-346 for the nvidia profile
  update-alternatives: using /usr/lib/nvidia-346/ld.so.conf to provide 
/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in manual 
mode
  update-alternatives: using /usr/lib/nvidia-346/alt_ld.so.conf to provide 
/etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in manual mode

  so it seems like switching to nvidia profile, but after relogin or
  reboot again mesa is marked as used.

  If we try:
  #prime-switch nvidia

  we have:
  /etc/modprobe.d is not a file
  /etc/modprobe.d is not a file
  /etc/modprobe.d is not a file
  /etc/modprobe.d is not a file
  update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
  update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to 
provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) 
in manual mode
  update-alternatives: using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide 
/etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in manual mode
  update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf

  I have tried various driver versions but none of them work now.

  I'm running:
  Kubuntu 15.04 (current/daily)
  Kernel: 3.18.0-9

  If you need any extra info, please comment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1412057/+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 1432843] Re: Lubuntu failed to boot

2015-03-24 Thread Istimsak
I am still experiencing the same issue with the beta2 image. Lubuntu
gets to the splash screen and crashed. Cannot switch to the tty
terminals.

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

Title:
  Lubuntu failed to boot

Status in X.Org X server:
  New
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The daily build of Lubuntu "20150316" failed to boot into the live
  session, and fails to install. During the boot session, the Lubuntu
  splash screen appears indicating that Lubuntu was loading. What
  follows next was a blank screen.

  Unfortunately, I cannot sumit the exact version of syslinux since the
  daily build could not boot into an interactive session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: syslinux 3:6.03~pre18+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic i686
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: i386
  Date: Mon Mar 16 17:19:35 2015
  Dependencies:
   gcc-5-base 5-20150228-1ubuntu1
   libc6 2.19-15ubuntu2
   libgcc1 1:5-20150228-1ubuntu1
   mtools 4.0.18-2
   multiarch-support 2.19-15ubuntu2
  InstallationDate: Installed on 2015-03-05 (11 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Alpha i386 (20150303)
  SourcePackage: syslinux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1432843/+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 1436039] Re: List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Jules Rene-Georges Ferdinand Bertholet
** Package changed: ubuntu => lightdm (Ubuntu)

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

Title:
  List of desktop environmets spills off bottom of screen when it is too
  long - Cannot scroll through list

Status in lightdm package in Ubuntu:
  New

Bug description:
  At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am
  able to choose from multiple desktop environments by clicking the
  button to the right of the user name. I have many desktop environments
  installed, though, so this list is so long tha it spills off the
  bottom edge of the screen. The absence of a scrollbar, mouse-wheel
  support, or the ability to browe the list using arrow keys makes it so
  that the desktop environments near the bottom of the list cannot be
  accessed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1436039/+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 1436039] [NEW] List of desktop environmets spills off bottom of screen when it is too long - Cannot scroll through list

2015-03-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

At the logon screenwhen I boot Ubuntu (Trusty Tahr, 14.04.2 LTS), I am
able to choose from multiple desktop environments by clicking the button
to the right of the user name. I have many desktop environments
installed, though, so this list is so long tha it spills off the bottom
edge of the screen. The absence of a scrollbar, mouse-wheel support, or
the ability to browe the list using arrow keys makes it so that the
desktop environments near the bottom of the list cannot be accessed.

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


** Tags: bot-comment
-- 
List of desktop environmets spills off bottom of screen when it is too long - 
Cannot scroll through list
https://bugs.launchpad.net/bugs/1436039
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to lightdm in Ubuntu.

-- 
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 1436055] [NEW] VPN stops working on launch transmission

2015-03-24 Thread localhost
Public bug reported:

As soon as transmission is started, my active openVPN connection stops
working. If I open up transmission first, a openVPN cannot be started.
This goes voor the GUI VPN connection as well as the terminal VPN
connection.

I've got no clue what's causing this. Only thing I know is this stopped
working sometime after upgrading to the current 15.04 alpha.


$ lsb_release -rd
Description:Ubuntu Vivid Vervet (development branch)
Release:15.04

$ apt-cache policy transmission-gtk
transmission-gtk:
  Installed: 2.84-0.2ubuntu1
  Candidate: 2.84-0.2ubuntu1
  Version table:
 *** 2.84-0.2ubuntu1 0
500 http://nl.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: transmission-gtk 2.84-0.2ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
ApportVersion: 2.16.2-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 24 21:26:02 2015
InstallationDate: Installed on 2014-07-07 (260 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: transmission
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  VPN stops working on launch transmission

Status in transmission package in Ubuntu:
  New

Bug description:
  As soon as transmission is started, my active openVPN connection stops
  working. If I open up transmission first, a openVPN cannot be started.
  This goes voor the GUI VPN connection as well as the terminal VPN
  connection.

  I've got no clue what's causing this. Only thing I know is this
  stopped working sometime after upgrading to the current 15.04 alpha.


  $ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  $ apt-cache policy transmission-gtk
  transmission-gtk:
Installed: 2.84-0.2ubuntu1
Candidate: 2.84-0.2ubuntu1
Version table:
   *** 2.84-0.2ubuntu1 0
  500 http://nl.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: transmission-gtk 2.84-0.2ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 21:26:02 2015
  InstallationDate: Installed on 2014-07-07 (260 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: transmission
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1436055/+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 1436033] [NEW] biblatex option maxcitenames is not available

2015-03-24 Thread viktor frankenstein
Public bug reported:

Hello,

if I want to build a document with option maxcitenames on biblatex
package I get followed error:

! Package keyval Error: maxcitenames undefined.

Same document I am able to build with TexLive on debian/testing and Mac
OS X without error messages.

Description:Ubuntu 14.10
Release:14.10

texlive-bibtex-extra:
  Installiert:   2014.20140717-1
  Installationskandidat: 2014.20140717-1
  Versionstabelle:
 *** 2014.20140717-1 0
500 http://de.archive.ubuntu.com/ubuntu/ utopic/main i386 Packages
100 /var/lib/dpkg/status

** Affects: texlive-extra (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: biblatex maxcitenames

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

Title:
  biblatex option maxcitenames is not available

Status in texlive-extra package in Ubuntu:
  New

Bug description:
  Hello,

  if I want to build a document with option maxcitenames on biblatex
  package I get followed error:

  ! Package keyval Error: maxcitenames undefined.

  Same document I am able to build with TexLive on debian/testing and
  Mac OS X without error messages.

  Description:  Ubuntu 14.10
  Release:  14.10

  texlive-bibtex-extra:
Installiert:   2014.20140717-1
Installationskandidat: 2014.20140717-1
Versionstabelle:
   *** 2014.20140717-1 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main i386 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1436033/+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 1436017] Re: Random quantity of ap found

2015-03-24 Thread Dave Morley
phablet@ubuntu-phablet:~$ nmcli dev wifi list
*  SSIDMODE   CHAN  RATE   SIGNAL  BARS  SECURITY  
   SKY31983Infra  6 54 Mbit/s  32  ▂▄__  WPA2  
   TALKTALKB52F44  Infra  4 54 Mbit/s  17  ▂___  WPA1 WPA2 
   BTHub4-GFGJ Infra  1154 Mbit/s  17  ▂___  WPA1 WPA2 
   SKY40955Infra  1 54 Mbit/s  15  ▂___  WPA2  
   virginmedia5828324  Infra  6 54 Mbit/s  12  ▂___  WPA1 WPA2 
*  davmor2 Infra  1 54 Mbit/s  100 ▂▄▆█  WPA1 WPA2 

Before turn off

phablet@ubuntu-phablet:~$ nmcli dev wifi list
*  SSID  MODE   CHAN  RATE   SIGNAL  BARS  SECURITY  
   SKY31983  Infra  6 54 Mbit/s  19  ▂___  WPA2  
*  davmor2   Infra  1 54 Mbit/s  100 ▂▄▆█  WPA1 WPA2 


After turn on

phablet@ubuntu-phablet:~$ nmcli dev wifi list
*  SSIDMODE   CHAN  RATE   SIGNAL  BARS  SECURITY  
   SKY31983Infra  6 54 Mbit/s  32  ▂▄__  WPA2  
   BTHub4-GFGJ Infra  1154 Mbit/s  14  ▂___  WPA1 WPA2 
   SKY40955Infra  1 54 Mbit/s  12  ▂___  WPA2  
   virginmedia5828324  Infra  6 54 Mbit/s  9   ▂___  WPA1 WPA2 
*  davmor2 Infra  1 54 Mbit/s  100 ▂▄▆█  WPA1 WPA2 

Repeated

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

Title:
  Random quantity of ap found

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  pre-requisite:
  Grab a device that isn't ubuntu check what AP's are available where you are

  On Phone
  1. Drag down network-indicator
  2. Read the amount of Ap's compare with the other device
  3. Turn off wifi
  4. Turn on wifi
  5. Check the list against the other device and the previous list

  On PC
  1. Click on network indicator
  2. Check the list against the other device
  3. Turn wifi off
  4. Turn wifi on
  5. Check the list against the other device and the previous list

  EXPECTED:
  I expect the list to always show the AP's that are local to me and static (IE 
not phones ot mobile aps)

  ACTUAL:
  I have 6 static AP's locally Some times my own doesn't appear, other times it 
will show 2 other times 3 rarely does it show all 6 everytime.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1436017/+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 1436017] Re: Random quantity of ap found

2015-03-24 Thread Mathieu Trudel-Lapierre
Please provide screenshots of the lists, as well as /var/log/syslog.

It would also be useful if you could compare the output from other
devices with the output of 'nmcli dev wifi list', comparing it to the
contents of the indicators would be useful.

Finally, when you mention the indicator on PC, do you mean indicator-
network or nm-applet? As far as I can tell, I do not have such issues on
nm-applet on my own systems.

** Changed in: network-manager (Ubuntu)
   Status: New => Incomplete

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

Title:
  Random quantity of ap found

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  pre-requisite:
  Grab a device that isn't ubuntu check what AP's are available where you are

  On Phone
  1. Drag down network-indicator
  2. Read the amount of Ap's compare with the other device
  3. Turn off wifi
  4. Turn on wifi
  5. Check the list against the other device and the previous list

  On PC
  1. Click on network indicator
  2. Check the list against the other device
  3. Turn wifi off
  4. Turn wifi on
  5. Check the list against the other device and the previous list

  EXPECTED:
  I expect the list to always show the AP's that are local to me and static (IE 
not phones ot mobile aps)

  ACTUAL:
  I have 6 static AP's locally Some times my own doesn't appear, other times it 
will show 2 other times 3 rarely does it show all 6 everytime.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1436017/+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 1402551] Re: High memory usage of Xorg and kwin after Xorg security updates [nvidia]

2015-03-24 Thread Bernhard
Still no luck with the latest nvidia driver 346.47!

As soon as I use the driver nouveau, there is no problem, no high memory
usage of kwin/xorg processes or graphics memory.

Furthermore I have tested a fresh installation with Kubuntu 14.04.2
Install-DVD with a complete wipe-out of all partitions of the SSD , but
the problem occurs there too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1402551

Title:
  High memory usage of Xorg and kwin after Xorg security updates
  [nvidia]

Status in kde-workspace package in Ubuntu:
  New
Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xorg-server-lts-trusty package in Ubuntu:
  Confirmed
Status in xorg-server-lts-utopic package in Ubuntu:
  New

Bug description:
  Hello,

  since the Xorg/nvidia security updates last week, I encounter a problem with 
growing Xorg and kwin memory usage.
  In one hour the memory consumption is at Xorg ~ 270 MiB and at kwin: 300 MB , 
so the system responds slowly and scrolling is very slow in in dolphin, kwrite, 
firefox, etc.
  After several hours the system is so slow, that only a restart helps, and 
then the growing of memory starts again.

  *** My Tests;

  I tried several nvidia drivers, but without success (from:
  https://launchpad.net/~xorg-
  edgers/+archive/ubuntu/ppa/+index?field.series_filter=precise)

  304.125-0ubuntu0.0.1~xedgers12.04.1
  331.113-0ubuntu0.0.1~xedgers12.04.1
  346.22-0ubuntu1~xedgers12.04.1
  (With purging each nvidia driver and fresh installing it)

  *** My configuration;

  Two Kubuntu 12.04.5 PCs with a nvidia card;
  nvidia driver 331.113-0ubuntu0.0.0.3 and 304.125-0ubuntu0.0.0.1
  One pc with the Trusty Xstack (HWE) with Trusty kernel 
(3.13.0-43.72~precise1) and the other one with the stock kernel 
(3.2.0-74-generic #109) and stock xstack.

  I use one pc in my office, so it disturbs my work because of the
  slowness and restarts.

  Nvidia Forum Post:

  https://devtalk.nvidia.com/default/topic/797547/linux/memory-leak-in-
  kwin-and-xorg-after-xorg-security-updates/


  
  Thank you for your help!

  Best regards, Bernhard

  *** Problematic packages and other Xorg deps

  nvidia-graphics-drivers-331 (331.113-0ubuntu0.0.0.3) precise-security;
  urgency=medium

    [ Alberto Milone ]
    * debian/substvars:
  - Add support for video ABIs up to 19.
    * debian/templates/dkms_nvidia.conf.in:
  - Drop all the patches.
    * SECURITY UPDATE:
  - CVE-2014-8091, CVE-2014-8098, CVE-2014-8298 (LP: #1400673).
   -- Alberto Milone  Tue, 09 Dec 2014 12:10:46 +0100

  CVE-2014-8298 RESERVED
  CVE-2014-8098 out of bounds access in GLX extension
  CVE-2014-8091 denial of service due to unchecked malloc in client 
authentication

  nvidia-graphics-drivers-304-updates (304.125-0ubuntu0.0.0.1)

  xorg-server-lts-trusty (2:1.15.1-0ubuntu2~precise4) precise-security;
  urgency=medium

    * SECURITY UPDATE: Dec 2014 security issues - additional fixes
  - debian/patches/CVE-2014-8xxx/003[4567]*.patch: add additional
    fixes not included in original pre-advisory bundle.
   -- Marc Deslauriers  Tue, 09 Dec 2014 17:25:15 -0500

  xorg-server-lts-trusty (2:1.15.1-0ubuntu2~precise3) precise-security;
  urgency=medium

    * SECURITY UPDATE: Dec 2014 protocol handling security issues
  - debian/patches/CVE-2014-8xxx/*.patch: patches from upstream to fix
    a multitude of security issues, including a couple of pre-requisite
    fixes from git.
  - CVE-2014-8091
  - CVE-2014-8092
  - CVE-2014-8093
  - CVE-2014-8094
  - CVE-2014-8095
  - CVE-2014-8096
  - CVE-2014-8097
  - CVE-2014-8098
  - CVE-2014-8099
  - CVE-2014-8100
  - CVE-2014-8101
  - CVE-2014-8102
  - CVE-2014-8103
   -- Marc Deslauriers  Sat, 06 Dec 2014 10:28:55 -0500

  CVE-2014-8091 denial of service due to unchecked malloc in client 
authentication
  CVE-2014-8092 intger overflows in X11 core protocol requests
  CVE-2014-8093 integer overflows in GLX extension
  CVE-2014-8094 integer overflows in DRI2 extensions
  CVE-2014-8095 out of bounds access in XInput extensions
  CVE-2014-8096 out of bounds access in XC-MISC extension
  CVE-2014-8097 out of bounds access in DBE extension
  CVE-2014-8098 out of bounds access in GLX extension
  CVE-2014-8099 out of bounds access in XVideo extension
  CVE-2014-8100 out of bounds access in Render extension
  CVE-2014-8101 out of bounds access in RandR extension
  CVE-2014-8102 out of bounds access in XFixes extension
  CVE-2014-8103 out of bounds access in DRI3 & Present extensions

  and other Xorg deps

[Desktop-packages] [Bug 1029114] Re: With autohide and the HUD enabled the launcher can appear at incorrect times

2015-03-24 Thread Christopher Townsend
** Branch linked: lp:~azzar1/unity/fix-1029114

** Also affects: unity/7.2
   Importance: Undecided
   Status: New

** Changed in: unity/7.2
   Status: New => Confirmed

** Changed in: unity/7.2
   Importance: Undecided => Low

** Changed in: unity/7.2
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

** Changed in: unity/7.2
Milestone: None => 7.2.5

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

Title:
  With autohide and the HUD enabled the launcher can appear at incorrect
  times

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  Confirmed
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Hi

  What Happened:
  1) Turn on launcher auto hide
  2) Display the HUD (tap Alt)
  3) Move the mouse to the left side of the screen (as if you are showing the 
launcher)
  4) Note the launcher is not displayed
  5) Now hide the HUD (either tap Alt or select the X in the top left corner)
  6) Note that the launcher is now displayed, after the HUD closes.

  What I expected to happen:
  - I expected that the launcher is not displayed at step 6.

  I expected for the launcher to not be displayed at step 6 because the
  user could have the HUD displayed for a long period of time then
  decide that they don't need the HUD. The launcher is then suddenly
  revealed to them as they moved their cursor to the left side of the
  screen a few minutes a ago. This could then confuse the user to why
  the launcher has appeared when all they did was close the HUD.

  Hope this can be fixed soon.

  Andy

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12.0-0ubuntu3~webapps7 [origin: LP-PPA-webapps-preview]
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,vpswitch,compiztoolbox,snap,resize,move,grid,imgpng,mousepoll,place,unitymtgrabhandles,wall,gnomecompat,session,regex,resizeinfo,animation,expo,fade,scale,ezoom,workarounds,unityshell]
  CrashDB: unity
  Date: Wed Jul 25 21:19:17 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1029114/+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 1436017] [NEW] Random quantity of ap found

2015-03-24 Thread Dave Morley
Public bug reported:

STEPS:
pre-requisite:
Grab a device that isn't ubuntu check what AP's are available where you are

On Phone
1. Drag down network-indicator
2. Read the amount of Ap's compare with the other device
3. Turn off wifi
4. Turn on wifi
5. Check the list against the other device and the previous list

On PC
1. Click on network indicator
2. Check the list against the other device
3. Turn wifi off
4. Turn wifi on
5. Check the list against the other device and the previous list

EXPECTED:
I expect the list to always show the AP's that are local to me and static (IE 
not phones ot mobile aps)

ACTUAL:
I have 6 static AP's locally Some times my own doesn't appear, other times it 
will show 2 other times 3 rarely does it show all 6 everytime.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qa-manual-testing

** Package changed: network-manager-applet (Ubuntu) => network-manager
(Ubuntu)

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

Title:
  Random quantity of ap found

Status in network-manager package in Ubuntu:
  New

Bug description:
  STEPS:
  pre-requisite:
  Grab a device that isn't ubuntu check what AP's are available where you are

  On Phone
  1. Drag down network-indicator
  2. Read the amount of Ap's compare with the other device
  3. Turn off wifi
  4. Turn on wifi
  5. Check the list against the other device and the previous list

  On PC
  1. Click on network indicator
  2. Check the list against the other device
  3. Turn wifi off
  4. Turn wifi on
  5. Check the list against the other device and the previous list

  EXPECTED:
  I expect the list to always show the AP's that are local to me and static (IE 
not phones ot mobile aps)

  ACTUAL:
  I have 6 static AP's locally Some times my own doesn't appear, other times it 
will show 2 other times 3 rarely does it show all 6 everytime.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1436017/+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 1316862] Re: Panel mouse events don't make the fade-to-blank stop

2015-03-24 Thread Andrea Azzarone
I can definitely reproduce it here.

** Changed in: unity
   Status: Fix Released => Triaged

** Changed in: unity/7.2
   Status: Fix Released => Triaged

** Changed in: unity
Milestone: None => 7.3.3

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

Title:
  Panel mouse events don't make the fade-to-blank stop

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  1) Move the mouse over the panel
  2) Lock the screen  using Super+L
  3) Once the lockscreen is shown move the mouse over the panel

  Expected behavior:
  4) The lockscreen doesn't fade to blank

  Actual behavior:
  4) The lockscreen start fading to blank, unless the pointer don't leave the 
panel area

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1316862/+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 1316862] Re: Panel mouse events don't make the fade-to-blank stop

2015-03-24 Thread Christopher Townsend
Yep, after getting educated by andyrock, I can reproduce, so I'll set
this bug back to where it should be.

** Changed in: unity
   Status: Triaged => In Progress

** Changed in: unity/7.2
   Status: Triaged => In Progress

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

** Changed in: unity/7.2
Milestone: None => 7.2.5

** Branch linked: lp:~3v1n0/unity/lockscreen-grabbing

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

Title:
  Panel mouse events don't make the fade-to-blank stop

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  In Progress

Bug description:
  1) Move the mouse over the panel
  2) Lock the screen  using Super+L
  3) Once the lockscreen is shown move the mouse over the panel

  Expected behavior:
  4) The lockscreen doesn't fade to blank

  Actual behavior:
  4) The lockscreen start fading to blank, unless the pointer don't leave the 
panel area

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1316862/+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 1435905] Re: gnome-terminal randomly outputs control characters

2015-03-24 Thread Bruno Beltran
Edmont's suggestion worked: i.e. updating to the latest version of
libvte fixed the problem in both gnome-terminal and terminator.

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

Title:
  gnome-terminal randomly outputs control characters

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  Observed behavior:
  When using tmux, the terminal occasionally displays the "boxed" version of 
the 0x001b character followed by two ']' characters either in the cursor's 
current location or at the end of a refreshed line, or sometimes at an 
apparently random position on the screen. The times at which this character 
appears seem to be completely random.

  To reproduce:
  Get a clean install of tmux and gnome-terminal from the repositories. It is 
difficult to quantify this, but it appears that the bug will present itself 
most readily when working in vim or another refresh-heavy cli program.

  Why it's not a tmux bug:
  The bug appears to affect gnome-terminal and terminator, but not xterm or 
e.g. sessions connected over putty. In fact, if I open all of these screens 
side-by-size (using a virtual machine), and simultaneously attach to the same 
tmux session, only gnome-terminal and terminator show the strange characters, 
while the other two terminals render the screen as expected.

  Please see this superuser discussion for a link to a video of what the bug 
looks like:
  http://superuser.com/questions/864364/tmux-printing-u0x001b-and-112-randomly

  Let me know if there is anything else I can do to help reproduce/solve
  this, as using xterm is a really bad workaround to have to put up
  with.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  Date: Tue Mar 24 10:30:12 2015
  InstallationDate: Installed on 2015-01-11 (71 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  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/gnome-terminal/+bug/1435905/+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 1316862] Re: Panel mouse events don't make the fade-to-blank stop

2015-03-24 Thread Christopher Townsend
Brandon also can't reproduce, so going to mark this Fixed Released and
remove the linked branch.

We can reopen if we have misunderstand the repro steps.

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

** Changed in: unity
   Status: In Progress => Fix Released

** Changed in: unity/7.2
   Status: In Progress => Fix Released

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

** Changed in: unity
Milestone: 7.3.3 => None

** Changed in: unity/7.2
Milestone: 7.2.5 => None

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

Title:
  Panel mouse events don't make the fade-to-blank stop

Status in Unity:
  Fix Released
Status in Unity 7.2 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  1) Move the mouse over the panel
  2) Lock the screen  using Super+L
  3) Once the lockscreen is shown move the mouse over the panel

  Expected behavior:
  4) The lockscreen doesn't fade to blank

  Actual behavior:
  4) The lockscreen start fading to blank, unless the pointer don't leave the 
panel area

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1316862/+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 1435997] [NEW] ubuntu 14.04 can't shut down

2015-03-24 Thread Riskielsir-l
Public bug reported:

My camputer can't shut down or lock after install unity tweak took dan
compiz

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
Uname: Linux 3.16.0-33-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Mar 24 13:52:20 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 ndiswrapper, 1.59, 3.16.0-30-generic, x86_64: installed
 ndiswrapper, 1.59, 3.16.0-33-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G] [1002:9990] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0dd]
InstallationDate: Installed on 2015-03-13 (11 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 355V4C/356V4C/3445VC/3545VC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic 
root=UUID=4c202b17-05c7-48e4-90dc-868651309352 ro quiet splash acpi=force
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/04/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P09AAN
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP355V4X-A02ID
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: BOARD REVISION 00
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP09AAN:bd07/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn355V4C/356V4C/3445VC/3545VC:pvrP09AAN.031.CP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP355V4X-A02ID:rvrBOARDREVISION00:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 355V4C/356V4C/3445VC/3545VC
dmi.product.version: P09AAN.031.CP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue Mar 24 13:49:13 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  ubuntu 14.04 can't shut down

Status in xorg package in Ubuntu:
  New

Bug description:
  My camputer can't shut down or lock after install unity tweak took dan
  compiz

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Mar 24 13:52:20 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   ndiswrapper, 1.59, 3.16.0-30-generic, x86_64: installed
   ndiswrapper, 1.59, 3.16.0-33-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G] [1002:9990] 
(prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c0dd]
  InstallationDate: Installed on 2015-03-13 (11 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 355V4C/356V4C/3445VC/3545VC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-33-generic 
root=UUID=4c202b17-05c7-48e4-90dc-868651309352 ro quiet splash acpi=force
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fre

[Desktop-packages] [Bug 1042379] Re: syndaemon: allow exclusion of shift as a modifier key

2015-03-24 Thread Brian Visel
*bump*

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

Title:
  syndaemon: allow exclusion of shift as a modifier key

Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  Firstly, thanks for your work in general -- you make pointing
  possible, and typing bearable.  :-D

  This is a wishlist item, but I think it's fairly important, and fairly simple 
to implement:
  Add an option to disclude 'shift' from the keys considered as modifiers
  or:
  Disclude shift from modifiers by default when using -k or -K, and add an 
option to include it
  or:
  Allow selection of which modifier keys should be ignored

  Rationale:
  * Shift is used during regular typing.
  * Typically other modifiers are not, unless doing meta operations on the text
  * When shift-clicking in an active text area, everything from the caret to 
the pointer is highlighted.
    * If typing quickly, this means everything from the caret to the pointer is 
deleted, and replaced with the text after the click
    * this is painfully annoying, and causes lost productivity (if not lost 
work, though most apps have a useful undo option).
  * Even if shift-clicking doesn't highlight text, the caret is moved, and 
typing continues in another area.
    * in this case (at least when typing quickly):
  * the misplaced text must be removed from the new caret location
  * areas around the text should be inspected for misplaced characters 
(there may have been more than one click moving the caret)
  * Should be easy to implement -- the basic functionality is already present

  ..overall, this is really frustrating to have going on, particularly
  if you do things that may involve a lot of capital letters (coding,
  for example).  But it is also frustrating to deal with the long pause
  when modifiers *aren't* ignored.

  Ignoring modifier activity *except* that of shift allows the best of
  both worlds, at least for a frequent use-case.

  Thanks for considering.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042379/+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 1435764] Re: FFe UI exception for LibreOffice Breeze Icons

2015-03-24 Thread Aaron Honeycutt
The Kubuntu Docs Team approve this 1000 times yes.

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

Title:
  FFe UI exception for LibreOffice Breeze Icons

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The Kubuntu team would like to include Breeze icons with Libreoffice.
  This is something we've been working with upstream Libreoffice on
  since last year.

  Screenshot:
  http://starsky.19inch.net/~jr/tmp/libreoffice.png

  Kubuntu todo item:
  https://trello.com/c/pXZdfAL4/18-port-libreoffice-themeing-to-kf5

  This involves taking a patch which I wrote which is now in upstream
  master and a tar of the breeze icons

  Patch:
  http://starsky.19inch.net/~jr/tmp/kubuntu_breeze-icons.diff

  complete package is in my PPA
  https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1435764/+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 1435905] Re: gnome-terminal randomly outputs control characters

2015-03-24 Thread Egmont Koblinger
Okay, there's indeed an OSC 112 (that is: \e ] 112 \a) in the output.

You could try installing the libvte-2.90-9 package from Utopic (and then
restart all gnome-terminal instances), I'm pretty certain this would fix
your problem. (I hope it doesn't have dependency problems.)

(I'm not giving this piece of advice on Ubuntu's behalf and it's not my
decision if they'll backport the fix to Trusty. I'm keeping an eye on
mainstream gnome-terminal/vte, where this bug is most likely alrady
fixed.)

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

Title:
  gnome-terminal randomly outputs control characters

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  Observed behavior:
  When using tmux, the terminal occasionally displays the "boxed" version of 
the 0x001b character followed by two ']' characters either in the cursor's 
current location or at the end of a refreshed line, or sometimes at an 
apparently random position on the screen. The times at which this character 
appears seem to be completely random.

  To reproduce:
  Get a clean install of tmux and gnome-terminal from the repositories. It is 
difficult to quantify this, but it appears that the bug will present itself 
most readily when working in vim or another refresh-heavy cli program.

  Why it's not a tmux bug:
  The bug appears to affect gnome-terminal and terminator, but not xterm or 
e.g. sessions connected over putty. In fact, if I open all of these screens 
side-by-size (using a virtual machine), and simultaneously attach to the same 
tmux session, only gnome-terminal and terminator show the strange characters, 
while the other two terminals render the screen as expected.

  Please see this superuser discussion for a link to a video of what the bug 
looks like:
  http://superuser.com/questions/864364/tmux-printing-u0x001b-and-112-randomly

  Let me know if there is anything else I can do to help reproduce/solve
  this, as using xterm is a really bad workaround to have to put up
  with.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  Date: Tue Mar 24 10:30:12 2015
  InstallationDate: Installed on 2015-01-11 (71 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  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/gnome-terminal/+bug/1435905/+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 584632]

2015-03-24 Thread Mozilla-jorgk
Created attachment 8582360
Patch to fix all three problems: Click, "end" key, left arrow from start of 
previous line

Can you please push this to the try server for me and tell me the exact steps 
to do it. I was reading
https://wiki.mozilla.org/ReleaseEngineering/TryServer#How_to_push_to_try and
http://trychooser.pub.build.mozilla.org/
I don't know which tests we need to run here and on which platforms.

I'm also struggling with Mercurial. This
https://developer.mozilla.org/en/docs/Mercurial_FAQ
apparently is out of date. I got to the "hg qnew", the patch is enclosed. I 
tried "hg commit" but got "abort: cannot commit over an applied mq patch". Hmm.

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 357864]

2015-03-24 Thread Ben-bucksch
> So, top of the dropdown then?

No, the bottom is fine. We don't want this to be prominent.
Furthermore, the end makes sense, because this should only be used when none of 
the other From addresses are OK. It's kind of a "more" option.

*All* the options in the dropdown change the textfield value. The
"custom" is the least that you should use, so it belongs at the bottom.

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

Title:
  Editing the "From" field for the current email only (as text, not
  dropdown)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  I want to quite often use a particular email address (e.g. for writing
  to a mailing list), where I do not have added the email address to the
  account settings yet.

  However, Thunderbird does not allow to edit the From field, but only
  provides the configured email addresses in a dropdown.

  It would be nice, if you could also edit the From field in a text
  input.

  KMail provides this, for example, and there appear to be some
  extensions for it, but I'd like to avoid using an addon for this, but
  rather think it's a nice feature to have by default.

  I could imagine, that the last entry in the dropdown would say
  "Edit..." or "Custom..." and change the dropdown into a text field.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/357864/+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 357864]

2015-03-24 Thread Neil-httl
(In reply to Thomas D. from comment #151)
> Clicking at the low end of a dropdown to
> edit the current entry at the top is bad UX imo.

So, top of the dropdown then? Or do you prefer attachment 8574154?

(In reply to Ben Bucksch from comment #147)
> when I select the same identity that I originally selected, I do not
> return to the original From address, but my edited one stays.

Huh, I wonder why that happens.

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

Title:
  Editing the "From" field for the current email only (as text, not
  dropdown)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  I want to quite often use a particular email address (e.g. for writing
  to a mailing list), where I do not have added the email address to the
  account settings yet.

  However, Thunderbird does not allow to edit the From field, but only
  provides the configured email addresses in a dropdown.

  It would be nice, if you could also edit the From field in a text
  input.

  KMail provides this, for example, and there appear to be some
  extensions for it, but I'd like to avoid using an addon for this, but
  rather think it's a nice feature to have by default.

  I could imagine, that the last entry in the dropdown would say
  "Edit..." or "Custom..." and change the dropdown into a text field.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/357864/+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 584632]

2015-03-24 Thread Aryeh Gregor
Okay, this caused some try failures.  One of them is an unexpected pass in 
richtext2, which is good!  It means you just have to update the test so it 
knows we're supposed to pass now.  In the case of richtext2, you want to edit 
the file editor/libeditor/tests/browserscope/lib/richtext2/currentStatus.js and 
remove the appropriate lines (this is different from how most tests need to be 
updated).  To check that it worked, run this (which may take a while and you 
have to keep the browser window focused):
  ./mach mochitest-plain editor/libeditor/tests/browserscope
If you're on Linux, you should be able to install the appropriate package for 
the xvfb-run command and use this instead so it runs without creating a window 
you have to keep in focus:
  xvfb-run ./mach mochitest-plain editor/libeditor/tests/browserscope

The other failure I see is
layout/generic/test/test_movement_by_characters.html, which you need to
look at.  It could be your patch has a problem, or it could be the test
needs to be updated.  If you're having trouble, please feel free to ask
for help!

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Ehsan-mozilla
(In reply to :Aryeh Gregor from comment #77)
> For the record, from black-box testing of WebKit a few years ago, it looked
> like it normalized the selection after every change.  Even if you called
> .addRange(), it copied the range and then stuck the selection endpoints
> inside a nearby text node if available, etc.  I think it's taking things too
> far to change script-specified selections

Yeah, I think that's a bit too aggressive, and probably would cause
authors to have to do insane hacks if they actually want to put the
selection where the engine doesn't think is appropriate.

> but the right way to do this is
> probably to have some sort of helper method in Selection like
> NormalizePoint(nsINode*, int32_t) and call it before every user-initiated
> selection change.  We might want to disallow other types of user-created
> selections from occurring in the future, although my brain is too rusty to
> supply any.

Well, most of the code handling selection changes actually lives outside
Selection.  ;-)  Depending on where we need to modify the behavior,
having this kind of helper may or may not help...  See Jorg's patch for
example, I think the way he modifies the existing logic is cleaner than
going with the current logic and then fixing it up elsewhere.

> Do we want to allow a selection like foo{}bar, with the
> selection collapsed in between the  and ?  IIRC, WebKit in my testing
> forced this to be foo[]bar (always making it on the previous
> text node).  A ten-second test in WordPad suggests this is the right thing
> to do.

Yes, that makes sense to me.  Follow-up bug perhaps?

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Aryeh Gregor
The failure in editor/libeditor/tests/test_selection_move_commands.xul
also needs looking at.  Otherwise, looks good!

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Mozilla-jorgk
Thanks for the suggestions made in comment #78. I'm testing with

foo bar on the same 
line
foo bar on the same 
line
foo bar on the same line
This is strikethrough
25 m2
H2SO4
and some underline
foobar

Moving around with the cursor already works with the current version of
FF, including moving from a long line to a short one and getting to the
end this way.

Pressing the "End" button is sadly NOT fixed by the patch. Clicking at
the start of a line and then pressing "left arrow" to get to the end of
the previous line is also NOT fixed by the patch.

So the next step is to fix the two mentioned cases: End button and "left
arrow" at the start of the line. BTW, these two cases do work in Chrome
and IE already.

I'd like to make sure that all positioning actions end up with the same
correct result, clicking is only one of them.

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 1424362] Re: no permissions to install or remove packages in vivid daily lubuntu beta 1

2015-03-24 Thread Brian Murray
** Tags added: vivid

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

Title:
  no permissions to install or remove packages in vivid daily lubuntu
  beta 1

Status in Lubuntu port to Qt:
  New
Status in Lubuntu Software Center:
  Confirmed
Status in software-center package in Ubuntu:
  Confirmed

Bug description:
  Vivid daily version 20150221Lubuntu desktop i386 installed gives following 
message when using Lubuntu Software Center to install a package, whereas 
Synaptic cannot be opened:
  You are not allowed to perform this action
  You don't have the required privileges to perform this action.
  org.freedesktop.PolicyKit.Error.Failed: ('system-bus-name', {'name': 
':1.51'}): org.debian.apt.install-or-remove-packages

  Installing a package using command line works OK.
  Hardware info: https://gist.github.com/2166a864091f84806d39

To manage notifications about this bug go to:
https://bugs.launchpad.net/lubuntu-next/+bug/1424362/+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 584632]

2015-03-24 Thread Mozilla-jorgk
Created attachment 8582014
four line change to fix a 10 y/o problem ;-)

Here's a new patch. This fixes click beyond end of line *and* "end" key.
Still open: Left arrow at the start of the subsequent line.

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Ehsan-mozilla
Cool, so yeah, a fix to those two additional cases + the unit tests is
probably all that we'd need here!

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 1435975] Re: when installing easypeasy on my laptop, eee pc 1011px it works but the system told me to update durung update the system craches package xul-ext-ubufox (not instal

2015-03-24 Thread Micah Gersten
Thank you for taking the time to report this bug and trying to help make
Ubuntu better.  However, it seems that you are not using a software
package provided by the official Ubuntu repositories.  Because of this
the Ubuntu project can not support or fix your particular bug.  Please
report this bug to the provider of the software package.  Thanks!

If you are interested in learning more about software repositories and
Ubuntu the following pages should be informative:

1. http://www.ubuntu.com/community/ubuntustory/components - information about 
Ubuntu repositories
2. https://help.ubuntu.com/community/Repositories - information regarding 
managing repositories.

** Changed in: ubufox (Ubuntu)
   Status: New => Invalid

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

Title:
  when installing easypeasy on my laptop, eee pc 1011px it works but the
  system told me to update durung update the system craches package xul-
  ext-ubufox (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-
  mods.js', which is also in package ubufox 0:1.9~rc2-2easypeasy0

Status in ubufox package in Ubuntu:
  Invalid

Bug description:
  during installation of esaypeasy it works well. all functions so far i
  could see did work. only one error was the language. dutch was not
  complete. then i decided to look for updates. automitic it started but
  then it failed

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: xul-ext-ubufox (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-73.141-generic 2.6.32.63+drm33.26
  Uname: Linux 2.6.32-73-generic i686
  Architecture: i386
  Date: Tue Mar 24 13:42:37 2015
  ErrorMessage: trying to overwrite 
'/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js', which is also 
in package ubufox 0:1.9~rc2-2easypeasy0
  InstallationMedia: EasyPeasy 1.6
  SourcePackage: ubufox
  Title: package xul-ext-ubufox (not installed) failed to install/upgrade: 
trying to overwrite 
'/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js', which is also 
in package ubufox 0:1.9~rc2-2easypeasy0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/1435975/+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 584632]

2015-03-24 Thread Ehsan-mozilla
Looks like Aryeh answered your questions (thanks Aryeh!)

I realized that I forgot about another case that we need to test.  br
frames are not the only reason for a line ending, we can also get line
breaks at block boundaries, for example: block 1new line
hereblock2  We need to ensure that the selection
ends up on the text node when you put the selection at the end of "new
line here" using any of the methods mentioned before.  Again, please
note that some of those cases may already work properly and/or be fixed
by your patch, but it's worth testing.

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Ehsan-mozilla
BTW, Jorg, since your fix at least improves the situation where someone
clicks at the end of the line, I'd be fine with landing it with a test
case in this bug if you prefer to move the rest of the investigation and
the fixes into another bug.  Whichever way you prefer is fine.  :-)

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Charles
I try not to do this very often anymore (useless comments in bugs),
but...

I just wanted to say THANK YOU to Jorg, Ehsan and Aryeh (and anyone else
involved) working on this bug!!

I must say, after the scare announcement from Mozilla about not directly
funding Thunderbird anymore, I was worried, but it seems that there is
much more movement on lots of older bugs (and new ones) lately, and it
is extremely gratifying to see people stepping up.

I just wish I had some coding skills (and time to use them)...

So - thanks to all!!!

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Aryeh Gregor
A good try line to use by default for editor changes is:
  try: -b do -p all -u all[x64] -t none
This will build on all platforms (to detect compile errors), and will run tests 
only on 64-bit Linux (to avoid wasting resources).  If there might be 
platform-specific test failures, remove the "[x64]", but I don't think you need 
to do that here.

For Mercurial -- if you're using mq (which you should), you don't ever
want to do "hg commit".  The patch you've attached is exactly right.

Here are the try results for you:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fd11f71e3daa

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 584632]

2015-03-24 Thread Ehsan-mozilla
Comment on attachment 8582360
Patch to fix all three problems: Click, "end" key, left arrow from start of 
previous line

Review of attachment 8582360:
-

Some feedback on your patch so far.

::: layout/generic/nsFrame.cpp
@@ +3555,3 @@
>for (int32_t n = aLine->GetChildCount(); n;
> --n, frame = frame->GetNextSibling()) {
> +// Bug 756984: Skip brFrames. Can only skip if the line contains at 
> least one selectable and non-empty frame before

Nit: you don't need to mention bug numbers in comments.  This
information is available through hg/git blame.

@@ +3555,4 @@
>for (int32_t n = aLine->GetChildCount(); n;
> --n, frame = frame->GetNextSibling()) {
> +// Bug 756984: Skip brFrames. Can only skip if the line contains at 
> least one selectable and non-empty frame before
> +if (!SelfIsSelectable(frame, aFlags) || frame->IsEmpty() || (canSkipBr 
> && frame->GetType() == nsGkAtoms::brFrame))

Nit: please wrap lines at 80 characters.  For example, according to our
coding style, this condition should be written as:

  if (!SelfIsSelectable(frame, aFlags) || frame->IsEmpty() ||
  (canSkipBr && frame->GetType() == nsGkAtoms::brFrame))

@@ +6801,5 @@
>  for (int32_t count = lineFrameCount; count;
>   --count, frame = frame->GetNextSibling()) {
>if (!frame->IsGeneratedContentFrame()) {
> +// Bug 756984: When jumping to the end of the line with the 
> "end" key, skip over brFrames
> +if (endOfLine && lineFrameCount > 1 && frame->GetType() == 
> nsGkAtoms::brFrame) continue;

Nit: again, please adjust the whitespace here.  Also, please wrap if
bodies in braces.

@@ +7090,5 @@
> +  nsIFrame *currentBlockFrame, *currentFirstFrame;
> +  nsRect usedRect;
> +  int32_t currentLine = nsFrame::GetLineNumber(traversedFrame, 
> aScrollViewStop, ¤tBlockFrame);
> +  nsAutoLineIterator it = currentBlockFrame->GetLineIterator();
> +  it->GetLine(currentLine, ¤tFirstFrame, &lineFrameCount, 
> usedRect);

There is already code which gets the line frame count earlier in this
function.  Please refactor it out of the else block it currently lives
in and just use lineFrameCount from that code here.  That already takes
care of checking the return value of GetLine for errors too.  Also, I
think you want to check atLineEdge instead of aJumpLines here.

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

Title:
  composer changes font mid email

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  As I'm typing my emails in Thunderbird, I can see what appears to be a
  font size change on screen, normally in the second line of text. The
  second line appear smaller than the first. It's barely perceptible, so
  half them time I think I am imagining it.

  Well, I've started Bccing to myself to check, and the emails I am
  receiving from myself are not only a different size, they're also a
  different font. Composer starts in some default serif, and by the
  second line is sans. I'd bee glad to email someone viz thunderbird,
  and also send along a screenshot of how it looks while I am typing.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+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 66566]

2015-03-24 Thread aaronbauman
Gavin,
Please reconsider this issue.

Allowing both ctrl- and alt-enter opening a new tab would accommodate
all concerns and reservations expressed in this thread.

Currently ctrl-enter in the address bar has no different effect than
enter by itself, so this change would satisfy all parties.

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

Title:
  Inconsistent shortcuts for new tab

Status in The Mozilla Firefox Browser:
  Won't Fix
Status in firefox package in Ubuntu:
  Won't Fix
Status in firefox-3.0 package in Ubuntu:
  Won't Fix
Status in firefox-3.5 package in Ubuntu:
  Won't Fix

Bug description:
  There are currently too many shortcuts when opening a link in a new
  tab:

   - location bar:  + 
   - GO button:  + click
   - search bar:  + 
   - SEARCH button  + click
   - links:  + click
   - menu bar:  + click
   - BACKWARD/FORWARD button:  + click

  This is one of the reasons I'm keeping with Opera. There it is always
  the shift key and I have to remember only one key.

  Thanks for reading!

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/66566/+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 1409555] Re: drop extras.ubuntu.com

2015-03-24 Thread Ubuntu One Auto Pilot
** Changed in: software-center
   Status: New => Fix Committed

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

Title:
  drop extras.ubuntu.com

Status in Ubuntu Software Center:
  Fix Committed
Status in apt-setup package in Ubuntu:
  Fix Released
Status in kubuntu-meta package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in software-center package in Ubuntu:
  Fix Released
Status in ubuntu-gnome-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-release-upgrader package in Ubuntu:
  Fix Released
Status in ubuntukylin-meta package in Ubuntu:
  Fix Released
Status in ubuntustudio-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  drop extras.ubuntu.com

  No longer in use.

  https://lists.ubuntu.com/archives/technical-
  board/2015-January/002063.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1409555/+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 1435905] Re: gnome-terminal randomly outputs control characters

2015-03-24 Thread Bruno Beltran
I am attaching a log.

After some trial and error, I was able to set up my terminal in a state
such that I could reproduce the error in a single keystroke.

The transcript of the session is:
$ script -f /home/$USER/bin/shell_logs/$(date +"%d-%b-%y_%H-%M-%S")_shell.log
Script started, file is /home/bbeltr1/24-Mar-15_13-29-44_shell.log
$ tmux attach
[vim renders]
[I hit j, to change to the (non-existent) "next lower" tmux pane]
[the character appears in my vim status line]
[I hit d to detach]
$ Ctrl^D

I should also point out that if I resize the window before I detach, the
character disappears, presumedly because vim re-renders the status line.
More in general, any action which re-renders that character on the
screen will cause the glitch-character to disappear.

Thank you for the quick response!

** Attachment added: "script session when bug appears right away"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1435905/+attachment/4354707/+files/24-Mar-15_13-29-44_shell.log

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

Title:
  gnome-terminal randomly outputs control characters

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  Observed behavior:
  When using tmux, the terminal occasionally displays the "boxed" version of 
the 0x001b character followed by two ']' characters either in the cursor's 
current location or at the end of a refreshed line, or sometimes at an 
apparently random position on the screen. The times at which this character 
appears seem to be completely random.

  To reproduce:
  Get a clean install of tmux and gnome-terminal from the repositories. It is 
difficult to quantify this, but it appears that the bug will present itself 
most readily when working in vim or another refresh-heavy cli program.

  Why it's not a tmux bug:
  The bug appears to affect gnome-terminal and terminator, but not xterm or 
e.g. sessions connected over putty. In fact, if I open all of these screens 
side-by-size (using a virtual machine), and simultaneously attach to the same 
tmux session, only gnome-terminal and terminator show the strange characters, 
while the other two terminals render the screen as expected.

  Please see this superuser discussion for a link to a video of what the bug 
looks like:
  http://superuser.com/questions/864364/tmux-printing-u0x001b-and-112-randomly

  Let me know if there is anything else I can do to help reproduce/solve
  this, as using xterm is a really bad workaround to have to put up
  with.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  Date: Tue Mar 24 10:30:12 2015
  InstallationDate: Installed on 2015-01-11 (71 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  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/gnome-terminal/+bug/1435905/+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 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-340 (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1431753

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-340 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-340-updates source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346-updates source package in Trusty:
  Confirmed

Bug description:
  Filing this against the 340-updates version but possibly the same
  applies to older versions, too. The nvidia source package produces two
  individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
  The problem is that the DKMS build of the nvidia-uvm module runs
  compile steps inside the nvidia modules build directory. This is
  violating the DKMS assumption that each module can be build
  independently (there is no way of describing cross-modules
  dependencies and even more important, the autoinstall step after a new
  kernel is installed will run the modules build in parallel).

  Since nvidia and nvidia-uvm are very dependent on each other the right
  course of action seems to be to combine both sources in one DKMS
  module that produces two kernel modules (this is supported by DKMS).
  For the transition this resulting dkms package needs to have a
  breaks/replaces for the nvidia-uvm package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+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 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-340-updates (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1431753

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-340 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-340-updates source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346-updates source package in Trusty:
  Confirmed

Bug description:
  Filing this against the 340-updates version but possibly the same
  applies to older versions, too. The nvidia source package produces two
  individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
  The problem is that the DKMS build of the nvidia-uvm module runs
  compile steps inside the nvidia modules build directory. This is
  violating the DKMS assumption that each module can be build
  independently (there is no way of describing cross-modules
  dependencies and even more important, the autoinstall step after a new
  kernel is installed will run the modules build in parallel).

  Since nvidia and nvidia-uvm are very dependent on each other the right
  course of action seems to be to combine both sources in one DKMS
  module that produces two kernel modules (this is supported by DKMS).
  For the transition this resulting dkms package needs to have a
  breaks/replaces for the nvidia-uvm package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+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 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-346-updates (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1431753

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-340 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-340-updates source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346-updates source package in Trusty:
  Confirmed

Bug description:
  Filing this against the 340-updates version but possibly the same
  applies to older versions, too. The nvidia source package produces two
  individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
  The problem is that the DKMS build of the nvidia-uvm module runs
  compile steps inside the nvidia modules build directory. This is
  violating the DKMS assumption that each module can be build
  independently (there is no way of describing cross-modules
  dependencies and even more important, the autoinstall step after a new
  kernel is installed will run the modules build in parallel).

  Since nvidia and nvidia-uvm are very dependent on each other the right
  course of action seems to be to combine both sources in one DKMS
  module that produces two kernel modules (this is supported by DKMS).
  For the transition this resulting dkms package needs to have a
  breaks/replaces for the nvidia-uvm package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+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 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-346 (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1431753

Title:
  Nvidia binary driver FTBS due to DKMS layer violation

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-346 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-340 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-340-updates source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346 source package in Trusty:
  Confirmed
Status in nvidia-graphics-drivers-346-updates source package in Trusty:
  Confirmed

Bug description:
  Filing this against the 340-updates version but possibly the same
  applies to older versions, too. The nvidia source package produces two
  individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
  The problem is that the DKMS build of the nvidia-uvm module runs
  compile steps inside the nvidia modules build directory. This is
  violating the DKMS assumption that each module can be build
  independently (there is no way of describing cross-modules
  dependencies and even more important, the autoinstall step after a new
  kernel is installed will run the modules build in parallel).

  Since nvidia and nvidia-uvm are very dependent on each other the right
  course of action seems to be to combine both sources in one DKMS
  module that produces two kernel modules (this is supported by DKMS).
  For the transition this resulting dkms package needs to have a
  breaks/replaces for the nvidia-uvm package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+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


  1   2   3   >