[Desktop-packages] [Bug 1755501] Re: GfxBench renders fullscreen content at wrong size in Gnome desktop (on X)

2023-06-01 Thread Eero-t-tamminen
Happens also in 20.04 (focal).

Have not tested yet in 22.04 (jammy).

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

Title:
  GfxBench renders fullscreen content at wrong size in Gnome desktop (on
  X)

Status in mutter package in Ubuntu:
  Won't Fix

Bug description:
  Setup:
  * FullHD monitor (1920x1080 resolution)
  * Ubuntu 18.04 (pre-release) with Gnome/mutter 3.27.92, on top of X
  * GfxBench benchmark suite from Kishonti: https://gfxbench.com/ (one of the 
most common 3D benchmarks supporting Linux)

  Example test-case:
  * bin/testfw_app --gfx glfw --gl_api desktop_core --width 1920 --height 1080 
--fullscreen 1 --test_id gl_manhattan

  Expected outcome:
  * Benchmark renders always in full monitor resolution, like happens with all 
other desktops (Unity, XFCE, KDE)

  Actual outcome:
  * There's a black bar at the top of the screen and benchmark content is 
vertically scaled to smaller size than fullscreen

  Same thing happens also with Ubuntu 16.04 version of Mutter (v3.18.3),
  so it's not a (recent) regression.

  I assume that any other similar test-case which:
  * requests full resolution fullscreen window
  * uses window size that it gets
  * but doesn't support resizing the window afterwards

  Would have the same issue.

  From xwininfo, xev and apitrace output I can see following:
  * Window is created in correct resolution
  * app sets some window properties
  * WM reparents it
  * WM maps window's parent to screen
  * WM resizes window's parent a smaller size -> I think this is the point when 
the application sets its GL viewport to wrong size
  * Some _NET_WM properties are set (by WM?)
  * WM resizes window's parent back to correct size, which is apparently too 
late for this application

  When comparing this to what Unity does:
  * Unity or app sets properties after reparenting
  * There's an extra intermediate window between the resized parent and the 
benchmark window
  * Resizing of the parent window to smaller size happens before that window is 
mapped on screen. I assume this means that the application doesn't get window 
resize event for the wrong window size
  * extra _NET_WM properties are set after parent is re-sized back to correct 
size -> this probably makes the time window with wrong window size shorter

  Upstream bug: https://gitlab.gnome.org/GNOME/mutter/issues/60

  I'm filing this here too because:
  * This was tested on latest Ubuntu 18.04
  * Mutter upstream bug tracker doesn't support attachments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1755501/+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 1964352] [NEW] ordering cycle on nvidia-persistenced.service/stop - unable to shutdown

2022-03-09 Thread Eero Aaltonen
Public bug reported:

Shutdown from Gnome and `sudo shutdown -h now` stopped working in Ubuntu 
20.04.4 LTS.
I have xserver-xorg-video-nvidia-510 installed.

journalctl bottom shows
```
march 09 15:45:13 myhost systemd[1]: basic.target: Found ordering cycle on 
nvidia-persistenced.service/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
systemd-backlight@backlight:nvidia_0.service/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
sysinit.target/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
acpid.path/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
paths.target/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
basic.target/stop
march 09 15:45:13 myhost systemd[1]: basic.target: Job 
nvidia-persistenced.service/stop deleted to break ordering cycle starting with 
basic.target/stop
march 09 15:45:13 myhost systemd[1]: Requested transaction contradicts existing 
jobs: Transaction for poweroff.target/start is destructive 
(nvidia-suspend.service has 'start' job queued, but 'stop>
march 09 15:45:13 myhost systemd-initctl[201461]: Failed to change runlevel: 
Transaction for poweroff.target/start is destructive (nvidia-suspend.service 
has 'start' job queued, but 'stop' is incl>
```

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

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

Title:
  ordering cycle on nvidia-persistenced.service/stop - unable to
  shutdown

Status in xorg package in Ubuntu:
  New

Bug description:
  Shutdown from Gnome and `sudo shutdown -h now` stopped working in Ubuntu 
20.04.4 LTS.
  I have xserver-xorg-video-nvidia-510 installed.

  journalctl bottom shows
  ```
  march 09 15:45:13 myhost systemd[1]: basic.target: Found ordering cycle on 
nvidia-persistenced.service/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
systemd-backlight@backlight:nvidia_0.service/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
sysinit.target/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
acpid.path/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
paths.target/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Found dependency on 
basic.target/stop
  march 09 15:45:13 myhost systemd[1]: basic.target: Job 
nvidia-persistenced.service/stop deleted to break ordering cycle starting with 
basic.target/stop
  march 09 15:45:13 myhost systemd[1]: Requested transaction contradicts 
existing jobs: Transaction for poweroff.target/start is destructive 
(nvidia-suspend.service has 'start' job queued, but 'stop>
  march 09 15:45:13 myhost systemd-initctl[201461]: Failed to change runlevel: 
Transaction for poweroff.target/start is destructive (nvidia-suspend.service 
has 'start' job queued, but 'stop' is incl>
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1964352/+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 1963751] Re: focal security update 2.34.6-0ubuntu0.20.04.1 cannot be automatically installed due to new dependency

2022-03-09 Thread Eero Aaltonen
@mdeslaur: fix seems to be good. I had the login nag about "2 updates
could not be installed automatically.", but I ran sudo unattended-
upgrade once which cleared also that.

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

Title:
  focal security update 2.34.6-0ubuntu0.20.04.1 cannot be automatically
  installed due to new dependency

Status in webkit2gtk package in Ubuntu:
  Fix Released

Bug description:
  Version: 2.34.6-0ubuntu0.20.04.1

  This security update for focal does not seem to be automatically
  upgradeable by unattended-upgrades:

  2022-03-05 14:32:35,653 WARNING package libwebkit2gtk-4.0-37 upgradable but 
fails to be marked for upgrade (E:Unable to correct problems, you have held 
broken packages.)
  2022-03-05 14:32:36,685 WARNING package libwebkit2gtk-4.0-37 upgradable but 
fails to be marked for upgrade (E:Unable to correct problems, you have held 
broken packages.)
  2022-03-05 14:32:38,031 INFO No packages found that can be upgraded 
unattended and no pending auto-removals
  2022-03-05 14:32:38,232 INFO Package libjavascriptcoregtk-4.0-18 is kept back 
because a related package is kept back or due to local apt_preferences(5).
  2022-03-05 14:32:38,382 INFO Package libwebkit2gtk-4.0-37 is kept back 
because a related package is kept back or due to local apt_preferences(5).

  apt-mark showhold lists no held packages, and there are no
  apt_preferences set. The actual cause seems to be an extra dependency
  on libopengl0 which has been added with the upgrade. Is this
  intentional?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libwebkit2gtk-4.0-37 2.34.6-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-100.113-generic 5.4.166
  Uname: Linux 5.4.0-100-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Mar  5 14:39:24 2022
  InstallationDate: Installed on 2018-06-15 (1358 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   TERM=screen.xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: webkit2gtk
  UpgradeStatus: Upgraded to focal on 2021-05-30 (278 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1963751/+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 1947670] Re: /etc/profile.d/im-config_wayland.sh prevents sourcing /etc/profile

2021-10-19 Thread Eero Aaltonen
Hi Gunnar,

The software from $SILICON_VENDOR is installed using the Graphical
installer. Not long ago, the GUI install was the only option.

We run the actual build jobs via a Jenkins agent over SSH.

Here's a small stunt double of the build job
{code}
#!/bin/bash

set -ex

echo "XDG_SESSION_TYPE=$XDG_SESSION_TYPE"

# source environment from /etc/profile
. /etc/profile

echo "Continuing build with the environment set up"
{code}

The -e option is set according to our shell scripting recommendations, which 
then aborts when sourcing
/etc/profile.d/im-config_wayland.sh


I suggest the below as a replacement
{code}
# /etc/profile.d/im-config_wayland.sh
#
# This sets the IM variables on Wayland.

if [ ! "$XDG_SESSION_TYPE" = 'wayland' ]; then
return
fi

# don't do anything if im-config was removed but not purged
if [ ! -r /usr/share/im-config/xinputrc.common ]; then
return
fi

if [ -r /etc/X11/Xsession.d/70im-config_launch ]; then
. /etc/X11/Xsession.d/70im-config_launch
fi
{code}

Assuming I didn't mess anything up, it should do the same thing - but
doesn't explode with the -e option set.

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

Title:
  /etc/profile.d/im-config_wayland.sh prevents sourcing /etc/profile

Status in im-config package in Ubuntu:
  Incomplete

Bug description:
  We upgraded a build server from Ubuntu 18.04 to 20.04.

  The build server had some scripts in /etc/profile.d/ that set up the
  required build environment.

  The builds would source `. /etc/profile` in the beginning.

  After the upgrade, the script /etc/profile.d/im-config_wayland.sh
  line
  ```
  test "$XDG_SESSION_TYPE" = 'wayland' || return
  ```

  evaluates with `test tty = wayland` returning the build script early.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1947670/+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 1947670] [NEW] /etc/profile.d/im-config_wayland.sh prevents sourcing /etc/profile

2021-10-19 Thread Eero Aaltonen
Public bug reported:

We upgraded a build server from Ubuntu 18.04 to 20.04.

The build server had some scripts in /etc/profile.d/ that set up the
required build environment.

The builds would source `. /etc/profile` in the beginning.

After the upgrade, the script /etc/profile.d/im-config_wayland.sh
line
```
test "$XDG_SESSION_TYPE" = 'wayland' || return
```

evaluates with `test tty = wayland` returning the build script early.

** Affects: im-config (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  /etc/profile.d/im-config_wayland.sh prevents sourcing /etc/profile

Status in im-config package in Ubuntu:
  New

Bug description:
  We upgraded a build server from Ubuntu 18.04 to 20.04.

  The build server had some scripts in /etc/profile.d/ that set up the
  required build environment.

  The builds would source `. /etc/profile` in the beginning.

  After the upgrade, the script /etc/profile.d/im-config_wayland.sh
  line
  ```
  test "$XDG_SESSION_TYPE" = 'wayland' || return
  ```

  evaluates with `test tty = wayland` returning the build script early.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1947670/+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 388712] Re: gvfsd-gphoto2 locks camera

2021-05-23 Thread Eero Tamminen
> Is there a way to stop gvfsd-gphoto2 from respawning?

It's started by the volume manager which is started by system-wide
defaults for Gnome/Ubuntu systemd user session.

Tell systemd that you want that service to be disabled for your (current) user 
account:
  systemctl --user mask gvfs-gphoto2-volume-monitor

And stop it:
  systemctl --user stop gvfs-gphoto2-volume-monitor

Then you can kill the thing started by it, which does that bloody annoying 
mount preventing everything else from using the Camera (e.g. in my case, qt / 
libgphoto2 based Digikam, which I prefer for managing my photos instead of 
Gnome SW):
  killall gvfsd-gphoto2

IMHO this is upstream "gfsvd-gphoto2" bug.  It should mount i.e. lock
the camera USB device only when user starts some application that
actually wants to use it (or user has enabled a setting asking it to
index photos automatically from random connected camera-like USB devices
on background).

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

Title:
  gvfsd-gphoto2 locks camera

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  After plugging in a camera, gvfsd-gphoto2 launches and locks the camera.
  This prevents gphoto2 from doing its job, since it does not acces the camera 
via GVFS/GIO:

  Steps to reproduce:

  1) Plug in the camera.
  2) 'ps x | grep gphoto' shows gvfsd-gphoto2 and/or 
gvfs-gphoto2-volume-monitor running
  3) 'gphoto2 --auto-detect --capture-image-and-download' fails with "Error 
(-60: 'Could not lock the device'"
  4) 'killall gvfsd-gphoto2 gvfs-gphoto2-volume-monitor'
  5) rerun (3), and have your picture taken and downloaded.

  I don't know if the daemon is only locking the camera as soon as some
  process starts accessing it. (well, maybe nautilus does acces it). It
  would be great, if it could release the lock as soon as possible, or
  (don't know about the locking) don't lock for read-only access.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/388712/+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 1885136] Re: Nautilus connection to SSH IPv6 address fails

2020-06-26 Thread Eero Aaltonen
Reported upstream as
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1539

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1539
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1539

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

Title:
  Nautilus connection to SSH IPv6 address fails

Status in nautilus package in Ubuntu:
  New

Bug description:
  After reading answer
  https://answers.launchpad.net/ubuntu/+question/151402

  I have tested that
  1) on the command line
  """
  sftp 'USER@[IPv6_ADDR%INTERFACE]'
  """
  connects successfully

  , but
  2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols 
'ssh' and 'sftp' result in "Connection failed" for the same form of address.

  Expectation was for this connection to succeed.

  $ lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.4-0~ubuntu18.04.5
  ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
  Uname: Linux 4.15.0-106-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 25 16:52:53 2020
  InstallationDate: Installed on 2018-01-10 (896 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (499 days ago)
  usr_lib_nautilus:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1885136/+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 1885136] Re: Nautilus connection to SSH IPv6 address fails

2020-06-25 Thread Eero Aaltonen
** Description changed:

  After reading answer
  https://answers.launchpad.net/ubuntu/+question/151402
  
  I have tested that
  1) on the command line
  """
- sftp USER@'[IPv6_ADDR%INTERFACE]'
+ sftp 'USER@[IPv6_ADDR%INTERFACE]'
  """
  connects successfully
  
  , but
  2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols 
'ssh' and 'sftp' result in "Connection failed" for the same form of address.
  
  Expectation was for this connection to succeed.
- 
  
  $ lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.4-0~ubuntu18.04.5
  ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
  Uname: Linux 4.15.0-106-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 25 16:52:53 2020
  InstallationDate: Installed on 2018-01-10 (896 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (499 days ago)
  usr_lib_nautilus:

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

Title:
  Nautilus connection to SSH IPv6 address fails

Status in nautilus package in Ubuntu:
  New

Bug description:
  After reading answer
  https://answers.launchpad.net/ubuntu/+question/151402

  I have tested that
  1) on the command line
  """
  sftp 'USER@[IPv6_ADDR%INTERFACE]'
  """
  connects successfully

  , but
  2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols 
'ssh' and 'sftp' result in "Connection failed" for the same form of address.

  Expectation was for this connection to succeed.

  $ lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.4-0~ubuntu18.04.5
  ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
  Uname: Linux 4.15.0-106-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 25 16:52:53 2020
  InstallationDate: Installed on 2018-01-10 (896 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (499 days ago)
  usr_lib_nautilus:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1885136/+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 1885136] [NEW] Nautilus connection to SSH IPv6 address fails

2020-06-25 Thread Eero Aaltonen
Public bug reported:

After reading answer
https://answers.launchpad.net/ubuntu/+question/151402

I have tested that
1) on the command line
"""
sftp USER@'[IPv6_ADDR%INTERFACE]'
"""
connects successfully

, but
2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols 
'ssh' and 'sftp' result in "Connection failed" for the same form of address.

Expectation was for this connection to succeed.


$ lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.4-0~ubuntu18.04.5
ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
Uname: Linux 4.15.0-106-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun 25 16:52:53 2020
InstallationDate: Installed on 2018-01-10 (896 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: nautilus
UpgradeStatus: Upgraded to bionic on 2019-02-12 (499 days ago)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug bionic

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

Title:
  Nautilus connection to SSH IPv6 address fails

Status in nautilus package in Ubuntu:
  New

Bug description:
  After reading answer
  https://answers.launchpad.net/ubuntu/+question/151402

  I have tested that
  1) on the command line
  """
  sftp USER@'[IPv6_ADDR%INTERFACE]'
  """
  connects successfully

  , but
  2) on the address field of nautilus 1:3.26.4-0~ubuntu18.04.5, both protocols 
'ssh' and 'sftp' result in "Connection failed" for the same form of address.

  Expectation was for this connection to succeed.

  
  $ lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.4-0~ubuntu18.04.5
  ProcVersionSignature: Ubuntu 4.15.0-106.107-generic 4.15.18
  Uname: Linux 4.15.0-106-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 25 16:52:53 2020
  InstallationDate: Installed on 2018-01-10 (896 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (499 days ago)
  usr_lib_nautilus:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1885136/+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 1882092] [NEW] goa-daemon Error resolving “autodiscover.outlook.office365.com”

2020-06-04 Thread Eero Aaltonen
Public bug reported:

Evolution is no longer receiving able to refresh Inbox from Exchange Web 
Services.
`journalctl` provides the following clues

systemd-resolved: Server returned error NXDOMAIN, mitigating potential DNS 
violation DVE-2018-0001, retrying transaction with reduced feature level UDP
goa-daemon: goa_ews_client_autodiscover() failed: 2 — Error resolving 
“autodiscover.outlook.office365.com”: Name or service not known

This may be upstream issue https://gitlab.gnome.org/GNOME/gnome-online-
accounts/-/issues/57

$ lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

$ apt-cache policy gnome-online-accounts
gnome-online-accounts:
  Installed: 3.28.0-0ubuntu2.1
  Candidate: 3.28.0-0ubuntu2.1
  Version table:
 *** 3.28.0-0ubuntu2.1 500
500 http://fi.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.28.0-0ubuntu2 500
500 http://fi.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-online-accounts 3.28.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-101.102-generic 4.15.18
Uname: Linux 4.15.0-101-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun  4 17:11:45 2020
InstallationDate: Installed on 2018-01-10 (875 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: gnome-online-accounts
UpgradeStatus: Upgraded to bionic on 2019-02-12 (478 days ago)

** Affects: gnome-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  goa-daemon Error resolving “autodiscover.outlook.office365.com”

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
  Evolution is no longer receiving able to refresh Inbox from Exchange Web 
Services.
  `journalctl` provides the following clues

  systemd-resolved: Server returned error NXDOMAIN, mitigating potential DNS 
violation DVE-2018-0001, retrying transaction with reduced feature level UDP
  goa-daemon: goa_ews_client_autodiscover() failed: 2 — Error resolving 
“autodiscover.outlook.office365.com”: Name or service not known

  This may be upstream issue https://gitlab.gnome.org/GNOME/gnome-
  online-accounts/-/issues/57

  $ lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04

  $ apt-cache policy gnome-online-accounts
  gnome-online-accounts:
Installed: 3.28.0-0ubuntu2.1
Candidate: 3.28.0-0ubuntu2.1
Version table:
   *** 3.28.0-0ubuntu2.1 500
  500 http://fi.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.28.0-0ubuntu2 500
  500 http://fi.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-online-accounts 3.28.0-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.15.0-101.102-generic 4.15.18
  Uname: Linux 4.15.0-101-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun  4 17:11:45 2020
  InstallationDate: Installed on 2018-01-10 (875 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: gnome-online-accounts
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (478 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1882092/+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 1863913] [NEW] User mime type not used in nautilus

2020-02-19 Thread Eero Aaltonen
Public bug reported:

I have a user local mime type definition
.local/share/mime/graphml+xml.xml

```

http://www.freedesktop.org/standards/shared-mime-info; 
type="application/graphml+xml">
  
  GraphML file
  
  
  

```

and have registered it with `update-mime-database ~/.local/share/mime`

Querying the mime database from the command line gives correct results:
$ gio mime application/graphml+xml
Default application for “application/graphml+xml”: yed.desktop
Registered applications:
yed.desktop
Recommended applications:
yed.desktop

In Ubuntu 16.04 nautilus would also use the new mime type and the
associated default application.

In Ubuntu 18.04 this is however not the case.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.4-0~ubuntu18.04.5
ProcVersionSignature: Ubuntu 4.15.0-76.86-generic 4.15.18
Uname: Linux 4.15.0-76-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb 19 17:03:23 2020
InstallationDate: Installed on 2018-01-10 (769 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: nautilus
UpgradeStatus: Upgraded to bionic on 2019-02-12 (372 days ago)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug bionic

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

Title:
  User mime type not used in nautilus

Status in nautilus package in Ubuntu:
  New

Bug description:
  I have a user local mime type definition
  .local/share/mime/graphml+xml.xml

  ```
  
  http://www.freedesktop.org/standards/shared-mime-info; 
type="application/graphml+xml">

GraphML file



  
  ```

  and have registered it with `update-mime-database ~/.local/share/mime`

  Querying the mime database from the command line gives correct results:
  $ gio mime application/graphml+xml
  Default application for “application/graphml+xml”: yed.desktop
  Registered applications:
yed.desktop
  Recommended applications:
yed.desktop

  In Ubuntu 16.04 nautilus would also use the new mime type and the
  associated default application.

  In Ubuntu 18.04 this is however not the case.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: nautilus 1:3.26.4-0~ubuntu18.04.5
  ProcVersionSignature: Ubuntu 4.15.0-76.86-generic 4.15.18
  Uname: Linux 4.15.0-76-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb 19 17:03:23 2020
  InstallationDate: Installed on 2018-01-10 (769 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to bionic on 2019-02-12 (372 days ago)
  usr_lib_nautilus:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1863913/+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 1804744] Re: Restoring from new location does not find backup files

2019-01-06 Thread Eero
Wow! It took 5 years from "Deja-Dup" to start working on this critical
bug. I'd guess they don't even use their own application, because
otherwise this had been an obvious show stopper bug a long time ago. Can
Canonical/Ubuntu finally change the default backup application to
something sane?

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

Title:
  Restoring from new location does not find backup files

Status in Déjà Dup:
  Fix Released
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  1. I back up my computer to my external hard drive
  2. I reinstall my new distro
  3. I install deja-dup and duplicity
  4. I open deja-dup, and select restore
  5. I select my external hard drive and the restore directory
  6. Deja-dup fails with "no backup found" message and creates a new backup 
directory on the hard drive

  This indicated to me that deja dup ignored the restore directory I
  entered, and instead used the default directory, which did not exist,
  hence restore fails because the backend is told to look in the wrong
  place for the backup! This seems like more a user interface issue than
  an issue with the backup.

  Here is the workflow I had to use to restore my backup:

  1. Set storage location to "local folder" and then manually navigate to the 
folder on my external hard drive. If I did not do this specifically, then 
backup would fail. Selecting the external hard drive directly as the device and 
entering the folder in the "folder" field also fails.
  2. Select restore and again use "local folder" and manually navigate to the 
folder on my external hard drive. If I instead try to use the hard drive device 
listed and enter the backup folder in the "folder" field, the restore also 
fails.

  This issue occurs on both Ubuntu 18.04.1 and ElementaryOS Juno.

  lsb_release -d
  Description:  elementary OS 5.0 Juno

  dpkg-query -W deja-dup duplicity
  deja-dup  37.1-2fakesync1
  duplicity 0.7.17-0ubuntu1

  gsettings list-recursively org.gnome.DejaDup > /tmp/deja-dup.gsettings
  cat /tmp/deja-dup.gsettings 
  org.gnome.DejaDup last-restore '2018-11-23T01:39:44.556645Z'
  org.gnome.DejaDup periodic true
  org.gnome.DejaDup periodic-period 1
  org.gnome.DejaDup full-backup-period 90
  org.gnome.DejaDup backend 'local'
  org.gnome.DejaDup last-run '2018-11-23T01:39:44.556645Z'
  org.gnome.DejaDup nag-check ''
  org.gnome.DejaDup prompt-check '2018-11-22T12:34:36.095106Z'
  org.gnome.DejaDup root-prompt true
  org.gnome.DejaDup include-list ['$HOME']
  org.gnome.DejaDup exclude-list ['/home/ethan/.local/share/Trash']
  org.gnome.DejaDup last-backup ''
  org.gnome.DejaDup allow-metered false
  org.gnome.DejaDup delete-after 0
  org.gnome.DejaDup.Rackspace username ''
  org.gnome.DejaDup.Rackspace container 'ethan-laptop'
  org.gnome.DejaDup.S3 id ''
  org.gnome.DejaDup.S3 bucket ''
  org.gnome.DejaDup.S3 folder 'ethan-laptop'
  org.gnome.DejaDup.OpenStack authurl ''
  org.gnome.DejaDup.OpenStack tenant ''
  org.gnome.DejaDup.OpenStack username ''
  org.gnome.DejaDup.OpenStack container 'ethan-laptop'
  org.gnome.DejaDup.GCS id ''
  org.gnome.DejaDup.GCS bucket ''
  org.gnome.DejaDup.GCS folder 'ethan-laptop'
  org.gnome.DejaDup.Local folder '/media/ethan/porta_500gb/m1330'
  org.gnome.DejaDup.Remote uri ''
  org.gnome.DejaDup.Remote folder 'ethan-laptop'
  org.gnome.DejaDup.Drive uuid '1919a422-d154-4e19-b551-f74b56cf1f0e'
  org.gnome.DejaDup.Drive icon '. GThemedIcon drive-harddisk-usb drive-harddisk 
drive'
  org.gnome.DejaDup.Drive folder 'm1330'
  org.gnome.DejaDup.Drive name 'porta_500gb'
  org.gnome.DejaDup.GOA id ''
  org.gnome.DejaDup.GOA folder 'ethan-laptop'
  org.gnome.DejaDup.GOA type 'google'
  org.gnome.DejaDup.File short-name ''
  org.gnome.DejaDup.File type 'normal'
  org.gnome.DejaDup.File migrated true
  org.gnome.DejaDup.File name ''
  org.gnome.DejaDup.File path ''
  org.gnome.DejaDup.File uuid ''
  org.gnome.DejaDup.File icon ''
  org.gnome.DejaDup.File relpath @ay []

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1804744/+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 1767804] Re: emoji icons too large, not of font size

2018-09-30 Thread Eero
Yeah, it seems that nobody at Canonical bothered to test any of the
default applications. Ubuntu 18.04 is unbelievably buggy and confusing
to use.

Workaround for the emoji size issue:

sudo apt install fonts-symbola

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

Title:
  emoji icons too large, not of font size

Status in fonts-noto-color-emoji package in Ubuntu:
  Confirmed

Bug description:
  emoji icons are too large, not of font size. It is probably most
  annoying in thunderbird and mail subject.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: fonts-noto-color-emoji 0~20180424-0ubuntu1 [modified: 
usr/share/fonts/truetype/noto/NotoColorEmoji.ttf]
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 29 15:32:11 2018
  Dependencies:
   
  InstallationDate: Installed on 2018-04-27 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  SourcePackage: fonts-noto-color-emoji
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-color-emoji/+bug/1767804/+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 575102] Re: Selecting file with "Browse..." -button fails if used more than once

2018-09-11 Thread Eero
Nice way to ignore all the broken software.

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

Title:
  Selecting file with "Browse..." -button fails if used more than once

Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  Steps to reproduce:
  0. Start downloading something big (it needs to take longer to download than 
completing the next steps so Ubuntu image might be a good choice)
  1. Go to http://imageshack.us/ for example
  2. Click "Browse..." and select some file
  3. Click "Browse..." again and try to select something

  Step 3 fails every time on my computer. The file won't get selected by
  single click and if I double click it seems to select some random
  file.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  Architecture: amd64
  Date: Tue May  4 15:15:17 2010
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/575102/+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 1761844] Re: Very large emojis displayed in subject line and in the email list

2018-09-07 Thread Eero
Did nobody at Canonical test Thunderbird even once before setting it as
the default email client in 18.04?

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

Title:
  Very large emojis displayed in subject line and in the email list

Status in Mozilla Thunderbird:
  Fix Released
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  The list of emails received from Thunderbird shows emojis. This does not 
happen with all accounts.
  It appears to be with the last email address added.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: thunderbird 1:52.6.0+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   diego  1607 F...m pulseaudio
   /dev/snd/controlC0:  diego  1607 F pulseaudio
   /dev/snd/controlC1:  diego  1607 F pulseaudio
  BuildID: 20180131200234
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr  6 15:58:17 2018
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2018-04-05 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
  IpRoute:
   default via 181.31.1.1 dev enp2s0 proto dhcp metric 100 
   169.254.0.0/16 dev enp2s0 scope link metric 1000 
   181.31.1.0/24 dev enp2s0 proto kernel scope link src 181.31.1.84 metric 100
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=52.6.0/20180131200234 (In use)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2012
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F4
  dmi.board.name: GA-78LMT-S2
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd08/14/2012:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-S2:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-S2:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-S2
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1761844/+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 1450429] Re: Backups configuration duplicated folders

2018-09-06 Thread Eero
Command "gsettings list-recursively org.gnome.DejaDup" doesn't show
duplicate entries even though the GUI does.

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

Title:
  Backups configuration duplicated folders

Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04
  unity-control-center 15.04.0+15.04.20150410-0ubuntu1

  Just a small UI bug.
  I'm using the Backups UI from Settings/System to backup files to a network 
share.
  I've removed the ~/Downloads folder from the 'Folders to ignore' section.
  When I open the Backups UI now for the first time, the folders in 'Folders to 
save' and 'Folders to ignore' are correct.
  But when I go back to All Settings and then open Backups again, each folder 
in these sections will be shown twice.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-control-center 15.04.0+15.04.20150410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 30 13:03:05 2015
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2015-02-11 (77 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to vivid on 2015-04-30 (0 days ago)
  usr_lib_unity-control-center: deja-dup 32.0-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1450429/+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 1450429] Re: Backups configuration duplicated folders

2018-09-06 Thread Eero
Still broken in Ubuntu 18.04.

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

Title:
  Backups configuration duplicated folders

Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.04
  unity-control-center 15.04.0+15.04.20150410-0ubuntu1

  Just a small UI bug.
  I'm using the Backups UI from Settings/System to backup files to a network 
share.
  I've removed the ~/Downloads folder from the 'Folders to ignore' section.
  When I open the Backups UI now for the first time, the folders in 'Folders to 
save' and 'Folders to ignore' are correct.
  But when I go back to All Settings and then open Backups again, each folder 
in these sections will be shown twice.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-control-center 15.04.0+15.04.20150410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 30 13:03:05 2015
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2015-02-11 (77 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to vivid on 2015-04-30 (0 days ago)
  usr_lib_unity-control-center: deja-dup 32.0-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1450429/+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 1790995] Re: Restoring backup fails with "Restore Failed" "No backups to restore"

2018-09-05 Thread Eero
Found a workaround

https://ubuntuforums.org/showthread.php?t=2384934

> "No backups to restore"
> 
> the steps to replicate this error:
> - complete a fresh installation of ubuntu
> - plug a usb storage with the back-up from the previous installation
> - try to restore the previous back-up
> - give the directory of the previous back-up and click forward
> - the Error is shown
> 
> the reason for this error seems to be the configuration of the 'Backup Tool/
> the path to the location of the previous back-up *has* to be entered in the 
> tab 'Storage Location'
> 
> then repeat the process for Restoring the back-up and everything works fine
> 
> 
> I hope it saves others from having a 'big scare'


This must the worst UI experience ever as the choice user made is ignored and 
the "Storage Location" is used.
How come nobody at Canonical has ever tried to restore from another location 
than their currently used backup directory?
Or is that nobody at Canonical tests this DEFAULT backup tool?

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

Title:
  Restoring backup fails with "Restore Failed" "No backups to restore"

Status in deja-dup package in Ubuntu:
  New

Bug description:
  My old computer broke down, but I had been making backups to a NAS. When I 
try to restore backups on the new computer deja-dup just says immediately after 
selecting the backup directory and clicking "OK":
  "Restore Failed
  No backups to restore"

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: deja-dup 37.1-2fakesync1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  6 05:14:27 2018
  InstallationDate: Installed on 2018-09-05 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1790995/+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 1790995] [NEW] Restoring backup fails with "Restore Failed" "No backups to restore"

2018-09-05 Thread Eero
Public bug reported:

My old computer broke down, but I had been making backups to a NAS. When I try 
to restore backups on the new computer deja-dup just says immediately after 
selecting the backup directory and clicking "OK":
"Restore Failed
No backups to restore"

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: deja-dup 37.1-2fakesync1
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
Uname: Linux 4.15.0-33-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  6 05:14:27 2018
InstallationDate: Installed on 2018-09-05 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: deja-dup
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Restoring backup fails with "Restore Failed" "No backups to restore"

Status in deja-dup package in Ubuntu:
  New

Bug description:
  My old computer broke down, but I had been making backups to a NAS. When I 
try to restore backups on the new computer deja-dup just says immediately after 
selecting the backup directory and clicking "OK":
  "Restore Failed
  No backups to restore"

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: deja-dup 37.1-2fakesync1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  6 05:14:27 2018
  InstallationDate: Installed on 2018-09-05 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1790995/+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 1787150] [NEW] After upgrading from 16.04 to 18.04 automatic backups aren't taken, because package "duplicity" is missing

2018-08-15 Thread Eero
Public bug reported:

I upgraded a system from 16.04 to 18.04 and sure enough, backup software
is broken again. For some reason duplicity is missing and automatic
backups haven't been taken.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: deja-dup 37.1-2fakesync1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 15 12:53:08 2018
InstallationDate: Installed on 2017-02-05 (555 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: deja-dup
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  After upgrading from 16.04 to 18.04 automatic backups aren't taken,
  because package "duplicity" is missing

Status in deja-dup package in Ubuntu:
  New

Bug description:
  I upgraded a system from 16.04 to 18.04 and sure enough, backup
  software is broken again. For some reason duplicity is missing and
  automatic backups haven't been taken.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: deja-dup 37.1-2fakesync1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 15 12:53:08 2018
  InstallationDate: Installed on 2017-02-05 (555 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1787150/+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 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2018-03-29 Thread Eero
Can't you read Vej?

People have to use "a workaround" which isn't explained anywhere in the
documentation if a backup gets corrupted. It isn't even obvious from the
error message that an earlier backup got corrupted.

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

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

Status in deja-dup package in Ubuntu:
  Incomplete

Bug description:
  The backup location is on a NAS mounted with NFS. I get this message
  every time I try to make a new backup:

  Backup Failed

  Invalid data - SHA1 hash mismatch for file:
   duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
   Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
   Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c


  Can someone recommend a better backup software for personal use?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 20 12:36:15 2016
  InstallationDate: Installed on 2014-05-16 (949 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to xenial on 2016-08-02 (139 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+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 771272] Re: gnome-keyring doesn't support ecdsa or ed25519 keys

2018-02-22 Thread Eero
Why is this marked as "Fix Released"?

ED25519 keys don't work.
https://bugzilla.gnome.org/show_bug.cgi?id=723274

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

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

Title:
  gnome-keyring doesn't support ecdsa or ed25519 keys

Status in GNOME Keyring:
  Fix Released
Status in gnome-keyring package in Ubuntu:
  Triaged
Status in gnome-keyring package in Debian:
  Fix Released

Bug description:
  Binary package hint: gnome-keyring

  I'm not sure I have described it correctly in the summary, but this is what 
happens:
  I run ssh-add in a new terminal and enter my passphrase, which is the same 
for my DSA and ECDSA key: the DSA identity is added, but the ECDSA gets the 
"Error reading response length from authentication socket. Could not add 
identity: /home/claudio/.ssh/id_ecdsa" error.
  I run ssh-agent, copy and paste the output in the terminal and re-run 
ssh-add. Both identities are correctly added:
  
  claudio@Chuck:~$ ssh-add 
  Enter passphrase for /home/claudio/.ssh/id_dsa: 
  Identity added: /home/claudio/.ssh/id_dsa (/home/claudio/.ssh/id_dsa)
  Error reading response length from authentication socket.
  Could not add identity: /home/claudio/.ssh/id_ecdsa
  claudio@Chuck:~$ ssh-agent 
  SSH_AUTH_SOCK=/tmp/ssh-szGWMUbE3916/agent.3916; export SSH_AUTH_SOCK;
  SSH_AGENT_PID=3917; export SSH_AGENT_PID;
  echo Agent pid 3917;
  claudio@Chuck:~$ SSH_AUTH_SOCK=/tmp/ssh-szGWMUbE3916/agent.3916; export 
SSH_AUTH_SOCK;
  claudio@Chuck:~$ SSH_AGENT_PID=3917; export SSH_AGENT_PID;
  claudio@Chuck:~$ echo Agent pid 3917;
  Agent pid 3917
  claudio@Chuck:~$ ssh-add 
  Enter passphrase for /home/claudio/.ssh/id_dsa: 
  Identity added: /home/claudio/.ssh/id_dsa (/home/claudio/.ssh/id_dsa)
  Identity added: /home/claudio/.ssh/id_ecdsa (/home/claudio/.ssh/id_ecdsa)
  
  Here is the content of my ~/.ssh/

  claudio@Chuck:~$ ls -l .ssh
  total 32
  -rw-r--r-- 1 claudio claudio  726 2011-04-15 23:34 config
  -r 1 claudio claudio  751 2011-04-05 10:35 id_dsa
  -rw-r--r-- 1 claudio claudio  603 2011-04-05 10:34 id_dsa.pub
  -r 1 claudio claudio  444 2011-04-05 10:29 id_ecdsa
  -rw-r--r-- 1 claudio claudio  267 2011-04-05 10:23 id_ecdsa.pub
  -rw--- 1 claudio claudio 6402 2011-04-19 18:04 known_hosts
  -rw-r--r-- 1 claudio claudio 2760 2011-04-06 17:05 known_hosts.old

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-keyring 2.92.92.is.2.32.1-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Apr 26 16:27:02 2011
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to natty on 2011-04-03 (23 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+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 1741048] Re: Update to 57.0.3

2018-01-04 Thread Eero
57.0.4 is the latest version.

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

Title:
  Update to 57.0.3

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Update to 57.0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1741048/+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 1723909] Re: [security] WPA2: Many vulnerabilities discovered

2017-10-16 Thread Eero
Debian has patched the following CVEs:
CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 
CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 
CVE-2017-13088

https://lists.debian.org/debian-security-announce/2017/msg00261.html

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13077

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13078

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13079

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13080

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13081

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13082

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13086

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13087

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13088

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

Title:
  [security] WPA2: Many vulnerabilities discovered

Status in wpa package in Ubuntu:
  New

Bug description:
  This is a high vulnerability problem:

  The attack works against all modern protected Wi-Fi networks

  All details:
  https://www.krackattacks.com/

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: wpasupplicant 2.4-0ubuntu9
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Oct 16 11:54:57 2017
  EcryptfsInUse: Yes
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1723909/+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 1663555] Re: Repeated suspend and splash screen freeze after upgrading to 16.04

2017-03-22 Thread Eero Aaltonen
Do the newer driver versions depend on nvidia-persistenced? That might
explain this, since the root partition is not yet mounted.

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

Title:
  Repeated suspend and splash screen freeze after upgrading to 16.04

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

Bug description:
  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
  nvidia-367.57-0ubuntu0.16.04.1

  After upgrade two problems have occurred.
  1) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
  Kernel version does not affect this.
  This affects at least
   * nvidia-367.57
   * nvidia-375.26 (from PPA)
  Older version nvidia-340.101 is NOT affected.

  2) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
  This happens 'most of the time' when the laptops lid is closed and with all 
driver versions. Probably unrelated to graphics driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2.5
  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: Fri Feb 10 12:48:59 2017
  DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/gnome/defaults.list'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
   nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
  InstallationDate: Installed on 2014-09-24 (870 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision M4800
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
  dmi.bios.date: 05/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FVDR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Feb 10 12:44:57 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.4-0ubuntu0.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1663555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : 

[Desktop-packages] [Bug 1398212] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build [recordmcount ... Bus error (core dumped)]

2017-03-12 Thread Eero
Can someone ban that spammer?

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
  [recordmcount ... Bus error (core dumped)]

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed

Bug description:
  When I was Installing some updates, more text boxes said that there
  was an error with nvidia... module.

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-25-generic
  Date: Tue Dec  2 00:04:16 2014
  InstallationDate: Installed on 2014-10-25 (37 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.89-0ubuntu5: 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/1398212/+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 1663555] Re: Repeated suspend and splash screen freeze after upgrading to 16.04

2017-02-15 Thread Eero Aaltonen
nvidia more appropriate package

** Package changed: xorg (Ubuntu) => nvidia-drivers-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/1663555

Title:
  Repeated suspend and splash screen freeze after upgrading to 16.04

Status in NVIDIA Drivers Ubuntu:
  New

Bug description:
  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
  nvidia-367.57-0ubuntu0.16.04.1

  After upgrade two problems have occurred.
  1) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
  Kernel version does not affect this.
  This affects at least
   * nvidia-367.57
   * nvidia-375.26 (from PPA)
  Older version nvidia-340.101 is NOT affected.

  2) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
  This happens 'most of the time' when the laptops lid is closed and with all 
driver versions. Probably unrelated to graphics driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2.5
  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: Fri Feb 10 12:48:59 2017
  DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/gnome/defaults.list'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
   nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
  InstallationDate: Installed on 2014-09-24 (870 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision M4800
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
  dmi.bios.date: 05/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FVDR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Feb 10 12:44:57 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.4-0ubuntu0.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1663555/+subscriptions

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

[Desktop-packages] [Bug 1187039] Re: some features of Nautilus do not function any more (Raring)

2017-02-13 Thread Eero
Still missing in 16.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/1187039

Title:
  some features of Nautilus do not function any more (Raring)

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  1. the status line at the bottom of the Nautilus window (showing free
  disk space, amount of selected files etc.) disappeared after upgrading
  from Quantal to Raring.

  2. the small arrows within the files list also disappeared which
  allowed to quickly open folders (those were VERY useful on my slow
  Atom netbook, need them back! opening a folder the normal way always
  takes 2-3 seconds, going back to the previous folder again needs 2-3
  seconds, this sucks big time)

  3. minor problem: all my Nautilus bookmarks disappeared after
  upgrading from Quantal to Raring.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Mon Jun  3 17:12:58 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'800x540+0+31'"
   b'org.gnome.nautilus.window-state' b'maximized' b'true'
  InstallationDate: Installed on 2012-12-20 (165 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-05-22 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1187039/+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 1663555] Re: Repeated suspend and splash screen freeze after upgrading to 16.04

2017-02-13 Thread Eero Aaltonen
** Description changed:

  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
  nvidia-367.57-0ubuntu0.16.04.1
  
  After upgrade two problems have occurred.
+ 1) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
+ Kernel version does not affect this.
+ This affects at least
+  * nvidia-367.57
+  * nvidia-375.26 (from PPA)
+ Older version nvidia-340.101 is NOT affected.
  
- 1) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
- EDIT: although I updated to nvidia-375.26, this seems to occur when the 
laptops lid is closed.
- 
- 2) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
- Kernel version does not affect this.
+ 2) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
+ This happens 'most of the time' when the laptops lid is closed and with all 
driver versions. Probably unrelated to graphics driver.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.1-0ubuntu2.5
  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: Fri Feb 10 12:48:59 2017
  DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/gnome/defaults.list'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
   nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
  InstallationDate: Installed on 2014-09-24 (870 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision M4800
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
  dmi.bios.date: 05/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FVDR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Feb 10 12:44:57 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
  
  xserver.version: 2:1.18.4-0ubuntu0.2

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

Title:
  Repeated suspend 

[Desktop-packages] [Bug 1663555] Re: Repeated suspend and splash screen freeze after upgrading to 16.04

2017-02-10 Thread Eero Aaltonen
** Summary changed:

- Problems with nvidia-367 and Quadro K2100M GPU after upgrading to 16.04
+ Repeated suspend and splash screen freeze after upgrading to 16.04

** Description changed:

  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
  
  nvidia-367.57-0ubuntu0.16.04.1
  
  After upgrade two graphics problems have occurred.
  
- 1) When booting with two monitors & extended desktop the computer will
- go to suspend mode. Sometimes it will go into suspend repeatedly.
+ 1) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
+ EDIT: although I updated to nvidia-375.26, this seems to occur when the 
laptops own screen is closed. Previously this would cause only a single suspend.
  
  2) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
  Kernel version does not affect this.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:
  
  ApportVersion: 2.20.1-0ubuntu2.5
  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: Fri Feb 10 12:48:59 2017
  DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/gnome/defaults.list'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
   nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
  InstallationDate: Installed on 2014-09-24 (870 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision M4800
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
  dmi.bios.date: 05/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FVDR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Feb 10 12:44:57 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
  
  xserver.version: 2:1.18.4-0ubuntu0.2

** Description changed:

  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
- 
  nvidia-367.57-0ubuntu0.16.04.1
  
- After upgrade two graphics problems have occurred.
+ After upgrade two problems have occurred.
  
  1) When booting with two monitors & extended desktop the computer will go to 
suspend mode. Sometimes it will go into suspend repeatedly.
- EDIT: although I updated to nvidia-375.26, this seems to occur when the 
laptops 

[Desktop-packages] [Bug 1663555] Re: Problems with nvidia-367 and Quadro K2100M GPU after upgrading to 16.04

2017-02-10 Thread Eero Aaltonen
** Information type changed from Public Security to Public

** Description changed:

  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with
  
  nvidia-367.57-0ubuntu0.16.04.1
  
  After upgrade two graphics problems have occurred.
  
- 1) When booting with two monitors & extended desktop the monitors will
- go blank (this is accompanied by a popping sound, probably the
- speakers). This has also occurred repeatedly (tests ongoing).
+ 1) When booting with two monitors & extended desktop the computer will
+ go to suspend mode. Sometimes it will go into suspend repeatedly.
  
- 2) Splash screen at startup that prompts for LUKS passphrase has really
- low resolution and does not accept input to decrypt the filesystem.
- Booting is currently only possible with the 'nomodeset' option.
+ 2) Splash screen at startup that prompts for LUKS passphrase has really low 
resolution and does not accept input to decrypt the filesystem. Booting is 
currently only possible with the 'nomodeset' option.
+ Kernel version does not affect this.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
-  GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
+  GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .tmp.unity_support_test.0:
-  
+ 
  ApportVersion: 2.20.1-0ubuntu2.5
  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: Fri Feb 10 12:48:59 2017
  DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg 
for file: '/etc/gnome/defaults.list'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
-  bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
-  nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
+  bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
+  bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
+  nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
+  NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
  InstallationDate: Installed on 2014-09-24 (870 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Precision M4800
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
  dmi.bios.date: 05/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FVDR2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4800
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Feb 10 12:44:57 2017
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  

[Desktop-packages] [Bug 1663555] [NEW] Problems with nvidia-367 and Quadro K2100M GPU after upgrading to 16.04

2017-02-10 Thread Eero Aaltonen
*** This bug is a security vulnerability ***

Public security bug reported:

Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with

nvidia-367.57-0ubuntu0.16.04.1

After upgrade two graphics problems have occurred.

1) When booting with two monitors & extended desktop the monitors will
go blank (this is accompanied by a popping sound, probably the
speakers). This has also occurred repeatedly (tests ongoing).

2) Splash screen at startup that prompts for LUKS passphrase has really
low resolution and does not accept input to decrypt the filesystem.
Booting is currently only possible with the 'nomodeset' option.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
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: Fri Feb 10 12:48:59 2017
DistUpgraded: 2017-02-08 10:35:37,423 DEBUG got a conffile-prompt from dpkg for 
file: '/etc/gnome/defaults.list'
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 3.13.0-108-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
 nvidia-367, 367.57, 4.4.0-62-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GK106GLM [Quadro K2100M] [10de:11fc] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell GK106GLM [Quadro K2100M] [1028:05cc]
InstallationDate: Installed on 2014-09-24 (870 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Dell Inc. Precision M4800
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-62-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/31fbd5c5-dcfb-4904-aec8-1c69025870a0,lvm=vgcrypt
 nomodeset
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2017-02-08 (2 days ago)
dmi.bios.date: 05/02/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0FVDR2
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd05/02/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision M4800
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Feb 10 12:44:57 2017
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.2

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


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

** Information type changed from Public to Public Security

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

Title:
  Problems with nvidia-367 and Quadro K2100M GPU after upgrading to
  16.04

Status in xorg package in Ubuntu:
  New

Bug description:
  Previously using nvidia-367 with Ubuntu 14.04. Now Ubuntu 16.04 with

  nvidia-367.57-0ubuntu0.16.04.1

  After upgrade two graphics problems have occurred.

  1) When booting with two monitors & extended desktop the monitors will
  go blank (this is accompanied by a popping sound, probably the
  speakers). This has also occurred repeatedly (tests ongoing).

  2) Splash screen at startup that prompts for LUKS passphrase has
  really low resolution and does not accept input to decrypt the
  filesystem. 

[Desktop-packages] [Bug 1663070] Re: Failed to execute child process "duplicity" (No such file or directory)

2017-02-09 Thread Eero
Installing duplicity manually fixed the problem.

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

Title:
  Failed to execute child process "duplicity" (No such file or
  directory)

Status in deja-dup package in Ubuntu:
  New

Bug description:
  This is a fresh Ubuntu 16.04 installation. I tried to open the backup
  software and configure backups, but backups can't be scheduled. The
  software asks to install something, but the install buttons are greyed
  out (see the attachment). Also a popup with the following message
  shows up:

  Failed to execute child process "duplicity" (No such file or
  directory)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb  9 02:03:14 2017
  InstallationDate: Installed on 2017-02-05 (3 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1663070/+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 1663070] [NEW] Failed to execute child process "duplicity" (No such file or directory)

2017-02-08 Thread Eero
Public bug reported:

This is a fresh Ubuntu 16.04 installation. I tried to open the backup
software and configure backups, but backups can't be scheduled. The
software asks to install something, but the install buttons are greyed
out (see the attachment). Also a popup with the following message shows
up:

Failed to execute child process "duplicity" (No such file or directory)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: deja-dup 34.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Feb  9 02:03:14 2017
InstallationDate: Installed on 2017-02-05 (3 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: deja-dup
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screenshot from 2017-02-09 02-06-28.png"
   
https://bugs.launchpad.net/bugs/1663070/+attachment/4815640/+files/Screenshot%20from%202017-02-09%2002-06-28.png

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

Title:
  Failed to execute child process "duplicity" (No such file or
  directory)

Status in deja-dup package in Ubuntu:
  New

Bug description:
  This is a fresh Ubuntu 16.04 installation. I tried to open the backup
  software and configure backups, but backups can't be scheduled. The
  software asks to install something, but the install buttons are greyed
  out (see the attachment). Also a popup with the following message
  shows up:

  Failed to execute child process "duplicity" (No such file or
  directory)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb  9 02:03:14 2017
  InstallationDate: Installed on 2017-02-05 (3 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1663070/+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 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2016-12-30 Thread Eero
The only error message that shows up is the one I already posted here.

DUPLICITY: ERROR 21
DUPLICITY: . Invalid data - SHA1 hash mismatch for file:
DUPLICITY: .  
duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
DUPLICITY: .  Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
DUPLICITY: .  Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c
DUPLICITY: . 

** Attachment added: "deja-dup.txt"
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+attachment/4798131/+files/deja-dup.txt

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

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

Status in deja-dup package in Ubuntu:
  New

Bug description:
  The backup location is on a NAS mounted with NFS. I get this message
  every time I try to make a new backup:

  Backup Failed

  Invalid data - SHA1 hash mismatch for file:
   duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
   Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
   Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c


  Can someone recommend a better backup software for personal use?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 20 12:36:15 2016
  InstallationDate: Installed on 2014-05-16 (949 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to xenial on 2016-08-02 (139 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+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 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2016-12-22 Thread Eero
> Have you tried to verify your backup or do a new full backup?

http://lmgtfy.com/?q=deja+dup+new+full+backup

Shows basically nothing... Where's the option for that? Maybe you should
tell me something concrete instead of pasting smart ass links?

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

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

Status in deja-dup package in Ubuntu:
  New

Bug description:
  The backup location is on a NAS mounted with NFS. I get this message
  every time I try to make a new backup:

  Backup Failed

  Invalid data - SHA1 hash mismatch for file:
   duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
   Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
   Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c


  Can someone recommend a better backup software for personal use?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 20 12:36:15 2016
  InstallationDate: Installed on 2014-05-16 (949 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to xenial on 2016-08-02 (139 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+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 957857] Re: No way to change password for a backup set

2016-12-20 Thread Eero
Better way of encrypting backups would be something like this:
1. Generate a random key for backup encryption.
2. Encrypt the generated key with a password provided by the user.
3. Save the encrypted key with backups.

Now if the user wants to change the password, only the key file needs to
be re-encrypted. That is more or less how LUKS works. As an added bonus
better key derivation functions for step two can be easily added over
time with a scheme like this.

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

Title:
  No way to change password for a backup set

Status in Déjà Dup:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  In deja-dup-preferences, there is no way to change a password for a
  backup set - without starting the backups again from 0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/957857/+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 1651396] [NEW] Backup fails every time after one incremental file is possibly corrupted

2016-12-20 Thread Eero
Public bug reported:

The backup location is on a NAS mounted with NFS. I get this message
every time I try to make a new backup:

Backup Failed

Invalid data - SHA1 hash mismatch for file:
 duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
 Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
 Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c


Can someone recommend a better backup software for personal use?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: deja-dup 34.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Dec 20 12:36:15 2016
InstallationDate: Installed on 2014-05-16 (949 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: deja-dup
UpgradeStatus: Upgraded to xenial on 2016-08-02 (139 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

Status in deja-dup package in Ubuntu:
  New

Bug description:
  The backup location is on a NAS mounted with NFS. I get this message
  every time I try to make a new backup:

  Backup Failed

  Invalid data - SHA1 hash mismatch for file:
   duplicity-inc.20161219T001458Z.to.20161220T001456Z.vol1.difftar.gpg
   Calculated hash: 3dde403f81e36268ce9b7f53478d9dd8301a439c
   Manifest hash: b46782fb799c7c5a543ac88d9bfb7cc1df25d38c


  Can someone recommend a better backup software for personal use?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: deja-dup 34.2-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 20 12:36:15 2016
  InstallationDate: Installed on 2014-05-16 (949 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to xenial on 2016-08-02 (139 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+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 792085] Re: Automatic remount of safely removed usb 3.0 drive

2016-08-26 Thread Eero
How this bug can exist for over 5 years with a low priority, when
there's a real possibility of data loss?

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

Title:
  Automatic remount of safely removed usb 3.0 drive

Status in Nautilus:
  New
Status in thunar:
  Unknown
Status in nautilus package in Ubuntu:
  Confirmed
Status in thunar package in Ubuntu:
  Confirmed
Status in udev package in Ubuntu:
  Confirmed
Status in Fedora:
  Unknown

Bug description:
  Binary package hint: nautilus

  When I choose "Safely remove drive" context menu entry for an external
  USB drive within a nautilus window or directly clicking on the desktop
  icon, after about 10 seconds the drive is automatically remounted and
  a Nautilus window showing the root folder opens.

  I have noticed that similar already happened with a very old Ubuntu
  version - Bug #110589 and as that is so long time ago I thought it is
  better to open a new bug. Reason of the problem might even be
  completely different.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Thu Jun  2 23:40:08 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/792085/+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 1475453] [NEW] After upgrading to 11.2.202.491ubuntu0.14.04.1, Firefox still shows Flash version is 11.2.202.481

2015-07-16 Thread Eero
Public bug reported:

Yes, I restarted the browser. Still running with the old Flash version.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: flashplugin-installer 11.2.202.491ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jul 17 03:02:18 2015
InstallationDate: Installed on 2014-05-16 (426 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: flashplugin-nonfree
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Attachment added: Screenshot from 2015-07-17 03:02:53.png
   
https://bugs.launchpad.net/bugs/1475453/+attachment/4430239/+files/Screenshot%20from%202015-07-17%2003%3A02%3A53.png

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

Title:
  After upgrading to 11.2.202.491ubuntu0.14.04.1, Firefox still shows
  Flash version is 11.2.202.481

Status in flashplugin-nonfree package in Ubuntu:
  New

Bug description:
  Yes, I restarted the browser. Still running with the old Flash
  version.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: flashplugin-installer 11.2.202.491ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 17 03:02:18 2015
  InstallationDate: Installed on 2014-05-16 (426 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: flashplugin-nonfree
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1475453/+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 1472207] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-07-07 Thread Eero
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
DKMSKernelVersion: 3.13.0-57-generic
Date: Tue Jul  7 12:58:49 2015
InstallationDate: Installed on 2014-05-16 (417 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 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

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:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-57-generic
  Date: Tue Jul  7 12:58:49 2015
  InstallationDate: Installed on 2014-05-16 (417 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 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/1472207/+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 1472206] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-07-07 Thread Eero
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
DKMSKernelVersion: 3.13.0-57-generic
Date: Tue Jul  7 12:58:49 2015
InstallationDate: Installed on 2014-05-16 (417 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 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

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:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-57-generic
  Date: Tue Jul  7 12:58:49 2015
  InstallationDate: Installed on 2014-05-16 (417 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 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/1472206/+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 1420522] [NEW] It's not possible to create ED25519 SSH keys

2015-02-10 Thread Eero
Public bug reported:

There are only options for RSA and DSA keys as you can see from the
attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: seahorse 3.10.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb 10 23:16:12 2015
InstallationDate: Installed on 2014-05-16 (270 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: seahorse
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Attachment added: Screenshot from 2015-02-10 23:21:31.png
   
https://bugs.launchpad.net/bugs/1420522/+attachment/4316750/+files/Screenshot%20from%202015-02-10%2023%3A21%3A31.png

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

Title:
  It's not possible to create ED25519 SSH keys

Status in seahorse package in Ubuntu:
  New

Bug description:
  There are only options for RSA and DSA keys as you can see from the
  attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: seahorse 3.10.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 10 23:16:12 2015
  InstallationDate: Installed on 2014-05-16 (270 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: seahorse
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/1420522/+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 1065657] Re: compiz leaks window handles (and pixmaps?)

2015-01-29 Thread Eero-t-tamminen
I see the Window handle leak also in Ubuntu 14.10.  With newer kernel 
HW, it once cause Compiz to be OOM-killed (see bug 1415926).

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

Title:
  compiz leaks window handles (and pixmaps?)

Status in Compiz:
  Triaged
Status in Compiz 0.9.8 series:
  Won't Fix
Status in compiz package in Ubuntu:
  Triaged

Bug description:
  Compiz leaks window handles when closing windows, according to
  xrestop.

  To reproduce:
  1) install xrestop (apt-get install xrestop)
  2) In a terminal, launch xrestop. Keep it running, and observe the number of 
'Wins' and amount of pixmap memory ('Pxm mem') associated with the Compiz 
process
  3) Open a new terminal (or any other) window. Observe that the number of 
windows had gone up by some amount. Opening a terminal window reliably results 
in exactly 3 extra window handles for the Compiz on my system.
  4) Close the window

  Expected results:
  After closing the terminal window, the number of window handles held by the 
compiz process returns to the level observed in step 2

  Actual results:
  The number of window handles does not decrease; Compiz retains the window 
handles for the closed window. It's reliably 3 window handles for each terminal 
window on my system. I haven't checked other window types (dialogs, etc).

  
  The above steps also produce a 1KB leak of pixmap memory on my system. I am 
not sure if this is related.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
   GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Thu Oct 11 15:04:36 2012
  DistUpgraded: 2012-08-07 11:19:37,876 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 304.43, 3.5.0-17-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-15-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-16-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Apple Inc. Device [106b:00a0]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  JockeyStatus:
   kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, 
kernel module and VDPAU library (Proprietary, Disabled, Not in use)
   kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and 
VDPAU library (Proprietary, Disabled, Not in use)
   kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
  MachineType: Apple Inc. MacBookPro3,1
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=4b3d81ed-fb5d-4946-97c0-ec537e1bfa3f ro quiet splash
  SourcePackage: compiz
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (65 days ago)
  dmi.bios.date: 03/05/08
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP31.88Z.0070.B07.0803051658
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4238BC8
  dmi.board.vendor: Apple Inc.
  dmi.board.version: PVT
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 2
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F4238BC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP31.88Z.0070.B07.0803051658:bd03/05/08:svnAppleInc.:pnMacBookPro3,1:pvr1.0:rvnAppleInc.:rnMac-F4238BC8:rvrPVT:cvnAppleInc.:ct2:cvrMac-F4238BC8:
  dmi.product.name: MacBookPro3,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  

[Desktop-packages] [Bug 1065657] Re: compiz leaks window handles (and pixmaps?)

2015-01-29 Thread Eero-t-tamminen
This was with Compiz 1:0.9.12+14.10.201409.

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

Title:
  compiz leaks window handles (and pixmaps?)

Status in Compiz:
  Triaged
Status in Compiz 0.9.8 series:
  Won't Fix
Status in compiz package in Ubuntu:
  Triaged

Bug description:
  Compiz leaks window handles when closing windows, according to
  xrestop.

  To reproduce:
  1) install xrestop (apt-get install xrestop)
  2) In a terminal, launch xrestop. Keep it running, and observe the number of 
'Wins' and amount of pixmap memory ('Pxm mem') associated with the Compiz 
process
  3) Open a new terminal (or any other) window. Observe that the number of 
windows had gone up by some amount. Opening a terminal window reliably results 
in exactly 3 extra window handles for the Compiz on my system.
  4) Close the window

  Expected results:
  After closing the terminal window, the number of window handles held by the 
compiz process returns to the level observed in step 2

  Actual results:
  The number of window handles does not decrease; Compiz retains the window 
handles for the closed window. It's reliably 3 window handles for each terminal 
window on my system. I haven't checked other window types (dialogs, etc).

  
  The above steps also produce a 1KB leak of pixmap memory on my system. I am 
not sure if this is related.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
   GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Thu Oct 11 15:04:36 2012
  DistUpgraded: 2012-08-07 11:19:37,876 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 304.43, 3.5.0-17-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-15-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-16-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Apple Inc. Device [106b:00a0]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
  JockeyStatus:
   kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, 
kernel module and VDPAU library (Proprietary, Disabled, Not in use)
   kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and 
VDPAU library (Proprietary, Disabled, Not in use)
   kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
  MachineType: Apple Inc. MacBookPro3,1
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=4b3d81ed-fb5d-4946-97c0-ec537e1bfa3f ro quiet splash
  SourcePackage: compiz
  UpgradeStatus: Upgraded to quantal on 2012-08-07 (65 days ago)
  dmi.bios.date: 03/05/08
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP31.88Z.0070.B07.0803051658
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4238BC8
  dmi.board.vendor: Apple Inc.
  dmi.board.version: PVT
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 2
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F4238BC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP31.88Z.0070.B07.0803051658:bd03/05/08:svnAppleInc.:pnMacBookPro3,1:pvr1.0:rvnAppleInc.:rnMac-F4238BC8:rvrPVT:cvnAppleInc.:ct2:cvrMac-F4238BC8:
  dmi.product.name: MacBookPro3,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.8.4-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  

[Desktop-packages] [Bug 954117] Re: compiz close animation is leaking window handles

2015-01-29 Thread Eero-t-tamminen
*** This bug is a duplicate of bug 1065657 ***
https://bugs.launchpad.net/bugs/1065657

** This bug has been marked a duplicate of bug 1065657
   compiz leaks window handles (and pixmaps?)

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

Title:
  compiz close animation is leaking window handles

Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  This is a major and severe leak, I would classify this as a complete
  show-stopper because it is not only leaking *huge* amounts of window
  handles, it will also lead to *insane* amounts of memory leakage.

  Steps to reproduce:

  * start compiz, use the animations plugin and configure an animation for 
closing a window.
  * start xrestop and carefully watch the numbers reported for Wins for the 
compiz process and also for gtk-window-decorator (or unity-window-decorator)
  * additionally start htop and watch overall memory usage and swap usage.

  * now open a window (for example start a terminal) and close it again.
  * observe the leak of 3 Wins for compiz and 19 Wins for gtk-window-decorator 
each time you do this.

  to make it easier run such a script:

  #!/bin/sh

  while : ; do
  /usr/bin/xclock 
  sleep .5
  killall xclock
  done

  (assuming that you have xclock installed and configured a close
  animation for window type Unknown). The above script will make it
  consume insane amounts of memory with no limit, after running it for 5
  minutes it will have started swapping (I have only 500MB RAM total)
  and after less than half an hour it would have consumed more than 1GB
  of my Swap and the leaked window handles in xrestop go into the
  thousands.

  The nasty thing about this is that the memory usage will not show up
  associated to any particular process in ps or top, here all processes
  seem to behave totally well, neither X nor compiz nor any other
  process is showing any sign of unusually large RSS usage, all numbers
  stay constant, yet the total memory and swap usage is increasing
  linearly over time ad infinitum. The only clue about what is happening
  is the numbers in xrestop.

  If I disable the animations plugin (or even only disable the close
  animation) it will not leak these handles anymore and memory leak is
  strongly reduced (not completely gone but significantly reduced).

  My system:
  IBM ThinkPad T40, ATI Radeon Mobility 7500, xorg radeon driver, 500MB RAM, 
1500MB Swap
  Ubuntu 11.10, running a very minimal xfce with compiz and 
gtk-window-decorator 

  If there is anything I can do to supply additional information, please
  tell me. I hope somebody else can confirm this behavior.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Tue Mar 13 15:19:09 2012
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_DE:de:en_GB:en
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: compiz
  UpgradeStatus: Upgraded to oneiric on 2012-02-26 (16 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/954117/+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 1415926] [NEW] Compiz leaks Windows resources

2015-01-29 Thread Eero-t-tamminen
Public bug reported:

Steps to reproduce:
1. Run xrestop and check how many Windows Compiz uses
2. Run large number of other (3D) applications
3. Redo 1)

Actual outcome:
- X Windows references by Compiz constantly increases although all run programs 
have been closed

Expected outcome:
- No leakage, of X resources or other things

This happens with latest Compiz version both on Ubuntu 14.04 and Ubuntu
14.10.

How did I notice this:
- Running many application causes random OOM killings with recent (end of 
January intel-drm-next) kernel built from sources, on a BDW machine
- When reproducing the issue, I first thought this a kernel leakage because 
according to slabtop, kernel vm_page_struct object numbers were increasing
- From kernel backtraces on OOM-kill I could see that it was triggered by 
graphics memory allocation failure so I checked from sysfs whether DRI/GEM 
objects were leaking, but that didn't show anything leaking
- However, with xrestop I could see that Compiz was leaking Windows 
resources.  I think that explains the vm_page_struct object count increase on 
the kernel side, i.e. that was just result of Compiz leakage on user-space

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

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

Title:
  Compiz leaks Windows resources

Status in compiz package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Run xrestop and check how many Windows Compiz uses
  2. Run large number of other (3D) applications
  3. Redo 1)

  Actual outcome:
  - X Windows references by Compiz constantly increases although all run 
programs have been closed

  Expected outcome:
  - No leakage, of X resources or other things

  This happens with latest Compiz version both on Ubuntu 14.04 and
  Ubuntu 14.10.

  How did I notice this:
  - Running many application causes random OOM killings with recent (end of 
January intel-drm-next) kernel built from sources, on a BDW machine
  - When reproducing the issue, I first thought this a kernel leakage because 
according to slabtop, kernel vm_page_struct object numbers were increasing
  - From kernel backtraces on OOM-kill I could see that it was triggered by 
graphics memory allocation failure so I checked from sysfs whether DRI/GEM 
objects were leaking, but that didn't show anything leaking
  - However, with xrestop I could see that Compiz was leaking Windows 
resources.  I think that explains the vm_page_struct object count increase on 
the kernel side, i.e. that was just result of Compiz leakage on user-space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1415926/+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 1415926] Re: Compiz leaks Windows resources

2015-01-29 Thread Eero-t-tamminen
*** This bug is a duplicate of bug 1065657 ***
https://bugs.launchpad.net/bugs/1065657

** This bug has been marked a duplicate of bug 1065657
   compiz leaks window handles (and pixmaps?)

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

Title:
  Compiz leaks Windows resources

Status in compiz package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Run xrestop and check how many Windows Compiz uses
  2. Run large number of other (3D) applications
  3. Redo 1)

  Actual outcome:
  - X Windows references by Compiz constantly increases although all run 
programs have been closed

  Expected outcome:
  - No leakage, of X resources or other things

  This happens with latest Compiz version both on Ubuntu 14.04 and
  Ubuntu 14.10.

  How did I notice this:
  - Running many application causes random OOM killings with recent (end of 
January intel-drm-next) kernel built from sources, on a BDW machine
  - When reproducing the issue, I first thought this a kernel leakage because 
according to slabtop, kernel vm_page_struct object numbers were increasing
  - From kernel backtraces on OOM-kill I could see that it was triggered by 
graphics memory allocation failure so I checked from sysfs whether DRI/GEM 
objects were leaking, but that didn't show anything leaking
  - However, with xrestop I could see that Compiz was leaking Windows 
resources.  I think that explains the vm_page_struct object count increase on 
the kernel side, i.e. that was just result of Compiz leakage on user-space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1415926/+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 1006752] Re: memory leak leads to extremely high memory usage

2015-01-29 Thread Eero-t-tamminen
*** This bug is a duplicate of bug 1065657 ***
https://bugs.launchpad.net/bugs/1065657

** This bug has been marked a duplicate of bug 1065657
   compiz leaks window handles (and pixmaps?)

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

Title:
  memory leak leads to extremely high memory usage

Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  Leaving this desktop PC running overnight, while logged in and a bunch
  of windows open, compiz tends to get completely out of control. This
  morning I arrived to it using 5500MB of RAM (pushing some of the
  system into swap and making everything extremely slow). This makes the
  system unusable (as compiz and the memory heavy applications running
  don't fit into RAM anymore, using the desktop is just not viable...)

  The workaround is to kill -KILL compiz whenever it happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,imgpng,move,mousepoll,regex,snap,animation,place,unitymtgrabhandles,expo,resize,ezoom,gnomecompat,grid,vpswitch,wall,session,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Thu May 31 09:42:36 2012
  DistUpgraded: 2012-04-30 11:33:19,127 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.12, 3.0.0-12-generic, x86_64: installed
   virtualbox, 4.1.12, 3.2.0-24-generic, x86_64: installed
   virtualbox, 4.1.12, 3.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450] [1002:95c5] 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0342]
  MachineType: Dell Inc. OptiPlex 960
  PackageArchitecture: all
  ProcKernelCmdLine: root=UUID=d2cdb369-1d00-4875-b764-6e0a2ea51c34 ro quiet 
splash
  SourcePackage: compiz
  UpgradeStatus: Upgraded to precise on 2012-04-30 (30 days ago)
  dmi.bios.date: 04/29/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0H634K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/29/2009:svnDellInc.:pnOptiPlex960:pvr:rvnDellInc.:rn0H634K:rvrA00:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 960
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

2014-10-27 Thread Eero-t-tamminen
Does this happen with less-ancient Mesa version than v8.0:

E.g. with Mesa 10.3, X server 1.16 in Ubuntu 14.10?
Or with Mesa 10.1 / X server 1.15 in Ubuntu 14.04?

(This was reported against Ubuntu 12.04 with Mesa 8.0.2, but latest Mesa
version even in Ubuntu 12.04 was 8.0.4.)

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

Title:
  [i965 mesa] Xorg freeze after starting OpenBVE [IPEHR: 0x54f08006]

Status in X.org xf86-video-intel:
  Incomplete
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Invalid

Bug description:
  After starting a new game in OpenBVE, the screen goes back and I have
  to reboot. I am using the xserver-xorg-video-intel driver and
  (according to lspci) a Intel Corporation Mobile GM965/GL960 graphics
  chip. The error is reproducable, because it occurs everytime I start
  the game. I am using Ubuntu 12.04. If you need any further
  information, just ask me. Thanks!

  Time: 1334510510 s 478429 us
  PCI ID: 0x2a02
  EIR: 0x
  PGTBL_ER: 0x
  Render command stream:
ACTHD: 0x097c8310
IPEIR: 0x
IPEHR: 0x54f08006
INSTDONE: 0x3fe5fafd
INSTDONE1: 0x000d
INSTPS: 0x8001e025
INSTPM: 0x
seqno: 0x00013fc5
fence[0] = fa71fa5a00d
fence[1] = f961f95600d
fence[2] = f93cf92500d
fence[3] = 643034407d
fence[4] = fb53fb3c00d
fence[5] = fa96fa8b00d
fence[6] = fc46fc0f01d
fence[7] = fba4fb6d01d
fence[8] = fa01f9f600d
fence[9] = fae7fab001d
fence[10] = f9a8f9a200d
fence[11] = f8eff8e400d
fence[12] = f988f97b00d
fence[13] = fa26fa1b00d
fence[14] = fbf5fbbe01d
fence[15] = 8684868000d

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic i686
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu3
  Architecture: i386
  Chipset: i965gm
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sun Apr 15 19:21:53 2012
  DistUpgraded: 2012-04-12 16:10:22,500 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DuplicateSignature: [i965gm] GPU lockup  render.IPEHR: 0x54f08006 Ubuntu 12.04
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Today
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
     Subsystem: Lenovo T61 [17aa:20b5]
     Subsystem: Lenovo T61 [17aa:20b5]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  InterpreterPath: /usr/bin/python2.7
  MachineType: LENOVO 7762A56
  ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=06d9bf9f-4d07-4882-bbd1-1bba40ed1976 ro
  RelatedPackageVersions:
   xserver-xorg 1:7.6+12ubuntu1
   libdrm2  2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric
   xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  SourcePackage: xserver-xorg-video-intel
  Title: [i965gm] GPU lockup  render.IPEHR: 0x54f08006
  UdevDb: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
  UpgradeStatus: Upgraded to precise on 2012-04-12 (3 days ago)
  UserGroups:

  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7SET39WW (1.25 )
  dmi.board.name: 7762A56
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7SET39WW(1.25):bd03/22/2011:svnLENOVO:pn7762A56:pvrThinkPadX61Tablet:rvnLENOVO:rn7762A56:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7762A56
  dmi.product.version: ThinkPad X61 Tablet
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.7.6-0ubuntu1
  version.libdrm2: libdrm2 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: 

[Desktop-packages] [Bug 1329133] [NEW] Error message about .dbus directory shows up after backup even though the directory is excluded.

2014-06-11 Thread Eero
Public bug reported:

Please check the attached screenshots.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: deja-dup 30.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jun 12 04:11:35 2014
InstallationDate: Installed on 2014-05-16 (26 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: deja-dup
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Attachment added: Screenshot from 2014-06-12 04:14:44.png
   
https://bugs.launchpad.net/bugs/1329133/+attachment/4130007/+files/Screenshot%20from%202014-06-12%2004%3A14%3A44.png

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

Title:
  Error message about .dbus directory shows up after backup even though
  the directory is excluded.

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

Bug description:
  Please check the attached screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 12 04:11:35 2014
  InstallationDate: Installed on 2014-05-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1329133/+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 1329133] Re: Error message about .dbus directory shows up after backup even though the directory is excluded.

2014-06-11 Thread Eero
** Attachment added: Screenshot from 2014-06-12 04:15:02.png
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1329133/+attachment/4130010/+files/Screenshot%20from%202014-06-12%2004%3A15%3A02.png

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

Title:
  Error message about .dbus directory shows up after backup even though
  the directory is excluded.

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

Bug description:
  Please check the attached screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 12 04:11:35 2014
  InstallationDate: Installed on 2014-05-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1329133/+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 1329133] Re: Error message about .dbus directory shows up after backup even though the directory is excluded.

2014-06-11 Thread Eero
** Attachment added: Screenshot from 2014-06-12 04:15:14.png
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1329133/+attachment/4130011/+files/Screenshot%20from%202014-06-12%2004%3A15%3A14.png

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

Title:
  Error message about .dbus directory shows up after backup even though
  the directory is excluded.

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

Bug description:
  Please check the attached screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: deja-dup 30.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 12 04:11:35 2014
  InstallationDate: Installed on 2014-05-16 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1329133/+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 1293505] Re: Disabling 'put left' and disabling tiling in compizconfig-settings-manager has no effect

2014-03-24 Thread Eero Aaltonen
This is apparently not so much a bug, but only things being different.

In Ubuntu 13.10, the semi-maximize left can be configured under 
*compizconfig-settings-manager*
 Desktop → General → 'Ubuntu Unity Plugin'
Key to vertically maximize the focused window to the left

As answered by Sneetsher in http://askubuntu.com/a/437390/62612

** Changed in: compiz (Ubuntu)
   Status: New = Invalid

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

Title:
  Disabling 'put left' and disabling tiling in compizconfig-settings-
  manager has no effect

Status in “compiz” package in Ubuntu:
  Invalid

Bug description:
  I tried to disable semi-maximize left by installing compizconfig-
  settings-manager

  First I tried to disable put left action.
  Then I tried to disable tiling all together.

  These seem to have no effect whatsoever.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: compizconfig-settings-manager 1:0.9.10+13.10.20131011-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  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 Mar 17 12:53:35 2014
  DistUpgraded: 2013-10-23 17:37:52,711 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.141+bdcom, 3.11.0-14-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-15-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-17-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-18-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Radeon HD 6470M [103c:161b]
  InstallationDate: Installed on 2013-09-10 (188 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Hewlett-Packard HP ProBook 6560b
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/ed547ea3-ff15-4e3f-81c2-b7cdf27b4bae,lvm=vgcrypt
 quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (144 days ago)
  dmi.bios.date: 05/23/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCE Ver. F.41
  dmi.board.name: 1619
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4D
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCEVer.F.41:bd05/23/2013:svnHewlett-Packard:pnHPProBook6560b:pvrA0001D02:rvnHewlett-Packard:rn1619:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6560b
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.904-0ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Mon Mar 17 12:47:43 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.14.5-1ubuntu2~saucy1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1293505/+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 1293505] [NEW] Disabling 'put left' and disabling tiling in compizconfig-settings-manager has no effect

2014-03-17 Thread Eero Aaltonen
Public bug reported:

I tried to disable semi-maximize left by installing compizconfig-
settings-manager

First I tried to disable put left action.
Then I tried to disable tiling all together.

These seem to have no effect whatsoever.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: compizconfig-settings-manager 1:0.9.10+13.10.20131011-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Uname: Linux 3.11.0-18-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu2.2
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 Mar 17 12:53:35 2014
DistUpgraded: 2013-10-23 17:37:52,711 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.141+bdcom, 3.11.0-14-generic, x86_64: installed
 bcmwl, 6.30.223.141+bdcom, 3.11.0-15-generic, x86_64: installed
 bcmwl, 6.30.223.141+bdcom, 3.11.0-17-generic, x86_64: installed
 bcmwl, 6.30.223.141+bdcom, 3.11.0-18-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] 
[1002:6760] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Radeon HD 6470M [103c:161b]
InstallationDate: Installed on 2013-09-10 (188 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: Hewlett-Packard HP ProBook 6560b
MarkForUpload: True
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=/dev/mapper/vgcrypt-lvcryptoroot ro 
cryptopts=target=cryptvol,source=/dev/disk/by-uuid/ed547ea3-ff15-4e3f-81c2-b7cdf27b4bae,lvm=vgcrypt
 quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to saucy on 2013-10-23 (144 days ago)
dmi.bios.date: 05/23/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SCE Ver. F.41
dmi.board.name: 1619
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 97.4D
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCEVer.F.41:bd05/23/2013:svnHewlett-Packard:pnHPProBook6560b:pvrA0001D02:rvnHewlett-Packard:rn1619:rvrKBCVersion97.4D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6560b
dmi.product.version: A0001D02
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Mon Mar 17 12:47:43 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.14.5-1ubuntu2~saucy1
xserver.video_driver: radeon

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


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

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

Title:
  Disabling 'put left' and disabling tiling in compizconfig-settings-
  manager has no effect

Status in “compiz” package in Ubuntu:
  New

Bug description:
  I tried to disable semi-maximize left by installing compizconfig-
  settings-manager

  First I tried to disable put left action.
  Then I tried to disable tiling all together.

  These seem to have no effect whatsoever.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: compizconfig-settings-manager 1:0.9.10+13.10.20131011-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  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 Mar 17 12:53:35 2014
  DistUpgraded: 2013-10-23 17:37:52,711 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.141+bdcom, 3.11.0-14-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-15-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-17-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.11.0-18-generic, 

[Desktop-packages] [Bug 481656] Re: iBus blocks input in Java application

2014-02-28 Thread Eero Aaltonen
Keyboard input stops working on java applications in Ubuntu 13.10.
$ java -version
java version 1.7.0_51

So to confirm this I need to kill ibus?

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

Title:
  iBus blocks input in Java application

Status in IBus:
  Unknown
Status in Iced Tea:
  Confirmed
Status in “ibus” package in Ubuntu:
  Invalid
Status in “icedtea-java7” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: ibus

  This is a very unfortunate bug, as it is hard to reproduce :(.

  I use ThinkingRock, a Java application, and after some time the
  keyboard input stops working for this application, meaning I can still
  use my mouse to manipulate the program, but I cannot type anything.
  When closing the iBus Daemon the input works again after some seconds.
  Also restarting the Java application helps to postpone the problem
  until it occurs again some minutes later.

  I'm using Ubuntu 9.10 with version 1.2.0.20090927-2ubuntu2 of iBus and
  version 2.2.1 of ThinkingRock. My Java version is 6-15-1.

  Please notice: I do NOT want to input Chinese or Japanese or anything
  like it. I just want to normally use my keyboard. I also have NO input
  method selected, I have the input methods turned OFF.

  I have yet to test this behavior with other Java applications (maybe
  it's a bug in ThinkingRock?), so I'd be happy if somebody can confirm
  this bug for other Java applications. Because the solution is to quit
  the iBus Daemon, I suspect iBus to be the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/481656/+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 1274967] Re: No paste option available between different Nautilus Windows

2014-02-17 Thread Eero Aaltonen
Yes. Today I had a nautilus window
sftp://root@remotehost/root

No paste option, [CTRL]+[V] did not work.

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

Title:
  No paste option available between different Nautilus Windows

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  *This is apparently ​#51043 all over again, but they suggested to file
  a new bug for Ubuntu 13.10 saucy salamander.

  So, here goes:

  I can
  
  1. *copy* a file in one Nautilus (Files 3.8.2) window
  2. Change to diffent folder in same window
  3. Right click on empty space and choose *paste*

  What does not work
  
  1. *copy* file in Nautilus_window_1
  2. *paste* in Nautilus_window_2

  The *paste* option is simply grayed out as unavailable.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.8.2-0ubuntu2.2
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 31 16:50:44 2014
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'788x550+65+321'
  InstallationDate: Installed on 2013-09-10 (143 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (100 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274967/+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 1274967] Re: No paste option available between different Nautilus Windows

2014-02-16 Thread Eero Aaltonen
This state is reproducible on my computer. I suspect it may be somehow
related to opening remote sftp: locations on nautilus.

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

Title:
  No paste option available between different Nautilus Windows

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  *This is apparently ​#51043 all over again, but they suggested to file
  a new bug for Ubuntu 13.10 saucy salamander.

  So, here goes:

  I can
  
  1. *copy* a file in one Nautilus (Files 3.8.2) window
  2. Change to diffent folder in same window
  3. Right click on empty space and choose *paste*

  What does not work
  
  1. *copy* file in Nautilus_window_1
  2. *paste* in Nautilus_window_2

  The *paste* option is simply grayed out as unavailable.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.8.2-0ubuntu2.2
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 31 16:50:44 2014
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'788x550+65+321'
  InstallationDate: Installed on 2013-09-10 (143 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (100 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274967/+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 1274967] Re: No paste option available between different Nautilus Windows

2014-02-16 Thread Eero Aaltonen
To clarify, copy paste works right after boot between two local nautilus
windows. Some action is required to trigger the bug.

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

Title:
  No paste option available between different Nautilus Windows

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  *This is apparently ​#51043 all over again, but they suggested to file
  a new bug for Ubuntu 13.10 saucy salamander.

  So, here goes:

  I can
  
  1. *copy* a file in one Nautilus (Files 3.8.2) window
  2. Change to diffent folder in same window
  3. Right click on empty space and choose *paste*

  What does not work
  
  1. *copy* file in Nautilus_window_1
  2. *paste* in Nautilus_window_2

  The *paste* option is simply grayed out as unavailable.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.8.2-0ubuntu2.2
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 31 16:50:44 2014
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'788x550+65+321'
  InstallationDate: Installed on 2013-09-10 (143 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (100 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274967/+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 1276186] [NEW] System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

2014-02-04 Thread Eero Aaltonen
Public bug reported:

As stated the graphical desktop became unresponsive. Dropping to
CTRL + ALT + F1 terminal and `top`showed ibus-ui-daemon taking around 150 % cpu 
time and ibus-ui-gtk3 taking around 50 % cpu time.

(names may contain minor errors)

Tried to kill processes, rebooted.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ibus 1.5.3-6ubuntu2.1
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Tue Feb  4 16:41:03 2014
InstallationDate: Installed on 2013-09-10 (147 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: ibus
UpgradeStatus: Upgraded to saucy on 2013-10-23 (104 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

Status in “ibus” package in Ubuntu:
  New

Bug description:
  As stated the graphical desktop became unresponsive. Dropping to
  CTRL + ALT + F1 terminal and `top`showed ibus-ui-daemon taking around 150 % 
cpu time and ibus-ui-gtk3 taking around 50 % cpu time.

  (names may contain minor errors)

  Tried to kill processes, rebooted.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2.1
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 16:41:03 2014
  InstallationDate: Installed on 2013-09-10 (147 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: ibus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1276186/+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 1274967] [NEW] No paste option available between different Nautilus Windows

2014-01-31 Thread Eero Aaltonen
Public bug reported:

*This is apparently ​#51043 all over again, but they suggested to file a
new bug for Ubuntu 13.10 saucy salamander.

So, here goes:

I can

1. *copy* a file in one Nautilus (Files 3.8.2) window
2. Change to diffent folder in same window
3. Right click on empty space and choose *paste*

What does not work

1. *copy* file in Nautilus_window_1
2. *paste* in Nautilus_window_2

The *paste* option is simply grayed out as unavailable.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.8.2-0ubuntu2.2
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Fri Jan 31 16:50:44 2014
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'788x550+65+321'
InstallationDate: Installed on 2013-09-10 (143 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: Upgraded to saucy on 2013-10-23 (100 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  No paste option available between different Nautilus Windows

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  *This is apparently ​#51043 all over again, but they suggested to file
  a new bug for Ubuntu 13.10 saucy salamander.

  So, here goes:

  I can
  
  1. *copy* a file in one Nautilus (Files 3.8.2) window
  2. Change to diffent folder in same window
  3. Right click on empty space and choose *paste*

  What does not work
  
  1. *copy* file in Nautilus_window_1
  2. *paste* in Nautilus_window_2

  The *paste* option is simply grayed out as unavailable.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.8.2-0ubuntu2.2
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 31 16:50:44 2014
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'788x550+65+321'
  InstallationDate: Installed on 2013-09-10 (143 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (100 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274967/+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 1270747] [NEW] No more passphare dialog on SSH

2014-01-20 Thread Eero Aaltonen
Public bug reported:

Previously when I opened a terminal and made an SSH connection I would
get pop-up dialog asking to unlock the public key with the passphrase.

Well, the dialog is no longer appearing. I can unlock the public key in
the terminal, but the unlocked key is not saved in the keyring.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-keyring 3.8.2-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Mon Jan 20 10:47:48 2014
InstallationDate: Installed on 2013-09-10 (132 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: gnome-keyring
UpgradeStatus: Upgraded to saucy on 2013-10-23 (88 days ago)

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  No more passphare dialog on SSH

Status in “gnome-keyring” package in Ubuntu:
  New

Bug description:
  Previously when I opened a terminal and made an SSH connection I would
  get pop-up dialog asking to unlock the public key with the passphrase.

  Well, the dialog is no longer appearing. I can unlock the public key
  in the terminal, but the unlocked key is not saved in the keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-keyring 3.8.2-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Jan 20 10:47:48 2014
  InstallationDate: Installed on 2013-09-10 (132 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (88 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1270747/+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 1270747] Re: No more passphare dialog on SSH

2014-01-20 Thread Eero Aaltonen
in /var/log/auth.log
I see following messages
gnome-keyring-daemon[2314]: couldn't set environment variable in session: 
Setenv interface is only available during the Initialization phase

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

Title:
  No more passphare dialog on SSH

Status in “gnome-keyring” package in Ubuntu:
  New

Bug description:
  Previously when I opened a terminal and made an SSH connection I would
  get pop-up dialog asking to unlock the public key with the passphrase.

  Well, the dialog is no longer appearing. I can unlock the public key
  in the terminal, but the unlocked key is not saved in the keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-keyring 3.8.2-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Jan 20 10:47:48 2014
  InstallationDate: Installed on 2013-09-10 (132 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (88 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1270747/+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 1270747] Re: No more passphare dialog on SSH

2014-01-20 Thread Eero Aaltonen
Correction:

$ ssh-add

does add it to the keyring. I just had to add my current key by name.

$ ssh-add id_rsa.1

Still no dialog, though.

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

Title:
  No more passphare dialog on SSH

Status in “gnome-keyring” package in Ubuntu:
  New

Bug description:
  Previously when I opened a terminal and made an SSH connection I would
  get pop-up dialog asking to unlock the public key with the passphrase.

  Well, the dialog is no longer appearing. I can unlock the public key
  in the terminal, but the unlocked key is not saved in the keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-keyring 3.8.2-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Jan 20 10:47:48 2014
  InstallationDate: Installed on 2013-09-10 (132 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (88 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1270747/+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 792085] Re: Automatic remount of safely removed drive

2014-01-15 Thread Eero
It's not just Nvidia chipsets. I'm having this issue with Intel chipset
in 12.04.

$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset 
Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network 
Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 7 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC 
Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 
6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor 
Peak] (rev 34)
0d:00.0 System peripheral: Ricoh Co Ltd MMC/SD Host Controller (rev 07)
0e:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 
04)


$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 009: ID 0bdb:1911 Ericsson Business Mobile Networks BV 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip 
Fingerprint Sensor
Bus 001 Device 004: ID 04f2:b217 Chicony Electronics Co., Ltd

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

Title:
  Automatic remount of safely removed drive

Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “udev” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: nautilus

  When I choose Safely remove drive context menu entry for an external
  USB drive within a nautilus window or directly clicking on the desktop
  icon, after about 10 seconds the drive is automatically remounted and
  a Nautilus window showing the root folder opens.

  I have noticed that similar already happened with a very old Ubuntu
  version - Bug #110589 and as that is so long time ago I thought it is
  better to open a new bug. Reason of the problem might even be
  completely different.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Thu Jun  2 23:40:08 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/792085/+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 1259113] [NEW] Gedit Window Frozen

2013-12-09 Thread Eero Aaltonen
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

Initially symptom was that Gedit froze. However, right clicking to copy
text from terminal also caused a long delay, so the problem is probably
window manager related.

Please give a link to debugging instructions and I'll send more info
next time. Only some applications are affected.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gedit 3.8.3-0ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Dec  9 12:10:26 2013
InstallationDate: Installed on 2013-09-10 (90 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: gedit
UpgradeStatus: Upgraded to saucy on 2013-10-23 (46 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  Gedit Window Frozen

Status in “gedit” package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 13.10
  Release:  13.10

  Initially symptom was that Gedit froze. However, right clicking to
  copy text from terminal also caused a long delay, so the problem is
  probably window manager related.

  Please give a link to debugging instructions and I'll send more info
  next time. Only some applications are affected.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit 3.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Dec  9 12:10:26 2013
  InstallationDate: Installed on 2013-09-10 (90 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gedit
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (46 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1259113/+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 1259113] Re: Gedit Window Frozen

2013-12-09 Thread Eero Aaltonen
Found this in the terminal where I executed `ubuntu-bug gedit`

(process:8346): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

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

Title:
  Gedit Window Frozen

Status in “gedit” package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 13.10
  Release:  13.10

  Initially symptom was that Gedit froze. However, right clicking to
  copy text from terminal also caused a long delay, so the problem is
  probably window manager related.

  Please give a link to debugging instructions and I'll send more info
  next time. Only some applications are affected.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit 3.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Dec  9 12:10:26 2013
  InstallationDate: Installed on 2013-09-10 (90 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gedit
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (46 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1259113/+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 1254067] [NEW] Running OSGi bundle prints a lot of messages and exceptions

2013-11-22 Thread Eero Aaltonen
Public bug reported:

I am going through an OSGi tutorial using Eclipse
http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=3

Executing the Hello World bundle results in a large amount of messages
and exceptions.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: eclipse-pde 3.8.1-4
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Nov 22 16:47:42 2013
InstallationDate: Installed on 2013-09-10 (73 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: eclipse
UpgradeStatus: Upgraded to saucy on 2013-10-23 (30 days ago)

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


** Tags: amd64 apport-bug saucy

** Attachment added: Output to OSGi console (in Eclipse)
   
https://bugs.launchpad.net/bugs/1254067/+attachment/3915050/+files/OSGi_console_output.txt

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

Title:
  Running OSGi bundle prints a lot of messages and exceptions

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  I am going through an OSGi tutorial using Eclipse
  http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=3

  Executing the Hello World bundle results in a large amount of
  messages and exceptions.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse-pde 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov 22 16:47:42 2013
  InstallationDate: Installed on 2013-09-10 (73 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1254067/+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 1254067] Re: Running OSGi bundle prints a lot of messages and exceptions

2013-11-22 Thread Eero Aaltonen
Now I also have errors on eclipse startup.

I tried starting with
eclipse -clean -clearPersistedState

but even that doesn't work.

sigh..

** Attachment added: eclipse_startup_errors.log
   
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1254067/+attachment/3915055/+files/eclipse_startup_errors.log

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

Title:
  Running OSGi bundle prints a lot of messages and exceptions

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  I am going through an OSGi tutorial using Eclipse
  http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=3

  Executing the Hello World bundle results in a large amount of
  messages and exceptions.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse-pde 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov 22 16:47:42 2013
  InstallationDate: Installed on 2013-09-10 (73 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1254067/+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 1254067] Re: Running OSGi bundle prints a lot of messages and exceptions

2013-11-22 Thread Eero Aaltonen
http://stackoverflow.com/questions/15372023/eclipse-will-not-start-and-i
-havent-changed-anything

Nuke (delete) yourWorkspace/.metadata/.plugins

Restore all projects, perspectives, etc by hand.


I say it was far too easy to break the IDE with default settings.

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

Title:
  Running OSGi bundle prints a lot of messages and exceptions

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  I am going through an OSGi tutorial using Eclipse
  http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=3

  Executing the Hello World bundle results in a large amount of
  messages and exceptions.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse-pde 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov 22 16:47:42 2013
  InstallationDate: Installed on 2013-09-10 (73 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1254067/+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 1254067] Re: Running OSGi bundle prints a lot of messages and exceptions

2013-11-22 Thread Eero Aaltonen
What originally happened: I wanted to run Hello World bundle in OGSi
environment in Eclipse

In Run-'Run Configurations'-New Launch Configurations

everything is selected by default. I think this is a poor default, since
it breaks the IDE (or well, parts of it).

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

Title:
  Running OSGi bundle prints a lot of messages and exceptions

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  I am going through an OSGi tutorial using Eclipse
  http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=3

  Executing the Hello World bundle results in a large amount of
  messages and exceptions.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse-pde 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov 22 16:47:42 2013
  InstallationDate: Installed on 2013-09-10 (73 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (30 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1254067/+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 1253558] [NEW] Error Message: Help documentation could not be indexed completely.

2013-11-21 Thread Eero Aaltonen
Public bug reported:

Fresh install of eclipse (3.8.1) from software center to Ubuntu 13.10.

Created first project, Hello World OSGi-plugin.

What I excected to happen:
Error free Hello World project.

What happened instead:
Eclipse logs Error Help documentation could not be indexed completely.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: eclipse 3.8.1-4
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Thu Nov 21 11:06:06 2013
InstallationDate: Installed on 2013-09-10 (72 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: eclipse
UpgradeStatus: Upgraded to saucy on 2013-10-23 (28 days ago)

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


** Tags: amd64 apport-bug saucy

** Attachment added: Eclipse error log
   
https://bugs.launchpad.net/bugs/1253558/+attachment/3913923/+files/eclipse_error.log

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

Title:
  Error Message: Help documentation could not be indexed completely.

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  Fresh install of eclipse (3.8.1) from software center to Ubuntu 13.10.

  Created first project, Hello World OSGi-plugin.

  What I excected to happen:
  Error free Hello World project.

  What happened instead:
  Eclipse logs Error Help documentation could not be indexed completely.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Nov 21 11:06:06 2013
  InstallationDate: Installed on 2013-09-10 (72 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (28 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1253558/+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 1253558] Re: Error Message: Help documentation could not be indexed completely.

2013-11-21 Thread Eero Aaltonen
How to fix this:

It seems that the packaged Eclipse is missing the jar file
org.eclipse.platform.doc.isv_3.8.1.v20120730-193458.jar

(or similar) originally from
http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.1-201209141540/linPlatform.php#EclipseSDK

Go to 
/usr/share/eclipse/plugins

mkdir org.eclipse.platform.doc.isv
cd org.eclipse.platform.doc.isv

Unpack the jar in this folder
jar tvf org.eclipse.platform.doc.isv_3.8.1.v20120730-193458.jar


Delete the Eclipse error log. (Restart?)

Open Help-Search
Type in ui.examples.propertysheet

Browse documentation from local computer. Notice the absence of Error
messages.

** Attachment added: The local documentation that Eclipse wants.
   
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1253558/+attachment/3914036/+files/org.eclipse.platform.doc.isv_3.8.1.v20120730-193458.jar

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

Title:
  Error Message: Help documentation could not be indexed completely.

Status in “eclipse” package in Ubuntu:
  New

Bug description:
  Fresh install of eclipse (3.8.1) from software center to Ubuntu 13.10.

  Created first project, Hello World OSGi-plugin.

  What I excected to happen:
  Error free Hello World project.

  What happened instead:
  Eclipse logs Error Help documentation could not be indexed completely.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: eclipse 3.8.1-4
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Nov 21 11:06:06 2013
  InstallationDate: Installed on 2013-09-10 (72 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: eclipse
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (28 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1253558/+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 1245461] [NEW] Missing texlive-lang-finnish

2013-10-28 Thread Eero Aaltonen
Public bug reported:

Finnish hyphenation support was previously provided by the package
texlive-lang-finnish. It is however no longer available in the package
manager in Ubuntu 13.10 Saucy Salamander.

This seems to be mostly a documentation bug, as it seems that the
features have been moved to the package texlive-lang-european. It would
however be nice if this could be discovered more easily (who knows,
perhaps this bug report will help).

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

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

Title:
  Missing texlive-lang-finnish

Status in “texlive-lang” package in Ubuntu:
  New

Bug description:
  Finnish hyphenation support was previously provided by the package
  texlive-lang-finnish. It is however no longer available in the package
  manager in Ubuntu 13.10 Saucy Salamander.

  This seems to be mostly a documentation bug, as it seems that the
  features have been moved to the package texlive-lang-european. It
  would however be nice if this could be discovered more easily (who
  knows, perhaps this bug report will help).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-lang/+bug/1245461/+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 1162485] Re: It is impossible to add new location to the list

2013-10-15 Thread Eero
** Attachment added: indicator-weather.log
   
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/1162485/+attachment/3878387/+files/indicator-weather.log

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

Title:
  It is impossible to add new location to the list

Status in Indicator-Weather:
  Fix Released
Status in “indicator-weather” package in Ubuntu:
  Fix Released

Bug description:
  I tried to add a new location to my list, and it works until the point
  clicking on the Apply button. It shows the locations I can name them,
  but when I finally click on the Apply button a system alert comes up
  saying that the program has crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: indicator-weather 11.11.28-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic-pae 3.2.39
  Uname: Linux 3.2.0-39-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Mar 31 15:47:15 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: indicator-weather
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1162485/+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 1162485] Re: It is impossible to add new location to the list

2013-10-14 Thread Eero
Yep, this application is still broken in 12.04.3 LTS.

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

Title:
  It is impossible to add new location to the list

Status in Indicator-Weather:
  Fix Released
Status in “indicator-weather” package in Ubuntu:
  Fix Released

Bug description:
  I tried to add a new location to my list, and it works until the point
  clicking on the Apply button. It shows the locations I can name them,
  but when I finally click on the Apply button a system alert comes up
  saying that the program has crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: indicator-weather 11.11.28-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic-pae 3.2.39
  Uname: Linux 3.2.0-39-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Mar 31 15:47:15 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: indicator-weather
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1162485/+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 1220663] Re: Missing resolv.conf in Server Install

2013-09-27 Thread Eero Aaltonen
My guess on the package

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

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

Title:
  Missing resolv.conf in Server Install

Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  Environment
  ==
  Fresh install of Ubuntu 13.04 on Encrypted filesystem, booted with Server 
install CD and rescue broken system

  Problem
  ===
  /etc/resolv.conf
  is linked to
  ../run/resolvconf/resolv.conf 

  which in turn is missing, preventing dns resolution and apt from
  working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1220663/+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 1097519] Re: bcmwl-kernel-source_6.20 update breaks for BCM4313

2013-09-16 Thread Eero Aaltonen
Updated the title since bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3
seems to work fine.

** Summary changed:

- Wrong driver used for older Broadcom chipsets
+ bcmwl-kernel-source_6.20 update breaks for BCM4313

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

Title:
  bcmwl-kernel-source_6.20 update breaks for BCM4313

Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “ubuntu-drivers-common” package in Ubuntu:
  Confirmed

Bug description:
  On upgrade to 13.04, the wl.ko, package bcmwl-kernel-source drier is
  selected.

  This driver does not allow the computer to boot and causes great pain in 
recovery for users, most of which will not be able to get the Ubuntu 
installation functional
  https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1097509

  Instead use the driver brcmsmac, that actually works with BCM4313

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.7.0-7-generic 3.7.0-7.15
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic i686
  ApportVersion: 2.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  foxyboy1904 F pulseaudio
  Date: Tue Jan  8 15:36:51 2013
  HibernationDevice: RESUME=UUID=695c8efa-91da-424d-983e-cc08dd01eba3
  MachineType: LENOVO 20040M18
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic 
root=UUID=8b809c57-f15a-464f-a7a9-fafb8abaa715 ro quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.7.0-7-generic N/A
   linux-backports-modules-3.7.0-7-generic  N/A
   linux-firmware   1.99
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-01-08 (0 days ago)
  dmi.bios.date: 08/30/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 24CN62WW
  dmi.board.name: Caucasus2
  dmi.board.vendor: LENOVO
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr24CN62WW:bd08/30/2010:svnLENOVO:pn20040M18:pvrLenovoIdeapadS10-3t:rvnLENOVO:rnCaucasus2:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
  dmi.product.name: 20040M18
  dmi.product.version: Lenovo Ideapad S10-3t
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1097519/+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 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2013-09-10 Thread Eero
One more thing I noticed while checking what's going on with sudo. To my
understanding newer versions of sudo treat the epoch as a special case
and ignore it as an invalid date. So why does Ubuntu's /etc/init.d/sudo
set sudoers timestamps to 19850101 during the boot? Shouldn't they
be set to epoch to invalidate them?

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in Cinnamon:
  New
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  Opinion

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinnamon-desktop/+bug/1219337/+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 1096600] Re: Clicking Edit Connections... or Connection Information does nothing, More networks is empty

2013-05-05 Thread Eero
*** This bug is a duplicate of bug 1011073 ***
https://bugs.launchpad.net/bugs/1011073

** This bug has been marked a duplicate of bug 1011073
   NetworkManager submenus sometimes unpopulated

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

Title:
  Clicking Edit Connections... or Connection Information does
  nothing, More networks is empty

Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  As the summary says. From time to time Network-manager breaks and
  after that clicking Edit Connections or Connection Information
  does nothing and More Networks is empty even though there are
  several WIFI access points in the area. Rebooting the machine is a
  workaround for this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Jan  6 16:05:03 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.25  
metric 2
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   usb0   gsm   disconnected  
/org/freedesktop/NetworkManager/Devices/5  
   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.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1096600/+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 977195] Re: Firefox tries to open Microsoft Office .doc files with gedit even though it should try to open them with LibreOffice

2013-03-04 Thread Eero
Yep, tested this again and Libreoffice correctly opens the document from
Firefox 19. I don't know which version actually fixed the issue, but
this bug report can probably be closed now.

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

Title:
  Firefox tries to open Microsoft Office .doc files with gedit even
  though it should try to open them with LibreOffice

Status in “firefox” package in Ubuntu:
  New

Bug description:
  As the summary says, only gedit is an option from the open menu. I
  have to manually type /usr/bin/libreoffice to the Other... option
  to actually open the file.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 11.0+build1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  BuildID: 20120403131243
  Channel: release
  Date: Mon Apr  9 15:03:27 2012
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=11.0/20120403131243 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-04-09 (0 days ago)
  dmi.bios.date: 07/07/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET50WW (1.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4290W4H
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET50WW(1.20):bd07/07/2011:svnLENOVO:pn4290W4H:pvrThinkPadX220:rvnLENOVO:rn4290W4H:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4290W4H
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/977195/+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 1096600] Re: Clicking Edit Connections... or Connection Information does nothing, More networks is empty

2013-02-01 Thread Eero
Even changing the current Wifi connection is impossible, when this
problem occurs. In addition to rebooting a simple logout and login seems
to be enough to temporarily fix the issue.

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

Title:
  Clicking Edit Connections... or Connection Information does
  nothing, More networks is empty

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

Bug description:
  As the summary says. From time to time Network-manager breaks and
  after that clicking Edit Connections or Connection Information
  does nothing and More Networks is empty even though there are
  several WIFI access points in the area. Rebooting the machine is a
  workaround for this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Jan  6 16:05:03 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.25  
metric 2
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   usb0   gsm   disconnected  
/org/freedesktop/NetworkManager/Devices/5  
   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.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1096600/+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 1096600] [NEW] Clicking Edit Connections... or Connection Information does nothing, More networks is empty

2013-01-06 Thread Eero
Public bug reported:

As the summary says. From time to time Network-manager breaks and after
that clicking Edit Connections or Connection Information does
nothing and More Networks is empty even though there are several WIFI
access points in the area. Rebooting the machine is a workaround for
this issue.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.4.0-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Sun Jan  6 16:05:03 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
IpRoute:
 default via 192.168.178.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.25  
metric 2
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 usb0   gsm   disconnected  
/org/freedesktop/NetworkManager/Devices/5  
 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.4.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Clicking Edit Connections... or Connection Information does
  nothing, More networks is empty

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  As the summary says. From time to time Network-manager breaks and
  after that clicking Edit Connections or Connection Information
  does nothing and More Networks is empty even though there are
  several WIFI access points in the area. Rebooting the machine is a
  workaround for this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic x86_64
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Jan  6 16:05:03 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.25  
metric 2
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   usb0   gsm   disconnected  
/org/freedesktop/NetworkManager/Devices/5  
   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.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1096600/+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 366780] Re: Please provide a mechanism whereby Wi-Fi networks can be prioritized

2013-01-06 Thread Eero
Yeah as AirBreather wrote, nobody here suggested changing the active
connection. Just setting the basic priorities when a new connection is
formed. This should be pretty basic stuff that has been implemented
everywhere else almost 10 years ago.

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

Title:
  Please provide a mechanism whereby Wi-Fi networks can be prioritized

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: network-manager

  I've got few wifi network profiles. NM connects to 1st available
  network in alphabetical order. But at my home NM connects to slow and
  unstable free network and I want to connect to my own wifi router. I
  suggest to add some priorities to different networks to set the order
  which network to connect to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/366780/+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 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-29 Thread Eero
This application is still broken in 12.04. I got this error today when I
installed and tried to add a location.

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

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

Status in “indicator-weather” package in Ubuntu:
  Fix Released
Status in “indicator-weather” source package in Quantal:
  Confirmed
Status in “indicator-weather” package in Baltix:
  In Progress

Bug description:
  TEST CASE:
  1. install indicator-weather, and run it from the commandline (or if you have 
it already, the guest session works too)
  2. click on Setup weather
  3. add a location and click on the wizard until apply
  4. verify the crash

  5. install the new version
  6. repeat step 2,3 and verify that it does not crash anymore

  On Oneiric Alpha3 on trying to set up this application at the apply
  stage

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: indicator-weather 11.05.31-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic i686
  Architecture: i386
  Date: Fri Aug  5 03:16:15 2011
  ExecutablePath: /usr/bin/indicator-weather
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110802.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/indicator-weather']
  SourcePackage: indicator-weather
  Title: indicator-weather crashed with AttributeError in 
export_location_details(): Location instance has no attribute 'location_code'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/821233/+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 900716] Re: jockey fails to install fglrx (post-launch updates)

2012-05-10 Thread Eero Aaltonen
*** This bug is a duplicate of bug 873058 ***
https://bugs.launchpad.net/bugs/873058

** This bug has been marked a duplicate of bug 873058
   Jockey fail to install binary ati driver (post release) version

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

Title:
  jockey fails to install fglrx (post-launch updates)

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  I use the ATI/AMD propietary FGLRX graphic driver, installed with
  jockey-gtk. The installation works fine. But if I try to install the
  ATI/AMD propietary FGLRX graphic driver (post-release update), it
  fails. I attach the jockey.log file, which shows a python error. I'm
  using Ubuntu 11.10 in AMD64 version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/900716/+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 113329] Re: firefox crashed

2012-03-04 Thread Eero Saastamoinen
no

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

Title:
  firefox crashed

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox
  [apport] firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
  Break down itself.

  ProblemType: Crash
  Architecture: i386
  Date: Mon May  7 12:42:09 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/lib/firefox/firefox-bin
  Package: firefox 2.0.0.3+1-0ubuntu2
  PackageArchitecture: i386
  ProcCmdline: /usr/lib/firefox/firefox-bin
  ProcCwd: /home/dexter
  ProcEnviron:
   SHELL=/bin/bash
   
PATH=/home/dexter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=pl_PL.UTF-8
  Signal: 11
  SourcePackage: firefox
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libpthread.so.0
   ?? ()
   ?? ()
   ?? ()
  Uname: Linux dexter-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 
2007 i686 GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/113329/+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 838757] [NEW] HP hs2340 HSPA+ Mobile Broadband Modem does not work

2011-09-01 Thread Eero Aaltonen
Public bug reported:

Description:Ubuntu 10.04.3 LTS
Release:10.04
network-manager:
  Installed: 0.8-0ubuntu3.2

I have installed Ubuntu 10.04.2 on HP Probook 6560b. The internal Mobile
Broadband Modem is HP hs2340, which is correctly identified.

In neither the LTS release or the live CD of Oneiric Ocelot Alpha 3
release does Mobile Broadband work 'out of the box'

After fiddling around, I finally got the modem working. The missing bit
was to do a hard shutdown from Windows, leaving the modem to an enabled
state. After that, the connection worked instantly.

Some remarks:
=
- network-manager should really provide more information to what it is doing. 
In all previous attempts, network-manager would be doing something for a while 
with no result or error message

- rfkill always listed the hp-wwan as 'not blocked'

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

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

Title:
  HP hs2340 HSPA+ Mobile Broadband Modem does not work

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04
  network-manager:
Installed: 0.8-0ubuntu3.2

  I have installed Ubuntu 10.04.2 on HP Probook 6560b. The internal
  Mobile Broadband Modem is HP hs2340, which is correctly identified.

  In neither the LTS release or the live CD of Oneiric Ocelot Alpha 3
  release does Mobile Broadband work 'out of the box'

  After fiddling around, I finally got the modem working. The missing
  bit was to do a hard shutdown from Windows, leaving the modem to an
  enabled state. After that, the connection worked instantly.

  Some remarks:
  =
  - network-manager should really provide more information to what it is doing. 
In all previous attempts, network-manager would be doing something for a while 
with no result or error message

  - rfkill always listed the hp-wwan as 'not blocked'

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