[Touch-packages] [Bug 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-12-22 Thread Joan CiberSheep
This bug is fixed in OTA14. \o/

** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Released

** Changed in: ubuntu-ux
   Status: New => Fix Released

** Changed in: unity8 (Ubuntu)
   Status: New => Fix Released

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Fix Released
Status in Ubuntu UX:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

  The key point is that the M10 works differently from the phones, so
  something is different with the staged mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-12-08 Thread Joan CiberSheep
This also happens:

Having a Main.qml shortcut Ctrl+M works, but not any shortcut in the
pushed Menu.qml

Main.qml (ctrlM works)
leadingActionBar {
numberOfSlots: 1
actions: [
Action {
id: actionSettings
iconName: "navigation-menu"
shortcut: "Ctrl+M"
text: "Menu"
onTriggered: {
Qt.inputMethod.hide();
mainPageStack.push(Qt.resolvedUrl("Menu.qml"))
}
}
]
}

pushed Menu.qml Ctrl B does not work:

leadingActionBar {
numberOfSlots: 1
actions: [
Action {
id: actionSettings
iconName: "back"
text: "Back"
shortcut: "Ctrl+B"
onTriggered: {
onClicked: mainPageStack.pop(pageMenu)
}
}
]
}

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1589149] Re: the two Hotspots buttons seem to disagree

2016-10-12 Thread Joan CiberSheep
I confirm on OTA13 on bq e5

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

Title:
  the two Hotspots buttons seem to disagree

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  When i try to activate the hotspot using the menu that you can make appear 
from above (the black-background one) it seems not to work (no hotspot and no 
hotspot symbol on the top menu appearing).
  If I open setting->hotspot, there the hotspot button is deactivated (not 
green) while the hotspot button in the black menu is green.
  It seems the button in the Settings if activated can really make the hotspot 
work (and make the hotspot button in the black menu green) but the hotspot 
button in the black menu seems to just do nothing (except cutting wifi)

  
  On the meizu 4 with ota 11. I think the problem came with ota 11.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1589149/+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 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-07-05 Thread Joan CiberSheep
*Home button also works differnet

in app spread view, pressing home button behaves as long swipe:
 - in tablet moves Today Scope to the left and keeps the spread view
 - in phone shows Today Scope in full view

in full view always shows Today Scope no matter if in a scope or app,
phone or tablet.

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Incomplete
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-07-05 Thread Joan CiberSheep
Sorry for my confusing explanations ;)

I am not sure if that behavior is the intended as the phone works in a
different way (also tablet until OTA10).

If it is then I might have to merge this bug with:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1598957.


In resume: the behavior on OTA11 is confusing for me because:
 long swipe from the left in App Spread
  -in tablet moves the app to the left (keeps app spread) and shows Today Scope.
  -in phone opens full size Today Scope

 long swipe from the left in full view
   -in tablet and phone does nothing if in any scope (except if in an Today 
Scope "section", ie: if tap on Weather from Today Scope or Scope has been 
opened from bottom swipe)
   -in tablet and phone shows full size Today Scope if in an app

I hope is a bit clear.

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Incomplete
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-07-04 Thread Joan CiberSheep
Additionally, on any scope (maximized) long swipe left to right from outside 
does not go to main dash.
Tapping on home button works on any scope maximized.

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Incomplete
Status in unity8 package in Ubuntu:
  New

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-07-02 Thread Joan CiberSheep
*In the first item, it's the same behavior when pressing the home button
-> it moves the dash to the most left position but stays "minimized"

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Incomplete
Status in unity8 package in Ubuntu:
  New

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1587965] Re: [OTA11][m10] long swipe or home button doesn't "mazimize" dash

2016-07-02 Thread Joan CiberSheep
Sorry, my fault. I didn't express that right.
They are not 3 gestures that don't work: those are the 3 steps you have to 
follow to get the bug.

So, in resume, in the "app chooser" view (so, looking at all opened
apps):

