[Bug 554904] Re: [i945G] Ubuntu 10.4 fails to boot into Xorg

2010-04-11 Thread Adnane Belmadiaf
After  upgrading my karmic to Lucid Beta2 It hangs at * Checking battery 
state...
lspci :
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)

-- 
[i945G] Ubuntu 10.4 fails to boot into Xorg
https://bugs.launchpad.net/bugs/554904
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665938] Re: Pagestack backAction should point to the right in RTL

2017-02-20 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665938

Title:
  Pagestack backAction should point to the right in RTL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-20 Thread Adnane Belmadiaf
This has been fixed in Qt 5.7 by introducing a clear method
http://doc.qt.io/qt-5/qml-qtquick-textinput.html#clear-method

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-20 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Christian Dywan (kalikiana) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665938] Re: Pagestack backAction should point to the right in RTL

2017-02-21 Thread Adnane Belmadiaf
Bug 107 for the "back-rtl" icon

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665938

Title:
  Pagestack backAction should point to the right in RTL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660399] Re: Infinite ProgressBar should be more visual

2017-02-21 Thread Adnane Belmadiaf
I just saw that the trunk version has a visual bouncing bar rather than
the blinking text which solves the issue

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Invalid

** Changed in: ubuntu-ux
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660399

Title:
  Infinite ProgressBar should be more visual

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1660399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1666869] [NEW] QGuiApplication::layoutDirection() is always Qt::LeftToRight

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

While working on fixing the iconprovider to load -rtl icons i saw that
QGuiApplication::layoutDirection() is always Qt::LeftToRight and never
changes even if the gallery layout changes to RTL, i think the layout
changes are only applied to the elements rather that application.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1666869

Title:
  QGuiApplication::layoutDirection() is always Qt::LeftToRight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1666869/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667157] [NEW] Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
doesn't change the layout direction, adding some debug statements gives
me :

QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
QLocale::system().name() :  "ar_MA"

Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
layoutDirection to change to Qt::LayoutDirection(RightToLeft) :

QGuiApplication::setLayoutDirection(Qt::RightToLeft);

after that i get the correct value :

QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
QLocale::system().name() :  "ar_MA"

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667157] Re: Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
** Description changed:

  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements gives
  me :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"
+ 
+ The RTL locale gets loaded and the strings got translated but the layout
+ is still Qt::LayoutDirection(LeftToRight)
  
  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
  layoutDirection to change to Qt::LayoutDirection(RightToLeft) :
  
  QGuiApplication::setLayoutDirection(Qt::RightToLeft);
  
  after that i get the correct value :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667157] Re: Toolkit doesn't change the layout when using an RTL language

2017-02-22 Thread Adnane Belmadiaf
** Description changed:

  Passing LANGUAGE="ar_MA.utf8" LANG="ar_MA.utf8" to the toolkit gallery
  doesn't change the layout direction, adding some debug statements gives
  me :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(LeftToRight)
  QLocale::system().name() :  "ar_MA"
  
- The RTL locale gets loaded and the strings got translated but the layout
- is still Qt::LayoutDirection(LeftToRight)
- 
  Forcing the RTL layout in src/UbuntuToolkit/ucapplication.cpp makes the
- layoutDirection to change to Qt::LayoutDirection(RightToLeft) :
+ layoutDirection change to Qt::LayoutDirection(RightToLeft) :
  
  QGuiApplication::setLayoutDirection(Qt::RightToLeft);
  
  after that i get the correct value :
  
  QGuiApplication::layoutDirection() :  Qt::LayoutDirection(RightToLeft)
  QLocale::system().name() :  "ar_MA"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667157

Title:
  Toolkit doesn't change the layout when using an RTL language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667165] [NEW] APL gets incorrectly layouted in RTL

2017-02-22 Thread Adnane Belmadiaf
Public bug reported:

Follow the change in bug 1667157, the launch the Toolkit gallery, see
screenshot.

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

** Attachment added: "Capture du 2017-02-22 23-55-14.png"
   
https://bugs.launchpad.net/bugs/1667165/+attachment/4824870/+files/Capture%20du%202017-02-22%2023-55-14.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667165

Title:
  APL gets incorrectly layouted in RTL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1667165/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1427663] Re: No padding on right side of Header

2017-02-23 Thread Adnane Belmadiaf
I guess this is has been fixed with the new redesign.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1427663

Title:
  No padding on right side of Header

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1427663/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323238] Re: Checkbox text Property is not working

2017-02-24 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 1333228 ***
https://bugs.launchpad.net/bugs/1333228

Dup of bug 1333228

** This bug has been marked a duplicate of bug 1333228
   [sdk] Clicking on checkbox label should toggle the checkbox

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323238

Title:
  Checkbox text Property is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1323238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1333228] Re: [sdk] Clicking on checkbox label should toggle the checkbox

2017-02-25 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333228

