[Touch-packages] [Bug 1383870] Re: [phone-app] + [messaging-app] + [address-book-app] list tug actions should collapse after user moves view
The new ListItem can operate on this, however needs 1.2 imports, which is yet in unstable state. AFAIK the apps linked are not using the toolkit's list items, thus for RTM and OTA-1, their fix must be proprietary one. Depending which OTA will take Vivid, this can be ported to use teh new ListItem from toolkit. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1383870 Title: [phone-app] + [messaging-app] + [address-book-app] list tug actions should collapse after user moves view Status in Address Book App: New Status in Dialer app for Ubuntu Touch: New Status in Messaging App: New Status in Ubuntu UX bugs: Fix Committed Status in address-book-app package in Ubuntu: New Status in dialer-app package in Ubuntu: New Status in messaging-app package in Ubuntu: New Status in ubuntu-ui-toolkit package in Ubuntu: Fix Committed Bug description: build r120 Steps to reproduce: 1. open phone app 2. carry out a bottom edge swipe to access your RECENT 3. swipe any list item to the left or right 4. now scroll your list view a little bit down or up, make sure the list item actions stay in view Actual Result: the actions remain on the screen, they only collapse if it hides behind the header or bottom of the view Expected result: if user starts to scroll the list view while a list item shows additional actions, the list item should collapse. Users are carrying out a different actions in that case and are likely not being interested anymore in the revealed list item actions. Same behaviour applies for the messaging app and the address-book-app. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1383870/+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 1330510] Re: Valgrind warning when theme is changed from MainViewStyle.qml
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-to-staging -- 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/1330510 Title: Valgrind warning when theme is changed from MainViewStyle.qml Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: We are getting this warning in valgrind (with Qt 5.3) ==20334== Invalid read of size 8 ==20334==at 0x581568A: QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) (qrecursionwatcher_p.h:94) ==20334==by 0x57A5A82: QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) (qqmlincubator.cpp:357) ==20334==by 0x57A6215: QQmlEnginePrivate::incubate(QQmlIncubator&, QQmlContextData*) (qqmlincubator.cpp:95) ==20334==by 0x57A169C: QQmlComponent::create(QQmlIncubator&, QQmlContext*, QQmlContext*) (qqmlcomponent.cpp:1072) ==20334==by 0x5DCE449: QQuickLoaderPrivate::_q_sourceLoaded() (qquickloader.cpp:721) ==20334==by 0x5DCE5E7: QQuickLoaderPrivate::load() (qquickloader.cpp:604) ==20334==by 0x581564D: QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) (qqmlobjectcreator.cpp:1202) ==20334==by 0x57A1076: QQmlComponentPrivate::complete(QQmlEnginePrivate*, QQmlComponentPrivate::ConstructionState*) (qqmlcomponent.cpp:932) ==20334==by 0x57A1108: QQmlComponentPrivate::completeCreate() (qqmlcomponent.cpp:968) ==20334==by 0x57A0FCF: QQmlComponent::create(QQmlContext*) (qqmlcomponent.cpp:795) ==20334==by 0x5DD538E: QQuickView::continueExecute() (qquickview.cpp:489) ==20334==by 0x5DD5AB3: QQuickViewPrivate::execute() (qquickview.cpp:133) ==20334==by 0x407045: startShell(int, char const**, void*) (main.cpp:162) ==20334==by 0x407A74: main (main.cpp:227) ==20334== Address 0x20df8968 is 104 bytes inside a block of size 112 free'd ==20334==at 0x4C2C2BC: operator delete(void*) (vg_replace_malloc.c:503) ==20334==by 0x5815FB0: QQmlObjectCreator::~QQmlObjectCreator() (qqmlobjectcreator.cpp:156) ==20334==by 0x57A52AA: QQmlIncubatorPrivate::clear() (qscopedpointer.h:62) ==20334==by 0x57A53C6: QQmlIncubator::clear() (qqmlincubator.cpp:577) ==20334==by 0x5DCD7CF: QQuickLoaderPrivate::clear() (qquickloader.cpp:95) ==20334==by 0x5DCEB02: QQuickLoader::setSourceComponent(QQmlComponent*) (qquickloader.cpp:472) Because MainViewStyle.qml is replacing the theme once it gets loaded (if it needs to go Dark) and we're basically changing the component in MainView.qml while the component is being loaded and it seems Qt doesn't like that. Not sure if it could be argued this is a Qt 5.3 bug, haven't tried if the warning is there in Qt 5.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1330510/+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 1213043] Re: Binding loop detected when changing backgroundColor of MainView dynamically
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-to-staging -- 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/1213043 Title: Binding loop detected when changing backgroundColor of MainView dynamically Status in Sudoku game for Ubuntu Touch: Triaged Status in Weather application for Ubuntu devices: Fix Released Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: When changing the backgroundColor of MainView programmatically, a binding loop occurs: file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:192:5: QML StyledItem: Binding loop detected for property "style" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:62:5: QML Binding: Binding loop detected for property "target" To manage notifications about this bug go to: https://bugs.launchpad.net/sudoku-app/+bug/1213043/+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 1356779] Re: MainView.backgroundColor is not usable any more
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-to-staging -- 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/1356779 Title: MainView.backgroundColor is not usable any more Status in Ubuntu UX bugs: Triaged Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: Since the latest SDK updates, MainView.backgroundColor is not usable any more. It completely messes up the whole theming: For example setting a dark background causes: * Text in Dialogs to be unreadable * Header Popovers (the new ones) to turn purple(!) * Active ListItem's text color to be unreadable And the situation seems to get worse with each uitk update... Maybe the *color properties of the MainView should just be removed? If you think that should be kept but all the places that break should be fixed instead to make it work again, please let me know and I'll do my best to collect all the places it broke. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1356779/+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 1277647] Re: Changing theme from Ambiance to SuruDark or SuruGradient in MainView's completion causes binding loops.
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-to-staging -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1277647 Title: Changing theme from Ambiance to SuruDark or SuruGradient in MainView's completion causes binding loops. Status in Address Book App: Fix Released Status in address-book-app package in Ubuntu: Fix Released Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: The following code snippet reproduces the error: import QtQuick 2.0 import Ubuntu.Components 0.1 MainView { width: units.gu(40) height: units.gu(71) Component.onCompleted: Theme.name = "Ubuntu.Components.Themes.SuruDark" } To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1277647/+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 1389792] Re: theme not found when using a user-defined theme
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/app-theming-to-staging -- 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/1389792 Title: theme not found when using a user-defined theme Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Status in ubuntu-ui-toolkit package in Ubuntu RTM: In Progress Bug description: This bugs makes it so that developers cannot update the theming, which can be pretty important for some people and also important for working around color scheme issues in the theming (I've filed other bugs on this). Attached is a very simple application that tries to define the Foo theme which is derived from the SuruDark theme. $ tar -zxvf ./theme-test.tar.gz ./theme-test/ ./theme-test/themes/ ./theme-test/themes/Foo/ ./theme-test/themes/Foo/parent_theme ./theme-test/themes/Foo/Palette.qml ./theme-test/themes/Foo/MainViewStyle.qml ./theme-test/main.qml $ cd theme-test/ $ qmlscene ./main.qml "Theme not found: " "themes.Foo" QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:330:9: QML AppHeader: Warning: Style PageHeadStyle.qml not found in theme themes.Foo file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/MainView.qml:202:5: QML StyledItem: Warning: Style MainViewStyle.qml not found in theme themes.Foo QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready QQmlComponent: Component is not ready file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/MainViewStyle.qml:70:5: QML Binding: Binding loop detected for property "target" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1389792/+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 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service
Occured for me after a new install of Ubuntu Server 14.10 64-bit to an ext4 FS on a RAID-1 on SSDs. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1359439 Title: [7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service Status in systemd-shim package in Ubuntu: In Progress Status in systemd-shim package in Debian: New Bug description: [7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service [7.287677] systemd-logind[1057]: Failed to start user service: Unknown unit: user@126.service [7.293871] systemd-logind[1057]: New session c1 of user lightdm. [7.293902] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to /run/user/126/X11-display. [7.363706] ip_tables: (C) 2000-2006 Netfilter Core Team [7.421846] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [7.484529] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready [9.903052] wlan0: authenticate with c8:d7:19:22:21:ec [9.912429] wlan0: send auth to c8:d7:19:22:21:ec (try 1/3) [9.920181] wlan0: authenticated [9.924352] wlan0: associate with c8:d7:19:22:21:ec (try 1/3) [9.925709] wlan0: RX AssocResp from c8:d7:19:22:21:ec (capab=0x11 status=0 aid=2) [9.927753] wlan0: associated [9.927800] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 12.677104] systemd-logind[1057]: Failed to abandon scope session-c1.scope [ 12.677122] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc1_2escope [ 12.683902] systemd-logind[1057]: Failed to start unit user@1000.service: Unknown unit: user@1000.service [ 12.683912] systemd-logind[1057]: Failed to start user service: Unknown unit: user@1000.service [ 12.685157] systemd-logind[1057]: New session c2 of user caravena. [ 12.685190] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. [ 234.494462] systemd-logind[1057]: Failed to abandon scope session-c2.scope [ 234.494478] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc2_2escope [ 235.514349] systemd-logind[1057]: New session c3 of user lightdm. [ 244.245908] systemd-logind[1057]: Failed to abandon scope session-c3.scope [ 244.245923] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc3_2escope ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: systemd 208-7ubuntu4 [modified: usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1 Uname: Linux 3.16.0-9-generic x86_64 ApportVersion: 2.14.6-0ubuntu2 Architecture: amd64 CurrentDesktop: LXDE Date: Wed Aug 20 18:26:06 2014 InstallationDate: Installed on 2014-04-27 (115 days ago) InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1359439/+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 1399087] [NEW] printf %s vs. %b in Dash vs. Bash
Public bug reported: Xubuntu 14.04 x86_64 Bash (4.3-7ubuntu1.5): printf "%.s#\n" a # printf "%.b#\n" a a# Dash (0.5.7-4ubuntu1): printf "%.s#\n" a # printf "%.b#\n" a # Esoteric but it was recommended that I report it as a bug under the assumption the design intent is for %b and %s to have the same behavior. Bug was confirmed in upstream development branch: http://www.reddit.com/r/bash/comments/2o8h6f/bug_printf_s_vs_b_in_dash_vs_bash/ ** Affects: bash (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1399087 Title: printf %s vs. %b in Dash vs. Bash Status in bash package in Ubuntu: New Bug description: Xubuntu 14.04 x86_64 Bash (4.3-7ubuntu1.5): printf "%.s#\n" a # printf "%.b#\n" a a# Dash (0.5.7-4ubuntu1): printf "%.s#\n" a # printf "%.b#\n" a # Esoteric but it was recommended that I report it as a bug under the assumption the design intent is for %b and %s to have the same behavior. Bug was confirmed in upstream development branch: http://www.reddit.com/r/bash/comments/2o8h6f/bug_printf_s_vs_b_in_dash_vs_bash/ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1399087/+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 1391877] Re: Please implement missing 'Other Vibrations' System setting
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/servicecomponent- inclusion -- 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/1391877 Title: Please implement missing 'Other Vibrations' System setting Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: Button vibration should be driven thru the OtherVibrate settings. UITK must get the value from AccountsSettings. See bug #1358610 for further info. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1391877/+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 1399025] Re: new ListItem click does not work without leading/trailing actions
Because it has been requested like that to be. The docs say (somewhere in #95 at highlightPolicy) that no highlight in case there's no leading/trailing actions list, or action attached, or there's no active component in the list item. No highlight also means no click/pressAndHold. Bug #1362305 also states that no animation (highlight) should happen if no action is attached to a list item. That means at least one of the above should match in order to have highlight, thus click happening. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- 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/1399025 Title: new ListItem click does not work without leading/trailing actions Status in ubuntu-ui-toolkit package in Ubuntu: Invalid Bug description: When a ListItem is defined without leading/trailing actions, there is no onClicked signal, and there is no highlight when the list item is being pressed. See http://pastebin.ubuntu.com/9359166/ Uncommenting line 93 which enables trailing actions makes onClicked and pressed work again. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1399025/+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 1289329] Re: Pushed list item remains highlighted even when releasing will do nothing
This is a bit contradicting to the new design, where controls placed in a list item should not toggle or be activated if pressed outside of the control. See https://bugs.launchpad.net/ubuntu-ux/+bug/1372563 The new ListItem will implement the press/longpress separation more properly, meaning if the user (developer) does not connect any slot to the pressAndHold signal, there click will be emitted. This behaviour matches the one defined by the MouseArea component. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Invalid ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid => Fix Committed ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listitem-master -- 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/1289329 Title: Pushed list item remains highlighted even when releasing will do nothing Status in ubuntu-ui-toolkit package in Ubuntu: Fix Committed Bug description: Ubuntu Trusty r188 1. Go to System Settings > "Language & Text". 2. Quickly tap the "Spell checking" list item. 3. Slowly push down on the "Spell checking" list item, then release after a few seconds. What happens: 2. The item highlights and then returns to its previous appearance, and the switch toggles. 3. The item highlights and then returns to its previous appearance, but the switch does not toggle. What should happen: either 3a. the item loses its highlight after the maximum tap duration, or 3b. there is no maximum tap duration, and the switch still toggles when you release (bug 1365471). It is misleading to highlight a control as if it will change state, and then not do it. (Not to be confused with bug 1362305, about items that don't do anything regardless of how long you tap them.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1289329/+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 1362305] Re: Listitems without actions shouldn't animate on click events
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- 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/1362305 Title: Listitems without actions shouldn't animate on click events Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: Using current utopic, doing a tap/click on a ListItem.Standard with only a text define (e.g no action) leads to have visual feedback about the click, whic seems to lead to confusion (see e.g bug #1360364 "rows can be clicked, give feedback, do nothing") Would it make sense to have the animation only enable if the is an action/control for the widget? (Not to be confused with bug 1289329, where an item normally would respond to a tap, but has been held down too long.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1362305/+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 1362305] Re: Listitems without actions shouldn't animate on click events
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/95-action-property -- 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/1362305 Title: Listitems without actions shouldn't animate on click events Status in ubuntu-ui-toolkit package in Ubuntu: In Progress Bug description: Using current utopic, doing a tap/click on a ListItem.Standard with only a text define (e.g no action) leads to have visual feedback about the click, whic seems to lead to confusion (see e.g bug #1360364 "rows can be clicked, give feedback, do nothing") Would it make sense to have the animation only enable if the is an action/control for the widget? (Not to be confused with bug 1289329, where an item normally would respond to a tap, but has been held down too long.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1362305/+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 1396919] Re: unity8 display blank in emulator when virtualization disabled
A new bug has been filed against the community developer website at https://bugs.launchpad.net/developer-ubuntu-com/+bug/1399083 -- 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/1396919 Title: unity8 display blank in emulator when virtualization disabled Status in goget-ubuntu-touch package in Ubuntu: New Status in unity8 package in Ubuntu: Confirmed Bug description: Emulator screen remains blank when virtualization is disabled. Step to reproduce: 1. disable virtualization support in your BIOS 2. install utopic. 3. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa 4. sudo apt-get install ubuntu-sdk 5. launch ubuntu-sdk and install chroot:click-ubuntu-sdk-14.10-armhf, and chroot:click-ubuntu-sdk-14.10-i386 6. create device instance i386 / rtm-14.09 and launch it. Expected result: See ubuntu phone UI there. Current result: Emulator screen is black. Extra Note: 1. On the pc, in the first run of the instance, I can see phone interface on first boot after I "kill -9 unity8 unity8-dash". But this work around failed as I stop the instance and run again. I even create the same instance with the other name and try this work around, still can't see anything on the screen. 2. I can run test_glesv2 and see the result on the screen of the display correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1396919/+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 1396919] Re: unity8 display blank in emulator when virtualization disabled
also need to update http://developer.ubuntu.com/apps/sdk/tutorials /using-the-ubuntu-emulator/ -- 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/1396919 Title: unity8 display blank in emulator when virtualization disabled Status in goget-ubuntu-touch package in Ubuntu: New Status in unity8 package in Ubuntu: Confirmed Bug description: Emulator screen remains blank when virtualization is disabled. Step to reproduce: 1. disable virtualization support in your BIOS 2. install utopic. 3. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa 4. sudo apt-get install ubuntu-sdk 5. launch ubuntu-sdk and install chroot:click-ubuntu-sdk-14.10-armhf, and chroot:click-ubuntu-sdk-14.10-i386 6. create device instance i386 / rtm-14.09 and launch it. Expected result: See ubuntu phone UI there. Current result: Emulator screen is black. Extra Note: 1. On the pc, in the first run of the instance, I can see phone interface on first boot after I "kill -9 unity8 unity8-dash". But this work around failed as I stop the instance and run again. I even create the same instance with the other name and try this work around, still can't see anything on the screen. 2. I can run test_glesv2 and see the result on the screen of the display correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1396919/+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 1377368] Re: [ATIIXP - ATI IXP, playback] fails after a while using Firefox and flash player. Can't get the latest to download.
[Expired for alsa-driver (Ubuntu) because there has been no activity for 60 days.] ** Changed in: alsa-driver (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1377368 Title: [ATIIXP - ATI IXP, playback] fails after a while using Firefox and flash player. Can't get the latest to download. Status in alsa-driver package in Ubuntu: Expired Bug description: Haven't been able to update FlashPlayer or down load the auto install. I have saved all four packages. nothing works. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6 Uname: Linux 3.13.0-36-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: daveman50 2624 F pulseaudio CurrentDesktop: Unity Date: Fri Oct 3 20:31:03 2014 InstallationDate: Installed on 2014-08-23 (41 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1) PackageArchitecture: all ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_Card: Built-in Audio - ATI IXP Symptom_Type: Sound works for a while, then breaks Title: [ATIIXP - ATI IXP, playback] fails after a while UpgradeStatus: Upgraded to trusty on 2014-08-23 (41 days ago) dmi.bios.date: 01/25/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 3.15 dmi.board.name: Amberine M dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 1.03 dmi.chassis.type: 3 dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr3.15:bd01/25/2007:svnHPPavilion061:pnEG134AA-ABAa1230n:pvr0nx1114RE101AMBEM00:rvnASUSTekComputerINC.:rnAmberineM:rvr1.03:cvn:ct3:cvr: dmi.product.name: EG134AA-ABA a1230n dmi.product.version: 0nx1114RE101AMBEM00 dmi.sys.vendor: HP Pavilion 061 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1377368/+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 1397578] Re: outdated Ubuntu.mirrors file
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-apt (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-apt in Ubuntu. https://bugs.launchpad.net/bugs/1397578 Title: outdated Ubuntu.mirrors file Status in python-apt package in Ubuntu: Confirmed Bug description: Seems it was not updated from the mirror list on https://launchpad.net/ubuntu/+archivemirrors for a long time for example, Yuan Ze University(https://launchpad.net/ubuntu/+mirror/ftp.yzu.edu.tw- archive) is not in it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1397578/+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 1397578] Re: outdated Ubuntu.mirrors file
My mirror doens't show up in Trusty either Mirror was registered on on 2014-05-24. My mirror is http://mirror.os6.org/ubuntu https://launchpad.net/ubuntu/+mirror/mirror.os6.org-archive -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-apt in Ubuntu. https://bugs.launchpad.net/bugs/1397578 Title: outdated Ubuntu.mirrors file Status in python-apt package in Ubuntu: Confirmed Bug description: Seems it was not updated from the mirror list on https://launchpad.net/ubuntu/+archivemirrors for a long time for example, Yuan Ze University(https://launchpad.net/ubuntu/+mirror/ftp.yzu.edu.tw- archive) is not in it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1397578/+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 1371588] Re: 53.1 is out and contains many bug fixes and new syntax
** Changed in: icu (Ubuntu) Status: Confirmed => Triaged ** Changed in: icu (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to icu in Ubuntu. https://bugs.launchpad.net/bugs/1371588 Title: 53.1 is out and contains many bug fixes and new syntax Status in icu package in Ubuntu: Triaged Bug description: That's all really. They're saying it's much better than 52. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1371588/+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 1367883] Re: [SRU] Add Microsoft-owned MAC address to 75-persistent-net-generator.rules
Marking as verification done. I am unable to replicate the automated regression check. ** Tags removed: verification-needed ** Tags added: verification-done -- 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/1367883 Title: [SRU] Add Microsoft-owned MAC address to 75-persistent-net- generator.rules Status in systemd package in Ubuntu: Fix Released Status in udev package in Ubuntu: Invalid Status in udev source package in Precise: Fix Committed Status in systemd source package in Trusty: Fix Released Bug description: Impact: As Microsoft expands its public cloud offering it may need to utilize additional MAC address prefixes. If a user launches a Cloud instance when the MAC address is from a Microsoft-owned MAC address that is not in the exclusion list, eth0 is persistently named for the first NIC seen. If a user rebundles, or the machines has its MAC address changed (e.g. VM resize or VM is moved to another host), it will lose network connectivity. Fix: Please add the following Microsoft-owned MAC address to the 75 -persistent-net-generator.rules file: 00:25:ae Microsoft Corporation Test Case : - Launch Hyper-V VM with MAC address with prefix 00:25:ae - Install updated Udev/systemd - Delete any existing udev rule - Reboot and confirm that no new UDEV rule was added To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1367883/+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 1367883] Re: [SRU] Add Microsoft-owned MAC address to 75-persistent-net-generator.rules
** Tags removed: verification-failed verification-needed ** Tags added: verification-done ** Tags removed: verification-done ** Tags added: verification-needed -- 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/1367883 Title: [SRU] Add Microsoft-owned MAC address to 75-persistent-net- generator.rules Status in systemd package in Ubuntu: Fix Released Status in udev package in Ubuntu: Invalid Status in udev source package in Precise: Fix Committed Status in systemd source package in Trusty: Fix Released Bug description: Impact: As Microsoft expands its public cloud offering it may need to utilize additional MAC address prefixes. If a user launches a Cloud instance when the MAC address is from a Microsoft-owned MAC address that is not in the exclusion list, eth0 is persistently named for the first NIC seen. If a user rebundles, or the machines has its MAC address changed (e.g. VM resize or VM is moved to another host), it will lose network connectivity. Fix: Please add the following Microsoft-owned MAC address to the 75 -persistent-net-generator.rules file: 00:25:ae Microsoft Corporation Test Case : - Launch Hyper-V VM with MAC address with prefix 00:25:ae - Install updated Udev/systemd - Delete any existing udev rule - Reboot and confirm that no new UDEV rule was added To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1367883/+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 1226962]
moving this bug to mab4.3 list since 4.2.x is END OF LIFE -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1226962 Title: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10 Status in Aptana Studio Installer: New Status in Default settings for the Baltix GNU/Linux OS and desktop: New Status in LibreOffice Productivity Suite: Confirmed Status in IBus: New Status in Indicator keyboard: Fix Released Status in Inkscape: A Vector Drawing Tool: New Status in MonoDevelop: New Status in Mutter: Fix Released Status in The OpenOffice.org Suite: New Status in Unity: Fix Released Status in gnome-settings-daemon package in Ubuntu: Triaged Status in gnome-terminal package in Ubuntu: Triaged Status in indicator-keyboard package in Ubuntu: Triaged Status in openjdk-7 package in Ubuntu: Triaged Status in unity package in Ubuntu: Triaged Status in unity-settings-daemon package in Ubuntu: Triaged Status in gnome-settings-daemon package in Fedora: Unknown Status in gnome-shell package in Fedora: Unknown Bug description: New keyboard layout changer in Ubuntu 13.10 introduce old-new bug. Any system or application hotkey witch use char (for example: ctrl+alt+t for terminal or ctrl+t for new tab in browser) become unfunctional when selected non-latin keyboard layout. Hotkeys with F1-12, numbers and other non-character buttons works perfectly. Window manager hotkeys not affected by this bug. All hotkeys in system parameters->keyboard->hotkeys->windows works perfect with any keyboard layout. Workaround for some system hotkeys and two layouts (english and non- latin): rebind all hotkeys in your local layout. For example instead of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with english layout. If you use english and two different non-latin layouts this workaround helps only with one of them. Dear Ubuntu users and developers! Please include the following information to your comment about non-latin shortcuts problems: 1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean installed 2. What keyboard layout do you have 3. What shortcut for keyboard layout switching do you use 4. On which session you have problems - that is one from Unity, GNOME Shell, GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz) 5. With which program and its version and origin (Ubuntu repositories, PPA, non-deb binary package from some website) you have problems. By providing this information you can make bug-fixing much simpler and may be faster. -- For other layout switching problems introduced in Ubuntu 13.10 you can see bug 1218322. -- To manage notifications about this bug go to: https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+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 1399048] Re: Update to 3.14
Blocking update of gnome-mahjongg (bug 1399050) -- 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/1399048 Title: Update to 3.14 Status in gtk+3.0 package in Ubuntu: Triaged Bug description: Update to 3.14 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1399048/+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 1399048] Re: Update to 3.14
Blocking update of gnome-sudoku (bug 1399051) -- 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/1399048 Title: Update to 3.14 Status in gtk+3.0 package in Ubuntu: Triaged Bug description: Update to 3.14 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1399048/+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 1399048] Re: Update to 3.14
Blocking update of gnome-mines (bug 1399046) ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) ** Branch linked: lp:~ubuntu-desktop/gtk/ubuntugtk3 -- 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/1399048 Title: Update to 3.14 Status in gtk+3.0 package in Ubuntu: Triaged Bug description: Update to 3.14 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1399048/+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 1399048] [NEW] Update to 3.14
Public bug reported: Update to 3.14 ** Affects: gtk+3.0 (Ubuntu) Importance: Wishlist Assignee: Lars Uebernickel (larsu) Status: Triaged ** Tags: upgrade-software-version ** Changed in: gtk+3.0 (Ubuntu) Status: New => Triaged ** Changed in: gtk+3.0 (Ubuntu) Importance: Undecided => Wishlist -- 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/1399048 Title: Update to 3.14 Status in gtk+3.0 package in Ubuntu: Triaged Bug description: Update to 3.14 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1399048/+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 1317449]
*** Bug 341529 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sqlite3 in Ubuntu. https://bugs.launchpad.net/bugs/1317449 Title: sqlite3 version 3.8.2 breaks digikam Status in digiKam - digital photo management: Won't Fix Status in SQLite: Won't Fix Status in digikam package in Ubuntu: Fix Released Status in sqlite3 package in Ubuntu: Fix Released Status in digikam source package in Trusty: Confirmed Status in sqlite3 source package in Trusty: Confirmed Status in digikam source package in Utopic: Fix Released Status in sqlite3 source package in Utopic: Fix Released Bug description: Please update sqlite to a version > 3.8.2. According to https://bugs.kde.org/show_bug.cgi?id=329697 sqlite3 version 3.8.2 causes crashes in digikam (and possibly other software) in various situations. Several reports confirm, that versions > 3.8.2 fix the issue. I'm using the 3.8.4.3 package from debian testing right now and can't trigger crashes anymore. Workaround: Install sqlite3 > 3.8.2, e.g. you can manually install the corresponding deb packages from either utopic or debian. To manage notifications about this bug go to: https://bugs.launchpad.net/digikam/+bug/1317449/+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 1398595] Re: Working printer device communication error (5012)
David Sprung, in order to see if this is fixed in a newer release, could you please test http://cdimage.ubuntu.com/daily-live/current/ (live environment is fine) and advise to the results? ** Tags added: latest-bios-f4 ** Changed in: cups (Ubuntu) Importance: Undecided => Medium -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1294456] Re: [HDA-Intel - HDA ATI SB, playback] No sound at all
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: alsa-driver (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1294456 Title: [HDA-Intel - HDA ATI SB, playback] No sound at all Status in alsa-driver package in Ubuntu: Confirmed Bug description: new install Tuesday, with active updates. ubuntu 13.10 Sony vaio vgc-va1. all perfect except sound and mic. used alsamixer from terminal tried all configerations - I think. Mute checked and not selected in any config could only get very low sound on headphones (l and r ) mic showed response on volume scale. No sound on system built-in speakers Hope you can help - want this beauty as my default OS analysis info at http://www.alsa- project.org/db/?f=04646a2b484c8127bf2e860426fdc9524909c4ea thanks ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4 Uname: Linux 3.11.0-18-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 CurrentDmesg: [ 2596.611321] systemd-hostnamed[2648]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Date: Tue Mar 18 17:57:15 2014 InstallationDate: Installed on 2014-03-18 (0 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MarkForUpload: True PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB failed Symptom_Card: QuickCam Messenger - Camera Symptom_Type: No sound at all Title: [HDA-Intel - HDA ATI SB, playback] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/04/2006 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 3003 dmi.board.name: ENLIL 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: RA dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr3003:bd04/04/2006:svnSonyCorporation:pnVGC-VA1:pvrC4203HKE:rvnASUSTeKComputerINC.:rnENLIL:rvrRev1.xx:cvnChassisManufacture:ct3:cvrRA: dmi.product.name: VGC-VA1 dmi.product.version: C4203HKE dmi.sys.vendor: Sony Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1294456/+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 1399037] [NEW] apt-get can not simulate
Public bug reported: Hi, I just noticed that apt can not simulate in Ubuntu 14.04.1. sudo apt-get -s dselect-upgrade E: A(z) „s” parancssori kapcsoló [a következőből: -s] ismeretlen. sudo apt-get --dry-run dselect-upgrade E: --dry-run parancssori kapcsoló értelmezhetetlen sudo apt-get --recon dselect-upgrade E: --recon parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen The issue occures with at least the following versions of apt: 1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5 It works fine on Ubuntu 12.04 with: 0.8.16~exp12ubuntu10.22 ** Affects: apt (Ubuntu) Importance: Undecided Status: Confirmed ** Package changed: apt-offline (Ubuntu) => apt (Ubuntu) -- 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/1399037 Title: apt-get can not simulate Status in apt package in Ubuntu: Confirmed Bug description: Hi, I just noticed that apt can not simulate in Ubuntu 14.04.1. sudo apt-get -s dselect-upgrade E: A(z) „s” parancssori kapcsoló [a következőből: -s] ismeretlen. sudo apt-get --dry-run dselect-upgrade E: --dry-run parancssori kapcsoló értelmezhetetlen sudo apt-get --recon dselect-upgrade E: --recon parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen The issue occures with at least the following versions of apt: 1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5 It works fine on Ubuntu 12.04 with: 0.8.16~exp12ubuntu10.22 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1399037/+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 1399037] Re: apt-get can not simulate
Ubuntu 14.10 also affected. $ LANG="C" sudo apt-get -s dselect-update E: Command line option 's' [from -s] is not known. apt version: 1.0.9.2ubuntu2 -- 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/1399037 Title: apt-get can not simulate Status in apt package in Ubuntu: Confirmed Bug description: Hi, I just noticed that apt can not simulate in Ubuntu 14.04.1. sudo apt-get -s dselect-upgrade E: A(z) „s” parancssori kapcsoló [a következőből: -s] ismeretlen. sudo apt-get --dry-run dselect-upgrade E: --dry-run parancssori kapcsoló értelmezhetetlen sudo apt-get --recon dselect-upgrade E: --recon parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen The issue occures with at least the following versions of apt: 1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5 It works fine on Ubuntu 12.04 with: 0.8.16~exp12ubuntu10.22 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1399037/+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 1399037] Re: apt-get can not simulate
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apt (Ubuntu) Status: New => Confirmed -- 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/1399037 Title: apt-get can not simulate Status in apt package in Ubuntu: Confirmed Bug description: Hi, I just noticed that apt can not simulate in Ubuntu 14.04.1. sudo apt-get -s dselect-upgrade E: A(z) „s” parancssori kapcsoló [a következőből: -s] ismeretlen. sudo apt-get --dry-run dselect-upgrade E: --dry-run parancssori kapcsoló értelmezhetetlen sudo apt-get --recon dselect-upgrade E: --recon parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen The issue occures with at least the following versions of apt: 1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5 It works fine on Ubuntu 12.04 with: 0.8.16~exp12ubuntu10.22 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1399037/+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 1399037] [NEW] apt-get can not simulate
You have been subscribed to a public bug: Hi, I just noticed that apt can not simulate in Ubuntu 14.04.1. sudo apt-get -s dselect-upgrade E: A(z) „s” parancssori kapcsoló [a következőből: -s] ismeretlen. sudo apt-get --dry-run dselect-upgrade E: --dry-run parancssori kapcsoló értelmezhetetlen sudo apt-get --recon dselect-upgrade E: --recon parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen sudo apt-get --just-print dselect-upgrade E: --just-print parancssori kapcsoló értelmezhetetlen The issue occures with at least the following versions of apt: 1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5 It works fine on Ubuntu 12.04 with: 0.8.16~exp12ubuntu10.22 ** Affects: apt (Ubuntu) Importance: Undecided Status: New -- apt-get can not simulate https://bugs.launchpad.net/bugs/1399037 You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt 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 1311316] Re: After locking screen there is no input field to type password for unlock
It most definitively is not fixed. I have the latest Unity 7.2.3 and this bug still exists. Furthermore I am also unable to open another terminal. The only way that I can get back into my computer is to SSH to it and run sudo unity --replace Please reopen this bug report and please find an actual fix. This never happened with 12.04 LTS -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1311316 Title: After locking screen there is no input field to type password for unlock Status in Unity: Fix Committed Status in Unity 7.2 series: In Progress Status in unity package in Ubuntu: Fix Released Bug description: Sometimes (but not always) after locking the screen there is the situation not having any input field where I can type the password to unlock the session again. The shaded gray area simply does not have the input field. I can't do anything, I have to switch to text console and stop/start lightdm service to cure the problem loosing all of my session :( ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity 7.2.0+14.04.20140416-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux 3.13.0-24-generic i686 ApportVersion: 2.14.1-0ubuntu3 Architecture: i386 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CurrentDesktop: Unity Date: Tue Apr 22 22:17:57 2014 InstallationDate: Installed on 2012-03-03 (780 days ago) InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) SourcePackage: unity UpgradeStatus: Upgraded to trusty on 2013-10-18 (186 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1311316/+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 1398975] Re: hardware-assisted lock elision hazardous on x86
** Changed in: glibc (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1398975 Title: hardware-assisted lock elision hazardous on x86 Status in eglibc package in Ubuntu: Invalid Status in glibc package in Ubuntu: Fix Released Status in eglibc source package in Trusty: In Progress Status in glibc source package in Utopic: In Progress Status in glibc package in Debian: Fix Released Bug description: [Impact] See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762195 for a full description of the issue. HLE extensions are hazardous due to erratum HSD136. Users that upgrade their intel-microcode could encounter illegal instruction traps due to microcode updates that blacklist HLE instructions. Glibc uses those instructions and thus we need to be defensive and patch them here. The issue was originally seen here: https://bugs.launchpad.net/intel/+bug/1370352 [Test Case] Update to latest intel-microcode with microcode-20140913.dat enabled. Try to boot machine and use applications; check dmesg for trap invalid opcodes in libpthread-2.19.so. [Regression Potential] This has been fixed in vivid, so I'm requesting this patch be backported to T/U. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1398975/+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 1399033] [NEW] Metrics appear untranslated
Public bug reported: See attached screenshot. current build number: 41 device name: mako channel: ubuntu-touch/vivid-proposed ** Affects: libusermetrics (Ubuntu) Importance: Undecided Status: New ** Tags: qa-daily-testing touch ** Attachment added: "greeter-usermetrics.png" https://bugs.launchpad.net/bugs/1399033/+attachment/4273831/+files/greeter-usermetrics.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libusermetrics in Ubuntu. https://bugs.launchpad.net/bugs/1399033 Title: Metrics appear untranslated Status in libusermetrics package in Ubuntu: New Bug description: See attached screenshot. current build number: 41 device name: mako channel: ubuntu-touch/vivid-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libusermetrics/+bug/1399033/+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 1399025] [NEW] new ListItem click does not work without leading/trailing actions
Public bug reported: When a ListItem is defined without leading/trailing actions, there is no onClicked signal, and there is no highlight when the list item is being pressed. See http://pastebin.ubuntu.com/9359166/ Uncommenting line 93 which enables trailing actions makes onClicked and pressed work again. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Zsombor Egri (zsombi) Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- 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/1399025 Title: new ListItem click does not work without leading/trailing actions Status in ubuntu-ui-toolkit package in Ubuntu: New Bug description: When a ListItem is defined without leading/trailing actions, there is no onClicked signal, and there is no highlight when the list item is being pressed. See http://pastebin.ubuntu.com/9359166/ Uncommenting line 93 which enables trailing actions makes onClicked and pressed work again. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1399025/+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 1388130] Re: Cannot connect to WiFi with Nvidia GPU using nvidia-331, SSD
More variables eliminated: this bug does *not* occur on: - Ubuntu GNOME 14.10 - Ubuntu MATE 14.10 - Kubuntu 14.10 - Xubuntu 14.10 (as mentioned above) -- 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/1388130 Title: Cannot connect to WiFi with Nvidia GPU using nvidia-331, SSD Status in System76: Triaged Status in network-manager package in Ubuntu: Confirmed Bug description: For some strange reason, we cannot connect to WiFi on hardware with a descrete Nvidia GPU (using the nvidia-331 driver) when the system is running off a fast SSD. Swap the SSD for a platter drive, and things work fine. Likewise, on Intel GPU systems, with either an SSD or a platter drive, WiFi works fine. The failure message is: """ Connection activation failed. (1) Creation of object for path '/org/freedesktop/NetworkManager/ActiveConnection/2' failed in libnm-glib """ See the attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: network-manager 0.9.8.8-0ubuntu28 ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 Uname: Linux 3.16.0-24-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 31 08:58:25 2014 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback IpRoute: default via 10.17.76.1 dev eth0 proto static 10.17.76.0/24 dev eth0 proto kernel scope link src 10.17.76.193 metric 1 NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true WimaxEnabled=true SourcePackage: network-manager UpgradeStatus: No upgrade log present (probably fresh install) nmcli-con: NAME UUID TYPE TIMESTAMPTIMESTAMP-REAL AUTOCONNECT READONLY DBUS-PATH system76_5g d7cafbd5-f1ef-422d-9ed4-4b3a9095b234 802-11-wireless 0never yes no /org/freedesktop/NetworkManager/Settings/1 Wired connection 1c52af28c-07c5-4140-bf2c-3f0d236a05fc 802-3-ethernet1414767492 Fri 31 Oct 2014 08:58:12 AM MDTyes no /org/freedesktop/NetworkManager/Settings/0 nmcli-dev: DEVICE TYPE STATE DBUS-PATH wlan0 802-11-wireless disconnected /org/freedesktop/NetworkManager/Devices/1 eth0 802-3-ethernetconnected /org/freedesktop/NetworkManager/Devices/0 nmcli-nm: RUNNING VERSIONSTATE NET-ENABLED WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN running 0.9.8.8connected enabled enabled enabledenabled disabled To manage notifications about this bug go to: https://bugs.launchpad.net/system76/+bug/1388130/+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 1398449] Re: Launcher leaves left edge margin open
This phone has seen continuous use/upgrades without flashing for a little less than a month. The phone contains a few hundred contacts synced and sizable back log of text messages & phone calls. The issue can be reproduced on this device even after a fresh reboot. Attached is a video. ** Attachment added: "IMG_2591.MOV" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1398449/+attachment/4273808/+files/IMG_2591.MOV -- 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/1398449 Title: Launcher leaves left edge margin open Status in unity8 package in Ubuntu: Incomplete Bug description: Device / revision: Mako / r140 1. Ensure 4-digit passcode is set (not sure if this is a necessary pre-requisite, but it's how my phone is configured) 2. Log into the phone and open the messaging app and then the phone app 3. Lock the phone 4. The following steps must be performed moderately quickly: A) Click on the power button to light up the phone B) WIthout unlocking the phone, swipe the indicator from the top, slide all the way left to notification C) With notifications still open, swipe the launcher from the left and click on the messaging app Actual result: The launcher leaves margin on the left hand side of the page which persists after logging in and using using the app. Other times the phone freezes requiring a hard reboot. Expect: The messaging app should be revealed properly after logging in and the phone should remain active. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1398449/+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 1398595] Re: Working printer device communication error (5012)
Thank you. This problem occurred using 14.4 after the upgrade, and the problem appeared suddenly between printing a 2 page document. Page 1 printed fine, but page 2 failed. Since then I cannot print anything, as this communication failure goes nowhere. I've had concerns in the past about upgrading as opposed to a fresh install, and I've had hints concerning the software updater, as it informs that some of the old versions (repositories??) will be used. It seems that there may be a lockout of all the newest stuff. However, the printer worked for months after the update. Hopefully you received the bug report. Apport is new to me, Dave On Tue, Dec 2, 2014 at 11:48 PM, Christopher M. Penalver < christopher.m.penal...@gmail.com> wrote: > David Sprung, thank you for reporting this and helping make Ubuntu better. > Please execute the following command, as it will automatically gather > debugging information, in a terminal: > apport-collect 1398595 > > As well, just to clarify, did this problem not occur in 14.04, or before > you upgraded to it? > > ** Package changed: ubuntu => cups (Ubuntu) > > ** Changed in: cups (Ubuntu) >Status: New => Incomplete > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1398595 > > Title: > Working printer device communication error (5012) > > Status in cups package in Ubuntu: > Incomplete > > Bug description: > My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP > confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS > (upgrade) with AMD 64bit archetecture. It worked well up until about 2 > weeks ago. I printed one page perfectly, but the second page failed. I then > bought the newest model of same printer (HP 1010) thinking that the device > was the problem. Same error. > Any help would surely be appreciated here. > > Thanks in advance, > David Sprung > > P.S. I've tried deleting HPLIP and trying it without: failed. > Installed newest HPLIP: failed. Help! I'm beginning to think it's a > software issue, as my Dad's printer (HP) failed on his machine about > the same time > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+subscriptions > -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-
[Touch-packages] [Bug 1372948] Re: Keyboard doesn't auto-capitalize 'I'
** Changed in: ubuntu-keyboard Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1372948 Title: Keyboard doesn't auto-capitalize 'I' Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: Fix Committed Status in ubuntu-keyboard package in Ubuntu: Fix Released Status in ubuntu-keyboard package in Ubuntu RTM: New Bug description: In English 'I' is not auto-capitalized. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140910~rtm-0ubuntu1 [origin: Ubuntu RTM] Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Tue Sep 23 15:44:57 2014 InstallationDate: Installed on 2014-09-16 (7 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140916-030205) SourcePackage: ubuntu-keyboard UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1372948/+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 1398595] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273807/+files/UdevLog.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273805/+files/ProcModules.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273804/+files/ProcInterrupts.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273803/+files/ProcEnviron.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273806/+files/UdevDb.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273802/+files/ProcCpuinfo.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] PrintingPackages.txt
apport information ** Attachment added: "PrintingPackages.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273801/+files/PrintingPackages.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273800/+files/Lsusb.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] Locale.txt
apport information ** Attachment added: "Locale.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273798/+files/Locale.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] KernLog.txt
apport information ** Attachment added: "KernLog.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273797/+files/KernLog.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273799/+files/Lspci.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1399011] [NEW] [Call]Cannot enter '#' and '*' in dialing interface after entered numbers
Public bug reported: >From barajas bug: https://bugs.launchpad.net/barajas/+bug/1395633 [Software Release/Version & Build Date] M34 [Preconditions] 1.None [Procedures] 1.Go to Dialing interface,enter some numbers 2.Try to enter "#" or "*", check it. [Expect results] can enter "#" and "*" after entered numbers. [Actual results] Cannot enter "#" and "*", but there is keypad tone. [Reproduce] Always ** Affects: dialer-app Importance: Critical Assignee: Gustavo Pichorim Boiko (boiko) Status: Confirmed ** Affects: dialer-app (Ubuntu) Importance: Undecided Status: New ** Affects: dialer-app (Ubuntu RTM) Importance: Undecided Status: New ** Tags: ww51 ** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New ** Also affects: dialer-app (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1399011 Title: [Call]Cannot enter '#' and '*' in dialing interface after entered numbers Status in Dialer app for Ubuntu Touch: Confirmed Status in dialer-app package in Ubuntu: New Status in dialer-app package in Ubuntu RTM: New Bug description: From barajas bug: https://bugs.launchpad.net/barajas/+bug/1395633 [Software Release/Version & Build Date] M34 [Preconditions] 1.None [Procedures] 1.Go to Dialing interface,enter some numbers 2.Try to enter "#" or "*", check it. [Expect results] can enter "#" and "*" after entered numbers. [Actual results] Cannot enter "#" and "*", but there is keypad tone. [Reproduce] Always To manage notifications about this bug go to: https://bugs.launchpad.net/dialer-app/+bug/1399011/+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 1398595] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273796/+files/Dependencies.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273795/+files/CurrentDmesg.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2013-09-20 (439 days ago) InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. Package: cups 1.7.2-0ubuntu1.2 PackageArchitecture: amd64 Papersize: letter PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor Uname: Linux 3.13.0-40-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A55M-HD2 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1398595/+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 1398595] Re: Working printer device communication error (5012)
apport information ** Tags added: apparmor apport-collected trusty ** Description changed: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time + + + --- + ApportVersion: 2.14.1-0ubuntu3.5 + Architecture: amd64 + CupsErrorLog: + E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. + E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. + E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf. + E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf. + E [03/Dec/2014:17:50:54 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf. + CurrentDesktop: Unity + DistroRelease: Ubuntu 14.04 + InstallationDate: Installed on 2013-09-20 (439 days ago) + InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) + Lpstat: device for Deskjet_1000_J110: hp:/usb/Deskjet_1000_J110_series?serial=CN0BP22MYZ05D2 + MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. + Package: cups 1.7.2-0ubuntu1.2 + PackageArchitecture: amd64 + Papersize: letter + PpdFiles: Deskjet_1000_J110: HP Deskjet 1000 j110 Series, hpcups 3.14.3 + ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic root=UUID=d3e197fa-9ef8-4603-8f5e-88976258e568 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 + Tags: trusty apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor apparmor + Uname: Linux 3.13.0-40-generic x86_64 + UpgradeStatus: Upgraded to trusty on 2014-09-01 (93 days ago) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 04/09/2013 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: F4 + dmi.board.asset.tag: To be filled by O.E.M. + dmi.board.name: F2A55M-HD2 + dmi.board.vendor: Gigabyte Technology Co., Ltd. + dmi.board.version: To be filled by O.E.M. + dmi.chassis.asset.tag: To Be Filled By O.E.M. + dmi.chassis.type: 3 + dmi.chassis.vendor: Gigabyte Technology Co., Ltd. + dmi.chassis.version: To Be Filled By O.E.M. + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/09/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A55M-HD2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: + dmi.product.name: To be filled by O.E.M. + dmi.product.version: To be filled by O.E.M. + dmi.sys.vendor: Gigabyte Technology Co., Ltd. + modified.conffile..etc.cups.cupsd.conf: [inaccessible: [Errno 13] Permission denied: u'/etc/cups/cupsd.conf'] ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1398595/+attachment/4273794/+files/BootDmesg.txt -- 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/1398595 Title: Working printer device communication error (5012) Status in cups package in Ubuntu: Incomplete Bug description: My Deskjet 1000 series printer doesn't print now. It used to, but HPLIP confirms a device communication error (5012). I'm using Ubuntu 14.4 LTS (upgrade) with AMD 64bit archetecture. It worked well up until about 2 weeks ago. I printed one page perfectly, but the second page failed. I then bought the newest model of same printer (HP 1010) thinking that the device was the problem. Same error. Any help would surely be appreciated here. Thanks in advance, David Sprung P.S. I've tried deleting HPLIP and trying it without: failed. Installed newest HPLIP: failed. Help! I'm beginning to think it's a software issue, as my Dad's printer (HP) failed on his machine about the same time --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CupsErrorLog: E [03/Dec/2014:17:50:54 -0500] Unknown directive BrowseAddress on line 8 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf. E [03/Dec/2014:17:50:54 -0500] Unkno
[Touch-packages] [Bug 1399009] [NEW] help
Public bug reported: The computer acts stupid more often than not ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Uname: Linux 3.13.0-40-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true Date: Wed Dec 3 14:54:59 2014 DistUpgraded: Fresh install DistroCodename: trusty DistroVariant: ubuntu GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7640G] [1002:9903] (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:184b] InstallationDate: Installed on 2014-07-10 (146 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic.efi.signed root=UUID=930204bc-c58b-42ac-b9be-8952b4ca5664 ro vesafb.invalid=1 nopat drm.debug=0xe plymouth:debug SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/21/2013 dmi.bios.vendor: Insyde dmi.bios.version: F.26 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 184B dmi.board.vendor: Hewlett-Packard dmi.board.version: 57.35 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.26:bd02/21/2013:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr088811000330591620100:rvnHewlett-Packard:rn184B:rvr57.35:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Pavilion g7 Notebook PC dmi.product.version: 088811000330591620100 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.52-1 version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2 version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2 xserver.bootTime: Tue Dec 2 17:58:25 2014 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.15.1-0ubuntu2.1 xserver.video_driver: radeon ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1399009 Title: help Status in xorg package in Ubuntu: New Bug description: The computer acts stupid more often than not ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8 ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10 Uname: Linux 3.13.0-40-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true Date: Wed Dec 3 14:54:59 2014 DistUpgraded: Fresh install DistroCodename: trusty DistroVariant: ubuntu GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7640G] [1002:9903] (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:184b] InstallationDate: Installed on 2014-07-10 (146 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic.efi.signed root=UUID=930204bc-c58b-42ac-b9be-8952b4ca5664 ro vesafb.invalid=1 nopat drm.debug=0xe plymouth:debug SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/21/2013 dmi.bios.vendor: Insyde dmi.bios.version: F.26 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 184B dmi.board.vendor: Hewlett-Packard dmi.board.version: 57.35 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.26:bd02/21/2013:svnHewlett
[Touch-packages] [Bug 1399007] [NEW] Ringtone doesn't apply to new selected ringtone
Public bug reported: As reported in barajas bug: https://bugs.launchpad.net/barajas/+bug/139 Listed here to track for our project ** Affects: telephony-service Importance: Critical Assignee: Tiago Salem Herrmann (tiagosh) Status: In Progress ** Affects: telephony-service (Ubuntu) Importance: Critical Status: Fix Released ** Affects: telephony-service (Ubuntu RTM) Importance: Critical Status: In Progress ** Tags: ww51 ** Also affects: telephony-service (Ubuntu) Importance: Undecided Status: New ** Also affects: telephony-service (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: telephony-service (Ubuntu) Importance: Undecided => Critical ** Changed in: telephony-service (Ubuntu RTM) Importance: Undecided => Critical ** Changed in: telephony-service (Ubuntu) Status: New => In Progress ** Changed in: telephony-service (Ubuntu RTM) Status: New => In Progress ** Changed in: telephony-service (Ubuntu) Status: In Progress => Fix Released -- 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/1399007 Title: Ringtone doesn't apply to new selected ringtone Status in Telephony Service: In Progress Status in telephony-service package in Ubuntu: Fix Released Status in telephony-service package in Ubuntu RTM: In Progress Bug description: As reported in barajas bug: https://bugs.launchpad.net/barajas/+bug/139 Listed here to track for our project To manage notifications about this bug go to: https://bugs.launchpad.net/telephony-service/+bug/1399007/+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 1383277] Re: Power dialog sometimes shown on resume
the dupe was targeted so updating this one to get released ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => ww51-2014 -- 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/1383277 Title: Power dialog sometimes shown on resume Status in the base for Ubuntu mobile products: Confirmed Status in unity8 package in Ubuntu: In Progress Status in unity8 package in Ubuntu RTM: Triaged Bug description: Unfortunately no good steps to reproduce, other than "resume your phone", from time to time you'll get the power dialog displayed on screen. The reason for this could be twofold: a) you pressed the power button in your pocket b) input is confused and keyUp event does not reach unity8. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1383277/+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 1396593] Re: [address-book-app] Cannot dismiss "You have no contacts" dialog after adding contact using dialer-app
*** This bug is a duplicate of bug 1390128 *** https://bugs.launchpad.net/bugs/1390128 ** No longer affects: canonical-devices-system-image -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1396593 Title: [address-book-app] Cannot dismiss "You have no contacts" dialog after adding contact using dialer-app Status in Address Book App: Confirmed Status in Ubuntu UX bugs: Fix Committed Status in address-book-app package in Ubuntu: New Status in address-book-app package in Ubuntu RTM: New Bug description: krillin ubuntu-touch/ubuntu-rtm/14.09-proposed build 169 SUMMARY: If a user adds a contact using the dialer-app before launching the address-book-app for the first time, it is then not possible to dismiss the "You have no contacts" dialog when launching address-book-app from apps scope or launcher. It is only possible to launch the address-book-app using the contacts icon in dialer-app/messaging-app. - This way it doesn't show the dialog. STEPS: 1) From fresh flash or reset, launch dialer-app 2) Enter a telephone number into the dialer 3) Press the add contact icon (on left of phone number) 4) Choose "+ Create New" option in address-book-app 5) Enter contact name and save contact 6) Close dialer app and address book app 7) Launch address-book-app from apps scope or launcher 8) Try to dismiss the dialog saying "You have no contacts ..." ACTUAL RESULT: It is now not possible to dismiss the "You have no contacts" dialog. The address book app cannot be launched from apps scope or launcher, even after rebooting. It is only possible to open address-book-app from the contact icon in the dialer-app/messaging-app. EXPECTED RESULT: As there is now 1 contact, the dialog saying "You have no contacts" should not be displayed and address-book-app should be loaded as normal. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1396593/+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 1390128] Re: [address-book] is stuck on contacts sync dialog & becomes unusable
use this bug not the dupe ** Changed in: canonical-devices-system-image Importance: Undecided => Critical ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => ww51-2014 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1390128 Title: [address-book] is stuck on contacts sync dialog & becomes unusable Status in Address Book App: Fix Committed Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu UX bugs: Fix Committed Status in address-book-app package in Ubuntu: Fix Released Status in address-book-app package in Ubuntu RTM: New Bug description: build 143 To reproduce this bug the address book app has to be launched for the first time. Steps to reproduce 1. wipe your device if necessary 2. launch the address book app and wait until the "You have no contacts" dialog comes up 3. do not interact with the dialog and navigate away from the app 4. launch the dialer or/and the messaging app 5. open the app spread from the right edge and force close the address book app 6. navigate to dialer (or messaging) app and save a contact from the main view 7. now open the address book again and try to interact with the "You have no contacts" dialog Expected behaviour: you will either be able to dismiss the dialog or sync contacts Actual behaviour: you won't be able to tap anything or interact with the address book because the dialog is not dismissible. The interesting thing here is that it is possible to access the address book and contacts from the dialer and messaging app but not directly. Marking as "Critical" because the address book becomes completely unusable even if you restart your device. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1390128/+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 1398503] Re: Fix auto punctuation handling on a period
** Summary changed: - Turn auto correction and auto punctuation off by default + Fix auto punctuation handling on a period ** Description changed: - Based on user feedback we think its best to turn these two settings off - by default. + Entering a period currently automatically appends a space. It should + not, but rather wait for a space then add a second and capitalize. + + As a fallback we can turn off auto punctuation as a default. ** 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 ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1398503 Title: Fix auto punctuation handling on a period Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: New Status in ubuntu-keyboard package in Ubuntu: Confirmed Status in ubuntu-keyboard package in Ubuntu RTM: New Bug description: Entering a period currently automatically appends a space. It should not, but rather wait for a space then add a second and capitalize. As a fallback we can turn off auto punctuation as a default. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398503/+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 1398998] Re: Cannot provide multi-arch click packages for scopes
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity-scopes-api (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1398998 Title: Cannot provide multi-arch click packages for scopes Status in unity-scopes-api package in Ubuntu: Confirmed Bug description: Currently, click packages with scopes cannot provide the same scope for multiple architectures, as the hook takes the directory name that the scope is in, but does not support the .so for the scope being in a sub-directory based on the arch triplet. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1398998/+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 1389611] Re: "swipe to the photo roll" hint should wrap rather than elide
** Changed in: camera-app Assignee: Sebastien Bacher (seb128) => Florian Boucault (fboucault) ** Changed in: camera-app (Ubuntu) Assignee: (unassigned) => Florian Boucault (fboucault) ** Changed in: camera-app (Ubuntu RTM) Assignee: (unassigned) => Florian Boucault (fboucault) -- 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/1389611 Title: "swipe to the photo roll" hint should wrap rather than elide Status in Camera App: In Progress Status in the base for Ubuntu mobile products: Confirmed Status in camera-app package in Ubuntu: In Progress Status in camera-app package in Ubuntu RTM: New Bug description: Using rtm 142 (with updated translations done manually from launchpad), the new "swipe to the photo roll" hint is eliding, but it leads to the text difficult to understand in some locales... Screenshot from a french example attached to show the issue To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1389611/+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 1390128] Re: [address-book] is stuck on contacts sync dialog & becomes unusable
** Tags added: ww51 ** 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 address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1390128 Title: [address-book] is stuck on contacts sync dialog & becomes unusable Status in Address Book App: Fix Committed Status in the base for Ubuntu mobile products: New Status in Ubuntu UX bugs: Fix Committed Status in address-book-app package in Ubuntu: Fix Released Status in address-book-app package in Ubuntu RTM: New Bug description: build 143 To reproduce this bug the address book app has to be launched for the first time. Steps to reproduce 1. wipe your device if necessary 2. launch the address book app and wait until the "You have no contacts" dialog comes up 3. do not interact with the dialog and navigate away from the app 4. launch the dialer or/and the messaging app 5. open the app spread from the right edge and force close the address book app 6. navigate to dialer (or messaging) app and save a contact from the main view 7. now open the address book again and try to interact with the "You have no contacts" dialog Expected behaviour: you will either be able to dismiss the dialog or sync contacts Actual behaviour: you won't be able to tap anything or interact with the address book because the dialog is not dismissible. The interesting thing here is that it is possible to access the address book and contacts from the dialer and messaging app but not directly. Marking as "Critical" because the address book becomes completely unusable even if you restart your device. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1390128/+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 1398998] [NEW] Cannot provide multi-arch click packages for scopes
Public bug reported: Currently, click packages with scopes cannot provide the same scope for multiple architectures, as the hook takes the directory name that the scope is in, but does not support the .so for the scope being in a sub- directory based on the arch triplet. ** Affects: unity-scopes-api (Ubuntu) Importance: Undecided Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1398998 Title: Cannot provide multi-arch click packages for scopes Status in unity-scopes-api package in Ubuntu: Confirmed Bug description: Currently, click packages with scopes cannot provide the same scope for multiple architectures, as the hook takes the directory name that the scope is in, but does not support the .so for the scope being in a sub-directory based on the arch triplet. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1398998/+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 1398975] Re: hardware-assisted lock elision hazardous on x86
** Patch added: "fix-lp1398975-trusty.debdiff" https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1398975/+attachment/4273748/+files/fix-lp1398975-trusty.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1398975 Title: hardware-assisted lock elision hazardous on x86 Status in eglibc package in Ubuntu: Invalid Status in glibc package in Ubuntu: Fix Released Status in eglibc source package in Trusty: In Progress Status in glibc source package in Utopic: In Progress Status in glibc package in Debian: Unknown Bug description: [Impact] See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762195 for a full description of the issue. HLE extensions are hazardous due to erratum HSD136. Users that upgrade their intel-microcode could encounter illegal instruction traps due to microcode updates that blacklist HLE instructions. Glibc uses those instructions and thus we need to be defensive and patch them here. The issue was originally seen here: https://bugs.launchpad.net/intel/+bug/1370352 [Test Case] Update to latest intel-microcode with microcode-20140913.dat enabled. Try to boot machine and use applications; check dmesg for trap invalid opcodes in libpthread-2.19.so. [Regression Potential] This has been fixed in vivid, so I'm requesting this patch be backported to T/U. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1398975/+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 1398984] Re: Bootloop with system language Turkish on the Nexus 4
I'm going to change this but to unity8, since that is what is failing to come up, not the system settings. I'm betting that the system settings/wizard are correctly setting Turkish locale, then unity8 can't deal with it. ** Package changed: ubuntu-system-settings (Ubuntu) => unity8 (Ubuntu) ** Package changed: ubuntu-system-settings (Ubuntu RTM) => unity8 (Ubuntu RTM) -- 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/1398984 Title: Bootloop with system language Turkish on the Nexus 4 Status in Ubuntu Translations: New Status in unity8 package in Ubuntu: New Status in unity8 package in Ubuntu RTM: New Bug description: Lately, a member (Ümit) of the XDA Developers forum reported that his Nexus 4 always goes into a bootloop when he sets the system language to Turkish. It doesn't matter whether he sets it in the system settings wizard which is shown on first boot or in the system settings application. If he sets it in the system settings wizard, he won't get to see the OS after finishing the setup process, and if he changes the language in the system settings application, the phone will hang after a reboot. In any case, he will see the spinning "circle of friends" logo but the Unity8 dash will never appear. Here's the link to his first forum post regarding it issue. The discussion continues on the next few pages: http://forum.xda-developers.com/nexus-4/general/rom-ubuntu-touch-14-10-utopic-unico-t2324683/post57093935#post57093935 He's running build #10 in the stable Ubuntu RTM channel. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/1398984/+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 1398503] Re: Turn auto correction and auto punctuation off by default
I don't think it's a good idea to turn off these settings by default as they work pretty well. The bug that was reported complains that after inputing a "." a space is added, which is true. We should fix this bug rather than turn off the defaults. The fix would be to not automatically add a space (and capitialize the next letter) when typing the "." but only do so after in the following cases: 1) typing "." then pressing the space bar would add a space and turn on the shift key 2) double tapping the space bar with the auto punctation setting turned on would add the ".", a space, and turn on the shift key ** Changed in: canonical-devices-system-image Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1398503 Title: Turn auto correction and auto punctuation off by default Status in the base for Ubuntu mobile products: New Status in Ubuntu Keyboard: New Status in ubuntu-keyboard package in Ubuntu: Confirmed Status in ubuntu-keyboard package in Ubuntu RTM: New Bug description: Based on user feedback we think its best to turn these two settings off by default. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398503/+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 1296667] Re: dovecot/apparmor: profile not found
Some of those issues were already fixed in the upstream profiles. For the remaining issues, I just sent patches to the mailinglist for review. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1296667 Title: dovecot/apparmor: profile not found Status in AppArmor Linux application security framework: New Status in apparmor package in Ubuntu: New Bug description: I'm on Ubuntu 14.04 LTS. Since last week I get these messages: [11468.257576] type=1400 audit(1395659127.103:38560): apparmor="ALLOWED" operation="connect" profile="/usr/lib/dovecot/imap-login" name="/run/dovecot/config" pid=30971 comm="imap-login" requested_mask="rw" denied_mask="rw" fsuid=0 ouid=0 [11491.128691] type=1400 audit(1395659149.988:38616): apparmor="ALLOWED" operation="exec" info="profile not found" error=-2 profile="/usr/sbin/dovecot" name="/usr/lib/dovecot/auth" pid=30978 comm="dovecot" requested_mask="x" denied_mask="x" fsuid=0 ouid=0 [11551.171186] type=1400 audit(1395659210.056:38853): apparmor="ALLOWED" operation="capable" profile="/usr/sbin/dovecot" pid=31620 comm="dovecot" capability=36 capname="block_suspend" [11551.171338] type=1400 audit(1395659210.056:38854): apparmor="ALLOWED" operation="exec" info="profile not found" error=-2 profile="/usr/sbin/dovecot" name="/usr/lib/dovecot/auth" pid=31630 comm="dovecot" requested_mask="x" denied_mask="x" fsuid=0 ouid=0 When I then start dovecot I get these in mail.log: Mar 24 08:42:52 polly dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled) Mar 24 08:42:52 polly dovecot: master: Fatal: execv(/usr/lib/dovecot/log) failed: No such file or directory Mar 24 08:42:52 polly dovecot: master: Error: service(anvil): command startup failed, throttling for 2 secs Mar 24 08:42:52 polly dovecot: master: Error: service(log): child 1387 returned error 84 (exec() failed) Mar 24 08:42:52 polly dovecot: master: Error: service(log): command startup failed, throttling for 2 secs Mar 24 08:42:52 polly dovecot: master: Error: service(ssl-params): command startup failed, throttling for 2 secs Mar 24 08:55:42 polly dovecot: master: Error: service(config): command startup failed, throttling for 2 secs Mar 24 08:55:42 polly dovecot: master: Error: service(imap-login): command startup failed, throttling for 2 secs I tried to purge and reinstall apparmor(-profiles) but that didn't fix this issue. I did a aa-disable dovecot and now the errors are gone. To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1296667/+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 1398975] Re: hardware-assisted lock elision hazardous on x86
** Patch added: "fix-lp1398975-utopic.debdiff" https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1398975/+attachment/4273746/+files/fix-lp1398975-utopic.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1398975 Title: hardware-assisted lock elision hazardous on x86 Status in eglibc package in Ubuntu: Invalid Status in glibc package in Ubuntu: Fix Released Status in eglibc source package in Trusty: In Progress Status in glibc source package in Utopic: In Progress Status in glibc package in Debian: Unknown Bug description: [Impact] See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762195 for a full description of the issue. HLE extensions are hazardous due to erratum HSD136. Users that upgrade their intel-microcode could encounter illegal instruction traps due to microcode updates that blacklist HLE instructions. Glibc uses those instructions and thus we need to be defensive and patch them here. The issue was originally seen here: https://bugs.launchpad.net/intel/+bug/1370352 [Test Case] Update to latest intel-microcode with microcode-20140913.dat enabled. Try to boot machine and use applications; check dmesg for trap invalid opcodes in libpthread-2.19.so. [Regression Potential] This has been fixed in vivid, so I'm requesting this patch be backported to T/U. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1398975/+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 1398984] [NEW] Bootloop with system language Turkish on the Nexus 4
You have been subscribed to a public bug: Lately, a member (Ümit) of the XDA Developers forum reported that his Nexus 4 always goes into a bootloop when he sets the system language to Turkish. It doesn't matter whether he sets it in the system settings wizard which is shown on first boot or in the system settings application. If he sets it in the system settings wizard, he won't get to see the OS after finishing the setup process, and if he changes the language in the system settings application, the phone will hang after a reboot. In any case, he will see the spinning "circle of friends" logo but the Unity8 dash will never appear. Here's the link to his first forum post regarding it issue. The discussion continues on the next few pages: http://forum.xda-developers.com/nexus-4/general/rom-ubuntu-touch-14-10-utopic-unico-t2324683/post57093935#post57093935 He's running build #10 in the stable Ubuntu RTM channel. ** Affects: ubuntu-translations Importance: Undecided Status: New ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Affects: ubuntu-system-settings (Ubuntu RTM) Importance: Undecided Status: New -- Bootloop with system language Turkish on the Nexus 4 https://bugs.launchpad.net/bugs/1398984 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 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service
Affects me after nautilus reinstallation on Ubuntu Studio 14.10 systemd-logind 1116 failed to start unit user@1000.service ... unknown unit -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1359439 Title: [7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service Status in systemd-shim package in Ubuntu: In Progress Status in systemd-shim package in Debian: New Bug description: [7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service [7.287677] systemd-logind[1057]: Failed to start user service: Unknown unit: user@126.service [7.293871] systemd-logind[1057]: New session c1 of user lightdm. [7.293902] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to /run/user/126/X11-display. [7.363706] ip_tables: (C) 2000-2006 Netfilter Core Team [7.421846] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [7.484529] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready [9.903052] wlan0: authenticate with c8:d7:19:22:21:ec [9.912429] wlan0: send auth to c8:d7:19:22:21:ec (try 1/3) [9.920181] wlan0: authenticated [9.924352] wlan0: associate with c8:d7:19:22:21:ec (try 1/3) [9.925709] wlan0: RX AssocResp from c8:d7:19:22:21:ec (capab=0x11 status=0 aid=2) [9.927753] wlan0: associated [9.927800] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 12.677104] systemd-logind[1057]: Failed to abandon scope session-c1.scope [ 12.677122] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc1_2escope [ 12.683902] systemd-logind[1057]: Failed to start unit user@1000.service: Unknown unit: user@1000.service [ 12.683912] systemd-logind[1057]: Failed to start user service: Unknown unit: user@1000.service [ 12.685157] systemd-logind[1057]: New session c2 of user caravena. [ 12.685190] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. [ 234.494462] systemd-logind[1057]: Failed to abandon scope session-c2.scope [ 234.494478] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc2_2escope [ 235.514349] systemd-logind[1057]: New session c3 of user lightdm. [ 244.245908] systemd-logind[1057]: Failed to abandon scope session-c3.scope [ 244.245923] systemd-logind[1057]: Failed to abandon session scope: No such interface 'org.freedesktop.systemd1.Scope' on object at path /org/freedesktop/systemd1/unit/session_2dc3_2escope ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: systemd 208-7ubuntu4 [modified: usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1 Uname: Linux 3.16.0-9-generic x86_64 ApportVersion: 2.14.6-0ubuntu2 Architecture: amd64 CurrentDesktop: LXDE Date: Wed Aug 20 18:26:06 2014 InstallationDate: Installed on 2014-04-27 (115 days ago) InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1359439/+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 1398419] Re: The screen blanks when continuously creating albums
** Changed in: gallery-app Importance: Undecided => Critical ** Changed in: gallery-app Assignee: (unassigned) => Arthur Mello (artmello) ** Changed in: gallery-app Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gallery-app in Ubuntu. https://bugs.launchpad.net/bugs/1398419 Title: The screen blanks when continuously creating albums Status in the base for Ubuntu mobile products: Confirmed Status in Gallery App: Confirmed Status in gallery-app package in Ubuntu: Confirmed Status in gallery-app package in Ubuntu RTM: Confirmed Bug description: [Procedures] 1.Open the gallery app 2 select the album view 3 .continuously click "+" key to add albums [Expect results] create albums normally without abnormalities [Actual results] the screen blanks and you are unable to interact with the app The app must be closed and restarted [Reproduce] Always To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398419/+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 1394645] Re: OSK doesn't appear after OA login
** Changed in: ubuntu-keyboard Importance: Undecided => Critical ** Changed in: webapps-core Importance: High => Critical ** Changed in: unity-mir (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-keyboard Assignee: (unassigned) => Michael Sheldon (michael-sheldon) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-mir in Ubuntu. https://bugs.launchpad.net/bugs/1394645 Title: OSK doesn't appear after OA login Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: New Status in The Webapps-core project: Confirmed Status in unity-mir package in Ubuntu: New Bug description: Test case. - Remove Twitter account in System Settings. - Open Twitter app and login. - Tap to create new tweet/message. Expected result. - OSK must appear. Actual result. - OSK doesn't show up. Also happens with GMail. current build number: 116 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09.es-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394645/+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 1398431] Re: Can't mute a conference call
** Changed in: telephony-service Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) -- 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/1398431 Title: Can't mute a conference call Status in the base for Ubuntu mobile products: Confirmed Status in Telephony Service: New Status in telephony-service package in Ubuntu: Confirmed Status in telephony-service package in Ubuntu RTM: New Bug description: [Procedures] 1.make a conference call 2.in calling interface click the mute button [Expect results] the conference call will be mute [Actual results] the mute button does not respond and audio is still heard by others on the call [Reproduce] Always To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398431/+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 1398427] Re: Can't use earphone to answer or disconnect a call
** Changed in: telephony-service Importance: Undecided => Critical ** Changed in: android (Ubuntu) Importance: High => Critical ** Changed in: telephony-service (Ubuntu) Importance: High => Critical ** Also affects: telephony-service (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: telephony-service (Ubuntu RTM) Importance: Undecided => Critical ** Changed in: telephony-service Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) -- 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/1398427 Title: Can't use earphone to answer or disconnect a call Status in the base for Ubuntu mobile products: Confirmed Status in Telephony Service: New Status in android package in Ubuntu: New Status in telephony-service package in Ubuntu: Confirmed Status in telephony-service package in Ubuntu RTM: New Bug description: [Procedures] 1.insert the earphone 2.make a MO call to DUT 3.use the Hook key to answer the call 4.when connected the call use the hook key to disconnect the call [Expect results] earphone hook key can answer and disconnect the call [Actual results] can't answer and disconnect the call [Reproduce] Always To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398427/+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 1398503] Re: Turn auto correction and auto punctuation off by default
** Changed in: ubuntu-keyboard Assignee: (unassigned) => Michael Sheldon (michael-sheldon) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1398503 Title: Turn auto correction and auto punctuation off by default Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: New Status in ubuntu-keyboard package in Ubuntu: Confirmed Status in ubuntu-keyboard package in Ubuntu RTM: New Bug description: Based on user feedback we think its best to turn these two settings off by default. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398503/+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 1395748] Re: Crash going back twice while loading a page
** Changed in: webbrowser-app Status: Fix Released => In Progress ** Changed in: webbrowser-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: webbrowser-app Importance: Critical => High ** Tags added: ww51 -- 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/1395748 Title: Crash going back twice while loading a page Status in the base for Ubuntu mobile products: Confirmed Status in Web Browser App: In Progress Status in webbrowser-app package in Ubuntu: Fix Released Status in webbrowser-app package in Ubuntu RTM: In Progress Bug description: Test case. - Go to start.ubuntu.com - After it loads, go to slashdot.org - After it loads, go to linux.com - While it is loading, tap to back button twice to go back to start.ubuntu.com Expected result. - Browser displays start.ubuntu.com Actual result. - Crash. current build number: 118 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09.es-proposed To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1395748/+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 1392368] Re: Support storing and viewing photos on an SD card
** Tags added: ww51 ** Also affects: camera-app (Ubuntu) Importance: Undecided Status: New ** Also affects: camera-app (Ubuntu RTM) Importance: Undecided Status: New ** Also affects: gallery-app (Ubuntu) Importance: Undecided Status: New ** Also affects: gallery-app (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: camera-app (Ubuntu) Status: New => In Progress ** Changed in: camera-app (Ubuntu RTM) Status: New => In Progress ** Changed in: gallery-app (Ubuntu) Status: New => In Progress ** Changed in: gallery-app (Ubuntu RTM) Status: New => In Progress ** Changed in: camera-app (Ubuntu) Importance: Undecided => High ** Changed in: camera-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: gallery-app (Ubuntu) Importance: Undecided => High ** Changed in: gallery-app (Ubuntu RTM) Importance: Undecided => High -- 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/1392368 Title: Support storing and viewing photos on an SD card Status in Camera App: In Progress Status in the base for Ubuntu mobile products: Confirmed Status in Gallery App: In Progress Status in camera-app package in Ubuntu: In Progress Status in gallery-app package in Ubuntu: In Progress Status in camera-app package in Ubuntu RTM: In Progress Status in gallery-app package in Ubuntu RTM: In Progress Bug description: If an SD card is present we will use it as extended storage for the device. The camera and gallery apps need to be able to access this storage. To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1392368/+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 1392401] Re: Bottom edge tip should disappear when interacting with the UI
** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1392401 Title: Bottom edge tip should disappear when interacting with the UI Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Ubuntu UX bugs: Fix Committed Status in dialer-app package in Ubuntu: In Progress Status in dialer-app package in Ubuntu RTM: New Bug description: The bottom edge tip should be hidden as soon as the user starts to interact with the other UI elements. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1392401/+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 1391586] Re: [messaging-app] change bottom edge label
** Also affects: messaging-app (Ubuntu) Importance: Undecided Status: New ** Also affects: messaging-app (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: messaging-app Importance: Undecided => High ** Changed in: messaging-app (Ubuntu) Importance: Undecided => High ** Changed in: messaging-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: messaging-app Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Changed in: messaging-app (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Changed in: messaging-app (Ubuntu RTM) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Tags added: ww51 -- 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/1391586 Title: [messaging-app] change bottom edge label Status in the base for Ubuntu mobile products: Confirmed Status in Messaging App: New Status in Ubuntu UX bugs: Fix Committed Status in messaging-app package in Ubuntu: New Status in messaging-app package in Ubuntu RTM: New Bug description: Build krillin r155 When you open the messaging app, the bottom edge label says "create new". For the address book app we are using a plus "+" icon. For consistency reasons, it wold be good to replace the "Create new" copy into the plus "+" icon as per spec. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1391586/+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 1390098] Re: Active call panel incorrectly displayed when recieving a call
** Changed in: dialer-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: dialer-app (Ubuntu RTM) Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko) ** Changed in: dialer-app Status: Confirmed => In Progress ** Changed in: dialer-app Assignee: Nick Dedekind (nick-dedekind) => Gustavo Pichorim Boiko (boiko) ** Tags added: ww51 ** Changed in: dialer-app (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1390098 Title: Active call panel incorrectly displayed when recieving a call Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in dialer-app package in Ubuntu: Fix Released Status in unity8 package in Ubuntu: Invalid Status in dialer-app package in Ubuntu RTM: New Status in unity8 package in Ubuntu RTM: Invalid Bug description: rtm build 140 on krillin Steps to reproduce: - open dialer - call the phone - answer the call Expected results: - dialer live call view should be displayed - no Active call panel visible Actual results: - dialer live call view displayed - Active call panel is briefly displayed and then hidden To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1390098/+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 1389611] Re: "swipe to the photo roll" hint should wrap rather than elide
** Tags added: ww51 -- 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/1389611 Title: "swipe to the photo roll" hint should wrap rather than elide Status in Camera App: In Progress Status in the base for Ubuntu mobile products: Confirmed Status in camera-app package in Ubuntu: In Progress Status in camera-app package in Ubuntu RTM: New Bug description: Using rtm 142 (with updated translations done manually from launchpad), the new "swipe to the photo roll" hint is eliding, but it leads to the text difficult to understand in some locales... Screenshot from a french example attached to show the issue To manage notifications about this bug go to: https://bugs.launchpad.net/camera-app/+bug/1389611/+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 1385518] Re: Sliding down from backspace key results in continued backspaces
** Changed in: ubuntu-keyboard (Ubuntu RTM) Importance: Undecided => High ** Changed in: ubuntu-keyboard Status: Fix Released => In Progress ** Changed in: ubuntu-keyboard (Ubuntu RTM) Status: New => In Progress ** Changed in: ubuntu-keyboard (Ubuntu RTM) Assignee: (unassigned) => Michael Sheldon (michael-sheldon) ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1385518 Title: Sliding down from backspace key results in continued backspaces Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: In Progress Status in ubuntu-keyboard package in Ubuntu: Fix Released Status in ubuntu-keyboard package in Ubuntu RTM: In Progress Bug description: Steps to reproduce 1) Type some text into messaging app 2) Press backspace key and slide down to return and release Expected result Backspace stops deleting characters Actual result Backspace continues to delete until it is tapped again To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1385518/+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 1384460] Re: Delegate unhandled URL schemes to the system
** Also affects: dialer-app Importance: Undecided Status: New ** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New ** Also affects: dialer-app (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: dialer-app Status: New => In Progress ** Changed in: dialer-app (Ubuntu) Status: New => Fix Released ** Changed in: dialer-app (Ubuntu RTM) Status: New => In Progress ** Changed in: dialer-app Importance: Undecided => High ** Changed in: dialer-app (Ubuntu) Importance: Undecided => High ** Changed in: dialer-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: dialer-app Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko) -- 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/1384460 Title: Delegate unhandled URL schemes to the system Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Oxide Webview: Fix Released Status in Oxide 1.3 series: Fix Released Status in dialer-app package in Ubuntu: Fix Released Status in webbrowser-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu RTM: In Progress Status in webbrowser-app package in Ubuntu RTM: Fix Released Bug description: We currently ignore any URL's with a scheme that is unrecognised. We should be delegating these to the system so that it can try to find a handler for it To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1384460/+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 1389514] Re: open photo from scope fails on first try
** Changed in: gallery-app Status: Fix Released => In Progress ** Changed in: gallery-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: gallery-app (Ubuntu RTM) Assignee: (unassigned) => Arthur Mello (artmello) ** Changed in: gallery-app (Ubuntu RTM) Status: New => In Progress ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gallery-app in Ubuntu. https://bugs.launchpad.net/bugs/1389514 Title: open photo from scope fails on first try Status in the base for Ubuntu mobile products: Confirmed Status in Gallery App: In Progress Status in gallery-app package in Ubuntu: Fix Released Status in gallery-app package in Ubuntu RTM: In Progress Bug description: The Photos scope and gallery app support a mechanism where a photo can be opened directly in the gallery by tapping 'open' on it in the photos scope. However, this appears to fail on the first try if Gallery hasn't been run before. Steps to reproduce this: 1. Flash the phone to get a fresh install. 2. Take some photos in the camera app. 3. Navigate to those photos in the Photos scope. 4. Select a photo and tap 'open'. Expected results: Selected photo opens in the gallery app. Actual results: Gallery app opens and shows the 'Events' view, but does not open the chosen photo. On second attempt, the expected results happen. I suspect that the gallery app may be getting stuck on indexing and thumbnailing the first time, and once that is done things work as expected. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1389514/+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 1387763] Re: deleting Google contacts not working reliably
** Also affects: address-book-service Importance: Undecided Status: New ** Changed in: address-book-service Importance: Undecided => High ** Changed in: address-book-service Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho) ** Changed in: address-book-service Status: New => In Progress ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-service in Ubuntu. https://bugs.launchpad.net/bugs/1387763 Title: deleting Google contacts not working reliably Status in Address Book Service: In Progress Status in the base for Ubuntu mobile products: Confirmed Status in address-book-service package in Ubuntu: Fix Released Status in address-book-service package in Ubuntu RTM: In Progress Bug description: krillin build 132 on rtm Steps to repdouce: - create 2 google accounts - enable contact syncing on 1 of the accounts - let the sync happen and open addresss book to verify the contacts are displayed - go back to system settings for accounts - delete the google account associated with the contact sync - when prompted, say "No" to keep contact data - go back to address book Expected results: - all the contacts should be gone from address book Actual results: - all the contacts remain in the address book I've seen this work sometimes and fail quite often, so not sure what is going on. But it's pretty easy to reproduce. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-service/+bug/1387763/+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 1381583] Re: imported pictures should show in Event for today
** Changed in: gallery-app (Ubuntu RTM) Status: Fix Released => In Progress ** Changed in: gallery-app Status: Fix Released => In Progress ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gallery-app in Ubuntu. https://bugs.launchpad.net/bugs/1381583 Title: imported pictures should show in Event for today Status in the base for Ubuntu mobile products: Confirmed Status in Gallery App: In Progress Status in Ubuntu UX bugs: Triaged Status in gallery-app package in Ubuntu: Fix Released Status in gallery-app package in Ubuntu RTM: In Progress Bug description: When pictures are imported into the gallery, via content-hub, we should always display them in the Event for the current day. Right now, the picture is played in the Event that corresponds to the metadata creation date which is very confusing because after the picture is imported you can't find it easily. Arthur and I discussed modifiying one of the standard exif tags (like DateTime, but don't modify CreationDate) with the current date of import as the gallery already sorts by a series of tags. Another solution would be to add a custom tag like (importDate) and change the sort to use that if it exists before falling back to other tags. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1381583/+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 1379386] Re: [emergency call] + [phone-app] remove SIM card naming from SURU divider in emergency dialer mode
** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1379386 Title: [emergency call] + [phone-app] remove SIM card naming from SURU divider in emergency dialer mode Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Ubuntu UX bugs: Fix Committed Status in dialer-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu RTM: New Bug description: Build r93 Make sure your device has both cards inserted Steps to reproduce: 1. make sure your device has a passcode/passphrase lock 2. unlock device via HK button, swipe away the greeter 3. you should see then unlocking panel, tap emergency call on the bottom Actual result: the dialer view shows SIM card names in the header sections (suru divider) Expected result: dialer should NOT show any SIM names in the header sections To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379386/+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 1379836] Re: dialer and messaging app show unlocked pin as locked
** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu. https://bugs.launchpad.net/bugs/1379836 Title: dialer and messaging app show unlocked pin as locked Status in the base for Ubuntu mobile products: Confirmed Status in Telepathy Ofono: In Progress Status in indicator-network package in Ubuntu: Invalid Status in ofono package in Ubuntu: Fix Committed Status in telepathy-ofono package in Ubuntu: Fix Released Status in telepathy-ofono package in Ubuntu RTM: Confirmed Bug description: Ubuntu System Settings and ofono say it's unlocked but trying to use the dialer and messaging app is blocked by thinking the PIN is locked. $ system-image-cli -i current build number: 81 device name: mako channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-10-10 15:33:48 version version: 81 version ubuntu: 20141010.1 version device: 20140929.1 version custom: mako-0.7 $ phablet-shell /home/sergiusens/.ssh/known_hosts updated. Original contents retained as /home/sergiusens/.ssh/known_hosts.old Warning: Permanently added '[localhost]:' (RSA) to the list of known hosts. Welcome to Ubuntu Utopic Unicorn (development branch) (GNU/Linux 3.4.0-5-mako armv7l) * Documentation: https://help.ubuntu.com/ Last login: Fri Oct 10 15:37:40 2014 from localhost.localdomain phablet@ubuntu-phablet:~$ lis^C phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems [ /ril_0 ] Features = gprs ussd net sms rat sim Model = Fake Modem Model Powered = 1 Emergency = 0 Online = 1 Interfaces = org.ofono.ConnectionManager org.ofono.CallBarring org.ofono.CallSettings org.ofono.SupplementaryServices org.ofono.NetworkRegistration org.ofono.CallForwarding org.ofono.SmartMessaging org.ofono.PushNotification org.ofono.MessageManager org.ofono.NetworkTime org.ofono.MessageWaiting org.ofono.RadioSettings org.ofono.SimManager org.ofono.CallVolume org.ofono.VoiceCallManager Revision = M9615A-CEFWMAZM-2.0.1701.03 Type = hardware Manufacturer = Fake Manufacturer Serial = 355136052657866 Lockdown = 0 [ org.ofono.ConnectionManager ] Bearer = hspa RoamingAllowed = 0 Suspended = 0 Powered = 1 Attached = 1 [ org.ofono.CallBarring ] VoiceIncoming = disabled VoiceOutgoing = disabled [ org.ofono.CallSettings ] CallingLineRestriction = off HideCallerId = default ConnectedLinePresentation = unknown ConnectedLineRestriction = unknown CallingLinePresentation = enabled CallingNamePresentation = unknown CalledLinePresentation = disabled VoiceCallWaiting = enabled [ org.ofono.SupplementaryServices ] State = idle [ org.ofono.NetworkRegistration ] Mode = auto Name = Personal LocationAreaCode = 394 Status = registered CellId = 14122637 MobileCountryCode = 722 Technology = umts Strength = 61 MobileNetworkCode = 34 [ org.ofono.CallForwarding ] VoiceNotReachable = +541151009255 VoiceNoReplyTimeout = 25 VoiceUnconditional = VoiceNoReply = +541151009255 ForwardingFlagOnSim = 0 VoiceBusy = +541151009255 [ org.ofono.SmartMessaging ] [ org.ofono.PushNotification ] [ org.ofono.MessageManager ] Alphabet = default UseDeliveryReports = 0 ServiceCenterAddress = +541151740055 Bearer = cs-preferred [ org.ofono.NetworkTime ] [ org.ofono.MessageWaiting ] VoicemailWaiting = 0 VoicemailMailboxNumber = *555 VoicemailMessageCount = 0 [ org.ofono.RadioSettings ] TechnologyPreference = umts ModemTechnologies = gsm umts FastDormancy = 0 [ org.ofono.SimManager ] CardIdentifier = 89543421113404033941 ServiceNumbers = [Llam. a su Cargo] = '11' [Club Personal] = '*2582' [Personal] = '+810' [At. Clientes] = '*111' Retries = FixedDialing = 0 SubscriberIdentity = 722341240403394 MobileCountryCode = 722 BarredDialing = 0 PinRequired = none LockedPins = SubscriberNumbers = Present = 1 PreferredLanguages = es en pt it MobileNetworkCode = 34 [ org.ofono.CallVolume ] MicrophoneVolume = 0 Muted = 1 SpeakerVolume = 0 [ org.ofono.VoiceCallManager ] EmergencyNumbers = 112 911 To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1379836/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : tou
[Touch-packages] [Bug 1382623] Re: cant create a message with a specific text from a url
** Also affects: messaging-app (Ubuntu) Importance: Undecided Status: New ** Also affects: messaging-app (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: messaging-app (Ubuntu) Importance: Undecided => High ** Changed in: messaging-app (Ubuntu RTM) Importance: Undecided => High ** Changed in: messaging-app (Ubuntu) Status: New => Confirmed ** Changed in: messaging-app (Ubuntu RTM) Status: New => In Progress ** Changed in: messaging-app (Ubuntu) Status: Confirmed => In Progress ** Changed in: messaging-app Status: Confirmed => In Progress ** Tags added: ww51 -- 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/1382623 Title: cant create a message with a specific text from a url Status in the base for Ubuntu mobile products: Confirmed Status in Messaging App: In Progress Status in messaging-app package in Ubuntu: In Progress Status in messaging-app package in Ubuntu RTM: In Progress Bug description: Hi, Ideally I would be able to do something like message://+44/hello to create a pre populated message. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1382623/+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 1388130] Re: Cannot connect to WiFi with Nvidia GPU using nvidia-331, SSD
To eliminate more variables, I just tried xubuntu 14.10 (with nvidia-343 from ppa:system76-dev/stable)... and I can connect to password-protected WiFi just fine. As Xubuntu and Ubuntu are using most of the same lower-level stack, this kinda suggests the problem is fairly high-level, potentially even Unity specific. -- 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/1388130 Title: Cannot connect to WiFi with Nvidia GPU using nvidia-331, SSD Status in System76: Triaged Status in network-manager package in Ubuntu: Confirmed Bug description: For some strange reason, we cannot connect to WiFi on hardware with a descrete Nvidia GPU (using the nvidia-331 driver) when the system is running off a fast SSD. Swap the SSD for a platter drive, and things work fine. Likewise, on Intel GPU systems, with either an SSD or a platter drive, WiFi works fine. The failure message is: """ Connection activation failed. (1) Creation of object for path '/org/freedesktop/NetworkManager/ActiveConnection/2' failed in libnm-glib """ See the attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: network-manager 0.9.8.8-0ubuntu28 ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 Uname: Linux 3.16.0-24-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: Unity Date: Fri Oct 31 08:58:25 2014 IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback IpRoute: default via 10.17.76.1 dev eth0 proto static 10.17.76.0/24 dev eth0 proto kernel scope link src 10.17.76.193 metric 1 NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true WimaxEnabled=true SourcePackage: network-manager UpgradeStatus: No upgrade log present (probably fresh install) nmcli-con: NAME UUID TYPE TIMESTAMPTIMESTAMP-REAL AUTOCONNECT READONLY DBUS-PATH system76_5g d7cafbd5-f1ef-422d-9ed4-4b3a9095b234 802-11-wireless 0never yes no /org/freedesktop/NetworkManager/Settings/1 Wired connection 1c52af28c-07c5-4140-bf2c-3f0d236a05fc 802-3-ethernet1414767492 Fri 31 Oct 2014 08:58:12 AM MDTyes no /org/freedesktop/NetworkManager/Settings/0 nmcli-dev: DEVICE TYPE STATE DBUS-PATH wlan0 802-11-wireless disconnected /org/freedesktop/NetworkManager/Devices/1 eth0 802-3-ethernetconnected /org/freedesktop/NetworkManager/Devices/0 nmcli-nm: RUNNING VERSIONSTATE NET-ENABLED WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN running 0.9.8.8connected enabled enabled enabledenabled disabled To manage notifications about this bug go to: https://bugs.launchpad.net/system76/+bug/1388130/+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 1375890] Re: [messaging-app] + [phone-app] different time formats and font strenghts
** Tags added: ww51 -- 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/1375890 Title: [messaging-app] + [phone-app] different time formats and font strenghts Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Messaging App: In Progress Status in Ubuntu UX bugs: Fix Committed Status in dialer-app package in Ubuntu: Fix Released Status in messaging-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu RTM: New Status in messaging-app package in Ubuntu RTM: In Progress Bug description: Steps to reproduce: 1. Open messaging app, stay in the main view 2. Open phone-app, carry out a bottom edge swipe to access your recent In comparison, both apps are using a different font size, font strength and time format. Is the time format set by system settings? Desired solution: - phone app - there shouldn't be a space between the time stamp and "am" or "pm" -> "07:34pm" - messaging app - apply the same visual treatment for the time stamp as in the phone app Please see attachments for reference. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1375890/+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 1378006] Re: [phone-app] call controls and header in active call are not as per design
** Changed in: dialer-app (Ubuntu RTM) Importance: Undecided => Medium ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1378006 Title: [phone-app] call controls and header in active call are not as per design Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Ubuntu UX bugs: Fix Committed Status in dialer-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu RTM: New Bug description: Build r 84 The current active call screen doesn't show the correct call controls and header, as per design. The header shouldn't have the contacts icon in the top right corner. The "add to call" icon is missing in the call controls. It seems as well, that the SURU icon theme is not applied. Please see attached wireframe for reference. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1378006/+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 1372689] Re: Hours omitted from call duration
** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New ** Also affects: dialer-app (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: dialer-app (Ubuntu) Importance: Undecided => High ** Changed in: dialer-app (Ubuntu RTM) Importance: Undecided => High ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1372689 Title: Hours omitted from call duration Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in dialer-app package in Ubuntu: New Status in dialer-app package in Ubuntu RTM: New Bug description: After ending a phone call that lasted 1 hour and 20 minutes, the duration only showed 20 minutes. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1372689/+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 1362640] Re: Remove qtwebkit from touch image
opened a webbrowser-app task to track if there is any work needed on the browser or container side to remove this dependency. please mark invalid if not. ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu. https://bugs.launchpad.net/bugs/1362640 Title: Remove qtwebkit from touch image Status in the base for Ubuntu mobile products: Confirmed Status in Web Browser App: New Status in ubuntu-touch-meta package in Ubuntu: In Progress Bug description: The argument to remove this is based on the following: The qtwebkit webview is deprecated for our sdk and we will not be supporting it long term We are supporting an Oxide/Chromium solution for the Ubuntu.Webview This was done largely for security reasons The qtwebkit package is large and we would like to reduce image and install size We want to discourage app devs from using this api any longer, the review tools have indicated this for several months To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1362640/+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 1367325] Re: [phone-app] empty state missing in recent view and empty address book
** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1367325 Title: [phone-app] empty state missing in recent view and empty address book Status in Address Book App: Fix Released Status in the base for Ubuntu mobile products: Confirmed Status in Dialer app for Ubuntu Touch: In Progress Status in Ubuntu UX bugs: Fix Committed Status in address-book-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu: Fix Released Status in dialer-app package in Ubuntu RTM: New Bug description: 1. Open Phone app, make sure you didn't receive or made any calls 2. Carry out a bottom edge swipe 3. The list is blank Same applies for the Address book app --- Desired solution: Please implement the empty state screen as per design. It is confusing for the user not seeing anything in this view. Please implement a screen saying "No recent calls" and have a look on the empty screen in the messaging app as a reference. To manage notifications about this bug go to: https://bugs.launchpad.net/address-book-app/+bug/1367325/+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 1372948] Re: Keyboard doesn't auto-capitalize 'I'
** Changed in: ubuntu-keyboard (Ubuntu RTM) Importance: Undecided => High ** Tags added: ww51 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1372948 Title: Keyboard doesn't auto-capitalize 'I' Status in the base for Ubuntu mobile products: Confirmed Status in Ubuntu Keyboard: Fix Released Status in ubuntu-keyboard package in Ubuntu: Fix Released Status in ubuntu-keyboard package in Ubuntu RTM: New Bug description: In English 'I' is not auto-capitalized. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: ubuntu-keyboard 0.99.trunk.phablet2+14.10.20140910~rtm-0ubuntu1 [origin: Ubuntu RTM] Uname: Linux 3.4.67 armv7l ApportVersion: 2.14.7-0ubuntu1 Architecture: armhf Date: Tue Sep 23 15:44:57 2014 InstallationDate: Installed on 2014-09-16 (7 days ago) InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf (20140916-030205) SourcePackage: ubuntu-keyboard UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1372948/+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 1193360] Re: Can't type diacritics with AltGr+letter in Dash or HUD
Yup, it's good! ** Changed in: hundredpapercuts Status: Incomplete => Fix Released ** Changed in: unity (Ubuntu) Status: Incomplete => Fix Released ** Changed in: unity Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1193360 Title: Can't type diacritics with AltGr+letter in Dash or HUD Status in One Hundred Papercuts: Fix Released Status in Unity: Fix Released Status in unity package in Ubuntu: Fix Released Bug description: In the default polish keyboard layout, diacritics are written using AltGr (right Alt) + letter, i.e. AltGr+l gives ł. This is now broken in unity, Compose key still works, though. To test, english layout has ł under AltGr+w. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: unity 7.0.0daily13.06.19-0ubuntu1 ProcVersionSignature: Ubuntu 3.9.0-6.14-generic 3.9.6 Uname: Linux 3.9.0-6-generic x86_64 NonfreeKernelModules: wl nvidia ApportVersion: 2.10.2-0ubuntu1 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Fri Jun 21 14:55:27 2013 MarkForUpload: True SourcePackage: unity UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1193360/+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