- if you do a long left to right swipe from outside, it should go to the
dash and maximize it. Now on bq m10 just stays "minimized"

- if you tap on an app from the launcher already opened, it moves to the
most left position but it doesn't maximize

- if you tap on the launcher an app from  that is closed, it maximizes
the app/dash that's already opened in the far most right position. The
new app opens in the background.

I hope this makes some sense. I could record a video.

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

Title:
  [OTA11][m10] long swipe or home button doesn't "mazimize" dash

Status in Canonical System Image:
  Incomplete
Status in unity8 package in Ubuntu:
  New

Bug description:
  1) swipe from outside of the screen from the right to get the apps that are 
opened
  2) outside long swipe from the left, moves the most left app to move to the 
right but it doesn't "maximize" main scope.
  3) outside short swipe from the left shows dash but tapping on home button 
has no effect (before it was "maximizing" main scope)

  PS: All in all good work, OTA 11 feels really faster!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1587965/+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 1442105] Re: GPS not working on my BQ Ubuntu Touch

2016-06-09 Thread Joan CiberSheep
The output of: sudo /system/bin/logcat
Attached

The output of: ubuntu-location-serviced-cli --bus system --get --property 
visible_space_vehicles
phablet@ubuntu-phablet:~$ ubuntu-location-serviced-cli --bus system --get 
--property visible_space_vehicles > ululsc-vsv.txt
Attempted to unregister path (path[0] = com path[1] = ubuntu) which isn't 
registered

The output of sudo GLOG_v=1000 GLOG_logtostderr=1 
ubuntu-location-serviced-cli --bus system --test
 length=17 context=0x6c5a28
I0610 04:19:13.580946  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524006000 
nmea=$GPRMC,06.010,V,8960.,N,0.,E,0.000,0.00,060180,,,N*49
 length=71 context=0x6c5a28
I0610 04:19:13.581164  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524006000 
nmea=$GPVTG,0.00,T,,M,0.000,N,0.000,K,N*32
000,E,0.000,0.00,060180,,,N*49
 length=39 context=0x6c5a28
I0610 04:19:13.581517  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524006000 nmea=$GPACCURACY,3162.1*3F
N,0.000,K,N*32
000,E,0.000,0.00,060180,,,N*49
 length=23 context=0x6c5a28
I0610 04:19:14.571502  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 
nmea=$GPGGA,07.010,8960.,N,0.,E,0,0,,137.0,M,13.0,M,,*45

 length=69 context=0x6c5a28
I0610 04:19:14.572310  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 
nmea=$GPGSA,A,1,99.99,99.99,99.99*30
0,,137.0,M,13.0,M,,*45

 length=45 context=0x6c5a28
I0610 04:19:14.572486  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 nmea=$GPGSV,1,1,0*49
,,99.99,99.99,99.99*30
0,,137.0,M,13.0,M,,*45

 length=17 context=0x6c5a28
I0610 04:19:14.573317  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 
nmea=$GPRMC,07.010,V,8960.,N,0.,E,0.000,0.00,060180,,,N*48
 length=71 context=0x6c5a28
I0610 04:19:14.573420  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 
nmea=$GPVTG,0.00,T,,M,0.000,N,0.000,K,N*32
000,E,0.000,0.00,060180,,,N*48
 length=39 context=0x6c5a28
I0610 04:19:14.573544  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524007000 nmea=$GPACCURACY,3162.1*3F
N,0.000,K,N*32
000,E,0.000,0.00,060180,,,N*48
 length=23 context=0x6c5a28
I0610 04:19:15.571542  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524008000 
nmea=$GPGGA,08.010,8960.,N,0.,E,0,0,,137.0,M,13.0,M,,*4A

 length=69 context=0x6c5a28
I0610 04:19:15.572320  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524008000 
nmea=$GPGSA,A,1,99.99,99.99,99.99*30
0,,137.0,M,13.0,M,,*4A

 length=45 context=0x6c5a28
