[Desktop-packages] [Bug 1710306] Re: Ubuntu 17.10 Artful has extremely out of date Firefox package (50.1.0)
*** This bug is a duplicate of bug 1708224 *** https://bugs.launchpad.net/bugs/1708224 Thank you for taking the time to report this bug and helping to make Ubuntu better. This has already been reported as bug 1708224, so I'm marking it as a duplicate. As mentioned in the other bug report, the reason it is stuck in -proposed might be because it fails to build on several architectures, see https://launchpad.net/ubuntu/+source/firefox/54.0+build3-0ubuntu1 ** This bug has been marked a duplicate of bug 1708224 Firefox is out of date in artful -- 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/1710306 Title: Ubuntu 17.10 Artful has extremely out of date Firefox package (50.1.0) Status in firefox package in Ubuntu: New Bug description: On Ubuntu 17.10 Artful (current Ubuntu development version), the Firefox package is extremely out of date for some reason. Quoting the package page: https://packages.ubuntu.com/artful/firefox "Package: firefox (50.1.0+build2-0ubuntu1)" Compare to these non-development Ubuntu builds: https://packages.ubuntu.com/zesty/firefox https://packages.ubuntu.com/xenial/firefox https://packages.ubuntu.com/trusty/firefox All of those have "firefox (54.0+build3-0ubuntu0.*)" Firefox 50 was obsoleted (by version 51) in January 2017, 7 months ago. The current Firefox release (as of this week) is 55, which was just released. Seems like Artful should have either 54 or 55. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1710306/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1281617] Re: Missing padding above menu's first item and below last item
** Changed in: gtk Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1281617 Title: Missing padding above menu's first item and below last item Status in GTK+: Confirmed Status in gtk+3.0 package in Ubuntu: Fix Released Status in ubuntu-themes package in Ubuntu: Fix Released Bug description: Problem occurs with: light-themes 13.04+13.10.20131014-0ubuntu1, Ubuntu 13.10 Does not occur with: light-themes 0.1.8.11, Ubuntu 11.04 1. Position the pointer on an empty area of the desktop, or of a Nautilus window's main pane. 2. Without moving the pointer at all, either hold down the right mouse button, or click once. 3. Release the button, or click again. What happens: 2. A shortcut menu opens with "New Folder" highlighted. 3. A new folder is created. What should happen: 2. A shortcut menu opens with nothing highlighted. 3. Nothing. This is a regression of bug 626462. I noticed the problem during a usability test in 2009 or 2010, when someone tapped absent-mindedly on the right mouse button and created a folder without realizing it. The fix is to add as much padding above every menu's first item, and below its last item, as there is above or below a menu separator (as illustrated in bug 659866). Fixing this would also help avoid accidentally closing a menu in the menu bar, when its first item is a submenu or other control that is dangerously close to other items in the menu bar. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/1281617/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710291] Re: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )
** Branch linked: lp:~willcooke/gnome-control-center/ubuntu -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1710291 Title: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution ) Status in gnome-control-center package in Ubuntu: New Bug description: The settings for the different protocols should generate variable values as follows: http_proxy=http://HOST:PORT/ https_proxy=http://HOST:PORT/ ftp_proxy=http://HOST:PORT/ socks_proxy=socks://HOST:PORT but instead the proxied protocol is used to generate the URL as follows: http_proxy=http://HOST:PORT/ https_proxy=https://HOST:PORT/ ftp_proxy=ftp://HOST:PORT/ socks_proxy=socks://HOST:PORT This breaks apt.conf, webkit applications and every normal app that depends on an https_proxy as it's not a common practice to connect to a forward proxy over HTTPS # Code ## The problem seems to be in gnome-control-center, file: panels/network/net-proxy.c line 377 proxy_str = g_strdup_printf ("%s://%s:%i/", protocol, host, port); I believe this should instead look like: proxy_str = g_strdup_printf ("%s://%s:%i/", (protocol == "socks")?"socks":"http", host, port); I would be happy to try it out but I can't find the repository where the ubuntu-specific patches live, if someone could help me with that I can submit the patch myself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1710291/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1627808] Re: Please enable e10s (multi-core CPU processing) support
This isnt just a performance issue, this is a security issue. Due to this addon Firefox on Ubuntu cannot utilize web content sandboxing (which obviously depends on e10s) which means Ubuntu users are being left vulnerable to security issues. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ubufox in Ubuntu. https://bugs.launchpad.net/bugs/1627808 Title: Please enable e10s (multi-core CPU processing) support Status in Ubufox Extension: Confirmed Status in Ubuntu: Confirmed Status in ubufox package in Ubuntu: Confirmed Bug description: Would it be possible to determine whether this add-on is compatible with the e10s "electrolysis" feature of Firefox[1]? If it is, the manifest should say so: [2] This link may help when determining support: [3] Compatibility of this addon with e10s is required to enable the e10s feature, which brings many speedups and enhancements, on default configured ubuntu installations. Thank you! [1]: https://wiki.mozilla.org/Electrolysis [2]: https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#multiprocessCompatible [3]: https://developer.mozilla.org/en-US/Add-ons/Working_with_multiprocess_Firefox To manage notifications about this bug go to: https://bugs.launchpad.net/ubufox/+bug/1627808/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710291] Re: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )
** Branch linked: lp:ubuntu/trusty/gnome-control-center -- 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/1710291 Title: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution ) Status in gnome-control-center package in Ubuntu: New Bug description: The settings for the different protocols should generate variable values as follows: http_proxy=http://HOST:PORT/ https_proxy=http://HOST:PORT/ ftp_proxy=http://HOST:PORT/ socks_proxy=socks://HOST:PORT but instead the proxied protocol is used to generate the URL as follows: http_proxy=http://HOST:PORT/ https_proxy=https://HOST:PORT/ ftp_proxy=ftp://HOST:PORT/ socks_proxy=socks://HOST:PORT This breaks apt.conf, webkit applications and every normal app that depends on an https_proxy as it's not a common practice to connect to a forward proxy over HTTPS # Code ## The problem seems to be in gnome-control-center, file: panels/network/net-proxy.c line 377 proxy_str = g_strdup_printf ("%s://%s:%i/", protocol, host, port); I believe this should instead look like: proxy_str = g_strdup_printf ("%s://%s:%i/", (protocol == "socks")?"socks":"http", host, port); I would be happy to try it out but I can't find the repository where the ubuntu-specific patches live, if someone could help me with that I can submit the patch myself To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1710291/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1689825] Re: gnome-keyring not unlocked on boot
This is not fixed. What we have is a reliable workaround to a bug which apparently affects all Ubuntu 16.04 LTS users with the dbus-user-session package installed. Flatpak packages provided by the PPA at https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak (and possibly others) indirectly depend on this package and cause it to be installed (but this issue which seems to be a bug in Ubuntu 16.04 is not this PPA's fault). $ apt-rdepends --reverse dbus-user-session Reading package lists... Done Building dependency tree Reading state information... Done dbus-user-session Reverse Depends: xdg-desktop-portal (0.8-0alexlarsson2~xenial) Reverse Depends: xdg-desktop-portal-gtk (0.7-0alexlarsson2~xenial) xdg-desktop-portal Reverse Depends: xdg-desktop-portal-gtk (0.7-0alexlarsson2~xenial) xdg-desktop-portal-gtk ** Also affects: dbus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1689825 Title: gnome-keyring not unlocked on boot Status in D-Bus: New Status in chromium-browser package in Ubuntu: Invalid Status in dbus package in Ubuntu: New Status in flatpak package in Ubuntu: Confirmed Status in gdm package in Ubuntu: Confirmed Status in gnome-keyring package in Ubuntu: Confirmed Status in libgnome-keyring package in Ubuntu: Confirmed Status in lightdm package in Ubuntu: Confirmed Bug description: 1) Release: 16.04.2 2) gnome-keyring: 3.18.3-0ubuntu2 3) Login. gnome-keyring unlocks "login" features including for google chrome 4) gnome-keyring is not unlocked, chrome takes 2 minutes to open and with no secure password features(sync) functioning. For the past couple days, chrome on Ubuntu 16.04 takes a REALLY long time (maybe 2 minutes) to start. Once chrome is started, I am not able to sync and any secure password features are broken. I found out this is due to gnome-keyring not being unlocked at login. There's also no way to unlock the "login" portion of the keyring from the running daemon by default. I have to kill the gnome-keyring process and start without "--login" as a parameter. Then the "login" section shows up which I'm able to unlock. From there chrome starts up instantly but asks the following: Enter password to unlock your login keyring The login keyring did not get unlocked when you logged into your computer After that, all of it's sync and secure features are functional. Starting google-chrome-stable from a command line at boot without running the above workaround shows the following error messages: Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [4364:4393:0510/100407.740292:ERROR:token_service_table.cc(130)] Failed to decrypt token for service AccountId-108842767310111573264 [4364:4445:0510/100407.740292:ERROR:gcm_store_impl.cc(929)] Failed to restore security token. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: gnome-keyring 3.18.3-0ubuntu2 ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-52-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 CurrentDesktop: GNOME-Flashback:Unity Date: Wed May 10 09:43:37 2017 SourcePackage: gnome-keyring UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/dbus/+bug/1689825/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710361] [NEW] Error in Guitarix 0.35.6 instalation
Public bug reported: At the moment of construction for the installation happens this: ../src/gx_head/engine/gx_jack.cpp: In member function ‘void gx_jack::GxJack::gx_jack_callbacks()’: ../src/gx_head/engine/gx_jack.cpp:617:40: error: ‘jack_client_real_time_priority’ was not declared in this scope jack_client_real_time_priority(client)); ^ ../src/gx_head/engine/jsonrpc.cpp: In destructor ‘CmdConnection::~CmdConnection()’: ../src/gx_head/engine/jsonrpc.cpp:248:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().controller_map.set_config_mode(false, -1); ^ ../src/gx_head/engine/jsonrpc.cpp: In member function ‘void CmdConnection::call(gx_system::JsonWriter&, const CmdConnection::methodnames*, JsonArray&)’: ../src/gx_head/engine/jsonrpc.cpp:422:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_mono_list(l, PGN_MODE_NORMAL); ^ ../src/gx_head/engine/jsonrpc.cpp:430:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_stereo_list(l, PGN_MODE_NORMAL) ^ ../src/gx_head/engine/jsonrpc.cpp:439:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_list(l, false, bits, bits); ^ ../src/gx_head/engine/jsonrpc.cpp:448:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_list(l, true, bits, bits); ^ ../src/gx_head/engine/jsonrpc.cpp:469:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.writeJSON(jw); ^ ../src/gx_head/engine/jsonrpc.cpp:473:28: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ PluginDef *pd = serv.jack.get_engine().pluginlist.lookup_plugin(params[0]->get ^ ../src/gx_head/engine/jsonrpc.cpp:606:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().controller_map.writeJSON(jw); ^ ../src/gx_head/engine/jsonrpc.cpp:610:24: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ bool mode = serv.jack.get_engine().controller_map.get_config_mode(); ^ ../src/gx_head/engine/jsonrpc.cpp:613:28: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(mode ? serv.jack.get_engine().controller_map.get_current_control() : ^ ../src/gx_head/engine/jsonrpc.cpp:618:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().controller_map.size()); ^ ../src/gx_head/engine/jsonrpc.cpp:622:41: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ gx_engine::GxEngineState s = serv.jack.get_engine().get_state(); ^ ../src/gx_head/engine/jsonrpc.cpp:636:37: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write_kv("frequency", serv.jack.get_engine().tuner.get_freq()); ^ ../src/gx_head/engine/jsonrpc.cpp:637:32: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write_kv("note", serv.jack.get_engine().tuner.get_note()); ^ ../src/gx_head/engine/jsonrpc.cpp:661:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().tuner.get_freq()); ^ ../src/gx_head/engine/jsonrpc.cpp:670:30: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ unsigned int sz = serv.jack.get_engine().oscilloscope.get_size(); ^ ../src/gx_head/engine/jsonrpc.cpp:671:23: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ float *p = serv.jack.get_engine().oscilloscope.get_buffer(); ^ ../src/gx_head/engine/jsonrpc.cpp:682:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().oscilloscope.get_mul_buffer()); ^ ../src/gx_head/engine/jsonrpc.cpp:694:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().midiaudiobuffer.jack_load_status()); ^ ../src/gx_head/engine/jsonrpc.cpp:753:16: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.find_plugin(params[0]->getString())->get ^ ../src/gx_head/engine/jsonrpc.cpp:769:35: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ gx_engine::Plugin *p = serv.jack.get_engine().pluginlist.find_plugin(params[0] ^ ../src/gx_head/engine/jsonrpc.cpp: In member function ‘void CmdConnection::notify(gx_system::JsonStringWriter&, const CmdConnection::met
[Desktop-packages] [Bug 1710309] Re: Deja-dup fails to create encrypted backup
Hello Mats, To figure out what is going on there I would like to ask a few informations from you: 1. The distribution of Linux you're using: lsb_release -d 2. The version of deja-dup and duplicity: (if on Ubuntu or Debian:) dpkg-query -W deja-dup duplicity (if on Fedora or other RPM-based systems:) rpm -q deja-dup duplicity 3. The file /tmp/deja-dup.gsettings after running the following line (you may want to scrub the file of any incriminating file names or details): gsettings list-recursively org.gnome.DejaDup > /tmp/deja-dup.gsettings 4. The file /tmp/deja-dup.log after running the line below and replicating the problem (you may want to scrub the log of any incriminating file names or details): DEJA_DUP_DEBUG=1 deja-dup --backup | tail -n 1000 > /tmp/deja- dup.log Thanks in advance Vej ** Changed in: deja-dup (Ubuntu) Status: New => Incomplete -- 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/1710309 Title: Deja-dup fails to create encrypted backup Status in deja-dup package in Ubuntu: Incomplete Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710369] [NEW] GNOME Calendar translations looks to be missing in Ubuntu 17.10
Public bug reported: GNOME Calendar is completely untranslated on my non-english Ubuntu 17.10 install. It looks like the translation is present on Launchpad (https://translations.launchpad.net/ubuntu/artful/+source/gnome-calendar/+pots/gnome-calendar/cs/+translate), but is not being applied for some reason. ** Affects: ubuntu-translations Importance: Undecided Status: New ** Affects: gnome-calendar (Ubuntu) Importance: Undecided Status: New ** Tags: artful l10n ** Also affects: ubuntu-translations Importance: Undecided Status: New ** Tags added: l10n -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-calendar in Ubuntu. https://bugs.launchpad.net/bugs/1710369 Title: GNOME Calendar translations looks to be missing in Ubuntu 17.10 Status in Ubuntu Translations: New Status in gnome-calendar package in Ubuntu: New Bug description: GNOME Calendar is completely untranslated on my non-english Ubuntu 17.10 install. It looks like the translation is present on Launchpad (https://translations.launchpad.net/ubuntu/artful/+source/gnome-calendar/+pots/gnome-calendar/cs/+translate), but is not being applied for some reason. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/1710369/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710370] [NEW] Cheese crashes on launch in Ubuntu 17.10 if no camera device is present
Public bug reported: Cheese crashes on launch in Ubuntu 17.10 if the computer does not have any camera device connected. (cheese:3620): cheese-CRITICAL **: cheese_camera_device_get_name: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed (cheese:3620): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed (cheese:3620): GLib-CRITICAL **: g_variant_ref_sink: assertion 'value != NULL' failed (cheese:3620): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion 'value != NULL' failed (cheese:3620): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed (cheese:3620): GLib-GIO-CRITICAL **: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given (cheese:3620): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed ** (cheese:3620): CRITICAL **: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed ** Affects: cheese (Ubuntu) Importance: Undecided Status: New ** Tags: artful -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1710370 Title: Cheese crashes on launch in Ubuntu 17.10 if no camera device is present Status in cheese package in Ubuntu: New Bug description: Cheese crashes on launch in Ubuntu 17.10 if the computer does not have any camera device connected. (cheese:3620): cheese-CRITICAL **: cheese_camera_device_get_name: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed (cheese:3620): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed (cheese:3620): GLib-CRITICAL **: g_variant_ref_sink: assertion 'value != NULL' failed (cheese:3620): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion 'value != NULL' failed (cheese:3620): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed (cheese:3620): GLib-GIO-CRITICAL **: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given (cheese:3620): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed ** (cheese:3620): CRITICAL **: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1710370/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710369] Re: GNOME Calendar translations looks to be missing in Ubuntu 17.10
*** This bug is a duplicate of bug 1688994 *** https://bugs.launchpad.net/bugs/1688994 This is a known issue affecting more and more GNOME stuff (everything that builds with meson and other stuff that doesn't use intltool any more). I'm marking this a duplicate of bug 1688994. ** This bug has been marked a duplicate of bug 1688994 dh-translations: cannot build POT without intltool -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-calendar in Ubuntu. https://bugs.launchpad.net/bugs/1710369 Title: GNOME Calendar translations looks to be missing in Ubuntu 17.10 Status in Ubuntu Translations: New Status in gnome-calendar package in Ubuntu: New Bug description: GNOME Calendar is completely untranslated on my non-english Ubuntu 17.10 install. It looks like the translation is present on Launchpad (https://translations.launchpad.net/ubuntu/artful/+source/gnome-calendar/+pots/gnome-calendar/cs/+translate), but is not being applied for some reason. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/1710369/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Deja-dup fails to create encrypted backup
output from points 1--3, in file "details.1.txt". output from point #4, in file "deja-dup.log". this bug tracker appears to be limited to one attachment per comment, so i zipped the files together and attached the archive. thank you for instructions on how to create the deja-dup debug log file from point #4. reading that log, it appears the encryption is choking on a GPG config file option that's specific to gnupg version 2. could it be that deja-dup is defaulting to using only gnupg version 1? ** Attachment added: "bugreport-details.zip" https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1710309/+attachment/4931255/+files/bugreport-details.zip -- 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/1710309 Title: Deja-dup fails to create encrypted backup Status in deja-dup package in Ubuntu: Incomplete Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Deja-dup fails to create encrypted backup
addendum: editing my gpg.conf to comment out the version-2-only options appears to make deja-dup run correctly. this seems to be at least a workaround, if not the complete solution. it's regrettable that gnupg versions 1 and 2 use the same config file, with options not being backwards compatible. i doubt i'll be the only one to trip myself up by too enthusiastically using the shiny new features of version 2 while some code on my system still needs version 1. -- 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/1710309 Title: Deja-dup fails to create encrypted backup Status in deja-dup package in Ubuntu: Incomplete Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710374] [NEW] package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances
Public bug reported: Just an upgrade. Failed to complete due to this error. ProblemType: Package DistroRelease: Ubuntu 17.10 Package: libsane-hpaio 3.17.6+repack0-2build1 ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8 Uname: Linux 4.11.0-10-lowlatency x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CupsErrorLog: W [12/Aug/2017:00:09:05 +0200] Duplicate listen address "/var/run/cups/cups.sock" ignored. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. Date: Sat Aug 12 15:53:23 2017 DuplicateSignature: package:libsane-hpaio:3.17.6+repack0-2build1 Unpacking libsane-hpaio:amd64 (3.17.7+repack0-2) over (3.17.6+repack0-2build1) ... dpkg: error processing archive /tmp/apt-dpkg-install-xaS5A5/079-libsane-hpaio_3.17.7+repack0-2_amd64.deb (--unpack): trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 ErrorMessage: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 InstallationDate: Installed on 2011-10-14 (2129 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011) Lpstat: device for Canon-PIXMA-MP150: usb://Canon/MP150?serial=21BD86&interface=1 device for HP-Officejet-Pro-276dw-MFP: dnssd://HP%20Officejet%20Pro%20276dw%20MFP%20%5BD7A6FB%5D._ipp._tcp.local/ device for ML-4600: usb://Samsung/ML-4600 device for Roger-Router-Fax: roger-cups:/ MachineType: LENOVO 766112G Papersize: a4 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card PpdFiles: HP-Officejet-Pro-276dw-MFP: HP Officejet Pro 276dw MFP Postscript (recommended) Roger-Router-Fax: roger fax printer, 1.0 ML-4600: Samsung ML-4600 Foomatic/ljet4 Canon-PIXMA-MP150: Canon PIXMA MP150 - CUPS+Gutenprint v5.2.13 ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.11.0-10-lowlatency root=UUID=a5b30f2d-d555-4bea-9b89-e322f13656be ro quiet splash threadirqs resume=UUID=29869a91-5410-4e9b-9bd9-2aea1ecb1637 vt.handoff=7 RelatedPackageVersions: dpkg 1.18.24ubuntu1 apt 1.5~beta1 SourcePackage: hplip Title: package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/18/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 7LETC9WW (2.29 ) dmi.board.name: 766112G 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:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn766112G:pvrThinkPadT61:rvnLENOVO:rn766112G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 766112G dmi.product.version: ThinkPad T61 dmi.sys.vendor: LENOVO ** Affects: hplip (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package artful package-conflict -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710374 Title: package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 Status in hplip package in Ubuntu: New Bug description: Just an upgrade. Failed to complete due to this error. ProblemType: Package DistroRelease: Ubuntu 17.10 Package: libsane-hpaio 3.17.6+repack0-2build1 ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8 Uname: Linux 4.11.0-10-lowlatency x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CupsErrorLog: W [12/Aug/2017:00:09:05 +0200] Duplicate listen address "/var/run/cups/cups.sock" ignored. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. Date: Sat Aug 12 15:53:23 2017 DuplicateSignature: package:libsane-hpaio:3.17.6+repack0-2build1 Unpacking libsane-hpaio:amd64 (3.17.7+repack0-2) over (3.17.6+repack0-2build1) ... dpkg: error processing archive /tmp/apt-dpkg-install-xaS5A5/079-
[Desktop-packages] [Bug 1710374] Re: package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710374 Title: package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 Status in hplip package in Ubuntu: New Bug description: Just an upgrade. Failed to complete due to this error. ProblemType: Package DistroRelease: Ubuntu 17.10 Package: libsane-hpaio 3.17.6+repack0-2build1 ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8 Uname: Linux 4.11.0-10-lowlatency x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CupsErrorLog: W [12/Aug/2017:00:09:05 +0200] Duplicate listen address "/var/run/cups/cups.sock" ignored. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [12/Aug/2017:00:09:05 +0200] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. Date: Sat Aug 12 15:53:23 2017 DuplicateSignature: package:libsane-hpaio:3.17.6+repack0-2build1 Unpacking libsane-hpaio:amd64 (3.17.7+repack0-2) over (3.17.6+repack0-2build1) ... dpkg: error processing archive /tmp/apt-dpkg-install-xaS5A5/079-libsane-hpaio_3.17.7+repack0-2_amd64.deb (--unpack): trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 ErrorMessage: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 InstallationDate: Installed on 2011-10-14 (2129 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011) Lpstat: device for Canon-PIXMA-MP150: usb://Canon/MP150?serial=21BD86&interface=1 device for HP-Officejet-Pro-276dw-MFP: dnssd://HP%20Officejet%20Pro%20276dw%20MFP%20%5BD7A6FB%5D._ipp._tcp.local/ device for ML-4600: usb://Samsung/ML-4600 device for Roger-Router-Fax: roger-cups:/ MachineType: LENOVO 766112G Papersize: a4 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card PpdFiles: HP-Officejet-Pro-276dw-MFP: HP Officejet Pro 276dw MFP Postscript (recommended) Roger-Router-Fax: roger fax printer, 1.0 ML-4600: Samsung ML-4600 Foomatic/ljet4 Canon-PIXMA-MP150: Canon PIXMA MP150 - CUPS+Gutenprint v5.2.13 ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.11.0-10-lowlatency root=UUID=a5b30f2d-d555-4bea-9b89-e322f13656be ro quiet splash threadirqs resume=UUID=29869a91-5410-4e9b-9bd9-2aea1ecb1637 vt.handoff=7 RelatedPackageVersions: dpkg 1.18.24ubuntu1 apt 1.5~beta1 SourcePackage: hplip Title: package libsane-hpaio 3.17.6+repack0-2build1 failed to install/upgrade: trying to overwrite shared '/etc/hp/hplip.conf', which is different from other instances of package libsane-hpaio:amd64 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/18/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 7LETC9WW (2.29 ) dmi.board.name: 766112G 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:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn766112G:pvrThinkPadT61:rvnLENOVO:rn766112G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 766112G dmi.product.version: ThinkPad T61 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1710374/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710373] [NEW] Desktop shortcut missing for Vino GUI in Ubuntu 17.10
Public bug reported: There is not any possibility for an end user to configure screen sharing via VNC in Ubuntu 17.10. The "Desktop sharing" shortcut cannot be found in the GNOME Shell Overview and is also missing in the Sharing section of the GNOME Control Center. ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Affects: vino (Ubuntu) Importance: Undecided Status: New ** Tags: artful ** Also affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to vino in Ubuntu. https://bugs.launchpad.net/bugs/1710373 Title: Desktop shortcut missing for Vino GUI in Ubuntu 17.10 Status in gnome-control-center package in Ubuntu: New Status in vino package in Ubuntu: New Bug description: There is not any possibility for an end user to configure screen sharing via VNC in Ubuntu 17.10. The "Desktop sharing" shortcut cannot be found in the GNOME Shell Overview and is also missing in the Sharing section of the GNOME Control Center. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1710373/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710361] Re: Error in Guitarix 0.35.6 instalation
** Changed in: jack-audio-connection-kit (Ubuntu) Assignee: (unassigned) => Cláudio Brandão (claudiohpb) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to jack-audio-connection-kit in Ubuntu. https://bugs.launchpad.net/bugs/1710361 Title: Error in Guitarix 0.35.6 instalation Status in jack-audio-connection-kit package in Ubuntu: New Bug description: At the moment of construction for the installation happens this: ../src/gx_head/engine/gx_jack.cpp: In member function ‘void gx_jack::GxJack::gx_jack_callbacks()’: ../src/gx_head/engine/gx_jack.cpp:617:40: error: ‘jack_client_real_time_priority’ was not declared in this scope jack_client_real_time_priority(client)); ^ ../src/gx_head/engine/jsonrpc.cpp: In destructor ‘CmdConnection::~CmdConnection()’: ../src/gx_head/engine/jsonrpc.cpp:248:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().controller_map.set_config_mode(false, -1); ^ ../src/gx_head/engine/jsonrpc.cpp: In member function ‘void CmdConnection::call(gx_system::JsonWriter&, const CmdConnection::methodnames*, JsonArray&)’: ../src/gx_head/engine/jsonrpc.cpp:422:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_mono_list(l, PGN_MODE_NORMAL); ^ ../src/gx_head/engine/jsonrpc.cpp:430:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_stereo_list(l, PGN_MODE_NORMAL) ^ ../src/gx_head/engine/jsonrpc.cpp:439:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_list(l, false, bits, bits); ^ ../src/gx_head/engine/jsonrpc.cpp:448:17: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.ordered_list(l, true, bits, bits); ^ ../src/gx_head/engine/jsonrpc.cpp:469:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().pluginlist.writeJSON(jw); ^ ../src/gx_head/engine/jsonrpc.cpp:473:28: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ PluginDef *pd = serv.jack.get_engine().pluginlist.lookup_plugin(params[0]->get ^ ../src/gx_head/engine/jsonrpc.cpp:606:12: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ serv.jack.get_engine().controller_map.writeJSON(jw); ^ ../src/gx_head/engine/jsonrpc.cpp:610:24: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ bool mode = serv.jack.get_engine().controller_map.get_config_mode(); ^ ../src/gx_head/engine/jsonrpc.cpp:613:28: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(mode ? serv.jack.get_engine().controller_map.get_current_control() : ^ ../src/gx_head/engine/jsonrpc.cpp:618:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().controller_map.size()); ^ ../src/gx_head/engine/jsonrpc.cpp:622:41: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ gx_engine::GxEngineState s = serv.jack.get_engine().get_state(); ^ ../src/gx_head/engine/jsonrpc.cpp:636:37: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write_kv("frequency", serv.jack.get_engine().tuner.get_freq()); ^ ../src/gx_head/engine/jsonrpc.cpp:637:32: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write_kv("note", serv.jack.get_engine().tuner.get_note()); ^ ../src/gx_head/engine/jsonrpc.cpp:661:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().tuner.get_freq()); ^ ../src/gx_head/engine/jsonrpc.cpp:670:30: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ unsigned int sz = serv.jack.get_engine().oscilloscope.get_size(); ^ ../src/gx_head/engine/jsonrpc.cpp:671:23: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ float *p = serv.jack.get_engine().oscilloscope.get_buffer(); ^ ../src/gx_head/engine/jsonrpc.cpp:682:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().oscilloscope.get_mul_buffer()); ^ ../src/gx_head/engine/jsonrpc.cpp:694:21: error: ‘class gx_jack::GxJack’ has no member named ‘get_engine’ jw.write(serv.jack.get_engine().midiaudiobuffer.jack_load_status()); ^ ../src/gx_head/engine/jsonrpc.cpp:
[Desktop-packages] [Bug 1707023] Re: mobile network connection cannot be added
lsusb: Bus 002 Device 002: ID 12d1:15bb Huawei Technologies Co., Ltd. syslog: gnome-control-c[2348]: value "((NMSettingSerialParity) 110)" of type 'NMSettingSerialParity' is invalid or out of range for property 'parity' of type 'NMSettingSerialParity' NetworkManager[955]: [1502546435.3033] audit: op="connection-add-activate" pid=2348 uid=1000 result="fail" reason="gsm.username: property is empty" gnome-control-c[2348]: Failed to add new connection: (7) gsm.username: property is empty to reproduce go to "Settings" - "Network" - "Mobile Broadband", click on "Add new connection" in the "Network" field, click next to the Country list select "Austria", click next select "HoT" click next and again next then click Apply. In the "Network" field no connection is added, clicking "Add new connection does not work until until i leave and reenter the "Network" section of "Settings". -- 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/1707023 Title: mobile network connection cannot be added Status in gnome-control-center package in Ubuntu: New Bug description: Ubuntu 17.10 amd64 daily, encrypted home, German language I tried adding a mobile connection (LTE), clicked trough the dialog but the connection will not show up in the list to select from. syslog: gnome-control-c[2859]: value "((NMSettingSerialParity) 110)" of type 'NMSettingSerialParity' is invalid or out of range for property 'parity' of type 'NMSettingSerialParity' NetworkManager[912]: [1501175518.0447] audit: op="connection-add-activate" pid=2859 uid=1000 result="fail" reason="gsm.username: Eigenschaft ist leer" gnome-control-c[2859]: Failed to add new connection: (7) gsm.username: Eigenschaft ist leer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1707023/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710378] [NEW] toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version'
Public bug reported: hp-toolbox not starting: till@till-x1carbon:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.17.7) HP Device Manager ver. 15.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. /Traceback (most recent call last): File "/usr/bin/hp-toolbox", line 280, in toolbox = ui.DevMgr5(__version__, device_uri, None) File "/usr/share/hplip/ui5/devmgr5.py", line 245, in __init__ self.setupUi(self,"",self.Is_autoInstaller_distro) File "/usr/share/hplip/ui5/devmgr_ext.py", line 7, in setupUi super(Ui_MainWindow_Derived, self).setupUi(MainWindow) File "/usr/share/hplip/ui5/devmgr5_base.py", line 358, in setupUi self.retranslateUi(MainWindow) File "/usr/share/hplip/ui5/devmgr_ext.py", line 37, in retranslateUi if self.latest_available_version is not "": AttributeError: 'DevMgr5' object has no attribute 'latest_available_version' till@till-x1carbon:~$ ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: hplip-data 3.17.7+repack0-2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 11:19:39 2017 Dependencies: gcc-7-base 7.1.0-13ubuntu1 libc6 2.24-12ubuntu1 libgcc1 1:7.1.0-13ubuntu1 liblzma5 5.2.2-1.2 xz-utils 5.2.2-1.2 ExecutablePath: /usr/share/hplip/toolbox.py InstallationDate: Installed on 2015-04-30 (835 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) InterpreterPath: /usr/bin/python3.6 MachineType: LENOVO 20A8X50300 PackageArchitecture: all Papersize: letter ProcCmdline: /usr/bin/python3 /usr/bin/hp-toolbox ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-13-generic root=UUID=ff9fee12-fd92-4cfd-88bf-c8f57ffba318 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 PythonArgs: ['/usr/bin/hp-toolbox'] SourcePackage: hplip Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo wireshark dmi.bios.date: 09/02/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GRET40WW (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20A8X50300 dmi.board.vendor: LENOVO dmi.board.version: SDK0E50512 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A8X50300:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8X50300:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20A8X50300 dmi.product.version: ThinkPad X1 Carbon 2nd dmi.sys.vendor: LENOVO ** Affects: hplip Importance: Undecided Status: Confirmed ** Affects: hplip (Ubuntu) Importance: High Status: Confirmed ** Affects: hplip (Debian) Importance: Unknown Status: Unknown ** Tags: amd64 apport-crash artful ** Also affects: hplip Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #871917 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871917 ** Also affects: hplip (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871917 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710378 Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' Status in HPLIP: Confirmed Status in hplip package in Ubuntu: Confirmed Status in hplip package in Debian: Unknown Bug description: hp-toolbox not starting: till@till-x1carbon:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.17.7) HP Device Manager ver. 15.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. /Traceback (most recent call last): File "/usr/bin/hp-toolbox", line 280, in toolbox = ui.DevMgr5(__version__, device_uri, None) File "/usr/share/hplip/ui5/devmgr5.py", line 245, in __init__ self.setupUi(self,"",self.Is_autoInstaller_distro) File "/usr/share/hplip/ui5/devmgr_ext.py", line 7, in setupUi super(Ui_MainWindow_Derived, self).setupUi(MainWindow) File "/usr/share/hplip/ui5/devmgr5_base.py", line 358, in setupUi self.retranslateUi(MainWindow) File "/usr/share/hplip/ui5/devmgr_ext.py", line 37, in retranslateUi if self.latest_available_version is not "": AttributeError: 'DevMgr5' object has no
[Desktop-packages] [Bug 1710378] Re: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version'
Bug got also reported to Debian as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871917 ** Changed in: hplip Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710378 Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' Status in HPLIP: Confirmed Status in hplip package in Ubuntu: Confirmed Status in hplip package in Debian: Unknown Bug description: hp-toolbox not starting: till@till-x1carbon:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.17.7) HP Device Manager ver. 15.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. /Traceback (most recent call last): File "/usr/bin/hp-toolbox", line 280, in toolbox = ui.DevMgr5(__version__, device_uri, None) File "/usr/share/hplip/ui5/devmgr5.py", line 245, in __init__ self.setupUi(self,"",self.Is_autoInstaller_distro) File "/usr/share/hplip/ui5/devmgr_ext.py", line 7, in setupUi super(Ui_MainWindow_Derived, self).setupUi(MainWindow) File "/usr/share/hplip/ui5/devmgr5_base.py", line 358, in setupUi self.retranslateUi(MainWindow) File "/usr/share/hplip/ui5/devmgr_ext.py", line 37, in retranslateUi if self.latest_available_version is not "": AttributeError: 'DevMgr5' object has no attribute 'latest_available_version' till@till-x1carbon:~$ ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: hplip-data 3.17.7+repack0-2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 11:19:39 2017 Dependencies: gcc-7-base 7.1.0-13ubuntu1 libc6 2.24-12ubuntu1 libgcc1 1:7.1.0-13ubuntu1 liblzma5 5.2.2-1.2 xz-utils 5.2.2-1.2 ExecutablePath: /usr/share/hplip/toolbox.py InstallationDate: Installed on 2015-04-30 (835 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) InterpreterPath: /usr/bin/python3.6 MachineType: LENOVO 20A8X50300 PackageArchitecture: all Papersize: letter ProcCmdline: /usr/bin/python3 /usr/bin/hp-toolbox ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-13-generic root=UUID=ff9fee12-fd92-4cfd-88bf-c8f57ffba318 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 PythonArgs: ['/usr/bin/hp-toolbox'] SourcePackage: hplip Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo wireshark dmi.bios.date: 09/02/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GRET40WW (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20A8X50300 dmi.board.vendor: LENOVO dmi.board.version: SDK0E50512 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A8X50300:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8X50300:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20A8X50300 dmi.product.version: ThinkPad X1 Carbon 2nd dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/hplip/+bug/1710378/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710378] Re: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version'
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710378 Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' Status in HPLIP: Confirmed Status in hplip package in Ubuntu: Confirmed Status in hplip package in Debian: Unknown Bug description: hp-toolbox not starting: till@till-x1carbon:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.17.7) HP Device Manager ver. 15.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. /Traceback (most recent call last): File "/usr/bin/hp-toolbox", line 280, in toolbox = ui.DevMgr5(__version__, device_uri, None) File "/usr/share/hplip/ui5/devmgr5.py", line 245, in __init__ self.setupUi(self,"",self.Is_autoInstaller_distro) File "/usr/share/hplip/ui5/devmgr_ext.py", line 7, in setupUi super(Ui_MainWindow_Derived, self).setupUi(MainWindow) File "/usr/share/hplip/ui5/devmgr5_base.py", line 358, in setupUi self.retranslateUi(MainWindow) File "/usr/share/hplip/ui5/devmgr_ext.py", line 37, in retranslateUi if self.latest_available_version is not "": AttributeError: 'DevMgr5' object has no attribute 'latest_available_version' till@till-x1carbon:~$ ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: hplip-data 3.17.7+repack0-2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 11:19:39 2017 Dependencies: gcc-7-base 7.1.0-13ubuntu1 libc6 2.24-12ubuntu1 libgcc1 1:7.1.0-13ubuntu1 liblzma5 5.2.2-1.2 xz-utils 5.2.2-1.2 ExecutablePath: /usr/share/hplip/toolbox.py InstallationDate: Installed on 2015-04-30 (835 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) InterpreterPath: /usr/bin/python3.6 MachineType: LENOVO 20A8X50300 PackageArchitecture: all Papersize: letter ProcCmdline: /usr/bin/python3 /usr/bin/hp-toolbox ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-13-generic root=UUID=ff9fee12-fd92-4cfd-88bf-c8f57ffba318 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 PythonArgs: ['/usr/bin/hp-toolbox'] SourcePackage: hplip Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo wireshark dmi.bios.date: 09/02/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GRET40WW (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20A8X50300 dmi.board.vendor: LENOVO dmi.board.version: SDK0E50512 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A8X50300:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8X50300:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20A8X50300 dmi.product.version: ThinkPad X1 Carbon 2nd dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/hplip/+bug/1710378/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710381] [NEW] all
Public bug reported: nothing ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-32-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.10 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: Sat Aug 12 16:43:30 2017 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Device [8086:5916] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:81d2] InstallationDate: Installed on 2017-08-07 (5 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 8087:0a2a Intel Corp. Bus 001 Device 003: ID 04f2:b56d Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: HP HP ENVY Notebook ProcEnviron: LANGUAGE=de_CH:de PATH=(custom, no user) LANG=de_CH.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-32-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/08/2016 dmi.bios.vendor: Insyde dmi.bios.version: F.21 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 81D2 dmi.board.vendor: HP dmi.board.version: KBC Version 87.13 dmi.chassis.type: 10 dmi.chassis.vendor: HP dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.21:bd07/08/2016:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn81D2:rvrKBCVersion87.13:cvnHP:ct10:cvrChassisVersion: dmi.product.name: HP ENVY Notebook dmi.product.version: Type1ProductConfigId dmi.sys.vendor: HP version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.2 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A xserver.bootTime: Sat Aug 12 16:42:59 2017 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.19.3-1ubuntu1~16.04.2 xserver.video_driver: modeset ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial -- 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/1710381 Title: all Status in xorg package in Ubuntu: New Bug description: nothing ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-32-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.10 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: Sat Aug 12 16:43:30 2017 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Device [8086:5916] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:81d2] InstallationDate: Installed on 2017-08-07 (5 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 8087:0a2a Intel Corp. Bus 001 Device 003: ID 04f2:b56d Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: HP HP ENVY Notebook ProcEnviron: LANGUAGE=de_CH:de PATH=(custom, no user) LANG=de_CH.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-32-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/08/2016 dmi.bios.vendor: Insyde dmi.bios.version: F.21 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 81D2 dmi.board.vendor: HP dmi.board.version: KBC Version 87.13 dmi.chassis.type: 10 dmi.chassis.vendor: HP
[Desktop-packages] [Bug 1710383] [NEW] Could not install 'gconf2' and upgrade frozen
Public bug reported: When performing a distribution upgrade from Ubuntu 16.04.3 xenial to 17.04, a dialog is generated with the following messages: Could not install 'gconf2' The upgrade will continue but the 'gconf2' package may not be in a working state. Please consider submitting a bug report about it. dependency problems - leaving triggers unprocessed The dialog has a Close button. Clicking it closes the dialog but it then reappears again immediately. It is stuck in a loop. The distribution upgrade dialog continues in the background for a while. However, it then freeze having last reported "Configuring libpam-systemd (amd64)" in the "Installing the upgrades" step. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: gnome-software 3.20.5-0ubuntu0.16.04.5 ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76 Uname: Linux 4.4.0-91-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 10:54:28 2017 EcryptfsInUse: Yes ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-software UpgradeStatus: Upgraded to xenial on 2017-08-12 (0 days ago) ** Affects: gnome-software (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug third-party-packages xenial ** Attachment added: "Screenshot of error dialog and progress as of freeze." https://bugs.launchpad.net/bugs/1710383/+attachment/4931356/+files/Screenshot%20from%202017-08-12%2010-59-59.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1710383 Title: Could not install 'gconf2' and upgrade frozen Status in gnome-software package in Ubuntu: New Bug description: When performing a distribution upgrade from Ubuntu 16.04.3 xenial to 17.04, a dialog is generated with the following messages: Could not install 'gconf2' The upgrade will continue but the 'gconf2' package may not be in a working state. Please consider submitting a bug report about it. dependency problems - leaving triggers unprocessed The dialog has a Close button. Clicking it closes the dialog but it then reappears again immediately. It is stuck in a loop. The distribution upgrade dialog continues in the background for a while. However, it then freeze having last reported "Configuring libpam-systemd (amd64)" in the "Installing the upgrades" step. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: gnome-software 3.20.5-0ubuntu0.16.04.5 ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76 Uname: Linux 4.4.0-91-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 10:54:28 2017 EcryptfsInUse: Yes ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-software UpgradeStatus: Upgraded to xenial on 2017-08-12 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1710383/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710382] [NEW] Wireless network frequently drops in 17.10
Public bug reported: On a fairly clean 17.10 install, on a Thinkpad T450, the wireless connection keeps dropping. Other devices nearby do not suffer the same way. I can turn the wifi off and on again to get reconnected. It happens multiple times over a short period of an hour or so. So quite irritating. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: network-manager 1.8.2-1ubuntu2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 NonfreeKernelModules: zfs zunicode zavl zcommon znvpair ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 15:52:20 2017 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2017-08-02 (9 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712) IpRoute: default via 192.168.1.1 dev wlp3s0 proto static metric 600 10.124.121.0/24 dev lxdbr0 proto kernel scope link src 10.124.121.1 169.254.0.0/16 dev wlp3s0 scope link metric 1000 192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.95 metric 600 NetworkManager.conf: [main] plugins=ifupdown,keyfile [ifupdown] managed=false NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true SourcePackage: network-manager UpgradeStatus: No upgrade log present (probably fresh install) nmcli-dev: DEVICE TYPE STATEDBUS-PATH CONNECTION CON-UUID CON-PATH lxdbr0 bridgeconnected/org/freedesktop/NetworkManager/Devices/27 lxdbr0 9e57f30a-21b5-4f87-aa76-06a328c24462 /org/freedesktop/NetworkManager/ActiveConnection/10 wlp3s0 wifi connected/org/freedesktop/NetworkManager/Devices/3 popey b83cf629-38b9-47dc-8916-3aaa2868e90a /org/freedesktop/NetworkManager/ActiveConnection/6 enp0s25 ethernet unavailable /org/freedesktop/NetworkManager/Devices/2 -- ---- lo loopback unmanaged/org/freedesktop/NetworkManager/Devices/1 -- ---- nmcli-nm: RUNNING VERSION STATE STARTUP CONNECTIVITY NETWORKING WIFI-HW WIFI WWAN-HW WWAN running 1.8.2connected started full enabled enabled enabled enabled enabled ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful wayland-session -- 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/1710382 Title: Wireless network frequently drops in 17.10 Status in network-manager package in Ubuntu: New Bug description: On a fairly clean 17.10 install, on a Thinkpad T450, the wireless connection keeps dropping. Other devices nearby do not suffer the same way. I can turn the wifi off and on again to get reconnected. It happens multiple times over a short period of an hour or so. So quite irritating. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: network-manager 1.8.2-1ubuntu2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 NonfreeKernelModules: zfs zunicode zavl zcommon znvpair ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 15:52:20 2017 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2017-08-02 (9 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712) IpRoute: default via 192.168.1.1 dev wlp3s0 proto static metric 600 10.124.121.0/24 dev lxdbr0 proto kernel scope link src 10.124.121.1 169.254.0.0/16 dev wlp3s0 scope link metric 1000 192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.95 metric 600 NetworkManager.conf: [main] plugins=ifupdown,keyfile [ifupdown] managed=false NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true SourcePackage: network-manager UpgradeStatus: No upgrade log present (probably fresh install) nmcli-dev: DEVICE TYPE STATEDBUS-PATH CONNECTION CON-UUID CON-PATH lxdbr0 bridgeconnected/org/freedesktop/NetworkManager/Devices/27 lxdbr0 9e57f30a-21b5-4f87-aa76-06a328c24462 /org/freedesktop/NetworkManager/ActiveConnection/10 wlp3s0 wifi connected/org/freedesktop/NetworkManager/Devices/3 popey b83cf629-38b9-47dc-8916-3aaa2868e90a /org/freedesktop/NetworkManager/ActiveConnection/6 enp0s25 e
[Desktop-packages] [Bug 1641423] Re: Backup fails with message: 'Failed to execute child process "duplicity" (No such file or directory)' or 'No module named gi.repository': missing deja-dup-backend-g
Whoops - forgot to add that I'm using Ubuntu 17.04. Manually installing duplicity worked for me. -- 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/1641423 Title: Backup fails with message: 'Failed to execute child process "duplicity" (No such file or directory)' or 'No module named gi.repository': missing deja-dup-backend-gvfs, duplicity, and/or python-gi packages Status in Déjà Dup: Triaged Status in deja-dup package in Ubuntu: Confirmed Bug description: Ubantu 16.04 Cant find out version of backup but it was loaded with distro 16.04 and all software is up to date so it should be latest I dont know how to get the information in 3 & 4 from the error maessage: Failed to execute child process "duplicity" (No such file or directory) It looks like a required file is missing I tried removing backup and reinstalling but it still fails with the same error To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1641423/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1641423] Re: Backup fails with message: 'Failed to execute child process "duplicity" (No such file or directory)' or 'No module named gi.repository': missing deja-dup-backend-g
Manually installing duplicity worked for me. sudo apt-get install duplicity -- 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/1641423 Title: Backup fails with message: 'Failed to execute child process "duplicity" (No such file or directory)' or 'No module named gi.repository': missing deja-dup-backend-gvfs, duplicity, and/or python-gi packages Status in Déjà Dup: Triaged Status in deja-dup package in Ubuntu: Confirmed Bug description: Ubantu 16.04 Cant find out version of backup but it was loaded with distro 16.04 and all software is up to date so it should be latest I dont know how to get the information in 3 & 4 from the error maessage: Failed to execute child process "duplicity" (No such file or directory) It looks like a required file is missing I tried removing backup and reinstalling but it still fails with the same error To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1641423/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710378] Re: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version'
** Changed in: hplip (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1710378 Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' Status in HPLIP: Confirmed Status in hplip package in Ubuntu: Confirmed Status in hplip package in Debian: New Bug description: hp-toolbox not starting: till@till-x1carbon:~$ hp-toolbox HP Linux Imaging and Printing System (ver. 3.17.7) HP Device Manager ver. 15.0 Copyright (c) 2001-15 HP Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. /Traceback (most recent call last): File "/usr/bin/hp-toolbox", line 280, in toolbox = ui.DevMgr5(__version__, device_uri, None) File "/usr/share/hplip/ui5/devmgr5.py", line 245, in __init__ self.setupUi(self,"",self.Is_autoInstaller_distro) File "/usr/share/hplip/ui5/devmgr_ext.py", line 7, in setupUi super(Ui_MainWindow_Derived, self).setupUi(MainWindow) File "/usr/share/hplip/ui5/devmgr5_base.py", line 358, in setupUi self.retranslateUi(MainWindow) File "/usr/share/hplip/ui5/devmgr_ext.py", line 37, in retranslateUi if self.latest_available_version is not "": AttributeError: 'DevMgr5' object has no attribute 'latest_available_version' till@till-x1carbon:~$ ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: hplip-data 3.17.7+repack0-2 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 11:19:39 2017 Dependencies: gcc-7-base 7.1.0-13ubuntu1 libc6 2.24-12ubuntu1 libgcc1 1:7.1.0-13ubuntu1 liblzma5 5.2.2-1.2 xz-utils 5.2.2-1.2 ExecutablePath: /usr/share/hplip/toolbox.py InstallationDate: Installed on 2015-04-30 (835 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) InterpreterPath: /usr/bin/python3.6 MachineType: LENOVO 20A8X50300 PackageArchitecture: all Papersize: letter ProcCmdline: /usr/bin/python3 /usr/bin/hp-toolbox ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-13-generic root=UUID=ff9fee12-fd92-4cfd-88bf-c8f57ffba318 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 PythonArgs: ['/usr/bin/hp-toolbox'] SourcePackage: hplip Title: toolbox.py crashed with AttributeError in retranslateUi(): 'DevMgr5' object has no attribute 'latest_available_version' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo wireshark dmi.bios.date: 09/02/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GRET40WW (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20A8X50300 dmi.board.vendor: LENOVO dmi.board.version: SDK0E50512 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A8X50300:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8X50300:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20A8X50300 dmi.product.version: ThinkPad X1 Carbon 2nd dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/hplip/+bug/1710378/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710389] [NEW] Sound plays out of the speakers and headphones at the same time. No volume control for headphones anymore.
Public bug reported: Plugging in headphones used to generate a pop up to select which audio device to play. This no longer occurs. Only get one output (speakers) in the sound controls when their used to be multiple. When plugging in headphones sound comes out of both the speakers and headphones at the same time. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dpepe 1788 F pulseaudio CurrentDesktop: GNOME Date: Sat Aug 12 12:32:10 2017 InstallationDate: Installed on 2017-07-25 (17 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170723) PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_Jack: Black Headphone Out, Left Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: Only some of outputs are working Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] Playback problem UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/07/2017 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.2.25 dmi.board.name: 0N7TVV dmi.board.vendor: Dell Inc. dmi.board.version: A01 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.2.25:bd05/07/2017:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA01:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 15 9550 dmi.sys.vendor: Dell Inc. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1710389 Title: Sound plays out of the speakers and headphones at the same time. No volume control for headphones anymore. Status in alsa-driver package in Ubuntu: New Bug description: Plugging in headphones used to generate a pop up to select which audio device to play. This no longer occurs. Only get one output (speakers) in the sound controls when their used to be multiple. When plugging in headphones sound comes out of both the speakers and headphones at the same time. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dpepe 1788 F pulseaudio CurrentDesktop: GNOME Date: Sat Aug 12 12:32:10 2017 InstallationDate: Installed on 2017-07-25 (17 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170723) PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_Jack: Black Headphone Out, Left Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: Only some of outputs are working Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] Playback problem UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/07/2017 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.2.25 dmi.board.name: 0N7TVV dmi.board.vendor: Dell Inc. dmi.board.version: A01 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.2.25:bd05/07/2017:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA01:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 15 9550 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1710389/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710389] Re: Sound plays out of the speakers and no longer the headphones. No volume control for headphones anymore.
** Summary changed: - Sound plays out of the speakers and headphones at the same time. No volume control for headphones anymore. + Sound plays out of the speakers and no longer the headphones. No volume control for headphones anymore. ** Description changed: Plugging in headphones used to generate a pop up to select which audio device to play. This no longer occurs. Only get one output (speakers) in the sound controls when their used to be multiple. When plugging in - headphones sound comes out of both the speakers and headphones at the - same time. + headphones sound comes out of the speakers and no longer the headphones. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC0: dpepe 1788 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC0: dpepe 1788 F pulseaudio CurrentDesktop: GNOME Date: Sat Aug 12 12:32:10 2017 InstallationDate: Installed on 2017-07-25 (17 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170723) PackageArchitecture: all ProcEnviron: - TERM=xterm-256color - PATH=(custom, no user) - XDG_RUNTIME_DIR= - LANG=en_US.UTF-8 - SHELL=/bin/bash + TERM=xterm-256color + PATH=(custom, no user) + XDG_RUNTIME_DIR= + LANG=en_US.UTF-8 + SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_Jack: Black Headphone Out, Left Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: Only some of outputs are working Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] Playback problem UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/07/2017 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.2.25 dmi.board.name: 0N7TVV dmi.board.vendor: Dell Inc. dmi.board.version: A01 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.2.25:bd05/07/2017:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA01:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 15 9550 dmi.sys.vendor: Dell Inc. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1710389 Title: Sound plays out of the speakers and no longer the headphones. No volume control for headphones anymore. Status in alsa-driver package in Ubuntu: New Bug description: Plugging in headphones used to generate a pop up to select which audio device to play. This no longer occurs. Only get one output (speakers) in the sound controls when their used to be multiple. When plugging in headphones sound comes out of the speakers and no longer the headphones. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dpepe 1788 F pulseaudio CurrentDesktop: GNOME Date: Sat Aug 12 12:32:10 2017 InstallationDate: Installed on 2017-07-25 (17 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170723) PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful Symptom_Card: Built-in Audio - HDA Intel PCH Symptom_Jack: Black Headphone Out, Left Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: Only some of outputs are working Title: [XPS 15 9550, Realtek ALC3266, Black Headphone Out, Left] Playback problem UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/07/2017 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.2.25 dmi.board.name: 0N7TVV dmi.board.vendor: Dell Inc. dmi.board.version: A01 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.2.25:bd05/07/2017:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA01:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 15 9550 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1710389/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.n
[Desktop-packages] [Bug 1710366] [NEW] Cannot activate NumLock
You have been subscribed to a public bug: Hi I'm running Artful updates 2012-08-12 Even if I reproduce what I did for Unity, NumLock is never automatically activated Here is what I did: sudo apt-get install numlockx sudo nano /etc/gdm3/Init/Default Add before "exit 0": if [ -x /usr/bin/numlockx ]; then exec /usr/bin/numlockx on fi ** Affects: numlockx (Ubuntu) Importance: Undecided Status: New ** Tags: bot-comment -- Cannot activate NumLock https://bugs.launchpad.net/bugs/1710366 You received this bug notification because you are a member of Desktop Packages, which is subscribed to numlockx in Ubuntu. -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710051] Re: xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ... chrome ... reason: Hang on render ring, action: reset
Also, a couple of days later, I experienced another full system hang. I was using GPU-accelerated Chrome at the time, but it was when a new page was loading. So, the newer PPA may not have totally corrected this issue, perhaps it just moved it around somehow. -- 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/1710051 Title: xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ... chrome ... reason: Hang on render ring, action: reset Status in xserver-xorg-video-intel package in Ubuntu: New Bug description: I am running a Lenovo X1C 4th Generation on Ubuntu 17.04. With the stock xserver-xorg-video-intel, I am able to reliably reproduce a complete Xorg hang -- that occasionally results in a full system hang, requiring reboot -- simply by opening a 360 photograph (using WebGL under the hood) on Facebook.com running in Chrome with hardware acceleration enabled. This is using modesetting and thus glamor. A similar hang also happens with this driver using certain software leveraging the GPU or hardware acceleration, for example the proprietary Zoom Video app. But since the Facebook example works very reliably (it crashes without fail), it has been good for testing/reproduction. On a stock Ubuntu 17.04, this crash would result in a total system hang requiring a reboot. However, by enabling CTRL+ALT+BACKSPACE on my Xorg version using GNOME tweak, I was able to induce the crash, press CTRL+ALT+BACKSPACE, and end up in a virtual terminal. From there, I could inspect dmesg (to find the message reported in the summary, which has also been reported elsewhere on bug trackers in various forms). This is the more precise dmesg entry: GPU HANG: ecode 9:0:0x86dd, in chrome [24053], reason: Hang on render ring, action: reset I could also capture the state of the GPU/drm error by looking in /sys/class/drm/card0/error. That has been attached to this ticket. Some interesting notes about this: - I could make Chrome not crash by turning off hardware acceleration in its advanced settings. In this case, chrome://gpu would show it is no longer using hardware acceleration. It would thus software accelerate WebGL on Facebook.com. And thus, no hang/crash. - I upgraded to the xserver-xorg-video-intel version that is in this PPA: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers -- after this, the problem went away, definitively. I have only been running this version for a day, but have had no crashes, and the Facebook WebGL reproduction case is no longer a reproduction case. My suspicion is that this is a bug deep in the intel driver and its interaction with certain GPUs, since the hang has happened in more than one userland program, and seems to be "repaired" by recent updates in the above-linked PPA. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1710051/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710366] Re: Cannot activate NumLock
** Package changed: ubuntu => numlockx (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to numlockx in Ubuntu. https://bugs.launchpad.net/bugs/1710366 Title: Cannot activate NumLock Status in numlockx package in Ubuntu: New Bug description: Hi I'm running Artful updates 2012-08-12 Even if I reproduce what I did for Unity, NumLock is never automatically activated Here is what I did: sudo apt-get install numlockx sudo nano /etc/gdm3/Init/Default Add before "exit 0": if [ -x /usr/bin/numlockx ]; then exec /usr/bin/numlockx on fi To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numlockx/+bug/1710366/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710395] [NEW] package lightdm 1.18.3-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10
Public bug reported: Login Loop is happening. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: lightdm 1.18.3-0ubuntu1.1 ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-32-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptOrdering: lightdm: Purge NULL: ConfigurePending Architecture: amd64 Date: Sat Aug 12 22:49:35 2017 ErrorMessage: subprocess installed pre-removal script returned error exit status 10 InstallationDate: Installed on 2017-08-12 (0 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) LightdmConfig: [SeatDefaults] greeter-session=unity-greeter user-session=gnome greeter-show-manual-login=true RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: lightdm Title: package lightdm 1.18.3-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lightdm (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1710395 Title: package lightdm 1.18.3-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10 Status in lightdm package in Ubuntu: New Bug description: Login Loop is happening. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: lightdm 1.18.3-0ubuntu1.1 ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-32-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptOrdering: lightdm: Purge NULL: ConfigurePending Architecture: amd64 Date: Sat Aug 12 22:49:35 2017 ErrorMessage: subprocess installed pre-removal script returned error exit status 10 InstallationDate: Installed on 2017-08-12 (0 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) LightdmConfig: [SeatDefaults] greeter-session=unity-greeter user-session=gnome greeter-show-manual-login=true RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: lightdm Title: package lightdm 1.18.3-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1710395/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710383] Re: Could not install 'gconf2' and upgrade frozen
This is a critical bug. It led to a path requiring a clean install of Ubuntu and a restore of user data from backups. The upgrade was ultimately unrecoverable even when booting to a Live USB stick to continue the upgrade. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/1710383 Title: Could not install 'gconf2' and upgrade frozen Status in gnome-software package in Ubuntu: New Bug description: When performing a distribution upgrade from Ubuntu 16.04.3 xenial to 17.04, a dialog is generated with the following messages: Could not install 'gconf2' The upgrade will continue but the 'gconf2' package may not be in a working state. Please consider submitting a bug report about it. dependency problems - leaving triggers unprocessed The dialog has a Close button. Clicking it closes the dialog but it then reappears again immediately. It is stuck in a loop. The distribution upgrade dialog continues in the background for a while. However, it then freeze having last reported "Configuring libpam-systemd (amd64)" in the "Installing the upgrades" step. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: gnome-software 3.20.5-0ubuntu0.16.04.5 ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76 Uname: Linux 4.4.0-91-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: GNOME Date: Sat Aug 12 10:54:28 2017 EcryptfsInUse: Yes ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-software UpgradeStatus: Upgraded to xenial on 2017-08-12 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1710383/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710366] Re: Cannot activate NumLock
** Description changed: Hi - I'm running Artful updates 2012-08-12 + I'm running Artful update 2012-08-12 Even if I reproduce what I did for Unity, NumLock is never automatically activated - Here is what I did: + Here is what I did: sudo apt-get install numlockx sudo nano /etc/gdm3/Init/Default - Add before "exit 0": + Add before "exit 0": if [ -x /usr/bin/numlockx ]; then exec /usr/bin/numlockx on fi ** Description changed: Hi - I'm running Artful update 2012-08-12 - Even if I reproduce what I did for Unity, NumLock is never automatically activated + I'm running Artful update 2012-08-12 + I reproduced what I did for Unity, nevertheless NumLock is never automatically activated Here is what I did: sudo apt-get install numlockx sudo nano /etc/gdm3/Init/Default Add before "exit 0": if [ -x /usr/bin/numlockx ]; then exec /usr/bin/numlockx on fi -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to numlockx in Ubuntu. https://bugs.launchpad.net/bugs/1710366 Title: Cannot activate NumLock Status in numlockx package in Ubuntu: New Bug description: Hi I'm running Artful update 2012-08-12 I reproduced what I did for Unity, nevertheless NumLock is never automatically activated Here is what I did: sudo apt-get install numlockx sudo nano /etc/gdm3/Init/Default Add before "exit 0": if [ -x /usr/bin/numlockx ]; then exec /usr/bin/numlockx on fi To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numlockx/+bug/1710366/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1035749] that's just perfect!
Hey! I assume I've just found something exquisite for you, you're going to admire that! Just take a glance here http://ni2.unideb.hu/shark.php?9190 Good wishes, Tommaso Bosco - >From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s). Your use of this website and any dispute arising out of such use of the website is subject to the laws of England, Northern Ireland, Scotland and Wales. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/1035749 Title: graphical interface freeze when logging "Ubuntu" (Unity3D) Status in xserver-xorg-video-ati package in Ubuntu: Expired Bug description: Ubuntu 12.04 32bit / 64bit (this affect both the 32bit and the 64bit distros). Sapphire Radeon HD 5670 512mb gddr5 pci-e with Official Catalyst 12.6. When I try to log Ubuntu (Unity 3D), the graphical interface freezes, except for the cursor. I can do ctrl+alt+f1. Updates are not useful nor standard drivers. Ubuntu 2D is not affected. cat /var/log/Xorg.0.log [368.896] (EE) fglrx(0): PPLIB swIPPLibNotifyEventToPPLib() Failed! [368.896] (EE) ulEventType = 0023, ulEventData = 0001 syslog Aug 10 10:22:07 Tom-PC4 kernel: [ 174.928149] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 174.938753] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 174.958232] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 174.968854] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 174.988078] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 174.998681] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.034517] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.045122] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.070198] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.080848] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.099941] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 Aug 10 10:22:07 Tom-PC4 kernel: [ 175.110549] Assertion failed in ../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_evergreen.c at line: 64 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evince 3.4.0-0ubuntu1.3 ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21 Uname: Linux 3.2.0-27-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.0.1-0ubuntu12 Architecture: amd64 Date: Sat Aug 11 23:59:23 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=linux LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: evince UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1035749/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1709064] Re: evince doesn't start in artful beta
So how long does this usually take to get fixed in Ubuntu? Still no go for me. Mind you, I have no clue as to how to apply any patches outside of the Ubuntu apt update && apt upgrade runs I do daily... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1709064 Title: evince doesn't start in artful beta Status in evince package in Ubuntu: Confirmed Bug description: Can't open a pdf with evince as nothing happens after clicking twice on the file. Starting from terminal the following error is occurs: ''' (evince:10291): Gdk-WARNING **: Failed to load cursor theme Paper (evince:10291): Gdk-WARNING **: Failed to load cursor theme Paper ** Gdk:ERROR:/build/gtk+3.0-f0nGiQ/gtk+3.0-3.22.17/./gdk/wayland/gdkdisplay-wayland.c:1039:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name) Aborted (core dumped) ''' carlo@thinkpad:~$ lsb_release -rd Description: Ubuntu Artful Aardvark (development branch) Release: 17.10 carlo@thinkpad:~$ apt-cache policy evince evince: Installed: 3.24.1-0ubuntu1 Candidate: 3.24.1-0ubuntu1 Version table: *** 3.24.1-0ubuntu1 500 500 http://it.archive.ubuntu.com/ubuntu artful/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: evince 3.24.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8 Uname: Linux 4.11.0-10-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Mon Aug 7 13:24:59 2017 InstallationDate: Installed on 2017-08-06 (1 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170805) SourcePackage: evince UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1709064/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Deja-dup fails to create encrypted backup
** Changed in: deja-dup (Ubuntu) Status: Incomplete => Confirmed ** Summary changed: - Deja-dup fails to create encrypted backup + Backup does not recognize gpg 2 option and fails ** Description changed: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. + + Release:Ubuntu 16.04.3 LTS + deja-dup34.2-0ubuntu1.1 + duplicity 0.7.06-2ubuntu2 ** Tags added: 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/1710309 Title: Backup does not recognize gpg 2 option and fails Status in deja-dup package in Ubuntu: Confirmed Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. Release:Ubuntu 16.04.3 LTS deja-dup34.2-0ubuntu1.1 duplicity 0.7.06-2ubuntu2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1706936] Re: Wrong version of libgles1-mesa in Xenial-updates
*** This bug is a duplicate of bug 1709823 *** https://bugs.launchpad.net/bugs/1709823 I had same problem few months ago with Linux Mint 18.1 KDE and VLC daily ppa. Solved it by removing ppa xorg-edgers but few weeks ago it came back on Mint 18.2 (IIRC not immediately after update to 18.2). Again related to VLC: astępujące pakiety zostaną zaktualizowane: libgl1-mesa-glx libglapi-mesa libgles2-mesa 3 pakietów aktualizowanych, 0 instalowanych, 0 do usunięcia i 0 nieaktualizowanych. Do pobrania 165 kB archiwów. Zwolnione po rozpakowaniu: 1024 B. Następujące pakiety mają niespełnione zależności: libgles1-mesa : Wymaga: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) ale zaplanowana jest instalacja wersji 17.0.7-0ubuntu0.16.04.1. Następujące działania rozwiążą problemy z zależnościami: Usunięcie następujących pakietów: 1) libgles1-mesa 2) vlc It is always (same as previous time) proposing uninstall VLC and mesa. I'm pressing "n" so it propose to keep old version and this is how I keep my distro updated, always keeping old version. And this is my rdepends output: apt-cache rdepends libgles1-mesa libgles1-mesa Reverse Depends: libgles1-mesa-dev |vlc libgles1-mesa-lts-xenial libgles1-mesa-lts-wily-dbg libgles1-mesa-lts-wily libgles1-mesa-lts-vivid-dbg libgles1-mesa-lts-vivid libgles1-mesa-lts-utopic-dbg libgles1-mesa-lts-utopic libgles1-mesa-dev |vlc libopentk1.1-cil libgles1-mesa-lts-wily-dbg libgles1-mesa-lts-wily libgles1-mesa-lts-vivid-dbg libgles1-mesa-lts-vivid libgles1-mesa-lts-utopic-dbg libgles1-mesa-lts-utopic Also attached repo's screenshots -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1706936 Title: Wrong version of libgles1-mesa in Xenial-updates Status in mesa package in Ubuntu: Incomplete Bug description: Xenial-updates has the following packages: - libgles1-mesa (12.0.6-0ubuntu0.16.04.1) - libglapi-mesa (17.0.7-0ubuntu0.16.04.1) The first one depends on libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1), but libglapi-mesa has a higher version and so there's a conflict. I've had to remove libgles1-mesa for now, to avoid the conflict. I have Linux Mint 18.1 but I believe it affects anyone using xenial- updates. Source links I used to verify it's a xenial-updates problem: https://packages.ubuntu.com/xenial-updates/libs/libgles1-mesa https://packages.ubuntu.com/xenial-updates/libglapi-mesa To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1706936/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Backup does not recognize gpg 2 option and fails
Hello Mats, thanks for your output. I was able to reproduce your bug and will add reproduction steps based on these lines of your log: DUPLICITY: . gpg: unknown trust model `tofu+pgp' DUPLICITY: . gpg: /home/lynx/.gnupg/gpg.conf:89: invalid option This indicates, that this might be a problem with the backend duplicity, so I will set this project as affected and forward to both upstreams. Best Vej ** Description changed: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. Release:Ubuntu 16.04.3 LTS deja-dup34.2-0ubuntu1.1 duplicity 0.7.06-2ubuntu2 + + Reproduction Steps: + + * Add the line "trust-model tofu+pgp" to the end of your gpg.conf (probably ~/.gnupg/gpg.conf) + * Try an encrypted backup of any data to any destination. ** Changed in: deja-dup (Ubuntu) Importance: Undecided => Medium ** Also affects: duplicity (Ubuntu) Importance: Undecided Status: New ** Changed in: duplicity (Ubuntu) Status: New => Triaged ** Changed in: deja-dup (Ubuntu) Status: Confirmed => Triaged ** Changed in: duplicity (Ubuntu) Importance: Undecided => Medium ** Also affects: duplicity Importance: Undecided Status: New ** Also affects: deja-dup Importance: Undecided Status: New ** Changed in: deja-dup Status: New => Triaged ** Changed in: deja-dup Importance: Undecided => High -- 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/1710309 Title: Backup does not recognize gpg 2 option and fails Status in Déjà Dup: Triaged Status in Duplicity: New Status in deja-dup package in Ubuntu: Triaged Status in duplicity package in Ubuntu: Triaged Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. Release:Ubuntu 16.04.3 LTS deja-dup34.2-0ubuntu1.1 duplicity 0.7.06-2ubuntu2 Reproduction Steps: * Add the line "trust-model tofu+pgp" to the end of your gpg.conf (probably ~/.gnupg/gpg.conf) * Try an encrypted backup of any data to any destination. To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Backup does not recognize gpg 2 option and fails
@Developers: Please note, that the trust-model tofu+pgp is valid for PGP 2. See https://www.gnupg.org/documentation/manuals/gnupg/GPG- Configuration-Options.html#GPG-Configuration-Options -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1710309 Title: Backup does not recognize gpg 2 option and fails Status in Déjà Dup: Triaged Status in Duplicity: New Status in deja-dup package in Ubuntu: Triaged Status in duplicity package in Ubuntu: Triaged Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. Release:Ubuntu 16.04.3 LTS deja-dup34.2-0ubuntu1.1 duplicity 0.7.06-2ubuntu2 Reproduction Steps: * Add the line "trust-model tofu+pgp" to the end of your gpg.conf (probably ~/.gnupg/gpg.conf) * Try an encrypted backup of any data to any destination. To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1502978] Re: fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build against kernel 4.3 [firegl_public.c:... error: void value not ignored as it ought to be ...
I got this bug while plugging in my HDMI cable, screen was hanging (super lag, it seems like the GPU rendering error). It works fine with VGA interface. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fglrx-installer in Ubuntu. https://bugs.launchpad.net/bugs/1502978 Title: fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build against kernel 4.3 [firegl_public.c:... error: void value not ignored as it ought to be ... seq_printf] Status in fglrx-installer package in Ubuntu: Invalid Status in fglrx-installer-updates package in Ubuntu: Invalid Status in software-properties package in Ubuntu: Invalid Status in fglrx-installer source package in Trusty: New Status in fglrx-installer-updates source package in Trusty: New Status in software-properties source package in Trusty: Triaged Bug description: Probably fglrx-installer. However I am not using fglrx , I am using xserver-xorg-video-ati and xserver-xorg-video-amdgpu. This happened when I installed kernel 4.3.0-040300rc4 in Ubuntu Wily Werewolf. Graphic card Radeon R9 380 ProblemType: Package DistroRelease: Ubuntu 15.10 Package: fglrx-core 2:15.201-0ubuntu1 Uname: Linux 4.3.0-040300rc4-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.19-0ubuntu1 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 DKMSKernelVersion: 4.3.0-040300rc4-generic Date: Mon Oct 5 18:33:50 2015 DistUpgraded: Fresh install DistroCodename: wily DistroVariant: ubuntu DkmsStatus: fglrx-core, 15.201, 4.2.0-14-generic, x86_64: installed DuplicateSignature: dkms:fglrx-core:2:15.201-0ubuntu1:/var/lib/dkms/fglrx-core/15.201/build/2.6.x/firegl_public.c:639:9: error: void value not ignored as it ought to be GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Tonga PRO [Radeon R9 285/380] [1002:6939] (rev f1) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2015] InstallationDate: Installed on 2015-02-01 (246 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150130) MachineType: Gigabyte Technology Co., Ltd. GA-MA770-UD3 PackageVersion: 2:15.201-0ubuntu1 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-040300rc4-generic root=UUID=494a814f-1825-4bfc-941f-1d7ee79111d1 ro quiet splash vt.handoff=7 RelatedPackageVersions: dpkg 1.18.2ubuntu4 apt 1.0.9.10ubuntu7 SourcePackage: fglrx-installer Title: fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/09/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: FA dmi.board.name: GA-MA770-UD3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrFA:bd04/09/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770-UD3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA770-UD3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. version.compiz: compiz 1:0.9.12.2+15.10.20151002-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.64-1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0+git20150819-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20150808-0ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3 xserver.bootTime: Mon Oct 5 18:37:05 2015 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.17.2-1ubuntu9 xserver.video_driver: amdgpu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1502978/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1090541] Re: Problems uploading to ftp server
I'm going to close the upstream tasks, as it seems like it was a gvfs issue in the first place and additionally likely fixed a while back. ** Changed in: duplicity Status: New => Invalid ** Changed in: deja-dup Status: New => Invalid -- 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/1090541 Title: Problems uploading to ftp server Status in Déjà Dup: Invalid Status in Duplicity: Invalid Status in deja-dup package in Ubuntu: Incomplete Status in Arch Linux: New Bug description: Description: Ubuntu 12.10 deja-dup 24.0-0ubuntu1 duplicity 0.6.19-0ubuntu2 Im uploading my backups to a ftp server (Dlink DNS-323) and since Ubuntu 12.10 the backup hangs at uploading and nothing happens. According to the logfile of the ftp the last duplicity-inc..to..vol.difftar.gz hasnt been uploaded the last duplicity-inc..to..vol.difftar.gz can be found on the ftp server but with size 0 it looks like it only uploads 3-4 duplicity-inc..to..vol.difftar.gz before it hangs. 1st debug run DUPLICITY: INFO 2 4929484316 DUPLICITY: . Processed volume 14 DUPLICITY: DEBUG 1 DUPLICITY: . Registering (mktemp) temporary file /tmp/duplicity-xodUb_-tempdir/mktemp-xsAFTU-11 DUPLICITY: INFO 11 DUPLICITY: . AsyncScheduler: running task synchronously (asynchronicity disabled) DUPLICITY: INFO 1 DUPLICITY: . Writing ftp://backup@192.168.0.199/HP-Mini-Marijo/duplicity-inc.20121210T045327Z.to.20121214T191855Z.vol15.difftar.gz 2nd debug run (previus session terminated with resume later) DUPLICITY: INFO 2 5135117373 DUPLICITY: . Processed volume 18 DUPLICITY: DEBUG 1 DUPLICITY: . Registering (mktemp) temporary file /tmp/duplicity-RK7THk-tempdir/mktemp-zO9Z_p-6 DUPLICITY: INFO 11 DUPLICITY: . AsyncScheduler: running task synchronously (asynchronicity disabled) DUPLICITY: INFO 1 DUPLICITY: . Writing ftp://backup@192.168.0.199/HP-Mini-Marijo/duplicity-inc.20121210T045327Z.to.20121214T191855Z.vol19.difftar.gz To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1090541/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1075579] Re: Options during backup aren't completely readable
Trunk notifications have been re-jiggered a bit and no longer have buttons. So this gets fixed for free I guess. Thank you for the report, sorry it languished so long! ** Changed in: deja-dup Status: New => Fix Released ** Changed in: deja-dup (Ubuntu) Status: Confirmed => Fix Released ** Changed in: ubuntu-translations Status: New => Invalid -- 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/1075579 Title: Options during backup aren't completely readable Status in Déjà Dup: Fix Released Status in Ubuntu Translations: Invalid Status in deja-dup package in Ubuntu: Fix Released Bug description: This is affecting German users of GNOME, using 12.04.1 LTS: ~ Organise your Backups with Déjà Dup ~ Restart the computer ~ Look at the message, in the GNOME notification task bar: You can select "Forts…", "Spät…" or "Date…". Especially by the last one, there could be multiple meanings. A picture of the message is in the attachment. The first thing would be that "Fortsetzen" in place of "Fort…" is viewed (there is enough place), the second would be that "Später" in place of "Spät…" is viewed (there is enough place for one more character), the third and last thing would be that someone find an other translation of this option. (If the meaning is: Datensicherung abbrechen [cancel Backup], I would suppose: Abbrechen [cancel]) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: deja-dup 22.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 ApportVersion: 2.0.1-0ubuntu14 Architecture: amd64 Date: Tue Nov 6 15:51:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: LANGUAGE=de_DE:en TERM=xterm PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: deja-dup UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/deja-dup/+bug/1075579/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1166019] Re: duplicity crashed with SIGSEGV in g_file_copy()
** No longer affects: deja-dup -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1166019 Title: duplicity crashed with SIGSEGV in g_file_copy() Status in Duplicity: Incomplete Status in duplicity package in Ubuntu: Confirmed Bug description: . ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: duplicity 0.6.21-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5 Uname: Linux 3.8.0-16-generic x86_64 ApportVersion: 2.9.2-0ubuntu5 Architecture: amd64 Date: Sat Apr 6 03:00:37 2013 ExecutablePath: /usr/bin/duplicity InterpreterPath: /usr/bin/python2.7 MarkForUpload: True ProcCmdline: /usr/bin/python /usr/bin/duplicity --include=/home/username/.cache/deja-dup/metadata --exclude=/home/username/photos --exclude=/home/username/Downloads --exclude=/home/username/.local/share/Trash --exclude=/home/username/.cache/deja-dup/tmp --exclude=/home/username/.xsession-errors --exclude=/home/username/.thumbnails --exclude=/home/username/.Private --exclude=/home/username/.gvfs --exclude=/home/username/.adobe/Flash_Player/AssetCache --exclude=/home/username/.cache/deja-dup --exclude=/home/username/.cache --include=/home/username --exclude=/sys --exclude=/run --exclude=/proc --exclude=/var/tmp --exclude=/tmp --exclude=** --gio --volsize=25 / ftp://anonymous@lacie-2big/Public/backup --no-encryption --verbosity=9 --gpg-options=--no-use-agent --archive-dir=/home/username/.cache/deja-dup --tempdir=/home/username/.cache/deja-dup/tmp --log-fd=21 ProcEnviron: PATH=(custom, user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SegvAnalysis: Segfault happened at: 0x7f60273fc175 : mov (%rax),%eax PC (0x7f60273fc175) ok source "(%rax)" (0x) not located in a known VMA region (needed readable region)! destination "%eax" ok SegvReason: reading NULL VMA Signal: 11 SourcePackage: duplicity StacktraceTop: g_file_copy () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 g_callable_info_invoke () from /usr/lib/libgirepository-1.0.so.1 g_function_info_invoke () from /usr/lib/libgirepository-1.0.so.1 Title: duplicity crashed with SIGSEGV in g_file_copy() UpgradeStatus: Upgraded to raring on 2012-10-19 (168 days ago) UserGroups: adm admin cdrom dialout libvirtd lpadmin mythtv plugdev sambashare To manage notifications about this bug go to: https://bugs.launchpad.net/duplicity/+bug/1166019/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710309] Re: Backup does not recognize gpg 2 option and fails
** No longer affects: deja-dup ** No longer affects: deja-dup (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1710309 Title: Backup does not recognize gpg 2 option and fails Status in Duplicity: New Status in duplicity package in Ubuntu: Triaged Bug description: Attempting to create a full backup to a SMB NAS, succeeds if backup is set to unencrypted. Fails if password is specified. Symptom: deja-dup loops endlessly through "scanning" -> "encryption password needed" -> "require password?" and round and round. Possibly related to recent gnupg options changes? Creating a GPG key pair for enigmail to use was the last major change i made to my set-up since the last time these back-ups succeeded. If that's the cause, i'll be darned if i can work out what to revert where. Release:Ubuntu 16.04.3 LTS deja-dup34.2-0ubuntu1.1 duplicity 0.7.06-2ubuntu2 Reproduction Steps: * Add the line "trust-model tofu+pgp" to the end of your gpg.conf (probably ~/.gnupg/gpg.conf) * Try an encrypted backup of any data to any destination. To manage notifications about this bug go to: https://bugs.launchpad.net/duplicity/+bug/1710309/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1704533] Re: French language locale missing : Gnome-Weather
Is there some way to fix it or a workaround ? Something I could try to help ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libgweather in Ubuntu. https://bugs.launchpad.net/bugs/1704533 Title: French language locale missing : Gnome-Weather Status in Ubuntu Translations: New Status in gnome-weather package in Ubuntu: In Progress Status in libgweather package in Ubuntu: Confirmed Bug description: In Gnome Weather, part of it is not translated in french : cloudy, rain showers, etc. Should be : nuageux, pluie fine, etc. I guess it's a missing french localization. Fedora does not have that problem. In Gnome-Software, they have a section for languages, under the extensions section. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/1704533/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710439] [NEW] webapps-applications build-depends on webkitgtk which will be removed soon
Public bug reported: webapps-applications build-depends on gir1.2-webkit-3.0 for its build tests (see tests/test.js) gir1.2-webkit-3.0 is part of webkitgtk which will be removed from Ubuntu soon, probably before Ubuntu 17.10 is released. ** Affects: webapps-applications (Ubuntu) Importance: High Status: New ** Tags: artful -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to webapps-applications in Ubuntu. https://bugs.launchpad.net/bugs/1710439 Title: webapps-applications build-depends on webkitgtk which will be removed soon Status in webapps-applications package in Ubuntu: New Bug description: webapps-applications build-depends on gir1.2-webkit-3.0 for its build tests (see tests/test.js) gir1.2-webkit-3.0 is part of webkitgtk which will be removed from Ubuntu soon, probably before Ubuntu 17.10 is released. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/webapps-applications/+bug/1710439/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1710439] Re: webapps-applications build-depends on webkitgtk which will be removed soon
** Tags added: artful -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to webapps-applications in Ubuntu. https://bugs.launchpad.net/bugs/1710439 Title: webapps-applications build-depends on webkitgtk which will be removed soon Status in webapps-applications package in Ubuntu: New Bug description: webapps-applications build-depends on gir1.2-webkit-3.0 for its build tests (see tests/test.js) gir1.2-webkit-3.0 is part of webkitgtk which will be removed from Ubuntu soon, probably before Ubuntu 17.10 is released. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/webapps-applications/+bug/1710439/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1709965] Re: gnome-control-center crashed with SIGSEGV in ffi_call_unix64()
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please tell us the number of the upstream bug (or the link), so we can add a bugwatch that will inform us about its status. Thanks in advance. ** Summary changed: - gnome-control-center crashed with SIGSEGV in ffi_call_unix64() + gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() ** Also affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-gnome Importance: Undecided => High -- 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/1709965 Title: gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() Status in Ubuntu GNOME: New Status in gnome-control-center package in Ubuntu: Invalid Bug description: Made login to WIFI and Opened Network. Seems to be repeatable by opening Network and click on WIFI and click on Visible Networks ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: gnome-control-center 1:3.25.90-0ubuntu0~artful1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 10 20:17:53 2017 ExecutablePath: /usr/bin/gnome-control-center InstallationDate: Installed on 2017-08-10 (0 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170810) ProcCmdline: gnome-control-center SegvAnalysis: Segfault happened at: 0x7f471d881679:cmpq $0x0,0x58(%rax) PC (0x7f471d881679) ok source "$0x0" ok destination "0x58(%rax)" (0x0058) not located in a known VMA region (needed writable region)! SegvReason: writing NULL VMA Signal: 11 SourcePackage: gnome-control-center StacktraceTop: ?? () from /usr/lib/x86_64-linux-gnu/libnm.so.0 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 g_cclosure_marshal_generic () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 Title: gnome-control-center crashed with SIGSEGV in ffi_call_unix64() 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-gnome/+bug/1709965/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1709965] gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64()
StacktraceTop: ?? () ?? () ?? () ?? () ?? () -- 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/1709965 Title: gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() Status in Ubuntu GNOME: New Status in gnome-control-center package in Ubuntu: Invalid Bug description: Made login to WIFI and Opened Network. Seems to be repeatable by opening Network and click on WIFI and click on Visible Networks ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: gnome-control-center 1:3.25.90-0ubuntu0~artful1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 10 20:17:53 2017 ExecutablePath: /usr/bin/gnome-control-center InstallationDate: Installed on 2017-08-10 (0 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170810) ProcCmdline: gnome-control-center SegvAnalysis: Segfault happened at: 0x7f471d881679:cmpq $0x0,0x58(%rax) PC (0x7f471d881679) ok source "$0x0" ok destination "0x58(%rax)" (0x0058) not located in a known VMA region (needed writable region)! SegvReason: writing NULL VMA Signal: 11 SourcePackage: gnome-control-center StacktraceTop: ?? () from /usr/lib/x86_64-linux-gnu/libnm.so.0 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 g_cclosure_marshal_generic () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 Title: gnome-control-center crashed with SIGSEGV in ffi_call_unix64() 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-gnome/+bug/1709965/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1709965] ThreadStacktrace.txt
** Attachment added: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/1709965/+attachment/4931560/+files/ThreadStacktrace.txt ** Changed in: gnome-control-center (Ubuntu) Status: New => Invalid -- 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/1709965 Title: gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() Status in Ubuntu GNOME: New Status in gnome-control-center package in Ubuntu: Invalid Bug description: Made login to WIFI and Opened Network. Seems to be repeatable by opening Network and click on WIFI and click on Visible Networks ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: gnome-control-center 1:3.25.90-0ubuntu0~artful1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 10 20:17:53 2017 ExecutablePath: /usr/bin/gnome-control-center InstallationDate: Installed on 2017-08-10 (0 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170810) ProcCmdline: gnome-control-center SegvAnalysis: Segfault happened at: 0x7f471d881679:cmpq $0x0,0x58(%rax) PC (0x7f471d881679) ok source "$0x0" ok destination "0x58(%rax)" (0x0058) not located in a known VMA region (needed writable region)! SegvReason: writing NULL VMA Signal: 11 SourcePackage: gnome-control-center StacktraceTop: ?? () from /usr/lib/x86_64-linux-gnu/libnm.so.0 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 g_cclosure_marshal_generic () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 Title: gnome-control-center crashed with SIGSEGV in ffi_call_unix64() 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-gnome/+bug/1709965/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1709965] Crash report cannot be processed
Thank you for your report! However, processing it in order to get sufficient information for the developers failed (it does not generate a useful symbolic stack trace). This might be caused by some outdated packages which were installed on your system at the time of the report: no debug symbol package found for libfribidi0 gnome-control-center version 1:3.25.90-0ubuntu0~artful1 required, but 1:3.24.3-0ubuntu2 is available no debug symbol package found for libphonenumber7 no debug symbol package found for gir1.2-freedesktop no debug symbol package found for perl gvfs-common version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available no debug symbol package found for gir1.2-gdkpixbuf-2.0 no debug symbol package found for base-files libgnome-desktop-3-12 version 3.25.90-0ubuntu1~artful1 required, but 3.24.2-0ubuntu1 is available no debug symbol package found for gir1.2-packagekitglib-1.0 libgtop2-common version 2.37.90-0ubuntu0~artful1 required, but 2.37.90-0ubuntu1 is available libgtop-2.0-11 version 2.37.90-0ubuntu0~artful1 required, but 2.37.90-0ubuntu1 is available gnome-control-center-faces version 1:3.25.90-0ubuntu0~artful1 required, but 1:3.24.3-0ubuntu2 is available no debug symbol package found for gir1.2-secret-1 no debug symbol package found for libtag1v5 no debug symbol package found for libmagic-mgc gvfs-libs version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available gvfs-daemons version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available no debug symbol package found for isc-dhcp-common no debug symbol package found for gir1.2-glib-2.0 no debug symbol package found for gir1.2-gtk-3.0 gnome-settings-daemon-schemas version 3.25.90-0ubuntu0~artful1 required, but 3.24.3-0ubuntu2 is available gnome-desktop3-data version 3.25.90-0ubuntu1~artful1 required, but 3.24.2-0ubuntu1 is available no debug symbol package found for systemd-sysv gvfs version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available no debug symbol package found for libavahi-common-data no debug symbol package found for gir1.2-pango-1.0 gnome-settings-daemon version 3.25.90-0ubuntu0~artful1 required, but 3.24.3-0ubuntu2 is available gnome-control-center-data version 1:3.25.90-0ubuntu0~artful1 required, but 1:3.24.3-0ubuntu2 is available no debug symbol package found for libperl5.26 no debug symbol package found for gir1.2-atk-1.0 gvfs-backends version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available no debug symbol package found for debianutils no debug symbol package found for libgdbm3 no debug symbol package found for dnsmasq-base no debug symbol package found for gir1.2-notify-0.7 no debug symbol package found for perl-base no debug symbol package found for perl-base libbabeltrace-ctf1 version 1.2.1 required, but 1.5.3-1 is available libbabeltrace1 version 1.2.1 required, but 1.5.3-1 is available libpython3.6 version 3.6.0~b2 required, but 3.6.2-2 is available libdw1 version 0.126 required, but 0.168-1 is available no debug symbol package found for perl-base libgtop-2.0-11 version 2.37.90-0ubuntu0~artful1 required, but 2.37.90-0ubuntu1 is available gvfs-libs version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available libgnome-desktop-3-12 version 3.25.90-0ubuntu1~artful1 required, but 3.24.2-0ubuntu1 is available gvfs version 1.33.90-0ubuntu0~artful1 required, but 1.32.1-0ubuntu1 is available gnome-control-center version 1:3.25.90-0ubuntu0~artful1 required, but 1:3.24.3-0ubuntu2 is available Please upgrade your system to the latest package versions. If you still encounter the crash, please file a new report. Thank you for your understanding, and sorry for the inconvenience! ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/1709965/+attachment/4930223/+files/CoreDump.gz ** Tags removed: need-amd64-retrace -- 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/1709965 Title: gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() Status in Ubuntu GNOME: New Status in gnome-control-center package in Ubuntu: Invalid Bug description: Made login to WIFI and Opened Network. Seems to be repeatable by opening Network and click on WIFI and click on Visible Networks ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: gnome-control-center 1:3.25.90-0ubuntu0~artful1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 10 20:17:53 2017 ExecutablePath: /usr/bin/gnome-control-center InstallationDate: Installed on 2017-08-10 (0 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170810) ProcCmdline: gnome-control-center SegvAnaly
[Desktop-packages] [Bug 1709965] Stacktrace.txt
** Attachment added: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1709965/+attachment/4931559/+files/Stacktrace.txt -- 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/1709965 Title: gnome-control-center 3.25.90 crashed with SIGSEGV in ffi_call_unix64() Status in Ubuntu GNOME: New Status in gnome-control-center package in Ubuntu: Invalid Bug description: Made login to WIFI and Opened Network. Seems to be repeatable by opening Network and click on WIFI and click on Visible Networks ProblemType: Crash DistroRelease: Ubuntu 17.10 Package: gnome-control-center 1:3.25.90-0ubuntu0~artful1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12 Uname: Linux 4.11.0-13-generic x86_64 ApportVersion: 2.20.6-0ubuntu4 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 10 20:17:53 2017 ExecutablePath: /usr/bin/gnome-control-center InstallationDate: Installed on 2017-08-10 (0 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170810) ProcCmdline: gnome-control-center SegvAnalysis: Segfault happened at: 0x7f471d881679:cmpq $0x0,0x58(%rax) PC (0x7f471d881679) ok source "$0x0" ok destination "0x58(%rax)" (0x0058) not located in a known VMA region (needed writable region)! SegvReason: writing NULL VMA Signal: 11 SourcePackage: gnome-control-center StacktraceTop: ?? () from /usr/lib/x86_64-linux-gnu/libnm.so.0 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6 g_cclosure_marshal_generic () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 Title: gnome-control-center crashed with SIGSEGV in ffi_call_unix64() 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-gnome/+bug/1709965/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp