[Desktop-packages] [Bug 1801757] Re: all app indicators disappear

2019-05-20 Thread aleandro
Same here in Ubuntu 18.04.
Monitor manager and other gnome extensions are disappearing from the top panel. 
Alt-F2 r, like other said, helps to get them back. Extensions are still running 
though when the bug appears.

I noticed this behavior some time ago, maybe 3-4 months ago, after an
upgrade but yet it is regular. When I lock/unlock the screen the bug
happens but maybe in other situations too.

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

Title:
  all app indicators disappear

Status in gnome-shell-extension-appindicator package in Ubuntu:
  Confirmed

Bug description:
  Occasionally all of my app indicators just disappear. Right now, for
  example the only icons in my top bar are the wifi icon, the volume
  icon, and the battery charge icon. Everything else is gone. The
  applications associated with the missing indicators, e.g., Dropbox,
  Cloud Station Drive, Pritunl, Shutter, are still running, but their
  app indicators are no longer there.

  The only way I've found to get them back is to log out and log back
  in.

  I have no idea what provokes this behavior.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3-0ubuntu0.18.04.2
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Nov  5 11:37:47 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-09-27 (39 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1801757/+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 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2018-05-26 Thread aleandro
Bug is still present in ubuntu 18.04.

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

Title:
  wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  The Wifi network can't connect after the wake up from suspend. Xubuntu
  15.04

  I'll post more useful details (journalctl log) as a comment to this
  bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu5
  Uname: Linux 4.0.0-04rc5-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr  2 18:18:56 2015
  InstallationDate: Installed on 2015-03-27 (5 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1439771/+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 896836] Re: Segmentation fault when asking help() for the list of modules

2018-04-09 Thread aleandro
I started taskcoach in Ubuntu 18.04 beta and I got these errors:

usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_set_qdata: assertion 'node != NULL' failed
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot 
register existing type 'GtkWidget'
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE 
(instance_type)' failed
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot 
register existing type 'GtkBuildable'
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE 
(interface_type)' failed
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_once_init_leave: assertion 'result != 0' failed
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_register_static: assertion 'parent_type > 0' failed
  from gtk import _gtk

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

Title:
  Segmentation fault when asking help() for the list of modules

Status in PyGTK:
  New
Status in Python:
  New
Status in pygtk package in Ubuntu:
  Triaged
Status in python2.7 package in Ubuntu:
  Triaged

Bug description:
  Using Python 2.7.2 on Oneiric (package version is 2.7.2-7ubuntu2), I'm
  getting a consistent segmentation fault when I open the interactive
  help in a Python shell (i.e. typing "help()" in the shell) and then
  ask for the list of modules (by typing "modules").

  The error code returned is as follows:
  Please wait a moment while I gather a list of all available modules...

  /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
  /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
from gtk import _gtk

  ** (python:5116): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 
0' failed
  /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot 
register existing type `GdkDevice'
from gtk import _gtk
  /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
  Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/pygtk/+bug/896836/+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 1208993] Re: Ubuntu slows down and hangs while copying file from/to USB

2018-02-14 Thread aleandro
Solution #79 solves the issue for me too.

Ubuntu 17.10. I was trying to copy some big files in the order of 50GB
to an external hd (formatted NTFS) via USB2 and noted it hung every time
(I tried at least a whole afternoon). I installed caja and had the same
issue like under nautilus. I have never seen this bug before although I
use a lot external disks with big file transfers

Setting /proc/sys/vm/dirty_bytes to something like 2 (circa 200
MB) solves the problem. The original value in that file was 0. As stated
in the thread that value is too small and can cause freezes of the OS. I
tried a value of 15 MB too and had freezes.

The only problem now is that the value in dirty_bytes is set to 0 every
boot.

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

Title:
  Ubuntu slows down and hangs while copying file from/to USB

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Hi

  While copying many and large files to and from a USB drive, the system
  becomes incredibly slow and sometimes hangs. I watched the system
  monitor while it was running slowly but cpu was not above 50% at any
  time, the same for memory.

  I'm using the "WD my passport" HD with a USB3 port of my "ASUS K55VD"
  laptop.

  Description:  Ubuntu 13.04
  Release:  13.04

  nautilus:
Installed: 1:3.6.3-0ubuntu16
Candidate: 1:3.6.3-0ubuntu16
Version table:
   *** 1:3.6.3-0ubuntu16 0
  500 http://ubuntu-archive.mirror.nucleus.be/ raring/main amd64 
Packages
  100 /var/lib/dpkg/status

  
  Steps to reproduce:
  1) Aquire many large files (like your totally legit moviecollection)
  2) Copy files to external HD
  3) Open your browser and be sad when your system becomes incredibly slow 
after a few minutes


  This is my first bugreport so if I'm missing something, please tell
  me.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Tue Aug  6 22:56:34 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'656x715+154+151'"
   b'org.gnome.nautilus.window-state' b'maximized' b'true'
  InstallationDate: Installed on 2013-05-31 (67 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  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/1208993/+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 1491249] Re: Regression: Visual new email notification no longer working in 38.2.0

2017-09-20 Thread aleandro
Same here Ubuntu 17.04 TB 52.3 64 bit. Gnotifier extension is not enough
because you cannot see how many new messages have income. Furthermore
you cannot see how many messages have you already read.

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

Title:
  Regression: Visual new email notification no longer working in 38.2.0

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  One feature of Thunderbird is a notification through the system
  notification system whenever a new email arrives in the inbox. With
  the recent update to version 38.2 this notification no longer works.
  The "new email" sound plays, but the visual notification is no longer
  displayed.

  This is clearly a regression, since it worked with the previous
  versions of Thunderbird.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: thunderbird 1:38.2.0+build1-0ubuntu0.15.04.1
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jan2434 F...m pulseaudio
   /dev/snd/controlC1:  jan2434 F pulseaudio
   /dev/snd/controlC0:  jan2434 F pulseaudio
  BuildID: 20150818212443
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Wed Sep  2 08:35:06 2015
  EcryptfsInUse: Yes
  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 2015-01-30 (214 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.30
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-90222358-6460-4247-96c9-9500e2150311
  Plugins: Gnome Shell Integration - 
/usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so (gnome-shell)
  PrefSources:
   prefs.js
   
[Profile]/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=38.2.0/20150818212443 (In use)
  RelatedPackageVersions: gnome-shell 3.14.4-0ubuntu1
  RfKill:
   0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  SubmittedCrashIDs: bp-90222358-6460-4247-96c9-9500e2150311
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1491249/+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 1681513] Re: Ubuntu 17.04: New privacy feature in NetworkManager stops some WiFi adapters from working (mac address randomization)

2017-06-15 Thread aleandro
At 15th June 2017 under Ubuntu 17.04, upgraded to latest packages, I'm
still struggling with wifi. All solutions proposed do not work. I have
continuous disconnections.

It is a bad bug for a new release. You won't be able to surf without an
Ethernet cable.

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

Title:
  Ubuntu 17.04: New privacy feature in NetworkManager stops some WiFi
  adapters from working (mac address randomization)

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  According to 
  
https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in-networkmanager-1-4-0/
  there is a new privacy feature in the new version of NetworkManager.
  This privacy feature can cause some USB WiFi adapters to stop working
  while they used to work with older versions of NetworkManager (Ubuntu 16.10 
or older).

  The purpose of this privacy feature is to get your computer to report a new 
random MAC address whenever you connect to a WiFi network.
  This privacy feature is especially useful when you connect to public WiFi 
networks, so that the operators cannot identify you when you connect multiple 
times.

  The downside of this privacy feature is that some USB WiFi adapters misbehave 
when NetworkManager tries to change their MAC address repeatedly. 
  The result is that those USB WiFi adapters cannot connect anymore to the WiFi 
 network.

  Original report follows:

  My Panda USB wi-fi adapter works just fine on 16.10, but when I try to
  connect to my wi-fi router in 17.04, GNOME network manager reports
  "Connection failed." I did some tinkering, and noticed that my MAC
  address for my wifi adapter, according to GNOME, is DIFFERENT every
  time I make it forget my wifi settings and try to reconnect. Weird,
  right? Any leads on a possible fix or work-around?

  I'm running the latest beta of Ubuntu GNOME 17.04, kernel
  4.10.0-19-generic, GNOME 3.24.0.

  https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in-
  networkmanager-1-4-0/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1681513/+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 1690525] [NEW] gir1.2-gstreamer-1.0 breaks clementine

2017-05-13 Thread aleandro
Public bug reported:

Hello, I upgraded ubuntu 17.04 on the 11/05/2017 installing the
mentioned package. I have an external amplifier to which I send music
via Bluetooth. The consequence of installing that package is that
clementine (the well known music player) stops running giving this error
for any song played until the songs collection terminates:

Errore di GStreamer: cambio di stato non riuscito, alcuni elementi non
sono riusciti a pubblicare un appropriato messaggio di errore con il
motivo del fallimento.

Furthermore clementine tries to play any song of the song collection
giving every time the error and involving high CPU loads.

Uninstall is required to bring the situation to previous state.

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  gir1.2-gstreamer-1.0 breaks clementine

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  Hello, I upgraded ubuntu 17.04 on the 11/05/2017 installing the
  mentioned package. I have an external amplifier to which I send music
  via Bluetooth. The consequence of installing that package is that
  clementine (the well known music player) stops running giving this
  error for any song played until the songs collection terminates:

  Errore di GStreamer: cambio di stato non riuscito, alcuni elementi non
  sono riusciti a pubblicare un appropriato messaggio di errore con il
  motivo del fallimento.

  Furthermore clementine tries to play any song of the song collection
  giving every time the error and involving high CPU loads.

  Uninstall is required to bring the situation to previous state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1690525/+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 1681231] Re: package cracklib-runtime 2.9.2-3 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-04-19 Thread aleandro
I add my apt-term.log file.

** Attachment added: "apt-term.log"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1681231/+attachment/4864663/+files/apt-term.log

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

Title:
  package cracklib-runtime 2.9.2-3 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in apt package in Ubuntu:
  Confirmed
Status in cracklib2 package in Ubuntu:
  Confirmed

Bug description:
  This seems to be the same problem as described in bug #1636262, only
  this time it happened during upgrade from 16.10 to 17.04. The setup
  process (do-release-upgrade -d) aborted and I had to finish it
  manually.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: cracklib-runtime 2.9.2-3
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu3
  Architecture: amd64
  Date: Sun Apr  9 17:09:37 2017
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-07-26 (257 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.4
  SourcePackage: cracklib2
  Title: package cracklib-runtime 2.9.2-3 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to zesty on 2017-04-09 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1681231/+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 1682637] Re: during recovery mode, enable network failed due to /etc/resolv.conf not being present

2017-04-16 Thread aleandro
I booted into recovery to see if there the network was working again.

It is a bug of Networkmanager. Probably the username 'power' doesn't
affect the connection.

Solution:

sudo -H gedit /etc/NetworkManager/NetworkManager.conf

At the bottom of this file, copy and paste the following:

[device]
wifi.scan-rand-mac-address=no

Restart the networkmanager

sudo service network-manager restart

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

Title:
  during recovery mode, enable network failed due to /etc/resolv.conf
  not being present

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Something went wrong that required me to boot to recovery mode via
  grub.  The important part here, is that while I got as far as the
  recovery screen asking to "Enable Networking" and other options fsck
  filesystems, drop to root shell, etc.

  and selected "Enable Networking":

  the result was:

  grep: /etc/resolv.conf: No such File or directory.

  Unknown group "power" in message bus configuration file.


  (Networking did not enable, leaving me stranded at root shell without
  network which would have made adding/removing packages to troubleshoot
  easier)

  Ubuntu: zesty 17.04
  Linux: Linux Hedy 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
  network-manager: 1.4.4-1ubuntu3

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 13 16:40:19 2017
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-09 (1009 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  IpRoute:
   default via 192.168.250.1 dev wlan1 proto static metric 600 
   10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
   169.254.0.0/16 dev lxcbr0 scope link metric 1000 linkdown 
   192.168.250.0/24 dev wlan1 proto kernel scope link src 192.168.250.3 metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=false
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   lxcbr0  bridgeconnected/org/freedesktop/NetworkManager/Devices/3  
lxcbr0  46595dd8-757b-4d93-ade3-c066f72d9e2e  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan1   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Brisbane House  2b25e748-f9c5-4c84-9fe6-0f64071fcf0b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN 
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1682637/+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 1682637] Re: during recovery mode, enable network failed due to /etc/resolv.conf not being present

2017-04-15 Thread aleandro
Here the same. I upgraded from 16.10 to 17.04. Network is not active. I
cannot surf in internet.

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

Title:
  during recovery mode, enable network failed due to /etc/resolv.conf
  not being present

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Something went wrong that required me to boot to recovery mode via
  grub.  The important part here, is that while I got as far as the
  recovery screen asking to "Enable Networking" and other options fsck
  filesystems, drop to root shell, etc.

  and selected "Enable Networking":

  the result was:

  grep: /etc/resolv.conf: No such File or directory.

  Unknown group "power" in message bus configuration file.


  (Networking did not enable, leaving me stranded at root shell without
  network which would have made adding/removing packages to troubleshoot
  easier)

  Ubuntu: zesty 17.04
  Linux: Linux Hedy 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
  network-manager: 1.4.4-1ubuntu3

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 13 16:40:19 2017
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-09 (1009 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  IpRoute:
   default via 192.168.250.1 dev wlan1 proto static metric 600 
   10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
   169.254.0.0/16 dev lxcbr0 scope link metric 1000 linkdown 
   192.168.250.0/24 dev wlan1 proto kernel scope link src 192.168.250.3 metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=false
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   lxcbr0  bridgeconnected/org/freedesktop/NetworkManager/Devices/3  
lxcbr0  46595dd8-757b-4d93-ade3-c066f72d9e2e  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan1   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Brisbane House  2b25e748-f9c5-4c84-9fe6-0f64071fcf0b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN 
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1682637/+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 536766] Re: Personal file sharing preferences dialog does not offer to install needed packages

2016-06-18 Thread aleandro
In ubuntu 16.04 the required packages are:

apache2
apache2-bin
libapache2-mod-dnssd

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

Title:
  Personal file sharing preferences dialog does not offer to install
  needed packages

Status in Ayatana Design:
  Fix Committed
Status in gnome-user-share:
  New
Status in gnome-user-share package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: nautilus

  What happens -> I open the Personal file sharing preferences dialog via 
system-preferences or via nautilus, and Im told that the network sharing 
feature can not be enabled because the required packages are not on your pc.
  I, as a tech user, went to synaptic, found the package, looked for its 
recommends and got the functionality.
  A normal user wont be able to do so, and so a button to install those 
packages is needed for usabilty's sake.

  --

  Desired resolution:

  - Change the "Sharing Options" text in them Nautilus right click folder menu 
to "Local network share"
  - Change the 'Share' tab title text in the Nautilus 'Properties' window to 
"Local network share"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/536766/+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 536766] Re: Personal file sharing preferences dialog does not offer to install needed packages

2016-06-18 Thread aleandro
ubuntu 16.04 same problem.

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

Title:
  Personal file sharing preferences dialog does not offer to install
  needed packages

Status in Ayatana Design:
  Fix Committed
Status in gnome-user-share:
  New
Status in gnome-user-share package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: nautilus

  What happens -> I open the Personal file sharing preferences dialog via 
system-preferences or via nautilus, and Im told that the network sharing 
feature can not be enabled because the required packages are not on your pc.
  I, as a tech user, went to synaptic, found the package, looked for its 
recommends and got the functionality.
  A normal user wont be able to do so, and so a button to install those 
packages is needed for usabilty's sake.

  --

  Desired resolution:

  - Change the "Sharing Options" text in them Nautilus right click folder menu 
to "Local network share"
  - Change the 'Share' tab title text in the Nautilus 'Properties' window to 
"Local network share"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/536766/+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 1539634] Re: network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

2016-02-10 Thread aleandro
Hello there. I removed old nm package and reinstalled it by enabling the
proposed. I can connect to the web but I encounter problems when I
switch to another wireless hotspot. Then I see an error related to
libnl and the connection crashes. I will try to remove the libnl too.

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

Title:
  network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Trusty:
  Fix Committed

Bug description:
  [Triage Notes]

  This regression is caused by a libnl proposed update tracked in bug
  1511735. It has not been released as an update, only proposed as an
  update for early testing. If you volunteered to test proposed updates,
  then thank you. Your care and attention will stop this regression from
  hitting ordinary users, and we appreciate your contribution to Ubuntu.

  If you are not aware that you volunteered to test proposed updates,
  then please be aware that your system is configured to do so. In this
  case, you probably should turn this off. I'd appreciate if someone
  could explain how to do this in the comments.

  [Impact]

   * NetworkManager depends on libnl (libnl-3-200 libnl-genl-3-200
     libnl-route-3-200) and when libnl is updated to proposed
     3.2.21-1ubuntu1 NM segfaults due to libnl exposing a bug in NM
     validation packets.

     This affects the 0.98 release of NetworkManager and has already
     been fixed in newer releases.

   * Backporting fixes from upstream release is required to prevent
     NetworkManager from faulting which breaks networking on most
     Desktop releases.

   * All patches applied are already accepted upstream and newer Ubuntu
     releases are not affected.

   * Upgrading NetworkManager to 0.9.8.8-0ubuntu7.3 prior to updating
     libnl-3.2.21-1ubuntu1 is required to prevent NetworkManager crashing.

  [Test Case]

   * Reproduce crash test:
  1. Download 14.04.03 Desktop iso, amd64
  2. Launched in a VM, run from iso
  3. In terminal, enable proposed
  4. sudo apt-get install libnl-3-200 libnl-genl-3-200 libnl-route-3-200
  5. sudo restart network-manager
  #  note the nm-applet disappears as NM has now crashed, no network
     conn.
  6. dmesg to confirm network-manager crash
  7. sudo dpkg --install 
gir1.2-networkmanager-1.0_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib4_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib-vpn1_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-util2_0.9.8.8-0ubuntu7.3_amd64.deb 
network-manager_0.9.8.8-0ubuntu7.3_amd64.deb
  8. sudo start network-manager
  #  nm-applet reappears, network connectivity restored

   * Successful upgrade test:
     1. Download 14.04.03 Desktop iso, amd64
     2. Launched in a VM, run from iso
     3. In a terminal, sudo dpkg --install 
gir1.2-networkmanager-1.0_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib4_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-glib-vpn1_0.9.8.8-0ubuntu7.3_amd64.deb 
libnm-util2_0.9.8.8-0ubuntu7.3_amd64.deb 
network-manager_0.9.8.8-0ubuntu7.3_amd64.deb
     4. sudo restart network-manager  # NM still runs, no crash, net up
     5. enable trusty-proposed in /etc/apt/sources.list
     6. sudo apt-get update
     7. sudo apt-get install libnl-3-200 libnl-genl-3-200 libnl-route-3-200
     8. sudo restart network-manager  # NM still runs, no crash, net up.

  [Regression Potential]

   * NetworkManager is a highly visible package, so testing NetworkManager
     functionality is critical.  The patch does address the crash specificly
     introduced by the updated libnl SRU.

   * We need to ensure that users have installed this NetworkManager
     update before installing libnl3 update (special phasing needed).

  [Original Description]
  Testing out proposed libnl-3 package[1] exposed a bug in NM 0.98.

  After installing updated libnl3 and restarting networkmanager, NM
  crashes with:

  /var/log/syslog shows:
  init: network-manager main process (1057) killed by SEGV signal
  init: network-manager main process ended, respawning
  init: network-manager main process (1065) killed by SEGV signal
  init: network-manager respawning too fast, stopped

  The bug has been fixed in upstream 0.98 with these patches:

  
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8e4576b9fdb5c888d20a13aa2cc198df790dba54
  
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=65981edb9f562c07e78815c98093da67c50bfdcf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634/+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 1539634] Re: network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

2016-02-01 Thread aleandro
Confirm the bug in ubuntu 14.04 proposed updates.

 A workaround is to install the program wicd-gtk or to downgrade some
libraries as suggested.

It is a bad bug since your connection to the web becomes impossible. To
surf in the web and see this bug I used the bluetooth connection of my
smartphone.

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

Title:
  network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Trusty:
  Triaged

Bug description:
  Testing out proposed libnl-3 package[1] exposed a bug in NM 0.98.

  After installing updated libnl3 and restarting networkmanager, NM
  crashes with:

  /var/log/syslog shows:
  init: network-manager main process (1057) killed by SEGV signal
  init: network-manager main process ended, respawning
  init: network-manager main process (1065) killed by SEGV signal
  init: network-manager respawning too fast, stopped

  The bug has been fixed in upstream 0.98 with these patches:

  
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8e4576b9fdb5c888d20a13aa2cc198df790dba54
  
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=65981edb9f562c07e78815c98093da67c50bfdcf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634/+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 1186801] Re: liferea is completely invisible when running on xubuntu

2015-08-23 Thread aleandro
Still present in ubuntu 14.04 on august 2015. It appears that the window
of liferea won't come up when you click from the top bar menu (where is
located thunderbird too). Even from a terminal it doesn't show up.

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

Title:
  liferea is completely invisible when running on xubuntu

Status in liferea package in Ubuntu:
  Triaged

Bug description:
  The patch recently applied to liferea for Unity messaging menu support
  (port-to-messaging-menu.patch) broke liferea on xubuntu. It eliminated
  liferea's system tray icon, thereby making liferea inaccessible in
  xfce when running minimized or started in a minimized state (as is the
  case for most people who let it auto-start at login time).

  Here is the changelog entry corresponding to the offending patch:

   liferea (1.8.10-0ubuntu2) raring; urgency=low
  
 * Port to messaging-menu. (LP: #1040259)
-- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com Mon, 25 Mar 2013 16:55:30 
+

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/1186801/+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 1299604] Re: evolution keeps asking for password

2014-08-25 Thread aleandro
Hello again. Could you provide a small guide to apply the 2 patches?
Thanks.

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

Title:
  evolution keeps asking for password

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Hi, I have connected my evolution to mail server (imap) and it asks
  EVERY time after login for password to that email account. It do not
  remember it, even when I tick remember using keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evolution 3.10.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 29 23:00:38 2014
  InstallationDate: Installed on 2014-03-29 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140317)
  ProcEnviron:
   LANGUAGE=cs
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1299604/+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 1299604] Re: evolution keeps asking for password

2014-06-25 Thread aleandro
Hi removing the account served til reboot. Then it is clear the situation is 
the same as before. I tried to set Check new email every 2 minutes. I had 5 
min. Yet I get the error only at boot.
 I tried furthermore to disable the keyring deamon but it seems that without it 
evolution cannot get mails.

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

Title:
  evolution keeps asking for password

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Hi, I have connected my evolution to mail server (imap) and it asks
  EVERY time after login for password to that email account. It do not
  remember it, even when I tick remember using keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evolution 3.10.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 29 23:00:38 2014
  InstallationDate: Installed on 2014-03-29 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140317)
  ProcEnviron:
   LANGUAGE=cs
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1299604/+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 1299604] Re: evolution keeps asking for password

2014-06-23 Thread aleandro
Ubuntu 14.04. Same issue but with a yahoo account. I solved removing the
account from the keyring by using seahorse and inserting it there again.

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

Title:
  evolution keeps asking for password

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Hi, I have connected my evolution to mail server (imap) and it asks
  EVERY time after login for password to that email account. It do not
  remember it, even when I tick remember using keyring.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evolution 3.10.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 29 23:00:38 2014
  InstallationDate: Installed on 2014-03-29 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140317)
  ProcEnviron:
   LANGUAGE=cs
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1299604/+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 118936] Re: Alacarte does not recover deleted menu items

2013-10-13 Thread aleandro
Ubuntu 13.10. I deleted some entries and I cannot restore them.
Libreoffice is totally unseen from the system yet. Thr icons in the
unity launcher are gone. Terrible bug. Reinstallation is needed.

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

Title:
  Alacarte does not recover deleted menu items

Status in Alacarte Menu Editor:
  Fix Released
Status in “alacarte” package in Ubuntu:
  Fix Released
Status in “alacarte” source package in Hardy:
  Won't Fix

Bug description:
  Binary package hint: alacarte

  If you delete a program's menu item form Alacarte you can never again
  recover it: neither pressing the revert button, not uninstalling
  that program and installing it again.

  That makes deleting a launcher EXTREMELY dangerous, so please - either
  remove the delete function of Alacarte, and let the user just show
  or hide the launcher; or fix Alacarte so the revert button actually
  reverts the menu to a state where deleted launchers are recovered.

  This bug is VERY serious in my opinion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/118936/+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 1157232] Re: ubuntu-geoip-provider crashed with SIGSEGV in _dbus_header_get_byte_order()

2013-04-17 Thread aleandro
hello. Here no proxy.

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

Title:
  ubuntu-geoip-provider crashed with SIGSEGV in
  _dbus_header_get_byte_order()

Status in Ubuntu GeoIP Provider:
  Confirmed
Status in “ubuntu-geoip” package in Ubuntu:
  Confirmed

Bug description:
  Bug came up when using the Dash's preview function. I richtclicked on
  an application and clicked away to close preview

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: geoclue-ubuntu-geoip 1.0.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-13.22-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Mar 19 16:00:04 2013
  ExecutablePath: /usr/lib/ubuntu-geoip/ubuntu-geoip-provider
  InstallationDate: Installed on 2013-03-18 (1 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130227.1)
  MarkForUpload: True
  ProcCmdline: /usr/lib/ubuntu-geoip/ubuntu-geoip-provider
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f38b63207c3:movzbl (%rax),%eax
   PC (0x7f38b63207c3) ok
   source (%rax) (0x0106) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: ubuntu-geoip
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
   ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
   dbus_message_get_reply_serial () from /lib/x86_64-linux-gnu/libdbus-1.so.3
   ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
   ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
  Title: ubuntu-geoip-provider crashed with SIGSEGV in 
dbus_message_get_reply_serial()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-geoip/+bug/1157232/+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 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-25 Thread aleandro
Hello again. I have got an update in ubuntu 13.04 and I have to say that the 
message has disappeared (you can try to use the command gksu in the terminal to 
demonstrate it) . At the other side all applications that functioned with gtk 
don't start any more. Are you still sure it is a bug related to libcanberra 
which regulates the sound?
I cannot give more informations until the next update in raring. For me 
cryptkeeper and taskcoach are out of order yet. Could someone suggest other 
common gtk applications to test and reproduce this bug?

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

Title:
  Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

Status in “libcanberra” package in Ubuntu:
  Confirmed

Bug description:
  On Kubuntu 12.10, whenever a gtk application is opened from the
  konsole, the terminal gets flooded with

  Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

  which makes the konsole almost impossible to use after a gtk
  application has been backgrounded.

  The only way to start gtk apps from the konsole (or a terminal)
  keeping the konsole usable is to start them redirecting stderr to
  /dev/null, which should not be the case.

  This message turns a probably innocuous bug in gtk apps into a severe
  annoyance also to the konsole.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcanberra/+bug/1075928/+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 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-22 Thread aleandro
Unsetting modules does not solve this bug. It has to be considered a big 
usability issue. 
Could you please try some applications like taskcoach or cryptkeeper by 
terminal to see if your solution is working?

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

Title:
  Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

Status in “gtk+2.0” package in Ubuntu:
  Confirmed

Bug description:
  On Kubuntu 12.10, whenever a gtk application is opened from the
  konsole, the terminal gets flooded with

  Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

  which makes the konsole almost impossible to use after a gtk
  application has been backgrounded.

  The only way to start gtk apps from the konsole (or a terminal)
  keeping the konsole usable is to start them redirecting stderr to
  /dev/null, which should not be the case.

  This message turns a probably innocuous bug in gtk apps into a severe
  annoyance also to the konsole.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1075928/+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 1056156] Re: Thunderbird only opens from terminal with sudo

2013-03-21 Thread aleandro
*** This bug is a duplicate of bug 1075928 ***
https://bugs.launchpad.net/bugs/1075928

Hi, the bug is affecting all the gtk apps even in ubuntu 13.04.

** This bug has been marked a duplicate of bug 1075928
   Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' 
failed

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

Title:
  Thunderbird only opens from terminal with sudo

Status in “thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  This seems to be a variant of bug 1005677. This is the output of
  messages when running Thunderbird from the terminal:

  
  enigmail.js: Registered components
  caught error TypeError: Cc['@mozilla.org/mime/pgp-mime-decrypt;1'] is 
undefinedmimeDecrypt.jsm: MimeDecryptor registration done
  (thunderbird:5111): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion 
`gdk_error_traps != NULL' failed

  (thunderbird:5111): GLib-CRITICAL **: g_variant_new_string: assertion
  `string != NULL' failed

  (thunderbird:5111): GLib-CRITICAL **: g_variant_new_string: assertion
  `string != NULL' failed

  (thunderbird:5111): GLib-CRITICAL **: g_variant_new_string: assertion
  `string != NULL' failed

  (thunderbird:5111): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion
  `gdk_error_traps != NULL' failed

  (thunderbird:5111): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion
  `gdk_error_traps != NULL' failed

  (thunderbird:5111): GLib-CRITICAL **: g_variant_new_string: assertion
  `string != NULL' failed

  (thunderbird:5111): GLib-CRITICAL **: g_variant_new_string: assertion
  `string != NULL' failed

  (thunderbird:5111): Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion
  `gdk_error_traps != NULL' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: thunderbird 15.0.1+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic i686
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  chris  2909 F pulseaudio
   /dev/snd/controlC0:  chris  2909 F pulseaudio
   /dev/snd/controlC1:  chris  2909 F pulseaudio
  BuildID: 20120911223502
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Tue Sep 25 08:20:55 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.14  metric 1
  MostRecentCrashID: bp-50579802-7b67-4e94-905e-064652120917
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=15.0.1/20120911223502
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to quantal on 2012-08-17 (39 days ago)
  WifiSyslog:
   Sep 25 07:50:58 chris-IdeaPad-Z565 kernel: [ 5411.214759] delay: estimated 
0, actual 384
   Sep 25 07:50:58 chris-IdeaPad-Z565 kernel: [ 5411.222765] delay: estimated 
384, actual 768
  dmi.bios.date: 09/07/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 36CN19WW(V2.05)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Guam
  dmi.board.vendor: LENOVO
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvr36CN19WW(V2.05):bd09/07/2010:svnLENOVO:pn4311:pvrIdeaPadZ565:rvnLENOVO:rnGuam:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: 4311
  dmi.product.version: IdeaPad Z565
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1056156/+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 1075928] Re: Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps != NULL' failed