I0610 04:19:15.572489  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524008000 nmea=$GPGSV,1,1,0*49
,,99.99,99.99,99.99*30
0,,137.0,M,13.0,M,,*4A

 length=17 context=0x6c5a28
I0610 04:19:15.572670  6236 android_hardware_abstraction_layer.cpp:135] static 
void 
com::ubuntu::location::providers::gps::android::HardwareAbstractionLayer::on_nmea_update(int64_t,
 const char*, int, void*): timestamp=1465524008000 
nmea=$GPRMC,08.010,V,8960.,N,0.,E,0.000,0.00,060180,,,N*47
 length=71 context=0x6c5a28
I0610 04:19:15.572767  6236 android_hardware_abstraction_layer.cpp:135] static 
void 

[Touch-packages] [Bug 1442105] Re: GPS not working on my BQ Ubuntu Touch

2016-06-09 Thread Joan CiberSheep
Same behaviour here with bq Aquaris m10 (tablet).  With wifi and GPS on doesn't 
find position (Here, OSMScout, uNav).
Since the tablet has no 3g it makes impossible to use offline driving 
directions.

Tried app Location Test with no results. I thought GPS  might be broken
so I did a system check (rebooting into tablet's checking system mode)
and GPS seams to work fine but not in Ubuntu.

Forensics:
/var/log/ubuntu-location-service* 
Not present

/var/log/upstart/ubuntu-location-service.log

/var/log/syslog

The output of: sudo /system/bin/logcat

The output of: ubuntu-location-serviced-cli --bus system --get --property 
visible_space_vehicles
phablet@ubuntu-phablet:~$ ubuntu-location-serviced-cli --bus system --get 
--property visible_space_vehicles > ululsc-vsv.txt
Attempted to unregister path (path[0] = com path[1] = ubuntu) which isn't 
registered
The output of sudo GLOG_v=1000 GLOG_logtostderr=1 
ubuntu-location-serviced-cli --bus system --test
?field.comment=
Same behaviour here with bq Aquaris m10 (tablet).  With wifi and GPS on doesn't 
find position (Here, OSMScout, uNav).
Since the tablet has no 3g it makes impossible to use offline driving 
directions.

Tried app Location Test with no results. I thought GPS  might be broken
so I did a system check (rebooting into tablet's checking system mode)
and GPS seams to work fine but not in Ubuntu.

Forensics:
/var/log/ubuntu-location-service* 
Not present

/var/log/upstart/ubuntu-location-service.log
Attempted to unregister path (path[0] = sessions path[1] = 2) which isn't 
registered
Attempted to unregister path (path[0] = sessions path[1] = 1) which isn't 
registered
Attempted to unregister path (path[0] = sessions path[1] = 0) which isn't 
registered
Attempted to unregister path (path[0] = sessions path[1] = 3) which isn't 
registered
Attempted to unregister path (path[0] = sessions path[1] = 4) which isn't 
registered
name -> com.ubuntu.espoo.Service.Provider
path -> /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
Instantiating and configuring: remote::Provider
Attempted to unregister path (path[0] = sessions path[1] = 1) which isn't 
registered


/var/log/syslog
Attached


** Attachment added: "syslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1442105/+attachment/4680723/+files/syslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1442105

Title:
  GPS not working on my BQ Ubuntu Touch

Status in Canonical System Image:
  Incomplete
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi. I tried to use GPS (HERE maps, Google Maps) on my Ubuntu Touch
  from BQ (I am on  update 20), but the app dont detect my location. I
  have to mention that I check Here terms & Condition and GPS and
  location are checked.

  I attached some screenshot from what I did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1442105/+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 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2016-05-22 Thread Joan CiberSheep
** Also affects: network-manager
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu Phone: cellular data did not recover after losing coverage

Status in NetworkManager:
  New
Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Hi!

  Today I travelled in train and I lost my mobile signal. BUG: After
  have signal, the cellular data (3G) is not recovering. I have to enter
  in plane mode and exit from that mode for having 3G again.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1424791/+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 1296114] Re: [desktop] Bluetooth is always enabled after reboot even if it was disabled

2016-05-16 Thread Joan CiberSheep
I'm experiencing this bug in 16.04 (updated from 15.10) on a slimbook:
 CPU Intel® Core™ i5-5200U CPU @ 2.20GHz × 4
 
How?
Turn off bluetooth from indicator
Reboot
Indicator several times shows bluetooth is on

I don't know how to send a useful log.

Also in Ubuntu touch OTA10.1 happens getting out of flight mode or
reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-bluetooth in
Ubuntu.
https://bugs.launchpad.net/bugs/1296114

Title:
  [desktop] Bluetooth is always enabled after reboot even if it was
  disabled

Status in Bluetooth Menu:
  Invalid
Status in indicator-bluetooth package in Ubuntu:
  Invalid
Status in rfkill package in Ubuntu:
  Incomplete
Status in urfkill package in Ubuntu:
  Triaged

Bug description:
  If bluetooth was disabled using the switcher in the bluetooth
  indicator, after reboot it becomes enabled.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 22 22:34:52 2014
  InstallationDate: Installed on 2014-01-27 (54 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140124)
  SourcePackage: indicator-bluetooth
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.indicator-bluetooth.log: (bluetooth-wizard:2251): Gtk-DEBUG: 
Connecting to session manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1296114/+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 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-05-11 Thread Joan CiberSheep
Hi. Similar behaviour here.
I use bq E5 -> updated to OTA 10.1. GPS works perfect.
I have bq m10 that came with OTA9.5 and directly updated to 10.1. GPS seems not 
to work at all (no blinking location icon but I was unable to detect exact 
position).

I wanted to test if GPS was working with OTA 9.5 so I reset the tablet but it 
restarted with OTA10.1. Location icon, this time blinks:
- Switching off GPS in battery is not possible (GPS keeps restarting)
- Switching off GPS from notification panel turns it off but keeps blinking 
(off)

Deactivated all scopes that requires location, installed SensorsStatus.
- SensorsStatus give no GPS data
- SensorsStatus: Found supported backend

Some reboots.
Location icon stopped blinking.

"sudo ubuntu-location-serviced-cli --bus system --test" give no output.
Location icon in notifications panel keeps in on position but grey. It
is not possible to tap or turn off

¿Defective GPS?

I hope those logs helps
http://paste.ubuntu.com/16371046/
http://paste.ubuntu.com/16371257/

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in location-service package in Ubuntu:
  In Progress

Bug description:
  See http://makeagif.com/i/QlHXU7 for further details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+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 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-05-04 Thread Joan CiberSheep
** Also affects: telegram-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to content-hub in Ubuntu.
https://bugs.launchpad.net/bugs/1404302

Title:
  liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link
  liblttng-ust!

Status in Client Developer Experience:
  Fix Released
Status in platform-api:
  Invalid
Status in Telegram app:
  New
Status in content-hub package in Ubuntu:
  Invalid
Status in qtmir package in Ubuntu:
  Invalid
Status in ubuntu-app-launch package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Confined apps don't have access to this and continuously produce this
  error message in stderr:

  libust[31283/31285]: Error: Error opening shm /lttng-ust-wait-5 (in
  get_wait_shm() at lttng-ust-comm.c:958)

  
  This is printed to the application's log about once every other second and 
makes it hard to read the application's own debug output. For a better app 
developer experience this message should be silenced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1404302/+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 1571099] [NEW] [bq E5] [OTA10.1] Catalan layout differs from shift to normal

2016-04-15 Thread Joan CiberSheep
Public bug reported:

Holding dot key shows different options depending if shift key is on or
off (write layout should be the one that appears with caps off)

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "keyboard.jpg"
   
https://bugs.launchpad.net/bugs/1571099/+attachment/4637912/+files/keyboard.jpg

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

Title:
  [bq E5] [OTA10.1] Catalan layout differs from shift to normal

Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  Holding dot key shows different options depending if shift key is on
  or off (write layout should be the one that appears with caps off)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1571099/+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 1562783] Re: GPS stops without reason

2016-04-09 Thread Joan CiberSheep
*** This bug is a duplicate of bug 1557703 ***
https://bugs.launchpad.net/bugs/1557703

Good morning.
I have used uNav yesterday with OTA 10... And I got no blank screens ;)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1562783

Title:
  GPS stops without reason

Status in uNav:
  Invalid
Status in location-service package in Ubuntu:
  New

Bug description:
  Hello Marcos,

  yesterday I was using uNav and:

  1) Looked for an address, found a route. Started driving and after some 
indications, uNav just freezed in a location. No more response.
  2) Closed it, opened again (^__^) . Searched for the same location  and 
quickly continued the route indications (without searching the route again: 
good) but after sometime screen went blank (except for  zoom buttons on screen).

  3) Remembered that I didn't reboot the phone in a while. Reboot.
  Search for location,route, start driving. After some time blank screen
  again.

  4) Started logging, searached location, route... driving: blank screen (a 
couple more)
  http://paste.ubuntu.com/15527213/
  http://paste.ubuntu.com/15527312/

  5) Reboot phone, etc: blank screen
  http://paste.ubuntu.com/15529159/

  6) Put phone into flight mode (don't ask) went out again, search for 
location, route... driving: freeze in location
  http://paste.ubuntu.com/15529638/

  7) Closed uNav opened again: search for location: error: GPS Denied. Error 
reading GPS status. Please review device settings.
  (obviouly I did not turned off the GPS... :))

  ¿Es grave doctor?

To manage notifications about this bug go to:
https://bugs.launchpad.net/unav/+bug/1562783/+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 1557703] Re: facebook webapp "freezes" after open [OTA 9.1][bq E5]

2016-04-08 Thread Joan CiberSheep
Confirmed. With OTA 10 this problem is solved

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  facebook webapp "freezes" after open [OTA 9.1][bq E5]

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  After opening facebook webapp in Ubuntu Touch shows login screen (even
  with facebook set up in "online accounts" and freezes (no buttons
  work: nor refresh, fields, etc)

  Here's a log:
  http://paste.ubuntu.com/15392472/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1557703/+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 1562783] Re: GPS stops without reason

2016-03-29 Thread Joan CiberSheep
Hello again.
Today I did some tests as promised.
I updated to 0.57.

I couldn't manage to reproduce the situation were GPS is not updated but
I got 5 white screens in a route of 1,5 hours, witch didn't happen
before (with 0.54, 0.55)

Phone rebooted.
Search for a location (I'm in movement). Ask for route and uNav doesn't find 
route but points my exact location with no problem
http://paste.ubuntu.com/15549519/

Closed uNav and search again... no problem until: white screen
While GPS is bouncing
http://paste.ubuntu.com/15549611/
+ & - buttons vibrate on tap.
when tap on route icon, all icons stopped vibrating (screen is still white).

Closed and opened uNav
White screen while readjusting the route
All buttons vibrate on tap.
http://paste.ubuntu.com/15549702/

Closed and opened uNav
Crashed searching for gps signal. App just closed.

Closed and opened uNav.
White screen while screen rotates
All buttons vibrate on tap.
http://paste.ubuntu.com/15549733/

Closed and opened uNav. Blocked screen rotation
Blank in the middle of a sentence while searching for new route
All buttons vibrate on tap.
http://paste.ubuntu.com/15549808/

Closed uNav
http://paste.ubuntu.com/15549812/

I can't see a pattern. Is my device short of memory? It's 1GB Aquaris E5
HD, I had no other app opened but logviewer.

I hope this is of some help ;)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1562783

Title:
  GPS stops without reason

Status in uNav:
  Invalid
Status in location-service package in Ubuntu:
  New

Bug description:
  Hello Marcos,

  yesterday I was using uNav and:

  1) Looked for an address, found a route. Started driving and after some 
indications, uNav just freezed in a location. No more response.
  2) Closed it, opened again (^__^) . Searched for the same location  and 
quickly continued the route indications (without searching the route again: 
good) but after sometime screen went blank (except for  zoom buttons on screen).

  3) Remembered that I didn't reboot the phone in a while. Reboot.
  Search for location,route, start driving. After some time blank screen
  again.

  4) Started logging, searached location, route... driving: blank screen (a 
couple more)
  http://paste.ubuntu.com/15527213/
  http://paste.ubuntu.com/15527312/

  5) Reboot phone, etc: blank screen
  http://paste.ubuntu.com/15529159/

  6) Put phone into flight mode (don't ask) went out again, search for 
location, route... driving: freeze in location
  http://paste.ubuntu.com/15529638/

  7) Closed uNav opened again: search for location: error: GPS Denied. Error 
reading GPS status. Please review device settings.
  (obviouly I did not turned off the GPS... :))

  ¿Es grave doctor?

To manage notifications about this bug go to:
https://bugs.launchpad.net/unav/+bug/1562783/+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 1557703] [NEW] facebook webapp "freezes" after open [OTA 9.1][bq E5]

2016-03-15 Thread Joan CiberSheep
Public bug reported:

After opening facebook webapp in Ubuntu Touch shows login screen (even
with facebook set up in "online accounts" and freezes (no buttons work:
nor refresh, fields, etc)

Here's a log:
http://paste.ubuntu.com/15392472/

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  facebook webapp "freezes" after open [OTA 9.1][bq E5]

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After opening facebook webapp in Ubuntu Touch shows login screen (even
  with facebook set up in "online accounts" and freezes (no buttons
  work: nor refresh, fields, etc)

  Here's a log:
  http://paste.ubuntu.com/15392472/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1557703/+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 1397740] Re: Apt-get autoremove delete localized files for firefox

2014-12-02 Thread Joan CiberSheep
Ok. I just mark it as invalid. I was waiting for an Firefox update to see if I 
could repeat the scanario.
I have update it, upgrade and autoremove everything without a problem and 
without losing my language so: sorry for the noise.

** Changed in: apt (Ubuntu)
   Status: New = Incomplete

** Changed in: apt (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Apt-get autoremove delete localized files for firefox

Status in apt package in Ubuntu:
  Invalid

Bug description:
  Everytime I use apt-get install to install a package, alerts about some 
packages that are no longer needed. Use autoremove.
  When autoremove process finishes it has deleted localization files for 
Firefox (Catalan in my case).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-40.69-lowlatency 3.13.11.10
  Uname: Linux 3.13.0-40-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Sun Nov 30 23:28:29 2014
  InstallationDate: Installed on 2014-05-06 (208 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 LTS Trusty Tahr - Release amd64 
(20140416.3)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1397740/+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 1397740] Re: Apt-get autoremove delete localized files for firefox

2014-12-01 Thread Joan CiberSheep
Sorry if I posted in the wrong place. I don't know wich packages are affected.
It happened two me in several occasions and different computers with Ubuntu 
14.04 but not every time I run autoremove.

So, I can keep trying to repeat this behaviour and give more details to
find the source of it.

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

Title:
  Apt-get autoremove delete localized files for firefox

Status in apt package in Ubuntu:
  New

Bug description:
  Everytime I use apt-get install to install a package, alerts about some 
packages that are no longer needed. Use autoremove.
  When autoremove process finishes it has deleted localization files for 
Firefox (Catalan in my case).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-40.69-lowlatency 3.13.11.10
  Uname: Linux 3.13.0-40-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Sun Nov 30 23:28:29 2014
  InstallationDate: Installed on 2014-05-06 (208 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 LTS Trusty Tahr - Release amd64 
(20140416.3)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

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