Title:
  [sdk] Clicking on checkbox label should toggle the checkbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1333228/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1333228] Re: [sdk] Clicking on checkbox label should toggle the checkbox

2017-02-25 Thread Adnane Belmadiaf
@mpt can you please share the specification ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333228

Title:
  [sdk] Clicking on checkbox label should toggle the checkbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1333228/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
This is already possible with ListView, you can even do more complex
stuff with it, attaching a full demo that explain the usage.

Can someone mark this as invalid ?

** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+attachment/4826775/+files/Main.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228922

Title:
  Provide a property to make a ListView header "sticky"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
It was part of Qt 2.4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228922

Title:
  Provide a property to make a ListView header "sticky"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228922] Re: Provide a property to make a ListView header "sticky"

2017-02-25 Thread Adnane Belmadiaf
It was part of Qt Quick 2.4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228922

Title:
  Provide a property to make a ListView header "sticky"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228922/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1248134] Re: Selector uses colour in property names instead of color

2017-02-26 Thread Adnane Belmadiaf
I have seen a few places where colour is used instead of color, maybe
add a check to apicheck to warn against using British vs American
words(colour vs color, center vs centre).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248134

Title:
  Selector uses colour in property names instead of color

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1248134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264681] Re: Browser keeps popping up "connection is untrusted"

2013-12-28 Thread Adnane Belmadiaf
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264681

Title:
  Browser keeps popping up "connection is untrusted"

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1264681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265250] Re: Shorts/Weather displayed twice

2013-12-31 Thread Adnane Belmadiaf
** Attachment added: "device-2013-12-31-235820.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1265250/+attachment/3938460/+files/device-2013-12-31-235820.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265250

Title:
  Shorts/Weather displayed twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1265250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265250] [NEW] Shorts/Weather displayed twice

2013-12-31 Thread Adnane Belmadiaf
Public bug reported:

After a recent upgrade of Shorts/Weather apps using the Update Manager i
am seeing two entries of each app on the Storage panel.

root@ubuntu-phablet:/opt/click.ubuntu.com/com.ubuntu.shorts# ll
total 16
drwxr-xr-x  4 clickpkg clickpkg 4096 Dec 18 19:21 ./
drwxr-xr-x 22 clickpkg clickpkg 4096 Dec 31 01:09 ../
drwxr-xr-x  9 clickpkg clickpkg 4096 Dec 11 21:56 0.2.147/
drwxr-xr-x  9 clickpkg clickpkg 4096 Dec 18 19:21 0.2.152/
lrwxrwxrwx  1 clickpkg clickpkg7 Dec 18 19:21 current -> 0.2.152/

root@ubuntu-phablet:/opt/click.ubuntu.com/com.ubuntu.weather# ll
total 16
drwxr-xr-x  4 clickpkg clickpkg 4096 Dec 18 19:21 ./
drwxr-xr-x 22 clickpkg clickpkg 4096 Dec 31 01:09 ../
drwxr-xr-x  7 clickpkg clickpkg 4096 Dec 11 21:56 1.0.163/
drwxr-xr-x  7 clickpkg clickpkg 4096 Dec 18 19:21 1.0.168/
lrwxrwxrwx  1 clickpkg clickpkg7 Dec 18 19:21 current -> 1.0.168/

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-system-settings 0.1+14.04.20131216-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu3
Architecture: armhf
Date: Tue Dec 31 23:50:41 2013
InstallationDate: Installed on 2013-12-31 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131231.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: ubuntu-system-settings
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf trusty

** Attachment added: "device-2013-12-31-234913.png"
   
https://bugs.launchpad.net/bugs/1265250/+attachment/3938457/+files/device-2013-12-31-234913.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265250

Title:
  Shorts/Weather displayed twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1265250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265252] [NEW] Clicking on search indicator doesn't close the app preview

2013-12-31 Thread Adnane Belmadiaf
Public bug reported:

How to reproduce :
1- Open the "Browser" app preview from the Dash
2- Click on the search indicator

Result :
The keyboard is shown, but the not the search input

Expectation :
Clicking on the search indicator should close the preview to let search input 
appear.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity8 7.84+14.04.20131220-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu3
Architecture: armhf
Date: Wed Jan  1 00:05:58 2014
InstallationDate: Installed on 2013-12-31 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131231.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf trusty

** Attachment added: "device-2014-01-01-000539.png"
   
https://bugs.launchpad.net/bugs/1265252/+attachment/3938489/+files/device-2014-01-01-000539.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265252

Title:
  Clicking on search indicator doesn't close the app preview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1265252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265250] Re: Shorts/Weather displayed twice in "Storage" screen

2014-04-24 Thread Adnane Belmadiaf
If i understand this correctly, it happen when you receive an update of
any "Preinstalled" app, once you update the app it will have two entries
in the system settings since the installation path is different ex :

Preinstalled : /usr/share/click/preinstalled/com.ubuntu.shorts/
Once the first update is applied the path will be : 
/opt/click.ubuntu.com/com.ubuntu.shorts/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1265250