2013-03-19 Thread aleandro
Bug still present in 13.04 beta. I tried to use cryptkeeper and rssowl
for example. I'm sure it happens with other gtk apps too.

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

Title:
  Please, silence IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

Status in “gtk+2.0” package in Ubuntu:
  Confirmed

Bug description:
  On Kubuntu 12.10, whenever a gtk application is opened from the
  konsole, the terminal gets flooded with

  Gdk-CRITICAL **: IA__gdk_error_trap_pop: assertion `gdk_error_traps !=
  NULL' failed

  which makes the konsole almost impossible to use after a gtk
  application has been backgrounded.

  The only way to start gtk apps from the konsole (or a terminal)
  keeping the konsole usable is to start them redirecting stderr to
  /dev/null, which should not be the case.

  This message turns a probably innocuous bug in gtk apps into a severe
  annoyance also to the konsole.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1075928/+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 984930] Re: nautilus is missing 'browse to' option for 'open with other application'

2012-09-30 Thread aleandro
*** This bug is a duplicate of bug 853061 ***
https://bugs.launchpad.net/bugs/853061

Hello. I had a problem to add a custom command linking to calibre to
open the .epub format of the ebooks. I found many sophisticated
workarounds in the web but the simplest way to solve is to install
thunar. Thunar mantained the old good interface allowing to choose the
wanted command.

Why was this feature removed? It was really bad to dumb down nautilus in
that way. I hope developers reintroduce the possibility to choose a
custom command/application.

The ubuntu forums are plenty of people asking to do that simple action
that was possible with all older distributions.

In my opinion the importance should be elevated to medium.

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

Title:
  nautilus is missing 'browse to' option for 'open with other
  application'

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  When I select a file in nautilus and use the right-click menu to
  choose either 'open with other application' or 'properties / open
  with', nautilus presents a list of suggested applications. In previous
  versions of Ubuntu at this point it was also possible to select an
  application by browsing to it, eg in this way I could select
  /usr/bin/avidemux, which currently does not appear in the list of
  suggested applications even though I have it installed.

  However, in Ubuntu 12.04 there is no browse option, so it is not
  possible to choose an application that does not appear in the list.
  This looks like a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.1-0ubuntu1
  Uname: Linux 3.4.0-rc2-git-20120408.1402 x86_64
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  Date: Wed Apr 18 22:02:38 2012
  GsettingsChanges:
   org.gnome.nautilus.window-state geometry '1033x671+51+166'
   org.gnome.nautilus.window-state maximized true
   org.gnome.nautilus.window-state sidebar-width 191
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120201.1)
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_AU.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/984930/+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 850106] Re: Fails to append sent mail to mbox in post-processing

2012-07-15 Thread aleandro
Upgraded from ubuntu 11.10 to ubuntu 12.04. Got same error when sending.
It seems that evolution stores quite differently from the past.

I just did what Matthew suggested:

Edit  Preferences  Mail Accounts  [ select my default mail account ]
 'Edit' button  'Defaults' tab

and then setting a folder (ex. 'On This Computer'  Sent), clicking OK

After this, in the 'Defaults' tab it should say Sent Messages Folder:
click here to select a folder


Thanks a lot. It was a very annoying pop up.

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

Title:
  Fails to append sent mail to mbox in post-processing

Status in The Evolution Mail  Calendaring Tool:
  Fix Released
Status in “evolution” package in Ubuntu:
  Fix Released
Status in Baltix GNU/Linux:
  New

Bug description:
  Whenever I send an email from Evolution 3.1.91 using Ubuntu 11.10, I
  get this error message:

  The reported error was Failed to append to 
mbox:///home/[redacted]/.local/share/evolution/mail/local#Sent: Invalid folder 
URI 'mbox:///home/[redacted]/.local/share/evolution/mail/local#Sent'
  Appending to local 'Sent' folder instead..

  Package version is: Evolution 3.1.91-0ubuntu1

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