I solved this bug by installing appmenu-qt5 on ubuntu.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172554
Title:
No Global menu support for QtCreator after upgrade to 13.04
To manage notificatio
I found there is a configuration item named 'osapi_max_limit=1000',
which set the default maximum number of items to return to 1000. So the
number of flavor only up to 1000.
We can hit the REST API like this to get more items.
/flavors?limit=2000
But novaclient default get each flavor's extra_sp
I reproduct the bug.
firstly, close api_rate_limit.
use the command below to create 2000 flavor.
$ for i in {1..2000}; do nova flavor-create f-$i $i 1024 20 1 ;done;
then I use novaclient to list all flavor
$ time nova flavor-list
+--+-+---+--+---+--+---+-
Actually, there is *one* hacky way of getting the navigation panel back.
1. Go to Settings > Show Text View
2. Right-click on the Text View's title bar and select Navigation.
It's totally unintuitive but it works...
--
You received this bug notification because you are a member of Kubuntu
Bugs,
Affects me as well.
Kubuntu 12.04
Kernel version: 3.2.0-24-generic-pae
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898136
Title:
Colord suddenly takes 100% of CPU
To manage notifications about t