Title:
  Shorts/Weather displayed twice in "Storage" screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1265250/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294768] Re: Can't login to facebook on mako #246

2014-04-17 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 1285971 ***
https://bugs.launchpad.net/bugs/1285971

Same as bug 1285971

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294768

Title:
  Can't login to facebook on mako #246

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1294768/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1288798] Re: Broken selectedTabIndex property for tabs

2014-03-30 Thread Adnane Belmadiaf
** Changed in: ubuntu-html5-theme
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1288798

Title:
  Broken selectedTabIndex property for tabs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1288798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197056] Re: SDK and cordova webview applications should not use ~/.local/share/*/.QtWebKit/ for their databases

2014-03-30 Thread Adnane Belmadiaf
** Changed in: ubuntu-html5-theme
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197056

Title:
  SDK and cordova webview applications should not use
  ~/.local/share/*/.QtWebKit/ for their databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/cordova-ubuntu/+bug/1197056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1186372] Re: Browser doesn't load local Ubuntu Light font

2014-05-20 Thread Adnane Belmadiaf
Just Tested this since it does impact the header of the HTML5 SDK, it
doesn't work with Oxide(on phone & desktop)

demo : http://fiddle.jshell.net/aHxLZ/show/

** Attachment added: "ubuntu-light.png"
   
https://bugs.launchpad.net/webbrowser-app/+bug/1186372/+attachment/4116214/+files/ubuntu-light.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186372

Title:
  Browser doesn't load local Ubuntu Light font

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1186372/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663223] [NEW] UbuntuListView trailing elements don't follow the splitter in APL

2017-02-09 Thread Adnane Belmadiaf
Public bug reported:

- Open the qml demo
- Drag the first item to show the leadingActions
- Restore the item to hide the leadingActions
- Drag the splitter to increase the size the primary page

Demo : https://paste.ubuntu.com/23960245/
Video attached

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

** Attachment added: "out.ogv"
   https://bugs.launchpad.net/bugs/1663223/+attachment/4815834/+files/out.ogv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663223

Title:
  UbuntuListView trailing elements don't follow the splitter in APL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663223] Re: UbuntuListView trailing elements don't follow the splitter in APL

2017-02-09 Thread Adnane Belmadiaf
Removing the Rectangle with SlotsLayout.position: SlotsLayout.Trailing;
makes things work as excepted, so i think this is a bug with
SlotsLayout.Trailing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663223

Title:
  UbuntuListView trailing elements don't follow the splitter in APL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1661743] Re: XmlListModel with xml string triggers AppArmor denials

2017-02-09 Thread Adnane Belmadiaf
** Project changed: ubuntu-sdk-ide => ubuntu-ui-toolkit

** Project changed: ubuntu-ui-toolkit => ubuntu-ui-toolkit (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661743

Title:
  XmlListModel with xml string triggers AppArmor denials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1661890] Re: TextField in a a Dialog returns nothing if prediction is enabled

2017-02-09 Thread Adnane Belmadiaf
** Project changed: ubuntu-sdk-ide => ubuntu-ui-toolkit

** Project changed: ubuntu-ui-toolkit => ubuntu-ui-toolkit (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661890

Title:
  TextField in a a Dialog returns nothing if prediction is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661890/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1661890] Re: TextField in a Dialog returns nothing if prediction is enabled

2017-02-10 Thread Adnane Belmadiaf
** Summary changed:

- TextField in a a Dialog returns nothing if prediction is enabled
+ TextField in a Dialog returns nothing if prediction is enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661890

Title:
  TextField in a Dialog returns nothing if prediction is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1661890/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1630872] Re: Clear text (x) does not clear the first suggested but not committed word

2017-02-10 Thread Adnane Belmadiaf
Maybe this is related bug 1661890

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630872

Title:
  Clear text (x) does not clear the first suggested but not committed
  word

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1630872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-11 Thread Adnane Belmadiaf
** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+attachment/4817106/+files/Main.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663924] [NEW] filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-11 Thread Adnane Belmadiaf
Public bug reported:

SortFilterModel does support sortCaseSensitivity but not
filterCaseSensitivity or it doesn't work, demo attached.

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

** Attachment added: "Main.qml"
   https://bugs.launchpad.net/bugs/1663924/+attachment/4817105/+files/Main.qml

** Attachment removed: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+attachment/4817105/+files/Main.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-02-13 Thread Adnane Belmadiaf
** Attachment removed: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810975/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1495471] Re: ListItems.Subtitled subText not visible on SuruDark

2017-02-14 Thread Adnane Belmadiaf
I can confirm what zsombi said, ListItemLayout are correctly themed on
SuruDark

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495471

Title:
  ListItems.Subtitled subText not visible on SuruDark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1664758] [NEW] UbuntuListView leading/trailing Actions looks disabled on SuruDark

2017-02-14 Thread Adnane Belmadiaf
Public bug reported:

See screenshot

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

** Attachment added: "Capture du 2017-02-14 23-08-08.png"
   
https://bugs.launchpad.net/bugs/1664758/+attachment/4819057/+files/Capture%20du%202017-02-14%2023-08-08.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664758

Title:
  UbuntuListView leading/trailing Actions looks disabled on SuruDark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1664758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1486940] Re: Example for UbuntuListView mix versions and doesn't work

2017-02-15 Thread Adnane Belmadiaf
The 15.04.6 are using the latest version, but the second example doesn't
work missing XmlListModel import

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1486940

Title:
  Example for UbuntuListView mix versions and doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1486940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1661743] Re: XmlListModel with xml string triggers AppArmor denials

2017-02-16 Thread Adnane Belmadiaf
@jdstrand the issue is not with apparmor but with XmlListModel trying to
make a request(or access NM) while i am only using `xml` prop, the
content provided as string so no network calls should be made i think.

https://doc.qt.io/qt-5/qml-qtquick-xmllistmodel-xmllistmodel.html#xml-
prop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661743

Title:
  XmlListModel with xml string triggers AppArmor denials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1661743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663924] Re: filterCaseSensitivity doesn't work when used in SortFilterModel

2017-02-16 Thread Adnane Belmadiaf
I can confirm that using new RegExp("^" + searchTerms, "i") solves the
issue, maybe we can add that to the docs ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663924

Title:
  filterCaseSensitivity doesn't work when used in SortFilterModel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1663924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241509] Re: Option selector down and arrow icons gray in Suru themes

2017-02-18 Thread Adnane Belmadiaf
This has been fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241509

Title:
  Option selector down and arrow icons gray in Suru themes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1241509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1341559] Re: OptionSelector should have a count property like all the other model views

2017-02-18 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1341559

Title:
  OptionSelector should have a count property like all the other model
  views

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1341559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665938] [NEW] Pagestack backAction should point to the right in RTL

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

The PageStack backAction should point to the right rather than the left
when in RTL mode.

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


** Tags: rtl

** Summary changed:

- Pagestack backbutton should point to the 
+ Pagestack backAction should point to the right in RTL

** Tags added: rtl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665938

Title:
  Pagestack backAction should point to the right in RTL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665942] [NEW] PageHeader title should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

PageHeader title is always left aligned & correctly ellipsised

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


** Tags: rtl

** Tags added: rtl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665942

Title:
  PageHeader title should be aligned to the right in RTL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665942] Re: PageHeader title should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Test file with arabic title

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

** Attachment added: "Main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+attachment/4821756/+files/Main.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665942

Title:
  PageHeader title should be aligned to the right in RTL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665944] [NEW] ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
Public bug reported:

see the title

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Adnane Belmadiaf (daker)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665944] Re: ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665944] Re: ListItem title/subtitle should be aligned to the right in RTL mode

2017-02-18 Thread Adnane Belmadiaf
** Tags added: rtl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665944

Title:
  ListItem title/subtitle should be aligned to the right in RTL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1665944/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673461] Re: [regression] BorderImage no longer displays

2017-03-20 Thread Adnane Belmadiaf
I believe the regression was fixed here https://bazaar.launchpad.net
/~ubuntu-sdk-team/ubuntu-ui-toolkit/staging/revision/2185

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673461

Title:
  [regression] BorderImage no longer displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1673461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673461] Re: [regression] BorderImage no longer displays

2017-03-20 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 1671449 ***
https://bugs.launchpad.net/bugs/1671449

Dup of bug 1671449

** This bug has been marked a duplicate of bug 1671449
   Unity8 window shadows have gone missing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673461

Title:
  [regression] BorderImage no longer displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1673461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
** Attachment added: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810975/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660390] [NEW] Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
Public bug reported:

See screenshot & qml test

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

** Attachment added: "Capture du 2017-01-30 17:04:52.jpg"
   
https://bugs.launchpad.net/bugs/1660390/+attachment/4810974/+files/Capture%20du%202017-01-30%2017%3A04%3A52.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660390] Re: Truncate PageHeader subtitle with ellipsis

2017-01-30 Thread Adnane Belmadiaf
** Attachment added: "test.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+attachment/4810976/+files/test.qml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660390

Title:
  Truncate PageHeader subtitle with ellipsis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660390/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660399] [NEW] Infinite ProgressBar should be have a more visual

2017-01-30 Thread Adnane Belmadiaf
Public bug reported:

a ProgressBar with the following declaration doesn't show any
indication, i think the indication should be visual or when
indeterminate is true showProgressPercentage should be locked to true

ProgressBar {
id: loading
height: units.dp(3)
showProgressPercentage: false
indeterminate: true
width: parent.width
}

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660399

Title:
  Infinite ProgressBar should be have a more visual

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660604] [NEW] Wrong import statement for Menu/MenuGroup

2017-01-31 Thread Adnane Belmadiaf
Public bug reported:

The docs says that the import statement for Menu/MenuGroup is "import
Ubuntu.Components 1.3", the correct import is "import
Ubuntu.Components.Labs 1.0"

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.Menu/
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.6/Ubuntu.Components.MenuGroup/

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660604

Title:
  Wrong import statement for Menu/MenuGroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660604] Re: Wrong import statement for Menu/MenuGroup

2017-01-31 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660604

Title:
  Wrong import statement for Menu/MenuGroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660604] Re: Wrong import statement for Menu/MenuGroup

2017-02-07 Thread Adnane Belmadiaf
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660604

Title:
  Wrong import statement for Menu/MenuGroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1660604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-16 Thread Adnane Belmadiaf
I am on OTA-14 and this is what i am seeing

** Attachment added: "20170116_200106.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1655402/+attachment/4805140/+files/20170116_200106.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655402

Title:
  Exit fullscreen brings the tabs listing view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658121] [NEW] TextArea: QtQuick.TextEdit append is not exposed

2017-01-20 Thread Adnane Belmadiaf
Public bug reported:

TextArea doesn't expose "append" as QtQuick.TextEdit does.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658121

Title:
  TextArea: QtQuick.TextEdit append is not exposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1658121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297420] Re: Audio playback level is lower than native apps.

2017-01-10 Thread Adnane Belmadiaf
I can confirm this issue in OTA-14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297420

Title:
  Audio playback level is lower than native apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1297420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655402] [NEW] Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
Public bug reported:

Actually to exit the fullscreen mode you need to pull up, but this
gesture also brings the tabs listing view, so i think the right gesture
is pull down which make the browser-app exists fullscreen mode and the
user will start pulling the notification bar which i think the correct
behavior for him.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655402

Title:
  Exit fullscreen brings the tabs listing view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1655402/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
** Description changed:

  Actually to exit the fullscreen mode you need to pull up, but this
  gesture also brings the tabs listing view, so i think the right gesture
- is pull down which make the browser-app exists fullscreen mode and the
+ is pull down which make the browser-app exist fullscreen mode and the
  user will start pulling the notification bar which i think the correct
  behavior for him.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655402

Title:
  Exit fullscreen brings the tabs listing view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655402] Re: Exit fullscreen brings the tabs listing view

2017-01-10 Thread Adnane Belmadiaf
Yeah i mean even right now if you pull down it makes the browser exist
the fullscreen mode only compared to the pull up gesture.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655402

Title:
  Exit fullscreen brings the tabs listing view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1655402/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1627698] [NEW] Caret position not taken into account when word prediction is enabled

2016-09-26 Thread Adnane Belmadiaf
Public bug reported:

Steps :

1- Enable word prediction
2- Open the webbrowser-app
3- Type "ubuntu" in the search field(not the addressbar, also note that the 
word is underlined)
4- Move the caret to the beginning of the word, then type "k"

What should happen :
- The finale word should be "kubuntu"

Result :
- You get "ubuntuk"

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1627698

Title:
  Caret position not taken into account when word prediction is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1627698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 991156] [NEW] Moroccan DST time change needs upgrade

2012-04-29 Thread Adnane Belmadiaf
Public bug reported:

As of today , the TZ for Morocco has changed to GMT+1.

Stage 1:
DST started on 29 april 2012, 02h00  to 20 july 2012, 03h00.

Stage 2:
DST started on 19 august 2012, 02h00  to 30 september 2012, 03h00.

More infos can be found here
http://www.timeanddate.com/worldclock/clockchange.html?n=60

** Affects: tzdata (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991156

Title:
  Moroccan DST time change needs upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/991156/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 935831] Re: package cups 1.5.2-4 failed to install/upgrade: Sub-process /usr/bin/dpkg returned an error code (1)

2012-02-18 Thread Adnane Belmadiaf
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935831

Title:
  package cups 1.5.2-4 failed to install/upgrade: Sub-process
  /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/935831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 935831] [NEW] package cups 1.5.2-4 failed to install/upgrade: Sub-process /usr/bin/dpkg returned an error code (1)

2012-02-18 Thread Adnane Belmadiaf
Public bug reported:

dpkg returned an error code while upgrading.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cups 1.5.2-4
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic-pae 3.2.2
Uname: Linux 3.2.0-12-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
CupsErrorLog:
 
Date: Sat Feb 18 22:54:45 2012
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120201.1)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: 
Connection refused
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
MachineType: innotek GmbH VirtualBox
Papersize: a4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-12-generic-pae 
root=UUID=c84ffa5b-d87d-4011-a223-2ad8582c7070 ro quiet splash vt.handoff=7
SourcePackage: cups
Title: package cups 1.5.2-4 failed to install/upgrade: le sous-processus script 
post-installation installé a retourné une erreur de sortie d'état 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935831

Title:
  package cups 1.5.2-4 failed to install/upgrade: Sub-process
  /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/935831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 632770] Re: translator-credits missing in .pot and no button in About menu to show translator

2010-12-24 Thread Adnane Belmadiaf
** Changed in: software-center (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/632770

Title:
  translator-credits missing in .pot and no button in About menu to show 
translator

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 632770] Re: translator-credits missing in .pot and no button in About menu to show translator

2010-12-24 Thread Adnane Belmadiaf
** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (adnane002)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/632770

Title:
  translator-credits missing in .pot and no button in About menu to show 
translator

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 632770] Re: translator-credits missing in .pot and no button in About menu to show translator

2010-12-24 Thread Adnane Belmadiaf
** Changed in: software-center (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/632770

Title:
  translator-credits missing in .pot and no button in About menu to show 
translator

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453478] Re: “About” window does n ot show launchpad translators

2010-12-24 Thread Adnane Belmadiaf
*** This bug is a duplicate of bug 632770 ***
https://bugs.launchpad.net/bugs/632770

** This bug has been marked a duplicate of bug 632770
   translator-credits missing in .pot and no button in About menu to show 
translator
 * You can subscribe to bug 632770 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/632770/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/453478

Title:
  “About” window does not show launchpad translators

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 695137] [NEW] ubiquity crashes under Lucid 10.04

2010-12-28 Thread Adnane Belmadiaf
Public bug reported:

Binary package hint: ubiquity

Here is a traceback
ubu...@ubuntu:~$  ubiquity --desktop %k gtk_ui
Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 141, in 
main()
  File "/usr/bin/ubiquity", line 137, in main
os.execvp(toexec[0], toexec)
  File "/usr/lib/python2.6/os.py", line 344, in execvp
_execvpe(file, args)
  File "/usr/lib/python2.6/os.py", line 380, in _execvpe
func(fullname, *argrest)
OSError: [Errno 5] Input/output error

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubiquity 2.2.24
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Tue Dec 28 20:11:41 2010
LiveMediaBuild: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695137

Title:
  ubiquity crashes under Lucid 10.04

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 695137] Re: ubiquity crashes under Lucid 10.04

2010-12-28 Thread Adnane Belmadiaf


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695137

Title:
  ubiquity crashes under Lucid 10.04

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1335692] Re: incorrect data-role for tab content in index.html of new project

2014-07-05 Thread Adnane Belmadiaf
** Changed in: ubuntu-html5-theme
   Status: New => Fix Released

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1335692

Title:
  incorrect data-role for tab content in index.html of new project

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1335692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1192240] Re: [browser] No visual feedback when a link opens in a new tab

2014-07-08 Thread Adnane Belmadiaf
Well actually the open in new tab animation has two cases :
- opening a link with target=_blank
- opening a link in a new tab with "Open link in new tab" option ( bug 1339437 )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1192240

Title:
  [browser] No visual feedback when a link opens in a new tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1192240/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1261020] [NEW] Browser doesn't support fullscreen mode

2013-12-14 Thread Adnane Belmadiaf
Public bug reported:

The browser doesn't interact with
document.documentElement.requestFullScreen()

Ex : http://davidwalsh.name/demo/fullscreen.php

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
Date: Sat Dec 14 18:37:02 2013
InstallationDate: Installed on 2013-12-13 (1 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131213.2)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: webbrowser-app
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1261020

Title:
  Browser doesn't support fullscreen mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1261020/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1261020] Re: Browser doesn't support fullscreen mode

2013-12-14 Thread Adnane Belmadiaf
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1261020

Title:
  Browser doesn't support fullscreen mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1261020/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262414] Re: Loading big images shows content of the previous app

2013-12-18 Thread Adnane Belmadiaf
** Attachment added: "device-2013-12-18-222139.png"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1262414/+attachment/3932183/+files/device-2013-12-18-222139.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262414

Title:
  Loading big images shows content of the previous app

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1262414/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262414] Re: Loading big images shows content of the previous app

2013-12-18 Thread Adnane Belmadiaf
** Attachment added: "device-2013-12-18-222131.png"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1262414/+attachment/3932184/+files/device-2013-12-18-222131.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262414

Title:
  Loading big images shows content of the previous app

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1262414/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262414] [NEW] Loading big images shows content of the previous app

2013-12-18 Thread Adnane Belmadiaf
Public bug reported:

Steps to reproduce:
- Open the System Settings
- Open the browser an browse to : planet.gnome.org
- Scroll to any image that's still loading
- see attachements

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: webbrowser-app 0.22+14.04.20131107-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
Date: Wed Dec 18 23:15:27 2013
InstallationDate: Installed on 2013-12-18 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131218.2)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
SourcePackage: webbrowser-app
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: webbrowser-app
 Importance: Undecided
 Status: New

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


** Tags: apport-bug armhf trusty

** Attachment added: "device-2013-12-18-222156.png"
   
https://bugs.launchpad.net/bugs/1262414/+attachment/3932181/+files/device-2013-12-18-222156.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262414

