It was great to see that it was fixed :) Thanks for your work.
--
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/1561861
Title:
ListItemLayout documentation: Ubuntu
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561861
Title:
UbuntuColors.Orange should
Public bug reported:
on the link
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ListItems.Divider/,
the version for the ListItems is:
import Ubuntu.Components.ListItems 1.0
When using together with Ubuntu.Components 1.3, it complains:
file:///usr/lib/arm-linux-
gnueabih
Public bug reported:
After flashing the convergence software for Nexus 4:
https://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu-pd/mako/
I connect Bluetooth mouse and keyboard, and everything works fine.
- connect to a DELL monitor, it enters to the desktop mode
- disconnect it to the
Public bug reported:
The torch API is not working.
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtMultimedia.Torch/
bzr branch lp:~liu-xiao-guo/debiantrial/torch
** Affects: qtmultimedia-opensource-src-touch (Ubuntu)
Importance: Undecided
Status: New
--
You received this
Public bug reported:
I just tried the metaData property in the Audio API at:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/QtMultimedia.Audio/#metaData
.albumTitle-prop
All of the properties for the metaData returns "undefined":
qml: The properties of metaData is:
qml: objectName: objec
Public bug reported:
Today, I just implemented a sample code for testing playlist API. My
sample code is at: https://github.com/liu-xiao-guo/playlist
I am trying to do a same example as the one at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/QtMultimedia.Playlist/.
I got it running on my
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles.ActionBarStyle/
on the above link, it says:
Import Statement: import Ubuntu.Components.Styles .
it does not specify any of the package version number. I think this bug
applies to the rest o
Then it is a bug against the documentation of the API. We need to
correct the example code on the page. It is confusing to the developers.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded
Hi,
I have a test code at https://github.com/liu-xiao-guo/testubuntucolor.
If I run the app, I end up with the error like:
qrc:///Main.qml:32:26: Unable to assign [undefined] to QColor
line 32 is exactly:
title.color: UbuntuColors.Orange
Have you tried to run the code?
--
You rec
Public bug reported:
Currently, all of the available Ubuntu.Components.Styles elements are
listed at:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles/
This is not a complete list. There is a more complete list at the
source tree:
http://bazaar.launchpad.net/~ubun
** Description changed:
I just copied the code snippet at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
I get the error like http://paste.ubuntu.com/16123241/
QML debugging is enabled. Only use this in a safe environment.
qml: Page_QMLTYPE_17(0x
Public bug reported:
I just copied the code snippet at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
I get the error like http://paste.ubuntu.com/16123241/
QML debugging is enabled. Only use this in a safe environment.
qml: Page_QMLTYPE_17(0xa86bd0)"test pag
Public bug reported:
On the page:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ToolbarButton/,
in the code snippet:
import QtQuick 2.4
import Ubuntu.Components 1.3
MainView {
width: units.gu(50)
height: units.gu(80)
Action {
id: action1
text:
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Themes.PaletteValues/
on the page, the version of the package is not specified, and this seems
a common issue for a lot of other APIs. We need to review all of the API
documents on the developer website.
Is there any update on the bug report? I just want to know whether this
is a bug or we need to take care of setting the flag to true.
--
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.la
Public bug reported:
I am now trying to following the OSK at the link
https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
UI looks different from the one shown on the link.
When anchorToKeyboard: true, I cannot
Public bug reported:
I just compared the two API documents:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/
it uses the code:
ViewItems.onDragUpdated: {
if (event.direction == ListItemDrag.Dropped) {
// this is the last event, so drop the i
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/
ViewItems.onDragUpdated: {
if (event.status == ListViewDrag.Started) {
if (event.from < 5) {
// deny dragging on the first 5 element
event.
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/
The code:
ListItemLayout {
id: layout
title.text: "Hello..."
title.color: UbuntuColors.Orange
subtitle.text: "...world!"
Rectangle {
Public bug reported:
I copied the code snippet at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Captions/,
and I made an example at https://github.com/liu-xiao-guo/captions
If the code is like:
Captions {
title.text: "Caption1"
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.InverseMouseArea/
on the above link, the following code:
import QtQuick 2.4
import Ubuntu.Components 1.2
Item {
width: 640
height: 480
Button {
id: button
text: "Press me"
inablet@ubuntu-phablet:~$ apt-cache policy
qtdeclarative5-ubuntu-ui-toolkit-plug
qtdeclarative5-ubuntu-ui-toolkit-plugin:
Installed: 1.3.1795+15.04.20160106-0ubuntu1
Candidate: 1.3.1795+15.04.20160106-0ubuntu1
Version table:
*** 1.3.1795+15.04.20160106-0ubuntu1 0
100 /var/lib/dpkg/
It would be good to highlight those in the API document. Otherwise, a
developer never knows. It would be good to add something like "
since
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
htt
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.PickerPanel/
on the page, I just copied the code and made one example for it:
import QtQuick 2.4
import Ubuntu.Components 1.3
/*!
\brief MainView with a Label and Button elements.
*/
MainView {
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/
on the page, when I copy the code snippet and make an example for it:
import QtQuick 2.4
import Ubuntu.Components 1.3
/*!
\brief MainView with a Label and Button elements.
*/
MainVi
This problem happens to a lot of other API documents. We need to review
all of them.
--
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/1557259
Title:
typo in the pr
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ThemeSettings/
on the page, the code has a little problem. The default theme is:
Ubuntu.Components.Themes.Ambiance
There is no chance to change the them at all according to the code. I
have modified the
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/
on the page:
defaultcontentItem : Item
The contentItem of the ScrollView. This is set by the user. Note that the
definition of contentItem is somewhat different to that of a Flickable, where
Public bug reported:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Header/
on the link, the sample code:
import QtQuick 2.4
import Ubuntu.Components 1.3
Item {
width: units.gu(50)
height: units.gu(70)
header: Header {
width: parent.width
heig
If I change it to qrc://images/icon2.jpg, I will have the follow errors:
QML debugging is enabled. Only use this in a safe environment.
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/OptionSelectorDelegate.qml:297:9:
QML QQuickImage: Request for opening non-local file qrc://images/icon2.jpg
Public bug reported:
I have developed a sample code at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.OptionSelector/.
My example code is at:
https://github.com/liu-xiao-guo/optionselector
The following part of the code has problems:
Component {
** Description changed:
at the page:
https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/
$ ubuntu-sdk
The above command does not exist any more in the latest SDK
installation.
The correct one should be:
$ ubuntu-sdk-ide
+
+ It could be good to point h
But the same code on desktop has the output.
--
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/1477363
Title:
onDestruction is never called in the QML component
St
This needs to be fixed
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1477363
Title:
onD
Is there any update on this? has it been fixed? on MX4, I got null
pointer. How can I get the location info using C++?
source = QGeoSatelliteInfoSource::createDefaultSource(this);
source is null.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, wh
Public bug reported:
When the automaticOrientation is set to false, my app still rotates when
my app rotates. It does not take any effect.
MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: "mainView"
// Note! applicationName needs to match the "name
Public bug reported:
I created a very simple MainView app, and I got an action in the
MainView. The actions do not show up:
import QtQuick 2.0
import Ubuntu.Components 1.1
/*!
\brief MainView with a Label and Button elements.
*/
MainView {
// objectName for functional testing purposes (
Can you take a look at the code I showed above? it is in the mainview.
Please find the code at:
bzr branch lp:~liu-xiao-guo/debiantrial/ondestruction
On the setting page, it is used as an example for saving the state. If I
understand correctly, it should be called like "Component.onCompleted"
eve
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1458419
Title:
QML Window API crashes the
Public bug reported:
I have created a very simple application, and I want to capture the
onDestruction event. However, it is never called on a phone, but it is
called on the desktop. On the page,
http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
it is used to save the
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 id
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"));
expandable.add_at
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 come
even calendar is added, it does not work at all for now.
--
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/1460895
Title:
Alarm API is not working on vivid
Status
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
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: ubuntu-touch/devel-propos
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
Touc
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: 'q
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, b
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 upda
** 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 no
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 m
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.
--
Yo
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
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 o
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
Touch seeded packages, which is subscribed to ubuntu-touch-meta
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 {
anchors
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
** 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 landed
** 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 incorr
** Tags added: univ-train
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-webapps-qml in
Ubuntu.
https://bugs.launchpad.net/bugs/1427649
Title:
online account does not work for HTML 5 applications
Status in unity-web
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 lp:~liu-xiao-guo/debiantrial/w
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
** Changed in: unity-scopes-shell (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1392928
Title:
Cannot find the in
This problem is not happening. it can be closed! thanks!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1392928
Title:
Cannot find the installed scope after ins
; 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:/
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.
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
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1402135
Title:
Adding function in unity scop
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
--
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
Touch seeded packages, w
arted fine but the dash looked like it
> failed to start (see the attached pic). After checking for
> unity8-dash, it's actually running in the background, just that unity8
> is unable to find it.
>
> To manage notifications about this bug go to:
>
> https://bugs.lau
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
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1402135
Title:
Adding function i
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 temp
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
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/
Can this fix be backported to Utopic platform?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1381010
Title:
Cannot get Chinese string in the scope setting
Sta
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
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https:
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
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 capt
who should fix the problem for it?
--
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/1389991
Title:
ComboButton shows a transparent background
Status in Ubuntu UX
Hi Rex,
The test was conducted again the "devel" channel instead of the "rtm"
channel. There should be a fix for the "devel" channel. I will do a test
on the rtm channel to see whether it happens or not.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packag
This is how a sogou input method is done on Ubuntu
desktop.?field.comment=This is how a sogou input method is done on
Ubuntu desktop.?field.comment=This is how a sogou input method is done
on Ubuntu desktop.
** Attachment added: "-(Untitled)_188.png"
https://bugs.launchpad.net/ubuntu-keyboard/
** Attachment added: "a.png"
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+attachment/4262155/+files/a.png
--
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/bu
Public bug reported:
Currently, I have set the passphrase to "" of my phone. After I have
completed "", the phone does not automatically login. Instead, I
need to enter the "enter" key on the keyboard to get it verified. I
think a good design could be that whenever an input is changed, the
** Tags added: univ-train
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1381010
Title:
Cannot get Chinese string in the scope setting
Status in “unity-scopes-
This problem still exists. it is not a good experience :)
--
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/1335002
Title:
Chinese input method does not work after en
Public bug reported:
Cannot find the installed scope after installing a scope into the
emulator. I installed the scope from the "publish" button in the SDK. I
cannot find it even after I have restarted my emulator.
** Affects: unity-scopes-shell (Ubuntu)
Importance: Undecided
Status
Public bug reported:
We are going to have our developer contest soon next month (Dec). We
need to come out the detailed training materials for the HTML 5
development. We will not have any on-site training, instead we need to
make sure that developers will get all of the needed info in their
develo
I vote it too!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1307535
Title:
Installing apps manually does not refresh the scope
Status in “unity-scope-click” p
For some of the application, we need to have a fixed orientation at the
start-up. For example, a car racing game may expect to have a the
landscape orientation instead of the portrait, and it should be fixed
instead of being automatically changing the orientation when a phone's
orientaton is change
you need to input the Chinese characters like "北京“。it works for the
English strings. I am now in the device sprint. I can find you here.
--
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.
** Description changed:
I am trying to set some Chinese Strings in the scope. however, I cannot
get it but the default one. If I input an English string there in the
- setting, and I can always get it correctly.
+ setting, I can always get it correctly.
My test code is at: bzr branch lp:~
Public bug reported:
I am trying to set some Chinese Strings in the scope. however, I cannot
get it but the default one. If I input an English string there in the
setting, I can always get it correctly.
My test code is at: bzr branch lp:~liu-xiao-guo/debiantrial/settingscope
** Affects: unity-sc
I have tried to work around the problem by using the commands:
$sudo apt-get update
$sudo apt-get dist-ugrade
Now the problem disappears. I am not sure whether it makes sense to
attach the log again.
Thanks & best regards,
XiaoGuo
--
You received this bug notification because you are a member
webapp-container 0.23+14.10.20140819.1-0ubuntu1
> webbrowser-app0.23+14.10.20140819.1-0ubuntu1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+subscriptions
>
--
XiaoGuo, Liu (刘晓国)
Mobil
I have changed the source to the following. I found that the mouse up
and down events seem missing if I click quickly. However, the same code
works fine in the desktop environment. For example, the following
"mouseup"is not called if I click very quickly in the area of the first
canvas. I think thi
If the code is like as follows, there is no drawing at all for the
second canvas. I just removed the first, and it shows:
Your browser does not support the HTML5 canvas tag.
=
** Attachment added: "virutalbox.png"
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1129061/+attachment/4181250/+files/virutalbox.png
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubu
Hi,
I am having this problem on Ubuntu utopic. I installed Virtualbox 4.3.14
and its extension. I am now developing scope apps on Utopic. Can someone
look into this problem? many thanks!
Starting /usr/bin/unity-scope-tool...
libGL error: pci id for fd 16: 80ee:beef, driver (null)
scoperegistry: u
Public bug reported:
I cannot find the installed click package application. I can only find
it after searching it or reboot my phone. Please fix this. thanks!
** Affects: unity-scope-click (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you
1 - 100 of 104 matches
Mail list logo