[Touch-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2017-05-04 Thread Yonatan Yehezkeally
I can also confirm that the bug is fixed (tested with Texmaker; I don't have Qt Assistant). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1380702 Title: No

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-15 Thread Yonatan Yehezkeally
Okay. FYI I went ahead and defined my own bridge to let containers communicate directly with my router's dhcp server, but I've created and started a new privileged container `pr1` and made sure it uses `lxcbr0` and not my `br0`. Still, it's possible I'll have to tell `lxcbr0` to plug into `br0` rat

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-16 Thread Yonatan Yehezkeally
Not by design, no. Any of that, really, since I wouldn't have known where to go to make these alterations if I wanted to (well, now that you pointed that out, I should be able to reverse-engineer it and see if it at least assigns IP addresses to containers automatically that way). It's a pretty new

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
** Changed in: lxc (Ubuntu) Status: Expired => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1367495 Title: Bridge still not created if bind9 is on Status i

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
** Attachment added: "ifconfig.txt" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+attachment/4294747/+files/ifconfig.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
** Attachment added: "brctl.txt" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+attachment/4294748/+files/brctl.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bug

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
** Attachment added: "ps.txt" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+attachment/4294749/+files/ps.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1367

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
Certainly. The service was already running, so I stopped and restarted it for good measure. root@srv-Ub1404:~# start lxc-net start: Job is already running: lxc-net root@srv-Ub1404:~# stop lxc-net lxc-net stop/waiting root@srv-Ub1404:~# start lxc-net lxc-net start/running

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-09 Thread Yonatan Yehezkeally
`sudo netstat -nr` returns: Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 .1 0.0.0.0 UG0 0 0 eth0 .0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 `sudo ne

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-10 Thread Yonatan Yehezkeally
Well, I can't attest to Dan Kegel's setting, but this is my copy of `/etc/default/lxc-net`. Indeed, that line isn't commented out, and I don't have a `dnsmasq.conf` in `/etc/lxc`. ** Attachment added: "lxc-net" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+attachment/4295165/+fil

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-10 Thread Yonatan Yehezkeally
This is odd. On advice from Flockport community I attempted to manually configure the bridge (its basic elements, at least) by entering sudo brctl addbr lxcbr0 sudo ifconfig lxcbr0 10.0.3.1 netmask 255.255.255.0 up This went just fine, with `ifconfig` reporting (beyond those interfaces al

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-12 Thread Yonatan Yehezkeally
Well, it does help `lxc-net` create the bridge (shown on `brctl show` and `ifconfig`), but apparently not to configure it appropriately. `lxc-net` is still not listed when I run `service --status-all`, and attempting to start a container returns: server@srv-Ub1404:~$ lxc-start -n u1 Quot

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-12 Thread Yonatan Yehezkeally
Wait, 'lxc-net' does show as `running` when I run `initctl list`. I guess that's what I get for not checking if the manuals I've been using are 100% compatible with my distro. Regardless, it still gives those errors, and starting containers fails with that seemingly network-related message. Attemp

[Touch-packages] [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-12 Thread Yonatan Yehezkeally
Aha! It was an unprivileged container (I used to get the same error messages with privileged and unprivileged containers), and it turns out in one of my purge - install cycles I forgot to add "$USER veth lxcbr0 2" to `/etc/lxc/lxc-usernet`. I did that (it's now the only line there after the first c

[Touch-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2016-11-03 Thread Yonatan Yehezkeally
Let me just re-iterate that comment #14 includes another workaround, in my opinion superior to removing the `app-menu-qt5` package altogether. I suspect that it would still works in 16.10. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is sub

[Touch-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2016-11-03 Thread Yonatan Yehezkeally
@RobertOrzanna, Is that after manually removing it, or does 16.10 come that way? If the latter, I'd still attempt the workaround (as I think it actually works around what's wrong in the relation between QT5 and Ubuntu's Dash, instead of manually 'crippling' Unity to 'force its hand', as it were).

[Touch-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2016-11-03 Thread Yonatan Yehezkeally
@Dimitry, whether or not `appmenu-qt5` is in use in 16.10, that doesn't tell us if running a QT5 program setting `ENV UBUNTU_MENUPROXY= ` returns the use of keyboard shortcuts. Can you confirm / deny? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,