Title:
  Loading big images shows content of the previous app

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1262414/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262414] Re: Loading big images shows content of the previous app

2013-12-18 Thread Adnane Belmadiaf
** Attachment added: "device-2013-12-18-222117.png"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1262414/+attachment/3932185/+files/device-2013-12-18-222117.png

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1262414

Title:
  Loading big images shows content of the previous app

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1262414/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1262600] Re: mediaplayer no longer plays video in image #76

2013-12-19 Thread Adnane Belmadiaf
Image 75 have this issue 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/1262600

Title:
  mediaplayer no longer plays video in image #76

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1262600/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1249438] Re: Opening a tel:// link doesn't open dialer-app

2013-12-22 Thread Adnane Belmadiaf
Actually tel & sms :

tel:TEL_NUM
sms:TEL_NUM

** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249438

Title:
  Opening a tel:// link doesn't open dialer-app

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1249438/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1245465] Re: should offer a commandline option to override the user agent in webapp mode

2013-11-01 Thread Adnane Belmadiaf
** Also affects: webbrowser-app
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1245465

Title:
  should offer a commandline option to override the user agent in webapp
  mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1245465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1169758] Re: [browser] Add support for Confirm dialogs

2013-09-20 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169758

Title:
  [browser] Add support for Confirm dialogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1169758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1169758] Re: [browser] Add support for Confirm dialogs

2013-09-21 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169758

Title:
  [browser] Add support for Confirm dialogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1169758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-21 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227055

Title:
  unhelpful error message on SSL errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1227055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1169757] Re: [browser] Add support for Alert dialogs

2013-09-21 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
 Assignee: (unassigned) => Adnane Belmadiaf (daker)

** Changed in: webbrowser-app
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169757

Title:
  [browser] Add support for Alert dialogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1169757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1169759] Re: [browser] Add support for Prompt dialogs

2013-09-21 Thread Adnane Belmadiaf
** Changed in: webbrowser-app
   Status: Confirmed => In Progress

** Changed in: webbrowser-app
 Assignee: Olivier Tilloy (osomon) => Adnane Belmadiaf (daker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169759

Title:
  [browser] Add support for Prompt dialogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1169759/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189861] Re: Text/font goes blurry after moving content

2013-12-08 Thread Adnane Belmadiaf
This happen everytime -webkit-transform/-webkit-transition are used

** Attachment added: "device-2013-12-08-143339.png"
   
https://bugs.launchpad.net/webbrowser-app/+bug/1189861/+attachment/3925323/+files/device-2013-12-08-143339.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189861

Title:
  Text/font goes blurry after moving content

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1189861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259338] [NEW] Twitter page takes half of the screen

2013-12-09 Thread Adnane Belmadiaf
Public bug reported:

Steps:

1- Add a twitter account
2- See the screenshot

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: signon-ui 0.15+14.04.20131024.2-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu1
Architecture: armhf
Date: Mon Dec  9 23:02:40 2013
InstallationDate: Installed on 2013-12-09 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131209.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
SourcePackage: signon-ui
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: signon-ui (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf trusty

** Attachment added: "device-2013-12-09-230020.png"
   
https://bugs.launchpad.net/bugs/1259338/+attachment/3926352/+files/device-2013-12-09-230020.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259338

Title:
  Twitter page takes half of the screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-ui/+bug/1259338/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218655] Re: Confinement too strict for playing http URLs in QMediaPlayer

2013-12-10 Thread Adnane Belmadiaf
Hi, my app "Rad.io" can't fetch playlists anymore it worked before

[  504.841843] type=1400 audit(1386716356.945:169): apparmor="DENIED" 
operation="mknod" parent=1525 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.7" 
name="/run/user/32011/confined/com.ubuntu.developer.daker.rad-io.TJ3229" 
pid=3229 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011
[  504.909720] type=1400 audit(1386716357.015:170): apparmor="DENIED" 
operation="open" parent=1525 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.7" 
name="/run/user/32011/dconf/user" pid=3229 comm="qmlscene" requested_mask="rwc" 
denied_mask="rwc" fsuid=32011 ouid=32011

http://paste.ubuntu.com/6553674/

Here is the cpp code i use for the plugin
https://bazaar.launchpad.net/~rad.io-
devs/rad.io/trunk/view/head:/plugin/player.cpp

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218655

Title:
  Confinement too strict for playing http URLs in QMediaPlayer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1218655/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1260079] [NEW] Can't store temp files anymore

2013-12-11 Thread Adnane Belmadiaf
Public bug reported:

My app "Rad.io" (available on the store) can't parse playlists anymore,
i believe because it's using temp file to store them (using
QTemporaryFile), i am also seeing errors like :

libust[3229/3231]: Error: Error opening shm /lttng-ust-wait-5 (in
get_wait_shm() at lttng-ust-comm.c:715)

and

