[Touch-packages] [Bug 1596811] Re: Please merge qtbase-opensource-src 5.6.1+dfsg-3
Not very good news: these bugs need to be fixed first: https://bugs.launchpad.net/bugs/+bugs?field.tag=qt5.6 More information about Qt 5.6 status is at https://wiki.ubuntu.com/Touch/QtTesting. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1596811 Title: Please merge qtbase-opensource-src 5.6.1+dfsg-3 Status in qtbase-opensource-src package in Ubuntu: New Bug description: Please upgrade Qt in Ubuntu to 5.6. Much of Qt 5.6 already auto-synced to yakkety but it needs qtbase to be updated: http://qa.ubuntuwire.org/ftbfs/#qt5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1596811/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596811] Re: Please merge qtbase-opensource-src 5.6.1+dfsg-3
** Tags added: qt5.6 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1596811 Title: Please merge qtbase-opensource-src 5.6.1+dfsg-3 Status in qtbase-opensource-src package in Ubuntu: New Bug description: Please upgrade Qt in Ubuntu to 5.6. Much of Qt 5.6 already auto-synced to yakkety but it needs qtbase to be updated: http://qa.ubuntuwire.org/ftbfs/#qt5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1596811/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1552318] Re: unity-scope-click relies on unity8 Preview Item for communication with libpay
In my opinion priority should not be about how easy or not something is to fix but about how bad it is or not, but ok, your product, your way to set priority :) Maybe we need to add a canonical-devices-system-image product to the bug and set the "global" priority there? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1552318 Title: unity-scope-click relies on unity8 Preview Item for communication with libpay Status in unity-scope-click package in Ubuntu: Confirmed Status in unity8 package in Ubuntu: Triaged Bug description: On unity8 PreviewPayments.qml has a Payments item that listens to onPurchaseCompleted onPurchaseError onPurchaseCancelled and relies those to the scope. The problem is that there's no guarantee that the PreviewPayments item will be around for the whole buying process, since i can press the buy button and quickly press the back button before the payui shows up so it will get destroyed. We need to evaluate how bad is if those signals from libpay are lost and if it is bad think of a way to make this more resilient. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1552318/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1594851] Re: Color fonts (e.g. emoji) fail to render correctly
** Changed in: canonical-devices-system-image Status: New => Fix Committed ** Changed in: canonical-devices-system-image Importance: Undecided => Medium ** Changed in: canonical-devices-system-image Milestone: None => 12 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1594851 Title: Color fonts (e.g. emoji) fail to render correctly Status in Canonical System Image: Fix Committed Status in qtbase-opensource-src package in Ubuntu: New Status in qtdeclarative-opensource-src package in Ubuntu: New Bug description: Attempting to use color fonts such as Emoji One results in garbled font rendering. This is fixed in Qt 5.7 so we just need to back port support for this. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1594851/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1585926] Re: mp3 files decode as crackly noise
This is mpg123 upstream here. I do not have a 16.04 system at hand currently, cannot confirm (and I suppose it should be a hardware machine, sound in a VM being possibly a different beast …). So, may I ask: 1. This is only with pulseaudio, right? Things are smooth when disabling it and playing directly via ALSA? 2. Does this persist with current mpg123 built from http://mpg123.org/current (it's 1.23.5)? Minimum receipe: apt-get install build-essentials apt-get libpulse-dev wget https://mpg123.org/current tar -xf mpg123-1.23.5.tar.bz2 cd mpg123-1.23.5 ./configure --disable-shared --with-audio=pulse make src/mpg123 $some_file (Naturally that's my guess, as I did not test on a ubuntu 16.04 system.) This should produce a self-contained mpg123 binary that does run without installing any modules. There was quite some work in the output code going from version 1.22 to 1.23. If the switch fixes things, we at least may have a hint at what fix might apply to the older version in Ubuntu. I am wondering about partial PCM frames being received by pulse, in particular. But that would cause output more like static noise, not what you describe … About the nature of the broken output … it is not just static noise; there is still the initial audio intelligible, just played fast with lots of skippyness? I may test this version of mpg123 on a ubuntu 14.04 box ... can someone tell me if something substantial in pulseaudio changed from that one (it was supposed to be stable now;-)? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mpg123 in Ubuntu. https://bugs.launchpad.net/bugs/1585926 Title: mp3 files decode as crackly noise Status in mpg123 package in Ubuntu: Confirmed Bug description: MP3 files have started decoding as crackly noise instead of the intended sound (typically, music). Occasionally but not reliably, the crackly noise becomes music, as though it were a mere synchronisation error and mpg123 finds a sync signal. (I have no reason to believe that that is happening at a technical level, I offer it as an analogy for the occasional behaviour I've noticed.) While it's possible that this is only files on my disk that are corrupted, this would suggest that my backups have been similarly corrupted, so that hypothesis seems less likely. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: mpg123 1.22.4-1 ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 CurrentDesktop: i3 Date: Thu May 26 09:46:53 2016 EcryptfsInUse: Yes InstallationDate: Installed on 2015-10-23 (215 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) SourcePackage: mpg123 UpgradeStatus: Upgraded to xenial on 2016-05-16 (9 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mpg123/+bug/1585926/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1388743] Re: iOS 8.1 - Could not start com.apple.mobile.installation_proxy!
This bug was fixed in the package libimobiledevice - 1.2.0+dfsg-3~ubuntu0.1 --- libimobiledevice (1.2.0+dfsg-3~ubuntu0.1) xenial; urgency=medium * debian/patches/git_gnutls_proxy.patch: - Fix installation_proxy when using GnuTLS instead of OpenSSL (lp: #1388743) * debian/patches/git_local_socket.patch: - [security fix] Make sure sockets only listen locally -- Sebastien Bacher Mon, 23 May 2016 12:48:38 +0200 ** Changed in: libimobiledevice (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libimobiledevice in Ubuntu. https://bugs.launchpad.net/bugs/1388743 Title: iOS 8.1 - Could not start com.apple.mobile.installation_proxy! Status in libimobiledevice package in Ubuntu: Fix Released Status in libusbmuxd package in Ubuntu: New Status in libimobiledevice source package in Xenial: Fix Released Bug description: * Impact When running ideviceinstaller -l, I get the following error: Could not start com.apple.mobile.installation_proxy! * Test case connect an iOS >8 device and try to use ideviceinstaller * Regression potential It's fixing code that was not working before, should create any new issue Pairing works and I can mount the phone using iFuse. iPhone 4S, iOS 8.1 libimobiledevice is probably outdated. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: ideviceinstaller 1.0.1-0.2build1 ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 Uname: Linux 3.16.0-24-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: KDE Date: Mon Nov 3 09:33:21 2014 InstallationDate: Installed on 2014-11-02 (0 days ago) InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: ideviceinstaller UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1388743] Update Released
The verification of the Stable Release Update for libimobiledevice has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libimobiledevice in Ubuntu. https://bugs.launchpad.net/bugs/1388743 Title: iOS 8.1 - Could not start com.apple.mobile.installation_proxy! Status in libimobiledevice package in Ubuntu: Fix Released Status in libusbmuxd package in Ubuntu: New Status in libimobiledevice source package in Xenial: Fix Released Bug description: * Impact When running ideviceinstaller -l, I get the following error: Could not start com.apple.mobile.installation_proxy! * Test case connect an iOS >8 device and try to use ideviceinstaller * Regression potential It's fixing code that was not working before, should create any new issue Pairing works and I can mount the phone using iFuse. iPhone 4S, iOS 8.1 libimobiledevice is probably outdated. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: ideviceinstaller 1.0.1-0.2build1 ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 Uname: Linux 3.16.0-24-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: KDE Date: Mon Nov 3 09:33:21 2014 InstallationDate: Installed on 2014-11-02 (0 days ago) InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: ideviceinstaller UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595707] Re: [SRU]crash in nmc_find_connection
** Also affects: network-manager (Ubuntu Xenial) Importance: Undecided Status: New ** Bug watch added: GNOME Bug Tracker #767987 https://bugzilla.gnome.org/show_bug.cgi?id=767987 ** Also affects: network-manager via https://bugzilla.gnome.org/show_bug.cgi?id=767987 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1595707 Title: [SRU]crash in nmc_find_connection Status in NetworkManager: Unknown Status in network-manager package in Ubuntu: Triaged Status in network-manager source package in Xenial: New Bug description: [Impact] Ubuntu error tracker receives some reports agains 1.2.0 for a crash in nmc_find_connection() when connecting to a password protected wlan connection, by running command: nmcli device connect wlan0 T he problem page at https://errors.ubuntu.com/problem/16ece0c3816c93d9c763402902edf04448cbe6c8 contains more details. [Test Case] After applying the patch, errors.ubuntu.com should stop receiving new crash reports for this problem. [Regression Potential] The fix is making the connection list available for certain nmc_secrets_requested() call, which should be harmless. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1595707/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1592386] Re: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text
This bug was fixed in the package base-files - 9.4ubuntu4.1 --- base-files (9.4ubuntu4.1) xenial-proposed; urgency=medium * add links for obtaining management and support in 10-help-text and fix the documentation link, LP: #1592386 -- Dustin Kirkland Tue, 14 Jun 2016 15:08:49 +0300 ** Changed in: base-files (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/1592386 Title: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text Status in base-files package in Ubuntu: Fix Released Status in base-files source package in Xenial: Fix Released Bug description: Add links for obtaining management and support in 10-help-text, and fix the documentation link. Should look very simple, concise, and clean, like this: * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support:https://ubuntu.com/advantage == SRU == [Impact] This impacts command line users of Ubuntu server (and desktop) systems. When logging into an Ubuntu console (tty, ssh), pam displays a dynamically generated MOTD (message of the day). The current message of the day on Ubuntu servers has a broken link for documentation. We need to fix that. We should also add simple, clean, friendly links on how to obtain support and remotely manage the system. [Test Case] Upgrade the base-files package, and then regenerate the MOTD using 'sudo update-motd'. The new motd should be printed to screen. [Regression Potential] None. This change affects one simple shell script in /etc/update- motd.d/10-help-text To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1592386] Update Released
The verification of the Stable Release Update for base-files has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/1592386 Title: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text Status in base-files package in Ubuntu: Fix Released Status in base-files source package in Xenial: Fix Released Bug description: Add links for obtaining management and support in 10-help-text, and fix the documentation link. Should look very simple, concise, and clean, like this: * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support:https://ubuntu.com/advantage == SRU == [Impact] This impacts command line users of Ubuntu server (and desktop) systems. When logging into an Ubuntu console (tty, ssh), pam displays a dynamically generated MOTD (message of the day). The current message of the day on Ubuntu servers has a broken link for documentation. We need to fix that. We should also add simple, clean, friendly links on how to obtain support and remotely manage the system. [Test Case] Upgrade the base-files package, and then regenerate the MOTD using 'sudo update-motd'. The new motd should be printed to screen. [Regression Potential] None. This change affects one simple shell script in /etc/update- motd.d/10-help-text To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1574897] Re: Upgrading to 16.04 disables Python3?
This bug was fixed in the package vim - 2:7.4.1689-3ubuntu1.1 --- vim (2:7.4.1689-3ubuntu1.1) xenial; urgency=medium * debian/rules: Specify python3 setup correctly (LP: #1574897) -- Adam Conrad Thu, 16 Jun 2016 04:50:38 -0600 ** Changed in: vim (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu. https://bugs.launchpad.net/bugs/1574897 Title: Upgrading to 16.04 disables Python3? Status in vim package in Ubuntu: Fix Released Status in vim source package in Xenial: Fix Released Bug description: Since I ran a do-release-upgrade last week from 15.10 to 16.04, starting Vim now produces this warning I haven't seen before: ~/D/abc ❯❯❯ vim develop ✭ You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Powerline to work. Please consult the documentation for more details. Press ENTER or type command to continue Then had a look at the included features of Vim: /e/alternatives ❯❯❯ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 08 2016 11:38:28) Included patches: 1-1689 Modified by pkg-vim-maintain...@lists.alioth.debian.org Compiled by pkg-vim-maintain...@lists.alioth.debian.org Huge version without GUI. Features included (+) or not (-): +acl +farsi +mouse_netterm +tag_binary +arabic +file_in_path+mouse_sgr +tag_old_static +autocmd +find_in_path-mouse_sysmouse -tag_any_white -balloon_eval+float +mouse_urxvt -tcl -browse +folding +mouse_xterm +terminfo ++builtin_terms -footer +multi_byte +termresponse +byte_offset +fork() +multi_lang +textobjects +channel +gettext -mzscheme+timers +cindent -hangul_input+netbeans_intg +title -clientserver+iconv +packages-toolbar -clipboard +insert_expand +path_extra +user_commands +cmdline_compl +job -perl+vertsplit +cmdline_hist+jumplist+persistent_undo +virtualedit +cmdline_info+keymap +postscript +visual +comments+langmap +printer +visualextra +conceal +libcall +profile +viminfo +cryptv +linebreak -python +vreplace +cscope +lispindent -python3 +wildignore +cursorbind +listcmds+quickfix+wildmenu +cursorshape +localmap+reltime +windows +dialog_con -lua +rightleft +writebackup +diff+menu-ruby-X11 +digraphs+mksession +scrollbind -xfontset -dnd +modify_fname+signs -xim -ebcdic +mouse +smartindent -xsmp +emacs_tags -mouseshape +startuptime -xterm_clipboard +eval+mouse_dec +statusline -xterm_save +ex_extra+mouse_gpm -sun_workshop-xpm +extra_search-mouse_jsbterm +syntax system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/usr/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: gcc -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim-lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl I see, there is -python and -python3 But all news and documentation say the Vim in Xenial 16.04 comes with Python3 enabled. I am confused? A bug? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1574897/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1592649] Re: whoopsie fails to build from source in xenial
This bug was fixed in the package whoopsie - 0.2.52.1 --- whoopsie (0.2.52.1) xenial; urgency=medium * Ensure that Whoopsie picks up NetworkManager include paths to fix build. (LP: #1592649) * Add dependency in dev package to gcrypt which is needed. -- Brian Murray Wed, 15 Jun 2016 09:37:28 -0700 ** Changed in: whoopsie (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie in Ubuntu. https://bugs.launchpad.net/bugs/1592649 Title: whoopsie fails to build from source in xenial Status in whoopsie package in Ubuntu: Fix Released Status in whoopsie source package in Xenial: Fix Released Bug description: whoopsie fails to build from source in xenial on all architectures, seen in a test rebuild. This already seems to be fixed in yakkety. http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test- rebuild-20160614-xenial.html fix at http://launchpadlibrarian.net/259116965/whoopsie_0.2.52_0.2.53.diff.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1592649/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1574897] Update Released
The verification of the Stable Release Update for vim has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu. https://bugs.launchpad.net/bugs/1574897 Title: Upgrading to 16.04 disables Python3? Status in vim package in Ubuntu: Fix Released Status in vim source package in Xenial: Fix Released Bug description: Since I ran a do-release-upgrade last week from 15.10 to 16.04, starting Vim now produces this warning I haven't seen before: ~/D/abc ❯❯❯ vim develop ✭ You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Powerline to work. Please consult the documentation for more details. Press ENTER or type command to continue Then had a look at the included features of Vim: /e/alternatives ❯❯❯ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 08 2016 11:38:28) Included patches: 1-1689 Modified by pkg-vim-maintain...@lists.alioth.debian.org Compiled by pkg-vim-maintain...@lists.alioth.debian.org Huge version without GUI. Features included (+) or not (-): +acl +farsi +mouse_netterm +tag_binary +arabic +file_in_path+mouse_sgr +tag_old_static +autocmd +find_in_path-mouse_sysmouse -tag_any_white -balloon_eval+float +mouse_urxvt -tcl -browse +folding +mouse_xterm +terminfo ++builtin_terms -footer +multi_byte +termresponse +byte_offset +fork() +multi_lang +textobjects +channel +gettext -mzscheme+timers +cindent -hangul_input+netbeans_intg +title -clientserver+iconv +packages-toolbar -clipboard +insert_expand +path_extra +user_commands +cmdline_compl +job -perl+vertsplit +cmdline_hist+jumplist+persistent_undo +virtualedit +cmdline_info+keymap +postscript +visual +comments+langmap +printer +visualextra +conceal +libcall +profile +viminfo +cryptv +linebreak -python +vreplace +cscope +lispindent -python3 +wildignore +cursorbind +listcmds+quickfix+wildmenu +cursorshape +localmap+reltime +windows +dialog_con -lua +rightleft +writebackup +diff+menu-ruby-X11 +digraphs+mksession +scrollbind -xfontset -dnd +modify_fname+signs -xim -ebcdic +mouse +smartindent -xsmp +emacs_tags -mouseshape +startuptime -xterm_clipboard +eval+mouse_dec +statusline -xterm_save +ex_extra+mouse_gpm -sun_workshop-xpm +extra_search-mouse_jsbterm +syntax system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/usr/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: gcc -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim-lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl I see, there is -python and -python3 But all news and documentation say the Vim in Xenial 16.04 comes with Python3 enabled. I am confused? A bug? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1574897/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1592649] Update Released
The verification of the Stable Release Update for whoopsie has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie in Ubuntu. https://bugs.launchpad.net/bugs/1592649 Title: whoopsie fails to build from source in xenial Status in whoopsie package in Ubuntu: Fix Released Status in whoopsie source package in Xenial: Fix Released Bug description: whoopsie fails to build from source in xenial on all architectures, seen in a test rebuild. This already seems to be fixed in yakkety. http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test- rebuild-20160614-xenial.html fix at http://launchpadlibrarian.net/259116965/whoopsie_0.2.52_0.2.53.diff.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1592649/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596831] [NEW] Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL
Public bug reported: With OpenSSL 1.0.1 EOL in December this year, openSSL needs to be upgraded to version 1.0.2. This affects : Description:Ubuntu 12.04.5 LTS Release:12.04 Lib: apt-cache policy openssl openssl: Installed: 1.0.1-4ubuntu5.36 Candidate: 1.0.1-4ubuntu5.36 Version table: *** 1.0.1-4ubuntu5.36 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages ** Affects: openssl (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1596831 Title: Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL Status in openssl package in Ubuntu: New Bug description: With OpenSSL 1.0.1 EOL in December this year, openSSL needs to be upgraded to version 1.0.2. This affects : Description: Ubuntu 12.04.5 LTS Release: 12.04 Lib: apt-cache policy openssl openssl: Installed: 1.0.1-4ubuntu5.36 Candidate: 1.0.1-4ubuntu5.36 Version table: *** 1.0.1-4ubuntu5.36 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1596831/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1576726] Re: [SRU] network-manager 1.2.0
This bug was fixed in the package network-manager-ssh - 1.2.0-0ubuntu0.16.04.1 --- network-manager-ssh (1.2.0-0ubuntu0.16.04.1) xenial; urgency=medium * SRU to 1.2.0 release to match nm update (LP: #1576726) -- Aron Xu Fri, 27 May 2016 18:37:39 +0800 ** Changed in: network-manager-ssh (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1576726 Title: [SRU] network-manager 1.2.0 Status in network-manager package in Ubuntu: Fix Released Status in network-manager-applet package in Ubuntu: Fix Released Status in network-manager-openconnect package in Ubuntu: Fix Released Status in network-manager-openvpn package in Ubuntu: Confirmed Status in network-manager-pptp package in Ubuntu: Confirmed Status in network-manager-ssh package in Ubuntu: Fix Released Status in network-manager-vpnc package in Ubuntu: Fix Released Status in network-manager source package in Xenial: Fix Released Status in network-manager-applet source package in Xenial: Fix Released Status in network-manager-openconnect source package in Xenial: Invalid Status in network-manager-openvpn source package in Xenial: Confirmed Status in network-manager-ssh source package in Xenial: Fix Released Status in network-manager-vpnc source package in Xenial: Confirmed Status in network-manager-openconnect package in Debian: Fix Released Bug description: [Impact] Xenial was released with upstream beta2 version of network-manager to keep in time for the release schedule, and upstream stable release has been made so it's time to update to it. [Testcase] After upgrading the package, user should still be able to connect to networks like Ethernet, Wi-Fi and VPNs. [Regression Potential] Potential of causing regression is relatively small because there is not big changes made during beta2 -> stable process. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576726/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1512430] Re: [phone] Shouldn't be able to swipe away incoming call notification
> Power button dismisses but doesn't reject Shouldn't power/volume buttons just silence it, while giving you the option to pick up/reject? Too easy IMO to press any of those buttons by accident when taking the phone out of your pocket. ** Changed in: ubuntu-ux Status: Triaged => New ** Changed in: ubuntu-ux Assignee: Olga Kemmet (olga-kemmet) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1512430 Title: [phone] Shouldn't be able to swipe away incoming call notification Status in Canonical System Image: Confirmed Status in Ubuntu UX: New Status in unity8 package in Ubuntu: Incomplete Bug description: latest rc-proposed on krillin Steps to reproduce: 1) lock phone 2) call phone 3) press volume down button to lower the volume, this causes sound notification to be shown and incoming call notification to be reduced in height 4) while incoming call notification reduced in height, swipe it from left to right Expected results: incoming call notification should not be dismissed, so you can still answer the phone Actual results: incoming call notification is dismissed and you now have no way to answer the incoming call To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512430/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596834] [NEW] Use folder in Launcher bar
Public bug reported: Wishlist : add folder support in unity bar launcher. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Tags: wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596834 Title: Use folder in Launcher bar Status in unity8 package in Ubuntu: New Bug description: Wishlist : add folder support in unity bar launcher. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596834/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596834] Re: Use folder in Launcher bar
Should be a great option IMO, to class some application in launcher bar (specially when you have a lot). It's more phone usable to open a folder in the bar and launch an app than scrolling into a lot of application ** Tags added: wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596834 Title: Use folder in Launcher bar Status in unity8 package in Ubuntu: New Bug description: Wishlist : add folder support in unity bar launcher. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596834/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596698] Re: Strange font issue after awakening from suspend
** Changed in: gtk+3.0 (Ubuntu) Importance: Undecided => High ** Changed in: gtk+3.0 (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1596698 Title: Strange font issue after awakening from suspend Status in GTK+: Confirmed Status in Ubuntu GNOME: New Status in gtk+3.0 package in Ubuntu: Triaged Bug description: When I awoke my computer from suspend last week on Thursday (23/06/2016) I found that all the text from all the title bars was missing, so I restarted gnome-shell as this normally fixes such problems, doing so seemed to make some text appear, but most not, as you can see from these images until I restarted my machine it was almost impossible to use: System_Monitor_No_Text.png Shutter_Main_Window_Font_Issue.png File_Chooser_Font_Issue.png Title_Bar_Partly_Missing.png Settings_Text_Issue.png ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: libgtk-3-0 3.20.6-1ubuntu1~ppa1 [origin: LP-PPA-gnome3-team-gnome3-staging] ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: GNOME Date: Mon Jun 27 21:23:02 2016 InstallationDate: Installed on 2016-05-15 (43 days ago) InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021) SourcePackage: gtk+3.0 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/1596698/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1375921] Re: libedit should be updated to wchar_t capable version from debian 3.1-20140620-2
libedit 3.1-20140620-2 is available in Ubuntu 15.04. ** Changed in: libedit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libedit in Ubuntu. https://bugs.launchpad.net/bugs/1375921 Title: libedit should be updated to wchar_t capable version from debian 3.1-20140620-2 Status in libedit package in Ubuntu: Fix Released Bug description: Current libedit claims to have wchar_t support in its changelog but doesn't, as per this bug on the debian bug tracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756736 The debian package has been fixed and the package minor version updated, it'd be really nice to get this into ubuntu as well. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libedit/+bug/1375921/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1594407] Re: [SRU] New stable release 1.8.2
That is not a verification failed - britney will tell us this. vaapi simply needs to be rebuilt. ** Tags removed: verification-failed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1594407 Title: [SRU] New stable release 1.8.2 Status in gst-libav1.0 package in Ubuntu: Fix Released Status in gst-plugins-bad1.0 package in Ubuntu: Fix Released Status in gst-plugins-base1.0 package in Ubuntu: Fix Released Status in gst-plugins-good1.0 package in Ubuntu: Fix Released Status in gst-plugins-ugly1.0 package in Ubuntu: Fix Released Status in gstreamer-vaapi package in Ubuntu: Fix Released Status in gstreamer1.0 package in Ubuntu: Fix Released Status in gst-libav1.0 source package in Xenial: Fix Committed Status in gst-plugins-bad1.0 source package in Xenial: Fix Committed Status in gst-plugins-base1.0 source package in Xenial: Fix Committed Status in gst-plugins-good1.0 source package in Xenial: Fix Committed Status in gst-plugins-ugly1.0 source package in Xenial: Fix Committed Status in gstreamer-vaapi source package in Xenial: Fix Committed Status in gstreamer1.0 source package in Xenial: Fix Committed Bug description: [ Description ] We should keep up with GStreamer's bugfix releases in the 1.8 series that 16.04 shipped with. [ QA and testing ] Play a range of videos in Totem. Play a range of audio tracks in Rhythmbox. Try to stream audio and/or video. Try to install a missing codec. In all cases, make sure that everything which worked before still works. [ Regression potential ] One of the fixes could be bad. Watch out for it. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-libav1.0/+bug/1594407/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1552318] Re: unity-scope-click relies on unity8 Preview Item for communication with libpay
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1552318 Title: unity-scope-click relies on unity8 Preview Item for communication with libpay Status in Canonical System Image: New Status in unity-scope-click package in Ubuntu: Confirmed Status in unity8 package in Ubuntu: Triaged Bug description: On unity8 PreviewPayments.qml has a Payments item that listens to onPurchaseCompleted onPurchaseError onPurchaseCancelled and relies those to the scope. The problem is that there's no guarantee that the PreviewPayments item will be around for the whole buying process, since i can press the buy button and quickly press the back button before the payui shows up so it will get destroyed. We need to evaluate how bad is if those signals from libpay are lost and if it is bad think of a way to make this more resilient. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1552318/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596849] [NEW] Dash: Pull/Release to refresh should take into account background color
Public bug reported: Go to the BBC Sport scope. Pull to refresh. Realize that you can not see the text since it's basically black on black. We have some other places on the Dash where we read the luminance of one color and choose another according to it, we should have something similar here and switch to a white-ish font color for the " Pull/Release to refresh" if the color of the background is too dark. ** Affects: unity8 (Ubuntu) Importance: Medium Assignee: Josh Arenson (josharenson) Status: New ** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Josh Arenson (josharenson) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596849 Title: Dash: Pull/Release to refresh should take into account background color Status in unity8 package in Ubuntu: New Bug description: Go to the BBC Sport scope. Pull to refresh. Realize that you can not see the text since it's basically black on black. We have some other places on the Dash where we read the luminance of one color and choose another according to it, we should have something similar here and switch to a white-ish font color for the " Pull/Release to refresh" if the color of the background is too dark. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596849/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1580146] Re: [touch] Internet connection stops working while WiFi is still connected
@Tony: that's great, thanks for all the info :) I'm on a sprint this week, I will try it first thing when I get back to the office! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1580146 Title: [touch] Internet connection stops working while WiFi is still connected Status in Canonical System Image: Incomplete Status in network-manager package in Ubuntu: In Progress Bug description: krillin, rc-proposed, r329 Description: It often happens that the internet connection stops working while the device is still connected to a (working) WiFi AP. The indicator shows that the phone is connected to the AP, here's the ouput of "nmcli d" and "nmcli c" http://pastebin.ubuntu.com/16344985/ Tapping on the AP in the network indicator resets the connection and fixes the issue, which however reappears after a while. Here's also a "grep NetworkManager" from syslog http://pastebin.ubuntu.com/16344990/ How to reproduce: I don't have a recipe, but here's what usually happens on my phone 1) I connect to the office WiFi (Canonical's HQ, BlueFin office) 2) Use browser, perform random google searches to check internet is working 3) After a while (sometimes I put the phone to sleep, sometimes I checked the Updates from system settings a few times), I go back to the browser, and it starts returning "Network Error". NM, as you can see from the logs, says WiFi is "connected" 4) At this point I use Terminal app and discover that "ping 8.8.8.8" is working correctly, "ping google.com" immediately returns "unkown host", i.e. it doesn't seem to be waiting for a timeout, it returns pretty fast. There are no related crash files in /var/crash To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1580146/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error
Can you at least put a Conflict in the package so that it doesn't break in the middle of the installation, and aptitude can suggest to remove the gnome one to install the other? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libaccounts-glib in Ubuntu. https://bugs.launchpad.net/bugs/1451728 Title: [master] kde-config-telepathy-accounts package install error Status in Kubuntu PPA: Fix Released Status in meta-telepathy: Fix Released Status in kaccounts-integration package in Ubuntu: In Progress Status in kaccounts-providers package in Ubuntu: Triaged Status in ktp-accounts-kcm package in Ubuntu: Triaged Status in libaccounts-glib package in Ubuntu: Fix Released Status in kaccounts-providers source package in Wily: Triaged Status in ktp-accounts-kcm source package in Wily: Triaged Bug description: Installing from Kubuntu 15.04 backports: Unpacking kde-config-telepathy-accounts (15.04.0-0ubuntu1~ubuntu15.04~ppa1) over (0.9.0-0ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb (--unpack): trying to overwrite '/usr/share/accounts/services/facebook-im.service', which is also in package account-plugin-facebook 0.12+15.04.20150415.1-0ubuntu1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) To manage notifications about this bug go to: https://bugs.launchpad.net/kubuntu-ppa/+bug/1451728/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596831] Re: Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL
>From https://www.openssl.org/policies/releasestrat.html Support for version 1.0.1 will cease on 2016-12-31. No further releases of 1.0.1 will be made after that date. Security fixes only will be applied to 1.0.1 until then. How is Ubuntu going to deal with that? Both Precise and Trusty currently have 1.0.1 versions, and both Ubuntu releases have a target life time beyond that date. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1596831 Title: Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL Status in openssl package in Ubuntu: New Bug description: With OpenSSL 1.0.1 EOL in December this year, openSSL needs to be upgraded to version 1.0.2. This affects : Description: Ubuntu 12.04.5 LTS Release: 12.04 Lib: apt-cache policy openssl openssl: Installed: 1.0.1-4ubuntu5.36 Candidate: 1.0.1-4ubuntu5.36 Version table: *** 1.0.1-4ubuntu5.36 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1596831/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596693] Re: OpenSSL 1.0.2 for trusty
>From https://www.openssl.org/policies/releasestrat.html Support for version 1.0.1 will cease on 2016-12-31. No further releases of 1.0.1 will be made after that date. Security fixes only will be applied to 1.0.1 until then. How is Ubuntu going to deal with that? Both Precise and Trusty currently have 1.0.1 versions, and both Ubuntu releases have a target life time beyond that date. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1596693 Title: OpenSSL 1.0.2 for trusty Status in openssl package in Ubuntu: Won't Fix Bug description: ALPN support was introduced in OpenSSL 1.0.2 which myself, and I'm guessing a lot of other people, are going to need, is there any chance OpenSSL 1.0.2 will come to trusty, or can be backported? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1596693/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1422143] Re: No wifi connection after suspend with systemd due to missing "wpa_cli suspend"
Martin Pitt committed some fix in October 2015, but apparently that did not solve this bug, or only partly. What's the correct way to handle this? Reopen this bug or open a new one referring to this one? This still happens for me, too (Ubuntu 16.04), and the workaround from #50 fixes it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1422143 Title: No wifi connection after suspend with systemd due to missing "wpa_cli suspend" Status in One Hundred Papercuts: Fix Released Status in NetworkManager: Unknown Status in wpa package in Ubuntu: Fix Released Status in wpa source package in Wily: Fix Committed Status in wpa source package in Xenial: Fix Released Bug description: Using systemd as my default init system if I resume from suspend my laptop, it doesn't automatically reconnect to the wireless network and it doesn't list the available network connections. The only way to get a wireless connection is to restart the network- manager daemon or going to the gnome-control-center, disable wireless and enable it again. SRU INFORMATION === In some of these cases this bug can be worked around by calling "wpa_cli suspend/resume" before/after suspend, like we used to do with the old pm-utils quirks (/usr/lib/pm-utils/sleep.d/60_wpa_supplicant). This only affects particular hardware, and thus this needs to be tested by affected reporters, there is no general reproducer for arbitrary systems. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: network-manager 0.9.10.0-4ubuntu6 Uname: Linux 3.19.0-031900-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.16.1-0ubuntu2 Architecture: amd64 Date: Sun Feb 15 18:27:39 2015 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2014-10-22 (116 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) IpRoute: default via 10.0.0.1 dev wlan0 proto static metric 1024 10.0.0.0/24 dev wlan0 proto kernel scope link src 10.0.0.36 169.254.0.0/16 dev wlan0 scope link metric 1000 SourcePackage: network-manager UpgradeStatus: Upgraded to vivid on 2015-01-13 (32 days ago) nmcli-dev: DEVICE TYPE STATEDBUS-PATH CONNECTION CON-UUID CON-PATH wlan0wifi connected/org/freedesktop/NetworkManager/Devices/2 openhost_caldas 09d1f69d-d3da-4978-a69c-d94455db7ecf /org/freedesktop/NetworkManager/ActiveConnection/0 docker0 bridgeunavailable /org/freedesktop/NetworkManager/Devices/3 -- ---- eth0 ethernet unavailable /org/freedesktop/NetworkManager/Devices/1 -- ---- lo loopback unmanaged/org/freedesktop/NetworkManager/Devices/0 -- ---- nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'. To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1422143/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1562513] Re: Toolbar has a dark background in GTK3 in Ubuntu
temporay fix: sudo apt purge libreoffice-gtk3 found here: https://www.reddit.com/r/Ubuntu/comments/464j25/libreoffice_updated_to_51_for_me_today_is_it/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1562513 Title: Toolbar has a dark background in GTK3 in Ubuntu Status in LibreOffice: Won't Fix Status in ubuntu-themes package in Ubuntu: Confirmed Bug description: When LO is launched with SAL_USE_VCLPLUGIN=gtk3, the toolbar panel has a dark background making icons of styles like Sifr or Breeze almost invisible. Ubuntu 15.10 x64 LibreOffice 5.1.1.2 (1:5.1.1~rc2-0ubuntu1~wily0) installed from ppa:libreoffice/ppa See also Bug #1527053 on LibreOffice GTK3-related issues. To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1562513/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596878] [NEW] Mouse flickering and mouse trails with DL screen attached
Public bug reported: When attaching a screen on a DisplayLink device, the cursor will flicker on all non-DisplayLink screens. Additionally, the cursor will leave trails over various UI elements that update as the cursor passes (such as buttons, menus, progress bars, etc.) The issue occurs only when a DisplayLink device is attached and driving a display. However, DisplayLink told me the issue is not specific to their hardware, and to make a bug report here. Additional details: Description:Ubuntu 16.04 LTS Release:16.04 Linux 4.4.0-24-generic DisplayLink 1.1.62 driver radeon/intel hybrid graphics xorg: Installed: 1:7.7+13ubuntu3 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,move,imgpng,grid,vpswitch,place,session,unitymtgrabhandles,mousepoll,regex,gnomecompat,compiztoolbox,resize,animation,snap,workarounds,expo,wall,fade,ezoom,scale,unityshell] CompositorRunning: None CurrentDesktop: XFCE Date: Tue Jun 28 11:26:02 2016 DistUpgraded: 2016-06-08 13:08:40,498 DEBUG enabling apt cron job DistroCodename: xenial DistroVariant: ubuntu ExtraDebuggingInterest: Yes GraphicsCard: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company 4th Gen Core Processor Integrated Graphics Controller [103c:1993] Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8730M] [1002:6601] (rev ff) (prog-if ff) InstallationDate: Installed on 2011-10-13 (1719 days ago) InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427) MachineType: Hewlett-Packard HP ProBook 650 G1 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=b5298a65-447e-427d-8dbd-73939ed8edd7 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to xenial on 2016-06-08 (19 days ago) dmi.bios.date: 07/20/2015 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: L77 Ver. 01.33 dmi.board.name: 1993 dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 16.3C dmi.chassis.asset.tag: 5CG4382GHB dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvrL77Ver.01.33:bd07/20/2015:svnHewlett-Packard:pnHPProBook650G1:pvrA3008DD10B03:rvnHewlett-Packard:rn1993:rvrKBCVersion16.3C:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP ProBook 650 G1 dmi.product.version: A3008DD10B03 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz N/A version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Tue Jun 28 10:09:06 2016 xserver.configfile: default xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension. modeset(G1): glamor initialization failed modeset(G2): glamor initialization failed xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id5699 vendor ACI xserver.version: 2:1.18.3-1ubuntu2.2 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug third-party-packages ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1596878 Title: Mouse flickering and mouse trails with DL screen attached Status in xorg package in Ubuntu: New Bug description: When attaching a screen on a DisplayLink device, the cursor will flicker on all non-DisplayLink screens. Additionally, the cursor will leave trails over various UI elements that update as the cursor passes (such as buttons, menus, progress bars, etc.) The issue occurs only when a DisplayLink device is attached and driving a display. However, DisplayLink told me the issue is not specific to their hardware, and to make a bug report here. Additional details: Description: Ubuntu 16.04 LTS Release: 16.04 Linux 4.4.0-24-generic DisplayLink 1.1.62 driver radeon/intel hybrid graphics xorg: Installed: 1:7.7+13ubuntu3 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionS
[Touch-packages] [Bug 1596513] Re: "save to" dialogue no longer has recent folders list
The use case I point to is actually the Firefox "save to" dialogue. Now that I look at it... this seems to be a problem with firefox. The other applications do include the recent files dialogue. Sorry for the false alarm. ** Package changed: gtk+3.0 (Ubuntu) => ubuntu ** Changed in: ubuntu Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1596513 Title: "save to" dialogue no longer has recent folders list Status in Ubuntu: Invalid Bug description: In 16.04 the recent files/folders category when saving a file has disappeared. This feature saved many clicks for me (as long as the distraction of thinking about my file heirarchy). A common use case is the following: 1. Create a presentation with Libre Office in a new directory call "newpresentation". 2. Search for an image on the internet to include in the presentation. 3. click "save as". Now, one has to traverse the entire path to the folder in which the presentation is saved. Before, with the recent files/folders tab I was able to just choose "newpresentation" from the list... this type of thing is very common for me. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity 7.4.0+16.04.20160526.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Jun 27 13:52:02 2016 DistUpgraded: 2016-04-26 18:48:25,435 DEBUG icon theme changed, re-reading DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1028:0577] InstallationDate: Installed on 2014-10-13 (623 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) MachineType: Dell Inc. OptiPlex 7010 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=33ba6095-36ce-4b66-ba92-ad16532a4e50 ro quiet splash vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to xenial on 2016-04-26 (61 days ago) dmi.bios.date: 09/19/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 0773VG dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd09/19/2012:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0773VG:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: OptiPlex 7010 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. upstart.unity7.log: WARN 2016-06-27 13:11:38 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 WARN 2016-06-27 13:51:54 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Jun 27 11:40:26 2016 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1596513/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596050] Re: switching windows requires 2 clicks on unity8 desktop
Please report back if anyone sees this again, ideally with steps to reproduce. ** Changed in: unity8 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596050 Title: switching windows requires 2 clicks on unity8 desktop Status in unity8 package in Ubuntu: Incomplete Bug description: Just saw this occur, but then problem seems to have gone away. I had multiple windows open on unity8 desktop session, non full screen - using my laptops cursor/mouse I attempted to toggle between windows by selecting their surface. It didn't matter which app, for some time, it required 2 clicks to change focus/topmost app. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596050/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
Re: [Touch-packages] [Bug 1580354] Re: fail to boot
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1580354 Title: fail to boot Status in xorg package in Ubuntu: Incomplete Bug description: never boots first time. after many attempts will eventually load. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4 ProcVersionSignature: Ubuntu 4.2.0-36.41-generic 4.2.8-ckt8 Uname: Linux 4.2.0-36-generic i686 .tmp.unity.support.test.0: ApportVersion: 2.19.1-0ubuntu5 Architecture: i386 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true Date: Tue May 10 22:42:09 2016 DistUpgraded: Fresh install DistroCodename: wily DistroVariant: ubuntu DpkgLog: ExtraDebuggingInterest: I just need to know a workaround GraphicsCard: NVIDIA Corporation G73M [GeForce Go 7600] [10de:0398] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0090] InstallationDate: Installed on 2015-10-18 (204 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) MachineType: Acer Aspire 5680 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: LANGUAGE=en_GB:en PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-36-generic root=UUID=04fb0e64-485a-43da-97bd-48ef341620fc ro nopat vesafb.invalid=1 drm.debug=0xe plymouth:debug SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/09/2007 dmi.bios.vendor: Acer dmi.bios.version: V3.33 dmi.board.name: Grapevine dmi.board.vendor: Acer dmi.board.version: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnAcer:bvrV3.33:bd01/09/2007:svnAcer:pnAspire5680:pvrV3.33:rvnAcer:rnGrapevine:rvrN/A:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 5680 dmi.product.version: V3.33 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1 version.libdrm2: libdrm2 2.4.64-1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4 version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1 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-0ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3 xserver.bootTime: Tue May 10 21:37:22 2016 xserver.configfile: default xserver.errors: Failed to load module "nvidia" (module does not exist, 0) Failed to load module "nvidia" (module does not exist, 0) xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.17.2-1ubuntu9.1 xserver.video_driver: nouveau To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1580354/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1518925] Re: Buttons disappear in camera after taking a picture
@advocatux you still see this issue?could you perform the tests with the sd card? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1518925 Title: Buttons disappear in camera after taking a picture Status in Canonical System Image: Incomplete Status in camera-app package in Ubuntu: Incomplete Bug description: Sometimes when I'm trying to take a picture, after I click the shutter the first time, every button in the screen disappears, rendering the camera unusable. Then I need to reboot the phone to get the camera to a working state again. My phone is a BQ Aquaris E4.5 with Ubuntu 15.04 (OTA-8) Camera version 3.0.0.595 What you expected to happen: I expect to take pictures with the camera. What happened instead: I can't take pictures. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518925/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596513] [NEW] "save to" dialogue no longer has recent folders list
You have been subscribed to a public bug: In 16.04 the recent files/folders category when saving a file has disappeared. This feature saved many clicks for me (as long as the distraction of thinking about my file heirarchy). A common use case is the following: 1. Create a presentation with Libre Office in a new directory call "newpresentation". 2. Search for an image on the internet to include in the presentation. 3. click "save as". Now, one has to traverse the entire path to the folder in which the presentation is saved. Before, with the recent files/folders tab I was able to just choose "newpresentation" from the list... this type of thing is very common for me. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity 7.4.0+16.04.20160526.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Jun 27 13:52:02 2016 DistUpgraded: 2016-04-26 18:48:25,435 DEBUG icon theme changed, re-reading DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1028:0577] InstallationDate: Installed on 2014-10-13 (623 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) MachineType: Dell Inc. OptiPlex 7010 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=33ba6095-36ce-4b66-ba92-ad16532a4e50 ro quiet splash vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to xenial on 2016-04-26 (61 days ago) dmi.bios.date: 09/19/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 0773VG dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd09/19/2012:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0773VG:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: OptiPlex 7010 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. upstart.unity7.log: WARN 2016-06-27 13:11:38 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 WARN 2016-06-27 13:51:54 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Jun 27 11:40:26 2016 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.2 ** Affects: gtk+3.0 (Ubuntu) Importance: Low Status: Invalid ** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial -- "save to" dialogue no longer has recent folders list https://bugs.launchpad.net/bugs/1596513 You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596076] Re: SIM pin screen is incorrectly resized after wrong PIN
** Changed in: canonical-devices-system-image Status: Confirmed => Triaged ** Changed in: unity8 (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Michał Sawicz (saviq) ** Changed in: canonical-devices-system-image Milestone: None => backlog -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596076 Title: SIM pin screen is incorrectly resized after wrong PIN Status in Canonical System Image: Triaged Status in unity8 package in Ubuntu: Triaged Bug description: Test case. - With SIM card inserted, reboot the phone. - After boot, cancel the SIM pin screen. - Pass through lock screen. - Open network indicator. - Tap to unlock SIM. - Introduce an incorrect pin. Expected result. - SIM pin screen is full screen. Actual result. - SIM pin screen is not correctly resized, the top of the indicator menu can be seen. current build number: 767 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1596076/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595910] Re: review input field: send button issues with predictive OSK
** Changed in: unity8 (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1595910 Title: review input field: send button issues with predictive OSK Status in ubuntu-ui-toolkit package in Ubuntu: New Status in unity8 package in Ubuntu: Triaged Bug description: Steps to reproduce: * Make sure predictive OSK is enabled * got an app in the store and start writing a review * Just write one word, no space after it (so that it is underlined for text correction things) => actual: The send button is disabled even though the text field holds a word => expected: The send button should be enabled Most likely the Send button is enabled/disabled based on inputField.text, while it should be inputField.displayText instead. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1595910/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596513] Re: "save to" dialogue no longer has recent folders list
it's more likely GTK3, can you try if e.g gedit has the same issue? ** Package changed: ubuntu => gtk+3.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1596513 Title: "save to" dialogue no longer has recent folders list Status in gtk+3.0 package in Ubuntu: Invalid Bug description: In 16.04 the recent files/folders category when saving a file has disappeared. This feature saved many clicks for me (as long as the distraction of thinking about my file heirarchy). A common use case is the following: 1. Create a presentation with Libre Office in a new directory call "newpresentation". 2. Search for an image on the internet to include in the presentation. 3. click "save as". Now, one has to traverse the entire path to the folder in which the presentation is saved. Before, with the recent files/folders tab I was able to just choose "newpresentation" from the list... this type of thing is very common for me. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity 7.4.0+16.04.20160526.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Jun 27 13:52:02 2016 DistUpgraded: 2016-04-26 18:48:25,435 DEBUG icon theme changed, re-reading DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1028:0577] InstallationDate: Installed on 2014-10-13 (623 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) MachineType: Dell Inc. OptiPlex 7010 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=33ba6095-36ce-4b66-ba92-ad16532a4e50 ro quiet splash vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to xenial on 2016-04-26 (61 days ago) dmi.bios.date: 09/19/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 0773VG dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd09/19/2012:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0773VG:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: OptiPlex 7010 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. upstart.unity7.log: WARN 2016-06-27 13:11:38 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 WARN 2016-06-27 13:51:54 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Jun 27 11:40:26 2016 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1596513/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595139] Re: Envelope icon wonky, other icons blurry in unopened indicator bar
** Changed in: indicator-messages (Ubuntu) Status: Confirmed => Invalid ** Changed in: unity8 (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1595139 Title: Envelope icon wonky, other icons blurry in unopened indicator bar Status in indicator-messages package in Ubuntu: Invalid Status in unity8 package in Ubuntu: Triaged Bug description: I see it both on the phone bq e4.5 and the tablet bq M10FHD. The envelope icon looks asymmetrical, and all other icons are blurrier, when the indicator bar is closed. https://launchpadlibrarian.net/267478835/Indicator%20icons%20closed%20vs.%20open.png To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1595139/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596235] Re: [Welcome Wizard] talks about Today/Nearby scope but not installed
** Changed in: unity8 (Ubuntu) Status: Confirmed => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596235 Title: [Welcome Wizard] talks about Today/Nearby scope but not installed Status in unity8 package in Ubuntu: Triaged Bug description: The Welcome wizard tells you to long swipe to get to the Today/Nearby Scope but neither are installed on a fresh system. Tested on Nexus 7 and Nexus 4 with OTA11. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596235/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596892] [NEW] Arale is shutted down when power button is pressed when the greeter is visible
Public bug reported: If I press the power button a dialog to select for reboot, shutdown, etc is displayed. But when I press the button immediately when the greeter appears (after start the device), this dialog does not appear and the device is shutted down directly. If I wait few seconds after the greeter appears to press the button the dialog will be displayed. It is happening in Arale in the last version (362) and previous too. ** Affects: ubuntu-system-image Importance: Undecided Status: New ** Affects: unity8 Importance: Undecided Status: New ** Also affects: unity8 Importance: Undecided Status: New ** No longer affects: unity8 (Ubuntu) ** Also affects: ubuntu-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596892 Title: Arale is shutted down when power button is pressed when the greeter is visible Status in Ubuntu system image: New Status in Unity 8: New Bug description: If I press the power button a dialog to select for reboot, shutdown, etc is displayed. But when I press the button immediately when the greeter appears (after start the device), this dialog does not appear and the device is shutted down directly. If I wait few seconds after the greeter appears to press the button the dialog will be displayed. It is happening in Arale in the last version (362) and previous too. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-system-image/+bug/1596892/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1560797] Re: apt does not configure Pre-Depends: before depending package
** Changed in: apt (Ubuntu Wily) Assignee: Martin Pitt (pitti) => Nathanael (mnathanael26) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1560797 Title: apt does not configure Pre-Depends: before depending package Status in apt package in Ubuntu: Fix Released Status in ubuntu-release-upgrader package in Ubuntu: Fix Released Status in apt source package in Trusty: Fix Released Status in apt source package in Wily: Fix Released Status in apt source package in Xenial: Fix Released Status in ubuntu-release-upgrader source package in Xenial: Fix Released Bug description: Happened during upgrade to 16.04, don't know any more details. -- SRU INFORMATION === Fix: https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=c75e60eb (applied in Xenial last week) Test case: - Install clean wily amd64 desktop + install libgcrypt20:i386 - change apt sources to xenial, apt-get dist-upgrade - with current apt, upgrade will often fail because systemd expects a configure libgcrypt20, or util-linux expects a configured libudev1 or similar, but these packages aren't configured. - with the fixed apt, the upgrade should run smoothly. Regression potential: Any bug here might potentially break package installation or upgrades completely. That said, the fix is quite obvious and has been in production in xenial for a week. Testing this SRU should include several dist-upgrades as well as some normal package installs in trusty/wily. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: systemd-sysv 225-1ubuntu9.1 Uname: Linux 4.4.5-040405-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 Date: Tue Mar 22 22:56:03 2016 ErrorMessage: pre-dependency problem - not installing systemd-sysv InstallationDate: Installed on 2013-04-24 (1064 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.7 SourcePackage: systemd Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv UpgradeStatus: Upgraded to xenial on 2016-03-23 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1560797/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596041] Re: corrupted text various elements on unity8-desktop
Steps to reproduce would be nice... ** Changed in: unity8 (Ubuntu) Status: New => Incomplete ** Changed in: qtmir (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596041 Title: corrupted text various elements on unity8-desktop Status in qtmir package in Ubuntu: Incomplete Status in unity8 package in Ubuntu: Incomplete Bug description: Seen 2 varities of this problem. #1) while running unity8 desktop and clicking for tooltip on launcher on my open applications, I see the first letter corrupted in the action words "Unpin" and "Quit" (so "U" and "Q" respectively are what is corrupted. Interesting is the Application's name is not corrupted. This seems intermittent as well #2) selecting "Shut down" provides the usual user prompt to cancel or power off, in this case only the "ff"s were corrupted See attached image for this case To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1596041/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596892] [NEW] Arale is shut down when power button is pressed when the greeter is visible
You have been subscribed to a public bug: If I press the power button a dialog to select for reboot, shutdown, etc is displayed. But when I press the button immediately when the greeter appears (after start the device), this dialog does not appear and the device is shutted down directly. If I wait few seconds after the greeter appears to press the button the dialog will be displayed. It is happening in Arale in the last version (362) and previous too. ** Affects: ubuntu-system-image Importance: Undecided Status: New ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- Arale is shut down when power button is pressed when the greeter is visible https://bugs.launchpad.net/bugs/1596892 You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596586] Re: SIM PIN dialog displayed before it rendered completely
** Summary changed: - Enter Sim Pin dialog briefly show as white round cornered rectangle artefact after reboot + SIM PIN dialog displayed before it rendered completely ** Changed in: unity8 (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596586 Title: SIM PIN dialog displayed before it rendered completely Status in unity8 package in Ubuntu: Triaged Bug description: When phone boots, just before Enter Sim Pin Ubuntu-styled dialog is shown, I see white round cornered rectangle with "Enter Sim Pin" text inside of it on to of the screen. It imagine it as QML style not yet loaded or something like that. It happens always, but just for a brief moment. Attached video (sorry for poor quality though). Using BQ Aquaris E5, OTA-11. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596586/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596892] Re: Arale is shut down when power button is pressed when the greeter is visible
** Summary changed: - Arale is shutted down when power button is pressed when the greeter is visible + Arale is shut down when power button is pressed when the greeter is visible ** Project changed: unity8 => unity8 (Ubuntu) ** Summary changed: - Arale is shut down when power button is pressed when the greeter is visible + Device shuts down when power button is pressed during boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596892 Title: Device shuts down when power button is pressed during boot Status in Ubuntu system image: New Status in unity8 package in Ubuntu: New Bug description: If I press the power button a dialog to select for reboot, shutdown, etc is displayed. But when I press the button immediately when the greeter appears (after start the device), this dialog does not appear and the device is shutted down directly. If I wait few seconds after the greeter appears to press the button the dialog will be displayed. It is happening in Arale in the last version (362) and previous too. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-system-image/+bug/1596892/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596834] Re: Support grouping in launcher
** Summary changed: - Use folder in Launcher bar + Support grouping in launcher ** Changed in: unity8 (Ubuntu) Importance: Undecided => Wishlist ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596834 Title: Support grouping in launcher Status in Ubuntu UX: New Status in unity8 package in Ubuntu: New Bug description: Wishlist : add folder support in unity bar launcher. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1596834/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596076] Re: SIM pin screen is incorrectly resized after wrong PIN
** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596076 Title: SIM pin screen is incorrectly resized after wrong PIN Status in Canonical System Image: Triaged Status in unity8 package in Ubuntu: In Progress Bug description: Test case. - With SIM card inserted, reboot the phone. - After boot, cancel the SIM pin screen. - Pass through lock screen. - Open network indicator. - Tap to unlock SIM. - Introduce an incorrect pin. Expected result. - SIM pin screen is full screen. Actual result. - SIM pin screen is not correctly resized, the top of the indicator menu can be seen. current build number: 767 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1596076/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1551615] Re: Alternative chain verification failure after 1024b root CAs removal
** Changed in: ca-certificates (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ca-certificates in Ubuntu. https://bugs.launchpad.net/bugs/1551615 Title: Alternative chain verification failure after 1024b root CAs removal Status in ca-certificates package in Ubuntu: Invalid Status in ca-certificates package in Debian: Fix Released Bug description: There is now the same problem on Ubuntu 14.04 as there is currently on Debian 7. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812708 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812488 Gist: Openssl 1.0.1f can not verify certificates that have an alternative chain without both root certificates present. The update 20160104ubuntu0.14.04.1 removes 1024bit certificates that are used within those chains. Please don't push this update to vivid too! To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1551615/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596903] [NEW] Function Key F3 doesnt work so WIFI cant be enabled again
Public bug reported: Funftion + F3 in Ubuntu 16.04 doesnt work, WIFI cant be enabled Unity displays WIFI-Network as enabled ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: network-manager 1.2.0-0ubuntu0.16.04.2 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: Unity Date: Tue Jun 28 12:29:53 2016 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2016-05-03 (55 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) IpRoute: default via 192.168.1.1 dev enp8s0 proto static metric 100 169.254.0.0/16 dev enp8s0 scope link metric 1000 192.168.1.0/24 dev enp8s0 proto kernel scope link src 192.168.1.21 metric 100 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 enp8s0 ethernet connected/org/freedesktop/NetworkManager/Devices/1 Kabelnetzwerkverbindung 1 94b51aed-9145-445d-ab42-7f9ea5fbd7d1 /org/freedesktop/NetworkManager/ActiveConnection/2 wlp7s0 wifi unavailable /org/freedesktop/NetworkManager/Devices/0 -- ---- lo loopback unmanaged/org/freedesktop/NetworkManager/Devices/2 -- ---- nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'. ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug functionkey wifi xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1596903 Title: Function Key F3 doesnt work so WIFI cant be enabled again Status in network-manager package in Ubuntu: New Bug description: Funftion + F3 in Ubuntu 16.04 doesnt work, WIFI cant be enabled Unity displays WIFI-Network as enabled ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: network-manager 1.2.0-0ubuntu0.16.04.2 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: Unity Date: Tue Jun 28 12:29:53 2016 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2016-05-03 (55 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) IpRoute: default via 192.168.1.1 dev enp8s0 proto static metric 100 169.254.0.0/16 dev enp8s0 scope link metric 1000 192.168.1.0/24 dev enp8s0 proto kernel scope link src 192.168.1.21 metric 100 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 enp8s0 ethernet connected/org/freedesktop/NetworkManager/Devices/1 Kabelnetzwerkverbindung 1 94b51aed-9145-445d-ab42-7f9ea5fbd7d1 /org/freedesktop/NetworkManager/ActiveConnection/2 wlp7s0 wifi unavailable /org/freedesktop/NetworkManager/Devices/0 -- ---- lo loopback unmanaged/org/freedesktop/NetworkManager/Devices/2 -- ---- nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1596903/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595707] Re: [SRU]crash in nmc_find_connection
** Tags added: desktop-trello-import ** Changed in: network-manager (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1595707 Title: [SRU]crash in nmc_find_connection Status in NetworkManager: Unknown Status in network-manager package in Ubuntu: Fix Committed Status in network-manager source package in Xenial: New Bug description: [Impact] Ubuntu error tracker receives some reports agains 1.2.0 for a crash in nmc_find_connection() when connecting to a password protected wlan connection, by running command: nmcli device connect wlan0 T he problem page at https://errors.ubuntu.com/problem/16ece0c3816c93d9c763402902edf04448cbe6c8 contains more details. [Test Case] After applying the patch, errors.ubuntu.com should stop receiving new crash reports for this problem. [Regression Potential] The fix is making the connection list available for certain nmc_secrets_requested() call, which should be harmless. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1595707/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1582803] Re: bug report script uses invalid nm options
** Changed in: network-manager (Ubuntu) Importance: Low => Medium ** Changed in: network-manager (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1582803 Title: bug report script uses invalid nm options Status in network-manager package in Ubuntu: In Progress Bug description: Xenial reports have those warnings "Error: Object 'nm' is unknown, try 'nmcli help'." the "nm-cli" syntax probably changed and the hook needs to be updated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1582803/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596076] Re: SIM pin screen is incorrectly resized after wrong PIN
** Branch linked: lp:~lukas-kde/unity8/fixDismissedSIMPinDialog- lp1596076 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596076 Title: SIM pin screen is incorrectly resized after wrong PIN Status in Canonical System Image: Triaged Status in unity8 package in Ubuntu: In Progress Bug description: Test case. - With SIM card inserted, reboot the phone. - After boot, cancel the SIM pin screen. - Pass through lock screen. - Open network indicator. - Tap to unlock SIM. - Introduce an incorrect pin. Expected result. - SIM pin screen is full screen. Actual result. - SIM pin screen is not correctly resized, the top of the indicator menu can be seen. current build number: 767 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1596076/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1575572] Re: apache2 fails to start if installed via cloud config (on Xenial)
** Bug watch added: Debian Bug tracker #497665 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497665 ** Also affects: init-system-helpers (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497665 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1575572 Title: apache2 fails to start if installed via cloud config (on Xenial) Status in init-system-helpers package in Ubuntu: Fix Released Status in systemd package in Ubuntu: Triaged Status in init-system-helpers source package in Xenial: Fix Released Status in systemd source package in Xenial: Won't Fix Status in init-system-helpers package in Debian: Unknown Status in systemd package in Debian: Confirmed Bug description: SRU TEST CASE: Using the following cloud config, apache2 will fail to start on installation on Xenial: #cloud-config packages: - apache2 See for example: $ gcloud compute instances create xenial-$(date +%y%m%d-%H%M) --image ubuntu-1604-xenial-v20160420c --image-project ubuntu-os-cloud --metadata-from-file user-data=cloud-config NAMEZONEMACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IPSTATUS xenial-160427-1050 europe-west1-d n1-standard-1 10.240.0.7 104.155.86.94 RUNNING $ ssh ubuntu@104.155.86.94 systemctl status apache2.service ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: inactive (dead) Docs: man:systemd-sysv-generator(8) With the fixed init-system-helpers, apache2.service (or any other service you install via "packages:") should start correctly. Related Bugs: * bug 1576692: [cloud-init] fully support package installation in systemd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1575572/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596536] Re: fatal error: TimeSource: No such file or directory
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui- toolkit/verbatimNamespaces -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1596536 Title: fatal error: TimeSource: No such file or directory Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: fatal error: TimeSource: No such file or directory The C++ API bits from the UI Toolkit lost their uppercase aliases. Unsurprisingly anyone using those can't build anymore even though the headers still exist. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1596536/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596831] Re: Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL
Ubuntu doesn't typically update to newer software versions. Like most other Linux distros, we backport security patches to the versions of software we ship, whether or not there is still upstream support for it. ** Changed in: openssl (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1596831 Title: Ubuntu 12.04_5 LTS and openSSL 1.0.1 EOL Status in openssl package in Ubuntu: Won't Fix Bug description: With OpenSSL 1.0.1 EOL in December this year, openSSL needs to be upgraded to version 1.0.2. This affects : Description: Ubuntu 12.04.5 LTS Release: 12.04 Lib: apt-cache policy openssl openssl: Installed: 1.0.1-4ubuntu5.36 Candidate: 1.0.1-4ubuntu5.36 Version table: *** 1.0.1-4ubuntu5.36 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http://nl.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1596831/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596693] Re: OpenSSL 1.0.2 for trusty
Ubuntu doesn't typically update to newer software versions. Like most other Linux distros, we backport security patches to the versions of software we ship, whether or not there is still upstream support for it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1596693 Title: OpenSSL 1.0.2 for trusty Status in openssl package in Ubuntu: Won't Fix Bug description: ALPN support was introduced in OpenSSL 1.0.2 which myself, and I'm guessing a lot of other people, are going to need, is there any chance OpenSSL 1.0.2 will come to trusty, or can be backported? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1596693/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596513] Re: "save to" dialogue no longer has recent folders list
gedit DOES have the issue. Gimp, Inscape, LibreOffice do NOT. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1596513 Title: "save to" dialogue no longer has recent folders list Status in gtk+3.0 package in Ubuntu: Invalid Bug description: In 16.04 the recent files/folders category when saving a file has disappeared. This feature saved many clicks for me (as long as the distraction of thinking about my file heirarchy). A common use case is the following: 1. Create a presentation with Libre Office in a new directory call "newpresentation". 2. Search for an image on the internet to include in the presentation. 3. click "save as". Now, one has to traverse the entire path to the folder in which the presentation is saved. Before, with the recent files/folders tab I was able to just choose "newpresentation" from the list... this type of thing is very common for me. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity 7.4.0+16.04.20160526.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Jun 27 13:52:02 2016 DistUpgraded: 2016-04-26 18:48:25,435 DEBUG icon theme changed, re-reading DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1028:0577] InstallationDate: Installed on 2014-10-13 (623 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) MachineType: Dell Inc. OptiPlex 7010 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=33ba6095-36ce-4b66-ba92-ad16532a4e50 ro quiet splash vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to xenial on 2016-04-26 (61 days ago) dmi.bios.date: 09/19/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 0773VG dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd09/19/2012:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0773VG:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: OptiPlex 7010 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. upstart.unity7.log: WARN 2016-06-27 13:11:38 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 WARN 2016-06-27 13:51:54 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Jun 27 11:40:26 2016 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1596513/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596592] Re: Multi-finger gestures should continue when one finger lost when possible
** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1596592 Title: Multi-finger gestures should continue when one finger lost when possible Status in unity8 package in Ubuntu: In Progress Bug description: Unity8 uses 3-finger gestures for dragging windows, but if any of those fingers is lost, the gesture is interrupted. Instead, we should accept the three fingers and only interrupt the gesture when all three fingers are lifted. This way the drag gesture should be much more reliable. An additional question is whether we should re-grab the fingers within the area they are expected (so e.g. over the window being dragged) - this would then allow you to continue to drag when one of your fingers went out of the touch area and got back in. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity8 8.12+16.04.20160620.3-0ubuntu1 [origin: LP-PPA-ci-train-ppa-service-stable-phone-overlay] ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: Unity Date: Mon Jun 27 17:53:32 2016 InstallationDate: Installed on 2016-05-06 (51 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) SourcePackage: unity8 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1596592/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1582301] Automatically added comment
Added to Trello: https://trello.com/c/qNLpUICy/12-bug-1582301-sru-fix- crash-when-suspend-resume-when-using-wwan-with-pin-set-on-sim ** Tags removed: desktop-trello-import -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1582301 Title: [SRU]fix crash when suspend & resume when using WWAN with PIN set on SIM Status in NetworkManager: Confirmed Status in network-manager package in Ubuntu: Fix Released Status in network-manager source package in Xenial: Triaged Bug description: [Impact] There is a rate of crash when doing suspend and resume test when using WWAN with PIN set on SIM. [Test Case] With WWAN enabled, and have PIN set on SIM, doing stress test of suspend & resume, some crash may be observed in network-manager. Also the e.u.c should no longer receive the same crash reports after installing the update. [Regression Potential] The fix is checking a pointer before loop traverse which should be fair safe. -- Original report: The Ubuntu Error Tracker has been receiving reports about a problem regarding network-manager-applet. This problem was most recently seen with version 1.2.0-0ubuntu0.16.04.1, the problem page at https://errors.ubuntu.com/problem/e2c7668fff4fd9f50cb38d0308d51153640d5386 contains more details. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1582301/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1575614] Automatically added comment
Added to Trello: https://trello.com/c/dp1OgB1e/14-bug-1575614-sru-can-t -select-secret-key-for-tls-auth-for-802-1x-authentication ** Tags removed: desktop-trello-import -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1575614 Title: [SRU]Can't select secret key for TLS auth for 802.1X authentication Status in Network Manager Applet: Fix Released Status in network-manager package in Ubuntu: Fix Released Status in network-manager-applet package in Ubuntu: Fix Released Status in network-manager source package in Xenial: Triaged Status in network-manager-applet source package in Xenial: Fix Released Bug description: [Impact] Users cannot select TLS certificate when connecting to a network that requires TLS type 802.1X authentication [Test case] STR: 1. Click on Connections icon in status panel 2. Click on Edit connections 3. Select Wired connection 4. Go to 802.1x tab 5. Check the Use 802.1X checkbox 6. Choose TLS 7. Click on Secret key button 8. In file chooser navigate to the folder where key is located and try to select key file - the list is empty For wifi connection: 1. Click on Connections icon in status panel 2. Click on Edit connections 3. Select Wi-Fi connection 4. Go to Wi-Fi Security tab 5. Select WPA & WPA2 Enterprise in the drop-down list 6. Choose TLS 7. Click on (None) next to Private key 8. In file chooser navigate to the folder where key is located and try to select key file - the list is empty [Regression Potential] The fix is quite straight forward and the possibility of causing regression is limited. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager-applet/+bug/1575614/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595707] Automatically added comment
Added to Trello: https://trello.com/c/rcwKSU5q/13-bug-1595707-sru-crash- in-nmc-find-connection ** Tags removed: desktop-trello-import -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1595707 Title: [SRU]crash in nmc_find_connection Status in NetworkManager: Unknown Status in network-manager package in Ubuntu: Fix Committed Status in network-manager source package in Xenial: New Bug description: [Impact] Ubuntu error tracker receives some reports agains 1.2.0 for a crash in nmc_find_connection() when connecting to a password protected wlan connection, by running command: nmcli device connect wlan0 T he problem page at https://errors.ubuntu.com/problem/16ece0c3816c93d9c763402902edf04448cbe6c8 contains more details. [Test Case] After applying the patch, errors.ubuntu.com should stop receiving new crash reports for this problem. [Regression Potential] The fix is making the connection list available for certain nmc_secrets_requested() call, which should be harmless. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1595707/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1461873] Re: [messaging] Ability to forward SMS without copy 'n past approach
** Changed in: messaging-app (Ubuntu) Importance: Undecided => Critical ** Changed in: messaging-app (Ubuntu) Assignee: (unassigned) => Renato Florencio (renato) ** Changed in: messaging-app (Ubuntu) Assignee: Renato Florencio (renato) => Renato Araujo Oliveira Filho (renatofilho) ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => Critical ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in: canonical-devices-system-image Milestone: None => 12 ** Description changed: It would be nice if the SMS app swipe left context had the ability to forward the SMS to other receivers. The existing approah where one can swipe left and copy the content and then paste into a new SMS seems less intuitive. ** This feature is in the new designs but has yet to be implemented. https://docs.google.com/presentation/d/1hkrF2g- ad7fhJ0UVLKmu_5ZXSFK1EkcWS129JxmAAI4/edit#slide=id.p97 + + ** + + This is a certification requirement -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1461873 Title: [messaging] Ability to forward SMS without copy 'n past approach Status in Canonical System Image: Confirmed Status in Ubuntu UX: Fix Committed Status in messaging-app package in Ubuntu: Confirmed Bug description: It would be nice if the SMS app swipe left context had the ability to forward the SMS to other receivers. The existing approah where one can swipe left and copy the content and then paste into a new SMS seems less intuitive. ** This feature is in the new designs but has yet to be implemented. https://docs.google.com/presentation/d/1hkrF2g- ad7fhJ0UVLKmu_5ZXSFK1EkcWS129JxmAAI4/edit#slide=id.p97 ** This is a certification requirement To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1461873/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1591935] Re: audio record works for call audio
** Changed in: canonical-devices-system-image Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1591935 Title: audio record works for call audio Status in Canonical System Image: Confirmed Status in pulseaudio package in Ubuntu: Confirmed Status in trust-store package in Ubuntu: Confirmed Bug description: krillin:ubuntu-touch/rc-proposed/bq-aquaris.en,#350 Install the app 'Recorder' from the Ubuntu Store. Confirm it works by opening and making a recording. Note that the app requests permission to access the microphone, and you grant this with the usual trust store prompt. Now move to the phone app, and place a regular phone call. With the call active, open Recorder again, and start recording. Stop recording after some time, and hang up the call. return to the recorder app, and play the recording made during the phone call. Audio from both the local microphone and the remote handset (Which the user heard during the call) will be present on the track. It was expected that no audio from the call could be captured by applications. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591935/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial
I do experience it too in CoreOS+CentOS (docker). Question is why is it a problem now? These lines have been present there since 2014. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1529079 Title: Can't start virtual machines with installed systemd-container package on Xenial Status in libvirt package in Ubuntu: Triaged Status in systemd package in Ubuntu: Invalid Bug description: Can't start virtual machines after upgrade to Xenial. On Ubuntu Server 16.04: # virsh start testserver Cannot set property Before, or unknown property. On Kubuntu 16.04: Cannot set property Before, or unknown property. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1873, in do_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 414, in start_install noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 478, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3585, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: Cannot set property Before, or unknown property. At this moment there is no libvirt or systemd-related error messages in syslog when this error appear on the screen (or virsh output). Both systems was upgraded from 15.10. --- ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 16.04 Package: libvirt (not installed) ProcCmdline: BOOT_IMAGE=/@/boot/vmlinuz-4.3.3-040303-generic root=UUID=a100d974-72cf-44ad-acf8-6ec060b773dd ro rootflags=subvol=@Xenial quiet nomdmonddf nomdmonisw ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=C SHELL=/bin/bash Tags: xenial Uname: Linux 4.3.3-040303-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True modified.conffile..etc.libvirt.qemu.networks.default.xml: [modified] mtime.conffile..etc.libvirt.qemu.networks.default.xml: 2015-02-27T11:49:59.773560 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1529079/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596536] Re: fatal error: TimeSource: No such file or directory
The C++ style includes were "lost" because macros are now being used for namespaces which the automated parser doesn't understand. Hence reverting that particular bit restores the aliases. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1596536 Title: fatal error: TimeSource: No such file or directory Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: fatal error: TimeSource: No such file or directory The C++ API bits from the UI Toolkit lost their uppercase aliases. Unsurprisingly anyone using those can't build anymore even though the headers still exist. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1596536/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1421696] Re: Ubuntu Phone notification: having to click on the icon is not obvious
** Changed in: canonical-devices-system-image Status: Confirmed => Fix Committed ** Changed in: canonical-devices-system-image Milestone: backlog => 12 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1421696 Title: Ubuntu Phone notification: having to click on the icon is not obvious Status in Canonical System Image: Fix Committed Status in Ubuntu UX: Fix Committed Status in indicator-messages package in Ubuntu: Invalid Status in ubuntu-settings-components package in Ubuntu: Confirmed Status in unity8 package in Ubuntu: Fix Released Bug description: In the BQ E4.5 Ubuntu Edition, if you got a new notification, you have to click just in the icon for going to the application. By example: You receive a Telegram message. You dragdown the status bar (green envelope) and you see the message. If you click in the notification nothing happens. You need to click in its icon. This is not intuitive. Thanks in advance! -- UX Comment -- We've added in the latest specification for Notifications in the Notification Centre the ability to launch the originating app by tapping on any part of the body of a notification list item. Page 29: Link to the spec:https://docs.google.com/a/canonical.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit#heading=h.2kihdtv7as7e To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421696/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call
** Changed in: canonical-devices-system-image Milestone: None => 13 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1588127 Title: Phone abandons incoming call Status in Canonical System Image: Incomplete Status in ofono package in Ubuntu: Incomplete Status in telephony-service package in Ubuntu: New Bug description: I just received five incoming calls but I couldn't answer any of them. In each case the phone started vibrating, then after a while the ring tone started and the answer buttons were displayed, but before I had a chance to answer, the phone seemed to give up and go back to sleep. Then I could see the green envelope meaning that I had missed a call. The fifth time was me trying from another phone. In this case it seemed that the line was still ringing, but again I was unable to answer the call. After rebooting the phone, I can now answer incoming calls no problem. So it seems this is some bad state that the phone gets into after a while. I've previously had problems with my phone's cover blocking the light sensor and preventing me answering calls. However in this case I was expecting the call and had prepared by opening the cover, so this can't be the problem. Phone is an MX4. OS Ubuntu 15.04 (OTA-10.1). FYI, this was a job interview, with a CTO who was phoning from New York. I'd already had to delay a week after missing the first appointment due to the exact same problem. I've been barely tolerating Ubuntu Phone's bugs up to now, but this is the final straw. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588127/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic
I have to add that keyboard is not laggy with old bluez, but it is still disconnecting frequently. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1454450 Title: Bluetooth mouse laggy and erratic Status in bluez package in Ubuntu: Confirmed Status in linux-firmware package in Ubuntu: Confirmed Bug description: I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves erratically (laggy, jumpy). The problem happens after a few (sometimes one) suspend and resume. I am attaching below some info on my system. Thank you. cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03) Subsystem: Dell Device [1028:0019] Kernel driver in use: wl Bus 003 Device 002: ID 8087:8001 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0c45:670c Microdia Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. Bus 001 Device 002: ID 0a5c:216f Broadcom Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [2.174367] Bluetooth: Core ver 2.20 [2.174669] Bluetooth: HCI device and connection manager initialized [2.174792] Bluetooth: HCI socket layer initialized [2.174795] Bluetooth: L2CAP socket layer initialized [2.175449] Bluetooth: SCO socket layer initialized [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [3.542421] Bluetooth: BNEP filters: protocol multicast [3.542425] Bluetooth: BNEP socket layer initialized [3.551641] Bluetooth: RFCOMM TTY layer initialized [3.551649] Bluetooth: RFCOMM socket layer initialized [3.551654] Bluetooth: RFCOMM ver 1.11 [ 26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 26.569287] Bluetooth: HIDP socket layer initialized [ 26.576971] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15 [ 26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 72.448281] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16 [ 72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 2994.842547] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17 [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 lmp_ver=06 lmp_subver=220e [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [ 3811.777260] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20 [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_generic cfg80211 snd_soc_core drm_kms_helper mei_me lpc_ich shpchp mei snd_compress snd_hda_intel snd_hda_controller drm snd_hda_codec i2c_algo_bit [ 5579.876223] Workqueue: hci0 hci_power_on [bluetooth] [ 5579.876261] [] hci_dev_do_open+0xe1/0xa90 [bluetooth] [ 5579.876266] [] hci_power_on+0x40/0x200 [bluetooth] [ 5579.876284] bluetooth hci0: firmware: brcm/BCM20702A0-0a5
[Touch-packages] [Bug 1421696] Re: Ubuntu Phone notification: having to click on the icon is not obvious
** Changed in: ubuntu-settings-components (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1421696 Title: Ubuntu Phone notification: having to click on the icon is not obvious Status in Canonical System Image: Fix Committed Status in Ubuntu UX: Fix Committed Status in indicator-messages package in Ubuntu: Invalid Status in ubuntu-settings-components package in Ubuntu: Invalid Status in unity8 package in Ubuntu: Fix Released Bug description: In the BQ E4.5 Ubuntu Edition, if you got a new notification, you have to click just in the icon for going to the application. By example: You receive a Telegram message. You dragdown the status bar (green envelope) and you see the message. If you click in the notification nothing happens. You need to click in its icon. This is not intuitive. Thanks in advance! -- UX Comment -- We've added in the latest specification for Notifications in the Notification Centre the ability to launch the originating app by tapping on any part of the body of a notification list item. Page 29: Link to the spec:https://docs.google.com/a/canonical.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit#heading=h.2kihdtv7as7e To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421696/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic
I have Samsung bluetooth keyboard bkb10 and laptop with bcm 43142 bluetooth adapter. Keyboard is very laggy(unsusable), and also connection drops frequetly (i guess usually it is kernel bug causing drops, it drops every time after some intel i915 bug in kernel, but not always after that intel bug). So i tried to install older bluez from bluez.org, and it works great now! It is stable on 5.27 Bluez, but starting from 5.28 keyboard is unusable. Try it, maybe it will help you also. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1454450 Title: Bluetooth mouse laggy and erratic Status in bluez package in Ubuntu: Confirmed Status in linux-firmware package in Ubuntu: Confirmed Bug description: I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves erratically (laggy, jumpy). The problem happens after a few (sometimes one) suspend and resume. I am attaching below some info on my system. Thank you. cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03) Subsystem: Dell Device [1028:0019] Kernel driver in use: wl Bus 003 Device 002: ID 8087:8001 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0c45:670c Microdia Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. Bus 001 Device 002: ID 0a5c:216f Broadcom Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [2.174367] Bluetooth: Core ver 2.20 [2.174669] Bluetooth: HCI device and connection manager initialized [2.174792] Bluetooth: HCI socket layer initialized [2.174795] Bluetooth: L2CAP socket layer initialized [2.175449] Bluetooth: SCO socket layer initialized [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [3.542421] Bluetooth: BNEP filters: protocol multicast [3.542425] Bluetooth: BNEP socket layer initialized [3.551641] Bluetooth: RFCOMM TTY layer initialized [3.551649] Bluetooth: RFCOMM socket layer initialized [3.551654] Bluetooth: RFCOMM ver 1.11 [ 26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 26.569287] Bluetooth: HIDP socket layer initialized [ 26.576971] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15 [ 26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 72.448281] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16 [ 72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 2994.842547] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17 [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 lmp_ver=06 lmp_subver=220e [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [ 3811.777260] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20 [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_ge
[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic
Bluez 5.40 on Ubuntu and 5.38 on CM12.1 phone also laggy. But one detail could help devs to find the bug. While pairing keyboard with PC i see a number, that i have to type on the keyboard to connect it it. So typing that numbers is always very fast and stable, i did try it a lot of times. But once paired, it becomes laggy, buggy, unusable. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1454450 Title: Bluetooth mouse laggy and erratic Status in bluez package in Ubuntu: Confirmed Status in linux-firmware package in Ubuntu: Confirmed Bug description: I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves erratically (laggy, jumpy). The problem happens after a few (sometimes one) suspend and resume. I am attaching below some info on my system. Thank you. cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03) Subsystem: Dell Device [1028:0019] Kernel driver in use: wl Bus 003 Device 002: ID 8087:8001 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0c45:670c Microdia Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. Bus 001 Device 002: ID 0a5c:216f Broadcom Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [2.174367] Bluetooth: Core ver 2.20 [2.174669] Bluetooth: HCI device and connection manager initialized [2.174792] Bluetooth: HCI socket layer initialized [2.174795] Bluetooth: L2CAP socket layer initialized [2.175449] Bluetooth: SCO socket layer initialized [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [3.542421] Bluetooth: BNEP filters: protocol multicast [3.542425] Bluetooth: BNEP socket layer initialized [3.551641] Bluetooth: RFCOMM TTY layer initialized [3.551649] Bluetooth: RFCOMM socket layer initialized [3.551654] Bluetooth: RFCOMM ver 1.11 [ 26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 26.569287] Bluetooth: HIDP socket layer initialized [ 26.576971] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15 [ 26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 72.448281] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16 [ 72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 2994.842547] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17 [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 lmp_ver=06 lmp_subver=220e [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [ 3811.777260] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20 [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_generic cfg80211 snd_soc_core drm_kms_helper mei_me lpc_ich shpchp mei snd_compress snd_hda_intel snd_hda_controller drm snd_hda_codec i2c_al
[Touch-packages] [Bug 1589288] Re: python3.4 package missing threading module in trusty-security
I can't reproduce this issue at all. The threading module definitely is in the libpython3.4-stdlib package, for both the release pocket, and the -security pocket: $ dpkg -c libpython3.4-stdlib_3.4.0-2ubuntu1_amd64.deb | grep threading.py -rw-r--r-- root/root 48898 2014-04-11 10:13 ./usr/lib/python3.4/threading.py -rw-r--r-- root/root 2815 2014-04-11 10:13 ./usr/lib/python3.4/dummy_threading.py $ dpkg -c libpython3.4-stdlib_3.4.0-2ubuntu1.1_amd64.deb | grep threading.py -rw-r--r-- root/root 2815 2015-06-19 11:33 ./usr/lib/python3.4/dummy_threading.py -rw-r--r-- root/root 48898 2015-06-19 11:33 ./usr/lib/python3.4/threading.py I've attempted to reproduce using the steps in the bug description, but it's working fine for me in a newly-installed trusty VM. I'm not sure why you're seeing this issue. Your log file seems to indicate you have the libpython3.4-stdlib package installed, but the threading.py file is missing in your /usr/lib/python3.4 directory. That seems to be an issue in your environment, as that file is definitely in the package. Are you able to reproduce this with a cleanly installed VM? ** Changed in: python3.4 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3.4 in Ubuntu. https://bugs.launchpad.net/bugs/1589288 Title: python3.4 package missing threading module in trusty-security Status in python3.4 package in Ubuntu: Incomplete Bug description: Someone forgot to add threading.py module in libpython3.4-mininal_3.4.0-2ubuntu1.1 package. I fail when trying to work with python3.4 in trusty-security environment. How to reproduce: 1. Install new Ubuntu Trusty WITHOUT online updates or downgrade all packages to trusty-security. 2. Disable *-updates repositories, update apt cache: # sed -i -e'/-updates/s/^/# /' /etc/apt/sources.list && apt-get update 3. Upgrade python3 packages: # apt-get install python3 python3-minimal python3.4 python3.4-minimal libpython3.4-minimal libpython3.4-stdlib 4. Try to import threading module (will fail): # python3 -c 'import threading' Traceback (most recent call last): File "", line 1, in ImportError: No module named 'threading' Without threading.py `pip3 install` and `add-apt-repository` will fail. Extended terminal output (including apt-cache policy) is in python3.4_trusty_bug_terminal_output.txt . This problem has occured in https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1503382/comments/4 , but hasn't been articulated or resolved. I compared packages in security and updates and found significant differencies: 1. [debian/pymindeps.py] subprocess key in excluded_imports is threading in security and dummy_threading in updates. 2. [debian/PVER-minimal.README.Debian.in] Information about threading module differs. I made patch libpython3.4-minimal_3.4.0-2ubuntu1.1custompatch1.patch and applied to python3.4_3.4.0-2ubuntu1.1 . The result is available in https://launchpad.net/~bugchecker/+archive/ubuntu/python3-threading- trusty-sec . This patch may be incorrect but it works for me. Also I attached docker context for any experiments. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1589288/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1591935] Re: audio record works for call audio
** Changed in: canonical-devices-system-image Milestone: 12 => 12.1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1591935 Title: audio record works for call audio Status in Canonical System Image: Confirmed Status in pulseaudio package in Ubuntu: Confirmed Status in trust-store package in Ubuntu: Confirmed Bug description: krillin:ubuntu-touch/rc-proposed/bq-aquaris.en,#350 Install the app 'Recorder' from the Ubuntu Store. Confirm it works by opening and making a recording. Note that the app requests permission to access the microphone, and you grant this with the usual trust store prompt. Now move to the phone app, and place a regular phone call. With the call active, open Recorder again, and start recording. Stop recording after some time, and hang up the call. return to the recorder app, and play the recording made during the phone call. Audio from both the local microphone and the remote handset (Which the user heard during the call) will be present on the track. It was expected that no audio from the call could be captured by applications. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591935/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1461873] Re: [messaging] Ability to forward SMS without copy 'n past approach
** Changed in: canonical-devices-system-image Milestone: 12 => 12.1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1461873 Title: [messaging] Ability to forward SMS without copy 'n past approach Status in Canonical System Image: Confirmed Status in Ubuntu UX: Fix Committed Status in messaging-app package in Ubuntu: Confirmed Bug description: It would be nice if the SMS app swipe left context had the ability to forward the SMS to other receivers. The existing approah where one can swipe left and copy the content and then paste into a new SMS seems less intuitive. ** This feature is in the new designs but has yet to be implemented. https://docs.google.com/presentation/d/1hkrF2g- ad7fhJ0UVLKmu_5ZXSFK1EkcWS129JxmAAI4/edit#slide=id.p97 ** This is a certification requirement To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1461873/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588692] Re: Some contents are not translated to Simplified Chinese when the first time to launch ubuntu store.
updated ** Changed in: canonical-devices-system-image Assignee: (unassigned) => F.J Kong (fjkong) ** Changed in: location-service (Ubuntu) Assignee: (unassigned) => F.J Kong (fjkong) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1588692 Title: Some contents are not translated to Simplified Chinese when the first time to launch ubuntu store. Status in Canonical System Image: Triaged Status in Ubuntu Translations: New Status in location-service package in Ubuntu: New Bug description: Information: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 326 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh last update: 2016-06-03 13:07:12 version version: 326 version ubuntu: 20160603 version device: 20160523-003fdb2 version custom: 20160504-975-22-7 Precondition: New flashed phone. Steps: 1.Launch Ubuntu store and tap "Search" button,enter app name,such as "maps",then tap any maps app.The UI enter ubuntu one account login interface. 2.Enter account information,and click "Sign in".Check the UI. Actual result: "wants to access your Ubuntu account" UI display. Expected result: "wants to access your Ubuntu account"should be translated to Simplified Chinese. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588692/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588662] Re: The word "My roll" is not translated to Simplified Chinese in video scope.
updated ** Changed in: canonical-devices-system-image Assignee: (unassigned) => F.J Kong (fjkong) ** Changed in: unity-scope-mediascanner (Ubuntu) Assignee: (unassigned) => F.J Kong (fjkong) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1588662 Title: The word "My roll" is not translated to Simplified Chinese in video scope. Status in Canonical System Image: Triaged Status in Ubuntu Translations: New Status in unity-scope-mediascanner package in Ubuntu: New Bug description: Information: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 326 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh last update: 2016-06-03 13:07:12 version version: 326 version ubuntu: 20160603 version device: 20160523-003fdb2 version custom: 20160504-975-22-7 Precondition: Copy some video to the device. Steps: 1.Launch video scope and enter "My video" 2.Tap "Search".Check the list under "search" bar. Actual result: The word "My roll" is not translated. Expected result: The word "My roll" should be translated. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588662/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic
Hey, thanks for the updates and the investigation. However just to clarify, you are talking about this keyboard http://www.sonymobile.com /global-en/products/accessories/bluetooth-keyboard-bkb10/ right? Also, do I understand rightly that once it is paired the connection gets disconnected? As an addition to that could you paste the syslog with Bluetooth debug options enabled [you can find instructions there https://wiki.ubuntu.com/DebuggingBluetooth]? This is going to be really useful for us when we start working on this issue. Thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1454450 Title: Bluetooth mouse laggy and erratic Status in bluez package in Ubuntu: Confirmed Status in linux-firmware package in Ubuntu: Confirmed Bug description: I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves erratically (laggy, jumpy). The problem happens after a few (sometimes one) suspend and resume. I am attaching below some info on my system. Thank you. cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03) Subsystem: Dell Device [1028:0019] Kernel driver in use: wl Bus 003 Device 002: ID 8087:8001 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0c45:670c Microdia Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. Bus 001 Device 002: ID 0a5c:216f Broadcom Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [2.174367] Bluetooth: Core ver 2.20 [2.174669] Bluetooth: HCI device and connection manager initialized [2.174792] Bluetooth: HCI socket layer initialized [2.174795] Bluetooth: L2CAP socket layer initialized [2.175449] Bluetooth: SCO socket layer initialized [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [3.542421] Bluetooth: BNEP filters: protocol multicast [3.542425] Bluetooth: BNEP socket layer initialized [3.551641] Bluetooth: RFCOMM TTY layer initialized [3.551649] Bluetooth: RFCOMM socket layer initialized [3.551654] Bluetooth: RFCOMM ver 1.11 [ 26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 26.569287] Bluetooth: HIDP socket layer initialized [ 26.576971] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15 [ 26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 72.448281] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16 [ 72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 2994.842547] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17 [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 lmp_ver=06 lmp_subver=220e [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 lmp_ver=06 lmp_subver=220e [ 3811.777260] input: Dell Travel Mouse WM524 as /devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20 [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms intel_ips mem
[Touch-packages] [Bug 1596524] Re: /usr/bin/webbrowser-app:11:QScopedPointer:qGetPtrHelper:QOpenGLContext::d_func:QOpenGLContext::functions:QSGDefaultLayer::invalidated
If anyone can supply us with a crash dump, or an application log of this happening, that would be very useful. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1596524 Title: /usr/bin/webbrowser- app:11:QScopedPointer:qGetPtrHelper:QOpenGLContext::d_func:QOpenGLContext::functions:QSGDefaultLayer::invalidated Status in Canonical System Image: Confirmed Status in webbrowser-app package in Ubuntu: New Bug description: The Ubuntu Error Tracker has been receiving reports about a problem regarding webbrowser-app. This problem was most recently seen with version 0.23+15.04.20160615-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/f539f8b9ffa3e8856a7bbe3dcc25fcde172b1cec contains more details. started with 0.23+15.04.20160615-0ubuntu1 similar signature than bug 1596523 To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1596524/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call
sorry, I just read your comment where you say you're not able to use adb. Can you access the phone over ssh somehow? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1588127 Title: Phone abandons incoming call Status in Canonical System Image: Incomplete Status in ofono package in Ubuntu: Incomplete Status in telephony-service package in Ubuntu: New Bug description: I just received five incoming calls but I couldn't answer any of them. In each case the phone started vibrating, then after a while the ring tone started and the answer buttons were displayed, but before I had a chance to answer, the phone seemed to give up and go back to sleep. Then I could see the green envelope meaning that I had missed a call. The fifth time was me trying from another phone. In this case it seemed that the line was still ringing, but again I was unable to answer the call. After rebooting the phone, I can now answer incoming calls no problem. So it seems this is some bad state that the phone gets into after a while. I've previously had problems with my phone's cover blocking the light sensor and preventing me answering calls. However in this case I was expecting the call and had prepared by opening the cover, so this can't be the problem. Phone is an MX4. OS Ubuntu 15.04 (OTA-10.1). FYI, this was a job interview, with a CTO who was phoning from New York. I'd already had to delay a week after missing the first appointment due to the exact same problem. I've been barely tolerating Ubuntu Phone's bugs up to now, but this is the final straw. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588127/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call
you just need to ssh the device and run the same commands: $ dbus-monitor > call_dbus-session.log $ dbus-monitor --system > call_dbus-system.log then attach the files to the bug report. Thank you. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1588127 Title: Phone abandons incoming call Status in Canonical System Image: Incomplete Status in ofono package in Ubuntu: Incomplete Status in telephony-service package in Ubuntu: New Bug description: I just received five incoming calls but I couldn't answer any of them. In each case the phone started vibrating, then after a while the ring tone started and the answer buttons were displayed, but before I had a chance to answer, the phone seemed to give up and go back to sleep. Then I could see the green envelope meaning that I had missed a call. The fifth time was me trying from another phone. In this case it seemed that the line was still ringing, but again I was unable to answer the call. After rebooting the phone, I can now answer incoming calls no problem. So it seems this is some bad state that the phone gets into after a while. I've previously had problems with my phone's cover blocking the light sensor and preventing me answering calls. However in this case I was expecting the call and had prepared by opening the cover, so this can't be the problem. Phone is an MX4. OS Ubuntu 15.04 (OTA-10.1). FYI, this was a job interview, with a CTO who was phoning from New York. I'd already had to delay a week after missing the first appointment due to the exact same problem. I've been barely tolerating Ubuntu Phone's bugs up to now, but this is the final straw. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588127/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588127] Re: Phone abandons incoming call
Thanks for the logs, could you also grab the dbus logs using the steps I provided on comment #6 using adb? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1588127 Title: Phone abandons incoming call Status in Canonical System Image: Incomplete Status in ofono package in Ubuntu: Incomplete Status in telephony-service package in Ubuntu: New Bug description: I just received five incoming calls but I couldn't answer any of them. In each case the phone started vibrating, then after a while the ring tone started and the answer buttons were displayed, but before I had a chance to answer, the phone seemed to give up and go back to sleep. Then I could see the green envelope meaning that I had missed a call. The fifth time was me trying from another phone. In this case it seemed that the line was still ringing, but again I was unable to answer the call. After rebooting the phone, I can now answer incoming calls no problem. So it seems this is some bad state that the phone gets into after a while. I've previously had problems with my phone's cover blocking the light sensor and preventing me answering calls. However in this case I was expecting the call and had prepared by opening the cover, so this can't be the problem. Phone is an MX4. OS Ubuntu 15.04 (OTA-10.1). FYI, this was a job interview, with a CTO who was phoning from New York. I'd already had to delay a week after missing the first appointment due to the exact same problem. I've been barely tolerating Ubuntu Phone's bugs up to now, but this is the final straw. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588127/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1493013] Re: CI test failure (segmentation fault) in ServerShutdown.server_can_shut_down_when_clients_are_blocked
** Changed in: mir Status: New => Incomplete ** No longer affects: mir (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1493013 Title: CI test failure (segmentation fault) in ServerShutdown.server_can_shut_down_when_clients_are_blocked Status in Mir: Incomplete Bug description: As seen in https://jenkins.qa.ubuntu.com/job/mir-clang-vivid- amd64-build/2749/consoleFull : 7: [ RUN ] ServerShutdown.server_can_shut_down_when_clients_are_blocked 7: [1441614824.310851] mirplatform: Found graphics driver: mesa-kms 7: [1441614824.310869] mirplatform: Found graphics driver: mesa-x11 7: [1441614824.310882] mirplatform: Found graphics driver: android 7: [1441614824.310923] mirplatform: Found graphics driver: dummy 7: [1441614824.314576] mirserver: Initial display configuration: 7: [1441614824.314600] mirserver: 1.1: VGA 0.0" 0x0mm 7: [1441614824.314609] mirserver: Current mode 1600x1600 60.00Hz 7: [1441614824.314614] mirserver: Preferred mode 1600x1600 60.00Hz 7: [1441614824.314618] mirserver: Logical position +0+0 7: [1441614824.314846] mirserver: Mir version 0.16.0 7: [1441614824.336046] MirSurfaceAPI: Caught exception at client library boundary (in mir_surface_release): /mir/src/client/rpc/stream_socket_transport.cpp(168): Throw in function virtual void mir::client::rpc::StreamSocketTransport::send_message(const std::vector &, const std::vector &) 7: Dynamic exception type: N5boost16exception_detail10clone_implINS0_19error_info_injectorIN3mir25socket_disconnected_errorE 7: std::exception::what: Failed to send message to server: Broken pipe 7: 32, "Broken pipe" 7: [1441614824.336149] MirConnectionAPI: Caught exception at client library boundary (in release): /mir/src/client/rpc/stream_socket_transport.cpp(168): Throw in function virtual void mir::client::rpc::StreamSocketTransport::send_message(const std::vector &, const std::vector &) 7: Dynamic exception type: N5boost16exception_detail10clone_implINS0_19error_info_injectorIN3mir25socket_disconnected_errorE 7: std::exception::what: Failed to send message to server: Broken pipe 7: 32, "Broken pipe" 7: /mir/tools/detect_fd_leaks.bash: line 84: 503 Segmentation fault (core dumped) $@ 2>&1 7:504 Done| detect_fd_leaks 7/9 Test #7: mir_integration_tests .***Failed2.98 sec To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1493013/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1591274] Re: cups-browsed hangs on shutdown
1. I am running 1.8.3-2ubuntu3 and the core issue still happens (and Martin says that version has the fix Till mentions). 2. Manually stopping cups-browsed (via "sudo systemctl stop cups- browsed.service") completes immediately, whether I am on the network or not. After manually stopping cups-browsed, shutdown then completes as expected. 3. Separately, doing the steps Martin recommends in comment #6 to modify the shutdown order has mixed results. 2 out of 4 times shutdown quickly as expected. 2 out of 4 times, the system hung at the point of having the Unity interface and the shutdown window on the screen (i.e., it didn't even get to the point where it was originally hanging, which was on the logo splash screen). I was just booting and quickly shutting down, so this strange behaviour could be related to that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1591274 Title: cups-browsed hangs on shutdown Status in cups package in Ubuntu: Incomplete Bug description: I have a new XPS13, running an up-to-date 16.04. The shutdown process takes ages - something is clearly getting stuck. It eventually completes, but is (or seems like) several minutes. Happy to help debug if you can give instructions on how to see what's stuck. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1591274/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1388931] Re: Support 12h or 24h time display format
** Changed in: canonical-devices-system-image Milestone: None => 13 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-datetime in Ubuntu. https://bugs.launchpad.net/bugs/1388931 Title: Support 12h or 24h time display format Status in Canonical System Image: Confirmed Status in Ubuntu Clock App: Confirmed Status in Ubuntu UX: Won't Fix Status in indicator-datetime package in Ubuntu: Confirmed Status in ubuntu-system-settings package in Ubuntu: Confirmed Bug description: Updating this bug based on the comments and dupes. There should be a setting in the Time & Date settings control panel to select 12 or 24 hour display format. This should be honored in the indicator, greeter and clock app. gsetting com.canonical.indicator.datetime time-format controls this To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1388931/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1551811] Re: First trust prompt leads to reboot (arale, midori)
** Changed in: canonical-devices-system-image Milestone: 12 => 12.1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1551811 Title: First trust prompt leads to reboot (arale, midori) Status in arale: Confirmed Status in Canonical System Image: Confirmed Status in Mir: Invalid Status in Telegram app: Invalid Status in trust-store: Invalid Status in mir package in Ubuntu: Invalid Status in qtdeclarative-opensource-src package in Ubuntu: Confirmed Bug description: Test case. - Flash the phone. - Open Telegram app. - Fill the account details. - Add a contact (if needed). - Select a contact to send a message. - Tap on the clip to attach a photo. - Select the camera. Expected result. - After accepting the permission dialog, camera app allows to take a picture. Actual result. - After accepting the permission dialog, phone reboots. I'm not sure whether this is a problem with Telegram or with the camera. However, I couldn't reproduce the problem using the messaging- app. And once the permission dialog is accepted, the reboot is gone. com.ubuntu.telegram_2.0.8.0_armhf.click current build number: 259 device name: arale channel: ubuntu-touch/rc-proposed/meizu.en -- Same happens with the following steps: 1. Flash device (arale) with $ ubuntu-device-flash touch --device arale --channel ubuntu/rc- proposed/meizu.en --recovery-image --bootstrap 2. Wait until flash process is done 3. Go through first-start wizard 4. Pass tutorial 5. Directly launch camera-app, approve trust-prompt Repeat 1-5 multiple times and you will see a frozen device after step 5. You can verify it happened due to a kernel panic mentioned in comment #7. You can reset the trust db entry for the camera app using : $rm -rf ~/.local/share/CameraService $restart cameraservice-trust-stored Run the following to get the command line for all threads so you can match the pid from the kmsg later (see below): ps H -eo 'pid tid cmd:250 comm' To verify it was really the kernel panic run $ sudo cat /proc/last_kmsg once the device has rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/arale/+bug/1551811/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1588641] Re: “无锁码”change to“无密码”or”滑动解锁”in lock screen scope from wizard.
updated ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => F.J Kong (fjkong) ** Changed in: canonical-devices-system-image Assignee: (unassigned) => F.J Kong (fjkong) ** Changed in: ubuntu-translations Assignee: Ubuntu Simplified Chinese Translators (ubuntu-l10n-zh-cn) => F.J Kong (fjkong) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1588641 Title: “无锁码”change to“无密码”or”滑动解锁”in lock screen scope from wizard. Status in Canonical System Image: Triaged Status in Ubuntu Translations: New Status in unity8 package in Ubuntu: Invalid Bug description: ~$ system-image-cli -i current build number: 92 device name: turbo channel: ubuntu-touch/rc-proposed/meizu.zh last update: 2016-06-02 15:42:38 version version: 92 version ubuntu: 20160602 version device: 20160523-bcddc2c version custom: 20160504-975-22-7 Steps: 1.Newly flashed device. 2.Select “中文(中国)” and press next . Actual results: The"无锁码"is translated inexact. Expected results: “无锁码”change to“无密码”or”滑动解锁”. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588641/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1591602] Re: Rebooting device with landscape rotation lock ends up in portrait
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1591602 Title: Rebooting device with landscape rotation lock ends up in portrait Status in Canonical System Image: Confirmed Status in unity8 package in Ubuntu: New Bug description: I am using a BQ M10 on rc-proposed build r124. I use my tablet with rotation lock enabled in landscape mode. When I reboot the device it stays in landscape until I tap the screen to login when the screen rotates and gets locked in portrait mode. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591602/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1592862] Re: Merge e2fsprogs from Debian 1.43.1-1
This bug was fixed in the package e2fsprogs - 1.43.1-1 --- e2fsprogs (1.43.1-1) unstable; urgency=medium * New upstream version * Fix the Direct I/O fallback code in the Unix I/O manager so it implements read-modify-write correctly. * The mke2fs program will now warn if the user specifies a label which is too long. (Closes: #791630) * Clean up various man pages (Closes: #766379, #761144, #770750, #428361, #766127) * Fix bug so that debugfs's rdump command works on the root directory (Closes: #766125) * Fix various Debian packaging issues (Closes: #825868) * Build fully security hardened binaries -- Theodore Y. Ts'o Tue, 07 Jun 2016 23:09:55 -0400 e2fsprogs (1.43-3) unstable; urgency=medium * Fix various debian packaging nits * Fix spelling mistakes in the copyright files * Fix various spelling mistakes in man pages * Fix project quota bugs in e2fsck and mke2fs * Build binaries with hardening support * Improve e2fsck messages when the journal superblock is corrupt and the user declines to fix the journal. (Closes: #768162) * Fix debugfs's handling of "set_bg checksum calc" on 64-bit file systems. * Simplify the debian rules file -- Theodore Y. Ts'o Wed, 25 May 2016 00:51:33 -0400 e2fsprogs (1.43-2) unstable; urgency=medium * Update watch file to check for the GPG signatures * Use dh_update_autotools_control to update config.{guess,sub} automatically when building the package. * Only try to run update-initramfs if it exists * Transition to dbgsym packages -- Theodore Y. Ts'o Fri, 20 May 2016 14:07:40 -0400 e2fsprogs (1.43-1) unstable; urgency=medium * New upstream version * Fix or improve offset support in mke2fs, e2undo, and libext2fs * Update debian policy version to 3.9.8 -- Theodore Y. Ts'o Tue, 17 May 2016 01:04:28 -0400 e2fsprogs (1.43~WIP.2016.03.15-2) sid; urgency=low * Fix FTBFS on big-endian systems -- Theodore Y. Ts'o Thu, 17 Mar 2016 22:55:52 -0400 e2fsprogs (1.43~WIP.2016.05.12-1) unstable; urgency=medium * New upstream version * Clean up various man pages and usage messages * Fix up gcc and Coverity warnings * Stop building static binaries using dietlibc * Fix potential out-of-boundary memory access in resize2fs * Fix sparse_super2 bugs in mke2fs and resize2fs * The mke2fs program will now support multiple -O options * The e2image program now ignores checksum error so that debugging snapshots of a file system can be taken of a broken file system * E2fsck now more cleanly handles checksum errors while replaying the journal * Fix e2fsck to not try to set a UUID if the metadata_csum feature is enabled since this will break the checksums * Fix e2image so progress information won't get leaked to stdout * Fix bugs in "mke2fs -E offset=" (Closes: #803629) * Fix Hurd portability issues (Closes: #822576) * Update initramfs in e2fsprogs's postinst script so the initial ramdisk gets the updated e2fsprogs binaries (Closes: #804237) * Work around texi2dvi bug which can cause build failures (Closes: #87) * E2fsck now prints "REBOOT SYSTEM" instead of "REBOOT LINUX" to assuage the sensibilities of Hurd users (Closes: #769838) -- Theodore Y. Ts'o Thu, 12 May 2016 00:18:45 -0400 e2fsprogs (1.43~WIP.2016.03.15-1) unstable; urgency=low * New upstream release * Fix resize2fs bug that could leave block allocation bitmaps uninitialized * The tune2fs program will ask the user for confirmation before starting dangerous operations if the terminal is available, and it will replay the journal if necessary * Fix a bug which in rare cases would cause e2fsck -fD to corrupt an extent-mapped directory. * E2fsck will now check for extent mapped inodes with no extent header and clear them if found * E2fsck now checks to make sure the extended attribute header doesn't result in the xattr extending beyond the bounds of the inode * Teach mke2fs to parse a human-readable argument for -i option * Teach mke2fs to automatically handle creating file systems > 500T by automatically enable the meta_bg feature * Mke2fs will now prompt for user verification before rewriting a file system's superblock using the -S option * Mke2fs no longer complains if the user tries to create a file system using the entire block device (e.g., without using a partition). The minor number convention is not used by all block devices, and it's quite normal in some circumstances to create a file system on /dev/sdc instead of /dev/sdc1 * Debugfs now can properly display and set extended timestamps * Add an ext2/3/4 FUSE server * Fix an "mke2fs -d" bug which could create inodes with invalid extended attribute blocks * Fix miscellaneous file encryption bugs * Fix miscellaneous MMP bugs in debugfs * The e2fsck program will no longer update the quota inodes when it is interrupted * The filefrag
[Touch-packages] [Bug 1596513] Re: "save to" dialogue no longer has recent folders list
** Changed in: gtk+3.0 (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1596513 Title: "save to" dialogue no longer has recent folders list Status in gtk+3.0 package in Ubuntu: New Bug description: In 16.04 the recent files/folders category when saving a file has disappeared. This feature saved many clicks for me (as long as the distraction of thinking about my file heirarchy). A common use case is the following: 1. Create a presentation with Libre Office in a new directory call "newpresentation". 2. Search for an image on the internet to include in the presentation. 3. click "save as". Now, one has to traverse the entire path to the folder in which the presentation is saved. Before, with the recent files/folders tab I was able to just choose "newpresentation" from the list... this type of thing is very common for me. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: unity 7.4.0+16.04.20160526.1-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Jun 27 13:52:02 2016 DistUpgraded: 2016-04-26 18:48:25,435 DEBUG icon theme changed, re-reading DistroCodename: xenial DistroVariant: ubuntu GraphicsCard: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [1028:0577] InstallationDate: Installed on 2014-10-13 (623 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923) MachineType: Dell Inc. OptiPlex 7010 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic root=UUID=33ba6095-36ce-4b66-ba92-ad16532a4e50 ro quiet splash vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to xenial on 2016-04-26 (61 days ago) dmi.bios.date: 09/19/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.name: 0773VG dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd09/19/2012:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0773VG:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: OptiPlex 7010 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. upstart.unity7.log: WARN 2016-06-27 13:11:38 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 WARN 2016-06-27 13:51:54 unity.iconloader IconLoader.cpp:264 Unable to load icon . GThemedIcon application-x-homebank application-x-generic at size 64 version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Jun 27 11:40:26 2016 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1596513/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596947] [NEW] button borders are streched in landscape orientation
Public bug reported: current build number: 369 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en Button border are thick and streched in landscape orientation. It is also visible on tablet in portrait mode where borders are a bit blurry. ** Affects: canonical-devices-system-image Importance: Undecided Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Attachment added: "screenshot20160628_153347145.png" https://bugs.launchpad.net/bugs/1596947/+attachment/4691595/+files/screenshot20160628_153347145.png ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1596947 Title: button borders are streched in landscape orientation Status in Canonical System Image: New Status in ubuntu-ui-toolkit package in Ubuntu: New Bug description: current build number: 369 device name: krillin channel: ubuntu-touch/rc-proposed/bq-aquaris.en Button border are thick and streched in landscape orientation. It is also visible on tablet in portrait mode where borders are a bit blurry. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1596947/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1595707] Re: [SRU]crash in nmc_find_connection
This bug was fixed in the package network-manager - 1.2.2-0ubuntu6 --- network-manager (1.2.2-0ubuntu6) yakkety; urgency=medium * Make connection list available to some nmc_secrets_requested() calls (LP: #1595707) * Make Read-connections-from-run.patch gbp-pq friendly -- Aron Xu Tue, 28 Jun 2016 12:38:09 +0800 ** Changed in: network-manager (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1595707 Title: [SRU]crash in nmc_find_connection Status in NetworkManager: Unknown Status in network-manager package in Ubuntu: Fix Released Status in network-manager source package in Xenial: New Bug description: [Impact] Ubuntu error tracker receives some reports agains 1.2.0 for a crash in nmc_find_connection() when connecting to a password protected wlan connection, by running command: nmcli device connect wlan0 T he problem page at https://errors.ubuntu.com/problem/16ece0c3816c93d9c763402902edf04448cbe6c8 contains more details. [Test Case] After applying the patch, errors.ubuntu.com should stop receiving new crash reports for this problem. [Regression Potential] The fix is making the connection list available for certain nmc_secrets_requested() call, which should be harmless. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1595707/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1591602] Re: Rebooting device with landscape rotation lock ends up in portrait
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => Medium ** Changed in: canonical-devices-system-image Milestone: None => 13 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1591602 Title: Rebooting device with landscape rotation lock ends up in portrait Status in Canonical System Image: Confirmed Status in unity8 package in Ubuntu: New Bug description: I am using a BQ M10 on rc-proposed build r124. I use my tablet with rotation lock enabled in landscape mode. When I reboot the device it stays in landscape until I tap the screen to login when the screen rotates and gets locked in portrait mode. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591602/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial
We do experience that issue too on CoreOS. Until CoreOS 1010, it worked just fine (systemd v225), and afterwards (systemd v229), the issue is present. The libvirt code mentioned above did not change since 2014. Therefore, it seems that a change to systemd between 225 and 229 generates that issue. Not sure of the importance of that `Before` close there yet. I need to document myself more. We could try without it and see how it goes. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1529079 Title: Can't start virtual machines with installed systemd-container package on Xenial Status in libvirt package in Ubuntu: Triaged Status in systemd package in Ubuntu: Invalid Bug description: Can't start virtual machines after upgrade to Xenial. On Ubuntu Server 16.04: # virsh start testserver Cannot set property Before, or unknown property. On Kubuntu 16.04: Cannot set property Before, or unknown property. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1873, in do_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 414, in start_install noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 478, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3585, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: Cannot set property Before, or unknown property. At this moment there is no libvirt or systemd-related error messages in syslog when this error appear on the screen (or virsh output). Both systems was upgraded from 15.10. --- ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 16.04 Package: libvirt (not installed) ProcCmdline: BOOT_IMAGE=/@/boot/vmlinuz-4.3.3-040303-generic root=UUID=a100d974-72cf-44ad-acf8-6ec060b773dd ro rootflags=subvol=@Xenial quiet nomdmonddf nomdmonisw ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=C SHELL=/bin/bash Tags: xenial Uname: Linux 4.3.3-040303-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True modified.conffile..etc.libvirt.qemu.networks.default.xml: [modified] mtime.conffile..etc.libvirt.qemu.networks.default.xml: 2015-02-27T11:49:59.773560 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1529079/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596662] Re: pcscd fails to read CAC card data, errors out
** Attachment added: "verbose log" https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+attachment/4691606/+files/log.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.launchpad.net/bugs/1596662 Title: pcscd fails to read CAC card data, errors out Status in pcsc-lite package in Ubuntu: New Bug description: When I use Firefox to try and access a website using my CAC card, with a Broadcom Corp 5880 [Contacted SmartCard] smart card reader on a Dell Precision 7510 and libcackey, my web browser hangs for a bit, then fails, and looking at pcscd's log shows the following (note the lines: "0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card." Ubuntu 14.04.4, kernel 4.2.0-38-generic. See below: winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x0 for client 15 0039 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0008 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0003 winscard.c:1587:SCardTransmit() Send Protocol: T=0 0003 APDU: 00 C0 00 00 BA 0003 ifdhandler.c:1266:IFDHTransmitToICC() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 00014006 commands.c:1456:CCID_Receive() Can't read all data (54 out of 188 expected) 0012 SW: 0003 ifdwrapper.c:527:IFDTransmit() Card not transacted: 612 0003 winscard.c:1612:SCardTransmit() Card not transacted: 0x80100016 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100016 for client 15 0038 winscard_svc.c:319:ContextThread() Received command: RECONNECT from client 15 0007 winscard.c:504:SCardReconnect() Attempting reconnect to token. 0003 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 00230568 ccid_usb.c:790:ReadUSB() read failed (1/5): -8 Resource temporarily unavailable 0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card. 0002 winscard.c:793:SCardReconnect() UnrefReader() count was: 2 0003 winscard_svc.c:472:ContextThread() RECONNECT rv=0x80100066 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0007 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0001 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100068 for client 15 0014 winscard_svc.c:319:ContextThread() Received command: DISCONNECT from client 15 0004 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:850:SCardDisconnect() Active Contexts: 1 0002 winscard.c:851:SCardDisconnect() dwDisposition: 0 0001 winscard.c:1016:SCardDisconnect() powerState: POWER_STATE_GRACE_PERIOD 0003 ifdhandler.c:362:IFDHGetCapabilities() tag: 0xFB2, usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0002 winscard.c:1030:SCardDisconnect() Stopping polling thread 0014 ifdhandler.c:327:IFDHStopPolling() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0147 winscard.c:1043:SCardDisconnect() UnrefReader() count was: 2 0007 winscard_svc.c:490:ContextThread() DISCONNECT rv=0x0 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: CONNECT from client 15 0024 winscard.c:235:SCardConnect() Attempting Connect to Broadcom Corp 5880 [Contacted SmartCard] (0123456789ABCD) 00 00 using protocol: 3 0002 readerfactory.c:745:RFReaderInfo() RefReader() count was: 1 0002 winscard.c:322:SCardConnect() Card Not Powered To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596662] Re: pcscd fails to read CAC card data, errors out
** Attachment added: "lsusb of broadcom device" https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+attachment/4691607/+files/lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.launchpad.net/bugs/1596662 Title: pcscd fails to read CAC card data, errors out Status in pcsc-lite package in Ubuntu: New Bug description: When I use Firefox to try and access a website using my CAC card, with a Broadcom Corp 5880 [Contacted SmartCard] smart card reader on a Dell Precision 7510 and libcackey, my web browser hangs for a bit, then fails, and looking at pcscd's log shows the following (note the lines: "0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card." Ubuntu 14.04.4, kernel 4.2.0-38-generic. See below: winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x0 for client 15 0039 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0008 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0003 winscard.c:1587:SCardTransmit() Send Protocol: T=0 0003 APDU: 00 C0 00 00 BA 0003 ifdhandler.c:1266:IFDHTransmitToICC() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 00014006 commands.c:1456:CCID_Receive() Can't read all data (54 out of 188 expected) 0012 SW: 0003 ifdwrapper.c:527:IFDTransmit() Card not transacted: 612 0003 winscard.c:1612:SCardTransmit() Card not transacted: 0x80100016 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100016 for client 15 0038 winscard_svc.c:319:ContextThread() Received command: RECONNECT from client 15 0007 winscard.c:504:SCardReconnect() Attempting reconnect to token. 0003 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 00230568 ccid_usb.c:790:ReadUSB() read failed (1/5): -8 Resource temporarily unavailable 0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card. 0002 winscard.c:793:SCardReconnect() UnrefReader() count was: 2 0003 winscard_svc.c:472:ContextThread() RECONNECT rv=0x80100066 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0007 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0001 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100068 for client 15 0014 winscard_svc.c:319:ContextThread() Received command: DISCONNECT from client 15 0004 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:850:SCardDisconnect() Active Contexts: 1 0002 winscard.c:851:SCardDisconnect() dwDisposition: 0 0001 winscard.c:1016:SCardDisconnect() powerState: POWER_STATE_GRACE_PERIOD 0003 ifdhandler.c:362:IFDHGetCapabilities() tag: 0xFB2, usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0002 winscard.c:1030:SCardDisconnect() Stopping polling thread 0014 ifdhandler.c:327:IFDHStopPolling() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0147 winscard.c:1043:SCardDisconnect() UnrefReader() count was: 2 0007 winscard_svc.c:490:ContextThread() DISCONNECT rv=0x0 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: CONNECT from client 15 0024 winscard.c:235:SCardConnect() Attempting Connect to Broadcom Corp 5880 [Contacted SmartCard] (0123456789ABCD) 00 00 using protocol: 3 0002 readerfactory.c:745:RFReaderInfo() RefReader() count was: 1 0002 winscard.c:322:SCardConnect() Card Not Powered To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1596662] Re: pcscd fails to read CAC card data, errors out
The versions I were using before (from the Trusty repositories) are pcscd 1.8.10 and libccid 1.4.15. I've installed PCSC version 1.8.17 and libccid 1.4.24: $ /usr/local/sbin/pcscd --version pcsc-lite version 1.8.17. Copyright (C) 1999-2002 by David Corcoran . Copyright (C) 2001-2015 by Ludovic Rousseau . Copyright (C) 2003-2004 by Damien Sauveron . Report bugs to . Enabled features: Linux x86_64-pc-linux-gnu serial usb libudev usbdropdir=/usr/local/lib/pcsc/drivers ipcdir=/var/run/pcscd configdir=/usr/local/etc/reader.conf.d Both configurations cause the same errors, where it seems that it fails to read the card. I've attached the lsusb of the broadcom device, as well as the complete log. ** Attachment added: "lsusb of broadcom device" https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+attachment/4691605/+files/lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.launchpad.net/bugs/1596662 Title: pcscd fails to read CAC card data, errors out Status in pcsc-lite package in Ubuntu: New Bug description: When I use Firefox to try and access a website using my CAC card, with a Broadcom Corp 5880 [Contacted SmartCard] smart card reader on a Dell Precision 7510 and libcackey, my web browser hangs for a bit, then fails, and looking at pcscd's log shows the following (note the lines: "0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card." Ubuntu 14.04.4, kernel 4.2.0-38-generic. See below: winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x0 for client 15 0039 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0008 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0003 winscard.c:1587:SCardTransmit() Send Protocol: T=0 0003 APDU: 00 C0 00 00 BA 0003 ifdhandler.c:1266:IFDHTransmitToICC() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 00014006 commands.c:1456:CCID_Receive() Can't read all data (54 out of 188 expected) 0012 SW: 0003 ifdwrapper.c:527:IFDTransmit() Card not transacted: 612 0003 winscard.c:1612:SCardTransmit() Card not transacted: 0x80100016 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0003 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100016 for client 15 0038 winscard_svc.c:319:ContextThread() Received command: RECONNECT from client 15 0007 winscard.c:504:SCardReconnect() Attempting reconnect to token. 0003 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 00230568 ccid_usb.c:790:ReadUSB() read failed (1/5): -8 Resource temporarily unavailable 0026 ifdwrapper.c:348:IFDStatusICC() Card not transacted: 612 0002 winscard.c:592:SCardReconnect() Error resetting card. 0002 winscard.c:793:SCardReconnect() UnrefReader() count was: 2 0003 winscard_svc.c:472:ContextThread() RECONNECT rv=0x80100066 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: TRANSMIT from client 15 0007 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:1632:SCardTransmit() UnrefReader() count was: 2 0001 winscard_svc.c:608:ContextThread() TRANSMIT rv=0x80100068 for client 15 0014 winscard_svc.c:319:ContextThread() Received command: DISCONNECT from client 15 0004 readerfactory.c:772:RFReaderInfoById() RefReader() count was: 1 0002 winscard.c:850:SCardDisconnect() Active Contexts: 1 0002 winscard.c:851:SCardDisconnect() dwDisposition: 0 0001 winscard.c:1016:SCardDisconnect() powerState: POWER_STATE_GRACE_PERIOD 0003 ifdhandler.c:362:IFDHGetCapabilities() tag: 0xFB2, usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0002 winscard.c:1030:SCardDisconnect() Stopping polling thread 0014 ifdhandler.c:327:IFDHStopPolling() usb:0a5c/5800:libudev:1:/dev/bus/usb/001/005 (lun: 0) 0147 winscard.c:1043:SCardDisconnect() UnrefReader() count was: 2 0007 winscard_svc.c:490:ContextThread() DISCONNECT rv=0x0 for client 15 0049 winscard_svc.c:319:ContextThread() Received command: CONNECT from client 15 0024 winscard.c:235:SCardConnect() Attempting Connect to Broadcom Corp 5880 [Contacted SmartCard] (0123456789ABCD) 00 00 using protocol: 3 0002 readerfactory.c:745:RFReaderInfo() RefReader() count was: 1 0002 winscard.c:322:SCardConnect() Card Not Powered To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1596662/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1568429] Re: Radeon won't work with KMS enabled
Is there anything more I can do to help debug this? In my latest attempt to get any useful information, I removed my usb keyboard in favor of a ps2 one. On boot and subsequent fail, the caps lock and scroll lock flash 10 times. I thought maybe getting a serial console going would help but this computer doesn't have a db9/rs232 port and it appears to be failing before the USB subsystem is initialized so USB serial console appears to be a no-go. I'm pretty new / green on debugging at this low a level, but I'm willing to give it a go if anyone has ideas to try... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1568429 Title: Radeon won't work with KMS enabled Status in xorg package in Ubuntu: Confirmed Bug description: I have a Radeon HD 5770 GPU. After upgrading to Xenial today and ensuring the xorg radeon driver was enabled, my machine will no longer boot to a usable state. After selecting default Ubuntu option from GRUB menu, both monitor lose signal input and the keyboard becomes unresponsive. Sometimes the machine will reboot on its own, most of the time I have to hard reset. WORKAROUND: Use one of the following kernel parameters: nomodeset radeon.modeset=0 The machine will boot but the radeon driver will not load. Attempting to load radeon driver with `sudo modprobe radeon modeset=1` after booting with modesetting off results in the same fail state explained above. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 .tmp.unity.support.test.1: ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds] CompositorRunning: None Date: Sat Apr 9 20:02:22 2016 DistUpgraded: 2016-04-09 16:49:55,340 ERROR got error from PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process "./xorg_fix_proprietary.py" (No such file or directory) (8)) DistroCodename: xenial DistroVariant: ubuntu DkmsStatus: vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] [1002:68b8] (prog-if 00 [VGA controller]) Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990] InstallationDate: Installed on 2013-12-29 (832 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0 Renderer: Software SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago) dmi.bios.date: 04/29/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0519 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: P5N7A-VM dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.67-1 version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Sat Apr 9 19:49:46 2016 xserver.configfile: default xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.18.3-1ubuntu2 To manage not
[Touch-packages] [Bug 1596056] Re: output of invoke-rc.d for systemd units un-debuggable on failure
Seems fine to me at first sight. I'd vote for "systemctl status", as that also shows running and exited services with exit codes etc., and the journal tail. We have this shiny new technology now, so let's use it :-) Just checking with the other init folks. ** Changed in: init-system-helpers (Ubuntu) Importance: Undecided => Wishlist ** Changed in: init-system-helpers (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1596056 Title: output of invoke-rc.d for systemd units un-debuggable on failure Status in init-system-helpers package in Ubuntu: In Progress Bug description: When invoke-rc.d is called on a systemd system, if the unit fails to start, you get output like: Created symlink /etc/systemd/system/multi-user.target.wants/openafs-fileserver.service → /lib/systemd/system/openafs-fileserver.service. Job for openafs-fileserver.service failed because the control process exited with error code. See "systemctl status openafs-fileserver.service" and "journalctl -xe" for details. invoke-rc.d: initscript openafs-fileserver, action "start" failed. dpkg: error processing package openafs-fileserver (--configure): subprocess installed post-installation script returned error exit status 1 The output shown here comes from systemctl itself, and is usually fine. The admin who ran systemctl can run those other commands to debug. However, when called by invoke-rc.d, this output is usually seen only in a log file; maybe submitted in a bug report, maybe attached to something like an autopkgtest: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-yakkety/yakkety/armhf/o/openafs/20160624_174535@/log.gz By the time someone looks at this log output, it is often too late to run those commands in order to debug the failure. invoke-rc.d should call these commands for us on systemd unit failure, so that the relevant debugging information is included in the log where it can help. We don't want to call 'journalctl -xe', which might leak information into the log from other jobs, but 'journalctl -x -u ' may be appropriate. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1596056/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp