[Bug 1471682] [NEW] HTML 5 template apps shows ubuntu-html5-launcher is obsolete

2015-07-06 Thread XiaoGuo, Liu
Public bug reported: I create an HTML 5 template app. when I build it for armhf click package, it complains that :-1: error: desktop_Exec_webapp_container (webhello): ubuntu-html5-app- launcher is obsoleted in 15.04 frameworks and higher. Please use 'webapp-container' instead and ensure your

[Bug 1471383] [NEW] Cannot deploy Ubuntu SDK HTML5 template application onto a phone

2015-07-04 Thread XiaoGuo, Liu
Public bug reported: I am now trying to use Ubuntu SDK to create a template HTML 5 app without any modification. When I deploy it onto a real phone, I get the following error. Attached please find the captured picture. Sdk-Launcher There has been a AppArmor denial for your application.

[Bug 1468195] [NEW] action_id() does not return the correct value

2015-06-24 Thread XiaoGuo, Liu
Public bug reported: I have tried to implement my Action class like. I got the correct action_id in the constructor. However, I did not get the value in activate(). According to the API description: /** \brief Get the action identifier for this activation request handler. Action

[Bug 1468603] [NEW] Adding ActivationQueryBase into the scope template to respond to button clicks

2015-06-24 Thread XiaoGuo, Liu
Public bug reported: Currently, in our scope template, there is no code touching the ActivationQueryBase, which is needed for responding the button/actions clicks. It is needed in the rating-input PreviewWidget as well. I would commend adding it into the template to make it more complete though

[Bug 1450493] Re: Phone reboots after scope run session

2015-06-23 Thread XiaoGuo, Liu
I can reproduce the problem almost 100 percent in the latest SDK release. Please help to fix it. Thanks! ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1467886] [NEW] expandable widget cannot collapse widgets to the number defined by collapsed-widgets

2015-06-23 Thread XiaoGuo, Liu
Public bug reported: https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04/previewwidgets/ I tried to used the example code shown in the above link: PreviewWidget expandable(exp, expandable); expandable.add_attribute_value(title, Variant(This is an expandable widget));

[Bug 1465539] [NEW] Is it OK to change the app layout to vertical?

2015-06-16 Thread XiaoGuo, Liu
Public bug reported: I just upgraded my Android phone to 5.0. Attached please the captured picture. The running apps on android are displayed in a vertical structure, which seems to me more reasonable since I can see some of the content of the apps without opening them. For example, if an SMS

[Bug 1460895] Re: Alarm API is not working on vivid

2015-06-12 Thread XiaoGuo, Liu
even calendar is added, it does not work at all for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1460895 Title: Alarm API is not working on vivid To manage notifications about this bug go

[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread XiaoGuo, Liu
** Description changed: The new scope template cannot be compiled under 14.10 armhf kit. The old template worked. + To reproduce the problem: + + - Create a template scope and select 14.10 as the framework + - Compile the scope and deploy it onto the phone with 15.04 phone which has the

[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread XiaoGuo, Liu
** Description changed: The new scope template cannot be compiled under 14.10 armhf kit. The old template worked. To reproduce the problem: - Create a template scope and select 14.10 as the framework - Compile the scope and deploy it onto the phone with 15.04 phone which has the

[Bug 1464108] [NEW] The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread XiaoGuo, Liu
Public bug reported: The new scope template cannot be compiled under 14.10 armhf kit. The old template worked. 13:58:36: Running steps for project scopetest2... 13:58:36: Starting: /home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make make: *** No targets specified and no makefile found.

[Bug 1407916] Re: Cannot delete the Kits in the Build and Run

2015-06-10 Thread XiaoGuo, Liu
See the new captured picture ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Invalid = Confirmed ** Description changed: Attached please find the captured picture. Select Tools/Build Run/Kits Then, select the kit to delete. Click Apply and OK Exit the Qt

[Bug 1460895] [NEW] Alarm API is not working on vivid

2015-06-01 Thread XiaoGuo, Liu
Public bug reported: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Alarm/ Test code: bzr branch lp:~liu-xiao-guo/debiantrial/alarm The test image: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 208 device name: mako channel:

[Bug 1460897] [NEW] Captions API sample code is not working on vivid

2015-06-01 Thread XiaoGuo, Liu
Public bug reported: The original sample code at: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Captions/ is not working. The correct one: import QtQuick 2.4 import Ubuntu.Components 1.2 import QtQuick.Layouts 1.1 // THIS SHOULD BE ADDED /*! \brief MainView with

[Bug 1459537] [NEW] Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

2015-05-28 Thread XiaoGuo, Liu
Public bug reported: The current SDK allows underscore _ to be part of the project's name. When I try to deploy it onto my phone, it gives me the following error: :-1: error: lint_package_filename_arch_match: '0.1' != 'all' from DEBIAN/control :-1: error: lint_package_filename_version_match:

[Bug 1459537] Re: Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

2015-05-28 Thread XiaoGuo, Liu
Attached please find the captured picture for it. ** Attachment added: Workspace 1_754.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1459537/+attachment/4405939/+files/Workspace%201_754.png -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1459178] [NEW] Connectivity module on the vivid desktop is missing

2015-05-27 Thread XiaoGuo, Liu
Public bug reported: Previously, I could use the Connectivity module on the Utopic desktop without any problems. However, I cannot find it any more after I have upgraded to 15.04. Meanwhile, I cannot find any API doc for the Connectivity API, which was there long time ago. A separate bug report

[Bug 1458419] Re: QML Window API crashes the system

2015-05-26 Thread XiaoGuo, Liu
I have a sample code here at: bzr branch lp:~liu-xiao-guo/debiantrial/SplashScreenQt I wanted to show a splash screen using the Window. But it does not show me the Splash screen. At one time, it did crash my phone. According to the spec, it can show a top-level Window, I can see it on Desktop,

[Bug 1458419] [NEW] QML Window API crashes the system

2015-05-24 Thread XiaoGuo, Liu
Public bug reported: When I tried to use the following API: http://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtQuick.Window.Window/ My phone crashes: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 208 device name: mako channel: ubuntu-touch/devel-proposed/ubuntu last

[Bug 1457361] Re: Clipboard clear method crashes and Pushing data straight to clipboard is not working

2015-05-21 Thread XiaoGuo, Liu
** Description changed: - I tried to call the Clipboard.clear() method, and it crashes my application for 100% sure. - I tried the 2. Pushing data straight to clipboard method on page: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/ it does not

[Bug 1457361] [NEW] Clipboard clear method crashes and Pushing data straight to clipboard is not working

2015-05-21 Thread XiaoGuo, Liu
Public bug reported: - I tried to call the Clipboard.clear() method, and it crashes my application for 100% sure. - I tried the 2. Pushing data straight to clipboard method on page: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/ it does not work at all. The

[Bug 1457272] [NEW] useDeprecatedToolbar is a non-existent property in Ubuntu.Component 1.2

2015-05-20 Thread XiaoGuo, Liu
Public bug reported: Our current template still has the property in MainView: // Removes the old toolbar and enables new features of the new header. useDeprecatedToolbar: false This works in Utopic (Ubuntu.Components 1.1). I think it is good to generate different templates based on the

[Bug 1456845] [NEW] Qt 5 doc is not installed in the SDK installation

2015-05-19 Thread XiaoGuo, Liu
Public bug reported: After install our SDK according to the instruction in our developer website: https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/ The Qt 5 doc is not installed. We have to use the following command to install it manually. sudo apt-get install qt5-doc Can

[Bug 1231558] Re: qmlscene prevents using default command line arguments after the .qml filename

2015-05-18 Thread XiaoGuo, Liu
I found that if I ran a command like this: liuxg@liuxg:~/Qt/Examples/Qt-5.4/quick/customitems/painteditem$ qmlscene textballoon.qml The qmlscene does not take the QML file name, instead it prompts me to select a file from a FileDialog to choose a file to run. It is a little bit confusing. --

[Bug 1364872] Re: The gdbserver is not available on the device image

2015-05-13 Thread XiaoGuo, Liu
Debugging on Desktop (15.04) and on emulator (14.04) crashes. Attached please find the captured picture.? ** Attachment added: Workspace 1_709.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1364872/+attachment/4397018/+files/Workspace%201_709.png -- You received this

[Bug 1449368] Re: Invalid framework ubuntu-sdk-15.04

2015-05-07 Thread XiaoGuo, Liu
Hi, I just tried to update my system, and the problem did not happen any more. I am not sure whether it is already there in the release for vivid. Thanks best regards, xiaoguo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1411130] Re: Cannot compile my scope after doing localization work

2015-05-07 Thread XiaoGuo, Liu
This bug can be closed. after installing a bug fix, this problem does not happen any more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411130 Title: Cannot compile my scope after doing

Re: [Bug 1449368] Re: Invalid framework ubuntu-sdk-15.04

2015-05-07 Thread XiaoGuo, Liu
this bug go to: https://bugs.launchpad.net/ubuntu/+source/click-reviewers-tools/+bug/1449368/+subscriptions -- XiaoGuo, Liu (刘晓国) Mobile: +86-13911181302 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1449368] Re: Invalid framework ubuntu-sdk-15.04

2015-05-05 Thread XiaoGuo, Liu
I think it is important to make it available to vivid as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449368 Title: Invalid framework ubuntu-sdk-15.04 To manage notifications about this bug

[Bug 1381861] Re: Help file is missing in the Qt creator

2015-05-04 Thread XiaoGuo, Liu
I am not sure whether qt5-doc has been installed by default or not. I could not find the help. However, I have tried to install it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1381861 Title: Help

[Bug 1451325] [NEW] Missing PDF reader support libs on Ubuntu phone system image

2015-05-03 Thread XiaoGuo, Liu
Public bug reported: Currently, a developer is developing a PDF reader application on Ubuntu touch platform. However, the supported libraries like: libpoppler-dev - PDF rendering library -- development files is missing on our platform. A developer has to do a lot of things to make it happen on

[Bug 1364872] Re: The gdbserver is not available on the device image

2015-05-03 Thread XiaoGuo, Liu
Some days ago, I tried to install the gdbserver, however, we still could not debug the scope in SDK. I think there could be some problem with the gdb debugging. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1449368] [NEW] Invalid framework ubuntu-sdk-15.04

2015-04-27 Thread XiaoGuo, Liu
Public bug reported: Today, I just flashed my nexus phone software to the most updated 15.04: phablet@ubuntu-phablet:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 15.04 Release:15.04 Codename: vivid phablet@ubuntu-phablet:~$

[Bug 1446062] Re: Cannot deploy onto devices if translations directory is not present

2015-04-20 Thread XiaoGuo, Liu
Could it be released as soon as possible? I am now totally blocked by the tool. Without the tool, I cannot do my development. thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446062 Title:

[Bug 1446062] [NEW] Cannot deploy my application onto my nexus 4 device

2015-04-20 Thread XiaoGuo, Liu
Public bug reported: liuxg@liuxg:~$ dpkg-query -W qtcreator qtcreator 3.1.1-0ubuntu7~0utopic1 phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 18 device name: mako channel: ubuntu-touch/ubuntu-rtm/14.09 last update: 2015-04-20 14:21:30 version version: 18 version

[Bug 1443308] [NEW] Cannot compile scope once .pot file is missing in the project

2015-04-13 Thread XiaoGuo, Liu
Public bug reported: This problem happened to me long time ago, and it happened to the students quite a number of times. Once a scope template is created. Somehow if the .pot file in the project is removed by cleaning or some ways, the project will not be successfully compiled. Steps to

[Bug 1443308] Re: Cannot compile scope once .pot file is missing in the project

2015-04-13 Thread XiaoGuo, Liu
** Attachment added: Workspace 1_612.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1443308/+attachment/4373682/+files/Workspace%201_612.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1443308] Re: Cannot compile scope once .pot file is missing in the project

2015-04-13 Thread XiaoGuo, Liu
See the attached picture. ** Attachment added: Workspace 1_612.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1443308/+attachment/4373683/+files/Workspace%201_612.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1443316] [NEW] Support for multi-touch is missing in the emulator

2015-04-13 Thread XiaoGuo, Liu
Public bug reported: Some developers do not have a the phone to test their app. Multi-touch support is currently missing in the emulator. If possible, could we have this feature for the developers? Thanks best regards, XiaoGuo ** Affects: goget-ubuntu-touch (Ubuntu) Importance: Undecided

[Bug 1443313] [NEW] Audio cannot be played in the emulator

2015-04-13 Thread XiaoGuo, Liu
Public bug reported: I have a sample application at: bzr branch lp:~liu-xiao-guo/debiantrial/bubblekid The application plays some background music using the following code: SoundEffect { id: bubblepop source: sounds/bubblepop.wav volume: 1.0

[Bug 1436767] Re: No error output if item is used for the Page assignment

2015-03-30 Thread XiaoGuo, Liu
yes, I currently get it working by defining it like: ExternalPage.qml Page { Label { anchors.centerIn: parent text: i18n.tr(This is the external page) } } If it is defined to be like: ExternalPage.qml import QtQuick 2.0 import Ubuntu.Components 1.1 Item {

[Bug 1436767] [NEW] No error output if item is used for the Page assignment

2015-03-26 Thread XiaoGuo, Liu
Public bug reported: I have a sample QML application at: https://gitcafe.com/ubuntu/TabApp2.git You may use the command: git clone https://gitcafe.com/ubuntu/TabApp2.git to get the code. In the ExternalPage.qml, import QtQuick 2.0 import Ubuntu.Components 1.1 Item { anchors.fill: parent

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2015-03-26 Thread XiaoGuo, Liu
Now the gdbserver is already there in the phone, however, the on-device debugging is still not working. Could you please help to resolve it? Thanks best regards, XiaoGuo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1417429] Re: back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-03-17 Thread XiaoGuo, Liu
** Description changed: We have already createtd a RTM (14.10) image for the developers contest in China. Due to some limitation of the Sina weibo API, it wrongly returns the message type (text/plain) which is incorrect for json content. Mardy has fixed the issue, and it is finally

[Bug 1417429] Re: back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-03-12 Thread XiaoGuo, Liu
** Description changed: - We have already createtd a rmt (14.10) image for the developers contest + We have already createtd a RTM (14.10) image for the developers contest in China. Due to some limitation of the Sina weibo API, it wrongly returns the message type (text/plain) which is

[Bug 1427649] Re: online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
** Tags added: univ-train -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427649 Title: online account does not work for HTML 5 applications To manage notifications about this bug go to:

[Bug 1427649] Re: online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
Hi Alex, I am now trying to develop a China specific example code using the online account API in html 5. I am now using a 15.04 image phone to do the testing. I am now using my weibo scope, which can help to create the needed online account on the phone bzr branch

[Bug 1427649] [NEW] online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
Public bug reported: I just tried online account API for HTML 5 applications, but I found that it did not work at all. Best regards, XiaoGuo ** Affects: unity-webapps-qml (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 1426315] [NEW] Found unusual policy group

2015-02-27 Thread XiaoGuo, Liu
Public bug reported: When I deploy my app to the phone from Qt creator, Qt creator pops me: Found some build errors in current task. Do you want to ignore them? If I choose Yes, it can run well. However, I found the following error in the Qt creator: :-1: error: security_policy_groups_webapp

[Bug 1426315] Re: Found unusual policy group

2015-02-27 Thread XiaoGuo, Liu
This is another picture ** Attachment added: Workspace 1_450.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1426315/+attachment/4329274/+files/Workspace%201_450.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1392928] Re: Cannot find the installed scope after installing a scope into the emulator

2015-02-11 Thread XiaoGuo, Liu
This problem is not happening. it can be closed! thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392928 Title: Cannot find the installed scope after installing a scope into the emulator

[Bug 1407544] Re: anchors does not pop up for Ubuntu specific controls

2015-02-11 Thread XiaoGuo, Liu
Hi Zsombor, The problem still exists on my Qt creator. I have been using the most updated SDK. This is consistent all the time for me. For non-Ubuntu specific controls, we can see the anchor there without any problems. ** Attachment added: Workspace 1_437.png

[Bug 1392928] Re: Cannot find the installed scope after installing a scope into the emulator

2015-02-11 Thread XiaoGuo, Liu
** Changed in: unity-scopes-shell (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392928 Title: Cannot find the installed scope after installing a scope

[Bug 1418379] [NEW] Cannot delete an emulator if the chroot has been deleted!

2015-02-04 Thread XiaoGuo, Liu
Public bug reported: I cannot delete the installed emulator if the chroot has been deleted already. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Status: New ** Attachment added: Workspace 1_419.png

Re: [Bug 1396919] Re: unity8 display blank in emulator when virtualization disabled

2015-02-03 Thread XiaoGuo, Liu
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 -- XiaoGuo, Liu (刘晓国) Mobile: +86-13911181302 -- You received this bug notification because

[Bug 1417429] [NEW] back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-02-03 Thread XiaoGuo, Liu
Public bug reported: We have already createtd a rmt (14.10) image for the developers contest in China. Due to some limitation of the Sina weibo API, it wrongly returns the message type (text/plain) which is incorrect for json content. Mardy has fixed the issue, and it is finally landed to vivid.

[Bug 1402135] Re: Adding function in unity scope tool to fine tune the scope template

2015-01-26 Thread XiaoGuo, Liu
Could you please let me know when we can get the tool? it is a very useful tool! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1402135 Title: Adding function in unity scope tool to fine tune the

[Bug 1411130] Re: Cannot compile my scope after doing localization work

2015-01-15 Thread XiaoGuo, Liu
Should we file a bug against intltool? How to localize the application name? thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411130 Title: Cannot compile my scope after doing localization

[Bug 1411130] [NEW] Cannot compile my scope after doing localization work

2015-01-14 Thread XiaoGuo, Liu
Public bug reported: I have a scope at the following location: bzr branch lp:~liu-xiao-guo/debiantrial/mailcheckbad To reproduce the problem: 1) First, import my scope to SDK 2) Run it on desktop, it will generate the .pot file in po directory 3) Copy .pot to a Chinese localization file

[Bug 1393560] Re: ubuntu-device-flash --list-channels doesn't work

2015-01-07 Thread XiaoGuo, Liu
Hi Alan, thanks for telling me that. it works greatly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393560 Title: ubuntu-device-flash --list-channels doesn't work To manage notifications about

[Bug 1407908] [NEW] Cannot delete the chroots under the Kits

2015-01-06 Thread XiaoGuo, Liu
Public bug reported: Please see the captured picture. After I delete the chroots, then exit the Qt creator. Relaunch the qt creator, the chroots are still there under the Kits. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Status: New ** Attachment added:

[Bug 1407916] [NEW] Cannot delete the Kits in the Build and Run

2015-01-06 Thread XiaoGuo, Liu
Public bug reported: Attached please find the captured picture. Select Tools/Build Run/Kits Then, select the kit to delete. Click Apply and OK Exit the Qt creator. Relaunch the qt creator. The deleted kit re-appear again. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance:

[Bug 1407908] Re: Cannot delete the chroots under the Kits

2015-01-06 Thread XiaoGuo, Liu
How can I remove the UbuntuSDK for i386 (GCC ubuntu-sdk-14.10-utopic) as shown in the attached picture. I have two 14.10 i386 kits in my SDK installation. ** Attachment added: App with Simple UI (QMake)_285.png

[Bug 1407544] Re: anchors does not pop up for Ubuntu specific controls

2015-01-04 Thread XiaoGuo, Liu
This another picture for it. ** Attachment added: Workspace 1_281.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1407544/+attachment/4292180/+files/Workspace%201_281.png ** Tags added: univ-train -- You received this bug notification because you are a member of

[Bug 1407544] [NEW] anchors does not pop up for Ubuntu specific controls

2015-01-04 Thread XiaoGuo, Liu
Public bug reported: I think this is a common issue for almost all of the Ubuntu specific controls. For normal control like Text, once anch is typed, the anchors is prompted for choosing. However for Ubuntu specific controls like Page, Button etc., they all do not show up. It is hard to remember

[Bug 1404824] [NEW] There is no way to uninstall a scope on ubuntu phone

2014-12-22 Thread XiaoGuo, Liu
Public bug reported: Currently, I only know that click unregister may help to remove an installed scope. May I know how I can remove an installed scope on the phone if a user does not like to have it in the phone? ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New --

[Bug 1404781] [NEW] Cannot type space in the scope name field

2014-12-21 Thread XiaoGuo, Liu
Public bug reported: In the SDK wizard, I cannot input space to separate the my words in the scope name field. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Status: New ** Attachment added: Unity Scope_248.png

[Bug 1404781] Re: Cannot type space in the scope name field

2014-12-21 Thread XiaoGuo, Liu
The package name can be concatenated using _ if the scope name has space in it. I do not think it is a problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404781 Title: Cannot type space in

[Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-16 Thread XiaoGuo, Liu
May I know roughly when this fix will go to the next RTM release? We are currently depending on this fix to make an image. Hopefully, it could be released soon. We will do more testing on it. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1401777] Re: Cannot delete a chroot in ubuntu SDK

2014-12-15 Thread XiaoGuo, Liu
During the installation, I found that the network was very slow, and it might take hours to finish. I terminated by clicking the x button, then it seemed not working. I forcefully terminated it by using xkill. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1355618] Re: Adding localization support in the template application

2014-12-15 Thread XiaoGuo, Liu
I have always been using the following one: http://developer.ubuntu.com/start/ubuntu-sdk/installing-the-sdk/ to install my SDK. Inside the page: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa I think this is the right SDK PPA, right? -- You received this bug notification because you are a

Re: [Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-15 Thread XiaoGuo, Liu
actually running in the background, just that unity8 is unable to find it. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394208/+subscriptions -- XiaoGuo, Liu (刘晓国) Mobile: +86-13911181302 -- You received this bug

[Bug 1402135] Re: Adding function in unity scope tool to fine tune the scope template

2014-12-14 Thread XiaoGuo, Liu
Could you please share me the link for the test suite? I think it is interesting to know it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1402135 Title: Adding function in unity scope tool to fine

[Bug 1402484] [NEW] A typo in the scope template readme file

2014-12-14 Thread XiaoGuo, Liu
Public bug reported: * Copy the .pot file from the po directory and rename it to e.g. zh_CH.po. * Enter the language code in Language:. * Enter the UTF-8 as the Content-Type:. * Enter the translations in the msgstr tags. The correct language for mainland China is zh_CN instead of zh_CH. For

[Bug 1355618] Re: Adding localization support in the template application

2014-12-12 Thread XiaoGuo, Liu
May I know whether this was released to Utopic? Thanks! I think it is good to back-ported to Utopic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355618 Title: Adding localization support in the

[Bug 1402135] [NEW] Adding function in unity scope tool to fine tune the scope template

2014-12-12 Thread XiaoGuo, Liu
Public bug reported: Currently, unity scope tool is a good unity for developing scopes on desktop. I am thinking to add one more function to make it more useful to the developers. A graphic tool can be helpful to the design what you see is what you get. Currently, a developer can tweak the

[Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-11 Thread XiaoGuo, Liu
We are currently blocked by this bug, and we are trying to make a customized live USB for the university training program. Hopefully, this bug can be fixed quickly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-12-11 Thread XiaoGuo, Liu
I think this was fixed in the latest chroot release. I have tried rtm and rtm-proposed channels. They are fixed already! thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390919 Title: Scope

[Bug 1401769] Re: Cannot run scope onto emulator or a phone

2014-12-11 Thread XiaoGuo, Liu
This is another picture for it.?field.comment=This is another picture for it. ** Attachment added: Workspace 1_234.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1401769/+attachment/4279222/+files/Workspace%201_234.png -- You received this bug notification

[Bug 1401769] [NEW] Cannot run scope onto emulator or a phone

2014-12-11 Thread XiaoGuo, Liu
Public bug reported: There is no fixed pattern for it, but it can be easily duplicated. I have tested it using the following emulator and device: Emulator: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 134 device name: generic_x86 channel:

[Bug 1401777] [NEW] Cannot delete a chroot in ubuntu SDK

2014-12-11 Thread XiaoGuo, Liu
Public bug reported: I clicked the remove button to remove the chroot, however, it was not successful. I stopped the previous installation halfway due to the extreme slow installation. After i rebooted, I tried to remove it. I got the following error: grep: invalid option -- 't' Usage: grep

[Bug 1374481] Re: [TOPBLOCKER] Nearby and News scope do not load on reboot

2014-12-10 Thread XiaoGuo, Liu
Could this bug be fixed for utopic as well? On Utopic desktop, I cannot get the location information, while it is true for the vivid. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374481

[Bug 1381010] Re: Cannot get Chinese string in the scope setting

2014-12-10 Thread XiaoGuo, Liu
Can this fix be backported to Utopic platform? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1381010 Title: Cannot get Chinese string in the scope setting To manage notifications about this bug go

Re: [Bug 1397801] Re: Emulator shows black screen after booting up

2014-12-08 Thread XiaoGuo, Liu
ubuntu: 20141124 version device: 20141119 phablet@ubuntu-phablet:~$ Attached please find the screenshots To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1397801/+subscriptions -- XiaoGuo, Liu (刘晓国) Mobile: +86-13911181302

[Bug 1397801] Re: Emulator shows black screen after booting up

2014-12-08 Thread XiaoGuo, Liu
** Changed in: goget-ubuntu-touch (Ubuntu) Assignee: XiaoGuo, Liu (liu-xiao-guo) = (unassigned) ** Changed in: goget-ubuntu-touch (Ubuntu) Status: Invalid = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1397801] Re: Emulator shows black screen after booting up

2014-12-03 Thread XiaoGuo, Liu
Today, I tried 4 more USB sticks, and the problem did not appear. It used to happen on one USB stick, and it was consistent. We may change it to invalid. ** Changed in: goget-ubuntu-touch (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member

[Bug 1396919] Re: unity8 display blank in emulator when virtualization disabled

2014-12-03 Thread XiaoGuo, Liu
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396919 Title: unity8

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2014-12-02 Thread XiaoGuo, Liu
-ubuntu (Ubuntu) Assignee: XiaoGuo, Liu (liu-xiao-guo) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397998 Title: Cannot do on-device debugging due to missing gdbserver To manage

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2014-12-02 Thread XiaoGuo, Liu
** Attachment added: Workspace 1_223.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1397998/+attachment/4272835/+files/Workspace%201_223.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2014-12-02 Thread XiaoGuo, Liu
** Attachment added: Workspace 1_222.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1397998/+attachment/4272837/+files/Workspace%201_222.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2014-12-02 Thread XiaoGuo, Liu
** Attachment added: Workspace 1_223.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1397998/+attachment/4272836/+files/Workspace%201_223.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1393560] Re: ubuntu-device-flash --list-channels doesn't work

2014-12-02 Thread XiaoGuo, Liu
Can someone fix this? this is a very annoying bug, and I cannot know what channels are there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393560 Title: ubuntu-device-flash --list-channels

[Bug 1397998] [NEW] Cannot do on-device debugging due to missing gdbserver

2014-12-01 Thread XiaoGuo, Liu
Public bug reported: I cannot debug a scope on-device. The error shows that gdbserver was not found in the PATH. Sdk-Launcher GDB Port10001 Sdk-Launcher Launcher PID: 23407 Sdk-Launcher Uninstalling already installed package (--force-install) Sdk-Launcher Installing application .

[Bug 1398003] [NEW] Cannot run scope any more after launching it in debug mode

2014-12-01 Thread XiaoGuo, Liu
Public bug reported: I cannot launch my scope any more after I press F5 to debug once. There is some leftover in the following directory on the device: phablet@ubuntu-phablet:~/.local/share/unity-scopes/leaf-net/com.ubuntu.developer.liu-xiao-guo.dianping$ ls -al total 20 drwxrwxr-x 4 phablet

[Bug 1398003] Re: Cannot run scope any more after launching it in debug mode

2014-12-01 Thread XiaoGuo, Liu
** Tags added: univ-train -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398003 Title: Cannot run scope any more after launching it in debug mode To manage notifications about this bug go to:

[Bug 1397998] Re: Cannot do on-device debugging due to missing gdbserver

2014-12-01 Thread XiaoGuo, Liu
** Tags added: univ-train -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397998 Title: Cannot do on-device debugging due to missing gdbserver To manage notifications about this bug go to:

[Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-12-01 Thread XiaoGuo, Liu
I just tested it on the LTS 14.04, the libs are not there. I think it is still a bug for the 14.04 though it is not meant for the dev training. ** Description changed: Some libs are missing in the chroot, and the scope cannot be running for emulator (devel i386). Attached please find the

[Bug 1397801] [NEW] Emulator shows black screen after booting up

2014-11-30 Thread XiaoGuo, Liu
Public bug reported: After emulator is booted up and it is logged in, it shows black screen in the middle. However, the status panel is still visible, and the launch can be seen as well. This problem happened on my desktop (later on somehow it worked). Now, I am testing it on my live USB, and it

[Bug 1394434] Re: Only display the relevant frameworks in the SDK

2014-11-26 Thread XiaoGuo, Liu
According to the results, some of them did show deprecated -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394434 Title: Only display the relevant frameworks in the SDK To manage notifications

[Bug 1396406] Re: App runs onto the wrong target when emulator is running and phone is connected

2014-11-25 Thread XiaoGuo, Liu
This is another captured pic. ** Attachment added: 工作区_002.png https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1396406/+attachment/4268552/+files/%E5%B7%A5%E4%BD%9C%E5%8C%BA_002.png -- You received this bug notification because you are a member of Ubuntu Bugs, which

<    1   2   3   >