(qmlscene:3229): dconf-CRITICAL **: unable to create file
'/run/user/32011/dconf/user': Permission non accordée.  dconf will not
work properly.

from the dmesg :
[ 504.841843] type=1400 audit(1386716356.945:169): apparmor="DENIED" 
operation="mknod" parent=1525 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.7" 
name="/run/user/32011/confined/com.ubuntu.developer.daker.rad-io.TJ3229" 
pid=3229 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011
[ 504.909720] type=1400 audit(1386716357.015:170): apparmor="DENIED" 
operation="open" parent=1525 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.7" 
name="/run/user/32011/dconf/user" pid=3229 comm="qmlscene" requested_mask="rwc" 
denied_mask="rwc" fsuid=32011 ouid=32011

App output http://paste.ubuntu.com/6553674/

and here is the cpp code i use for the plugin 
https://bazaar.launchpad.net/~rad.io-devs/rad.io/trunk/view/head:/plugin/player.cpp
QML : 
https://bazaar.launchpad.net/~rad.io-devs/rad.io/trunk/view/head:/rad.io.qml

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apparmor-easyprof-ubuntu 1.0.42
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
Date: Wed Dec 11 21:18:34 2013
InstallationDate: Installed on 2013-12-11 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131211)
PackageArchitecture: all
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
SourcePackage: apparmor-easyprof-ubuntu
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260079

Title:
  Can't store temp files anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1260079/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1260079] Re: Can't store temp files anymore

2013-12-11 Thread Adnane Belmadiaf
tmpdir:  "/run/user/32011/confined/"

dmesg

[ 2877.213276] type=1400 audit(1386805318.957:212): apparmor="DENIED" 
operation="open" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name="/run/shm/lttng-ust-wait-5" pid=6829 comm="exec-line-exec" 
requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011
[ 2877.213520] type=1400 audit(1386805318.957:213): apparmor="DENIED" 
operation="open" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name="/run/shm/lttng-ust-wait-5" pid=6829 comm="exec-line-exec" 
requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011
[ 2877.820784] type=1400 audit(1386805319.568:214): apparmor="DENIED" 
operation="mkdir" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name=2F686F6D652F706861626C65742F2E6C6F63616C2F73686172652F51742050726F6A6563742F
 pid=6827 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011
[ 2877.832290] type=1400 audit(1386805319.578:215): apparmor="DENIED" 
operation="mkdir" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name=2F686F6D652F706861626C65742F2E6C6F63616C2F73686172652F51742050726F6A6563742F
 pid=6827 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011

[ 3258.436013] type=1400 audit(1386805700.184:245): apparmor="DENIED" 
operation="mknod" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name="/run/user/32011/confined/com.ubuntu.developer.daker.rad-io.kn6827" 
pid=6827 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011
[ 3258.723759] type=1400 audit(1386805700.464:246): apparmor="DENIED" 
operation="mknod" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name="/run/user/32011/confined/com.ubuntu.developer.daker.rad-io.Ti6827" 
pid=6827 comm="qmlscene" requested_mask="c" denied_mask="c" fsuid=32011 
ouid=32011
[ 3259.286616] type=1400 audit(1386805701.035:247): apparmor="DENIED" 
operation="open" parent=1608 
profile="com.ubuntu.developer.daker.rad-io_rad.io_0.8" 
name="/sys/devices/virtual/timed_output/vibrator/enable" pid=6827 
comm="qmlscene" requested_mask="wc" denied_mask="wc" fsuid=32011 ouid=1000

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260079

Title:
  Can't store temp files anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1260079/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1338180] Re: iframe doesn't display anything when a load fails

2015-10-08 Thread Adnane Belmadiaf
i guess it's also a matter of i18n the error page content, handling the
size of assets depending on the screen, i think this is how it's done in
Chrome/ium

https://chromium.googlesource.com/chromium/src/+/master/chrome/renderer/resources/neterror.html
https://chromium.googlesource.com/chromium/src/+/master/chrome/renderer/resources/neterror.js

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338180

Title:
  iframe doesn't display anything when a load fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1338180/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 716150] Re: [panel] Global menu not working when using sudo

2012-03-22 Thread Adnane Belmadiaf
Also in unity 5.6.0-0ubuntu4

** Also affects: unity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/716150

Title:
  [panel] Global menu not working when using sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/716150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301842] Re: lockscreen re-locks after unlocking if wallpaper chaged in the backgroud

2015-02-01 Thread Adnane Belmadiaf
Sorry for the late reply, i am not able to reproduce it anymore

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301842

Title:
  lockscreen re-locks after unlocking if wallpaper chaged in the
  backgroud

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1301842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259251] Re: [browser] Can't copy URLs from the autocomplete list

2014-11-29 Thread Adnane Belmadiaf
@Giorgio : The bug only refers to the third feature, but not from search
suggestions only history suggestions which is what the browser provides
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/1259251

Title:
  [browser] Can't copy URLs from  the autocomplete list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1259251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >