Public bug reported:
Currently, an easyprof-generated profile will list the reads with `rk`
and the writes as `rwk`. With recent Qt, this breaks because newer Qt
versions use hard-linking of temporary files to perform atomic writes.
Also, `rk` doesn't allow mmap()'ing shared library for execution.
Public bug reported:
It seems like `add-apt-repository` doesn't know how to enable a new
pocket when Ubuntu's sources are defined in Deb822 (.sources) source
file.
Step to reproduce:
1. Create a Noble chroot with e.g. Docker. Verify that in such chroot, Deb822
is used for Ubuntu's source (`ls /e
*** This bug is a duplicate of bug 1951653 ***
https://bugs.launchpad.net/bugs/1951653
While the bug #1951653 is solved, it does not change the design of this
process. With a quick inspection of repos, NM and livecd-rootfs still
ship the file with no explanation, and netplan still place an emp
Hmm... indeed! I'll re-investigate why we need `m` permission by the
default. I assume that if there's something that actually need `m`
permission, a new key in the easyprof manifest would be needed, right?
As for `l` rule for writes, do you think it's safe to add? Given that
"the new link MUST ha
Public bug reported:
Steps to reproduce:
1. Run `sudo apt install nvidia-driver-465`. Then, without a need for a
restart, run `sudo apt autoremove nvidia-driver-465`.
2. Leaving the terminal open, suspend the machine.
Expected behavior: the machine suspend successfully and can be woken up
succe
** Attachment added: "journalctl --boot --unit systemd-logind.service"
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1933880/+attachment/5507752/+files/systemd-logind.log
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscrib
Test result on Focal (245.4-4ubuntu3.14):
- Normal environment: Tested on my desktop. timedatectl output is correct.
Setting the timezone works, and doesn't put the link inside /etc/writable/.
- System-image environment (UBports image): timedatectl output is correct.
Setting timezone works; readl
Anything else has to be done for this?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1650688
Title:
timedatectl set-timezone fails on UC16
Status in Snappy:
Triaged
St
Public bug reported:
So, we're UBports, porting Ubuntu Touch stack to Ubuntu 20.04. While
debugging why NM won't manage the phone's USB network interface, I
stumbled upon /usr/lib/NetworkManager/conf.d/10-globally-managed-
devices.conf. This file prevents NM from managing ethernet connection,
whic
** Also affects: systemd (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1650688
Title:
timedatectl set-timezone fails
Now that Jammy series is opened, I've opened another merge proposal on
Jammy branch with the same patch as in Focal's. Please take another
look; this patch is important for us at UBports, and having the patches
in Jammy would be nice because there will be Ubuntu Core 22.
The Impish-related section
Public bug reported:
GTK+3 will emit spurious "key_press_event" if the focus is currently on
"GtkEntry" and the locale is set to th_TH.UTF-8. This issue seems to
disappear if the locale is set to something else (tested with C.UTF-8
and en_US.UTF-8), and the presence of iBus and gnome-shell affects
I'll report this upstream. However, as I cannot reproduce it on other
distros, this might as well be an Ubuntu-specific bug.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/18
** Bug watch added: gitlab.gnome.org/GNOME/gtk/issues #2216
https://gitlab.gnome.org/GNOME/gtk/issues/2216
** Also affects: gtk via
https://gitlab.gnome.org/GNOME/gtk/issues/2216
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of
After mentioning that I cannot reproduce the problem on Fedora and
Manjaro, they replied that this is probably the Ubuntu-specific bug and
promptly closed the bug. Note that the status from Bug Watcher updater
is incorrect.
--
You received this bug notification because you are a member of Ubuntu
@Lukasz
Sorry for the long delay. I've talked with Thai font maintainer (Theppitak
Karoonboonyanan), he has recommend me to include the following:
-UI font: fonts-tlwg-waree
-San Serif font: fonts-tlwg-garuda and fonts-tlwg-laksaman
-Serif font: fonts-tlwg-kinnari
-Monospace font: fonts-tlwg-typo
Ok. Installed those packages and now I can read Thai text.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1460752
Title:
Can't read Thai character.
Status in ub
I think not all are required. Probably only 1 (or maybe 2, each for
serif and sans-serif) would be enough, and that should be default font
using to render Thai text on desktop. I'll take a look at my Ubuntu
computer to see which font is used when I get home.
--
You received this bug notification
** Attachment added: "Unreadable Thai character.png"
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1460752/+attachment/4408163/+files/Unreadable%20Thai%20character.png
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subs
Public bug reported:
Step to reproduce: Use browser on the phone, go to
http://www.alanwood.net/unicode/thai.html
Expected result:Thai character is readable. See "Readable Thai character.png"
What happens:They're unreadable. See "Unreadable Thai character.png"
Version: Ubuntu Touch 15.10 channel
This seems to be missing fonts issue. Maybe this isn't a bug in
webbrowser-app?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1460752
Title:
Can't read Thai charac
Public bug reported:
>From gstamc-constants.h:
/* NV12 but with stride and plane heights aligned to 32, Stores two images,
* one after the other in top-bottom layout */
COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView = 0x7fa30c05,
Support is added by adding android-gst color format mapping,
Dear everyone in this bug,
This seems to also happen in Fairphone 2 in the client context. Could
anyone explain more about this bug if this bug is talking about the
client or the server?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subs
Public bug reported:
QV4::EvalInstructionSelection::compile(bool generateUnitData) in
src/qml/compiler/qv4isel_p.cpp, line 369-370:
if ((unit->data == nullptr) && (do_save || generateUnitData))
unit->data = jsGenerator->generateUnit();
Above this line, I see that do_save is always tru
Colin, could you please SRU this fix to Zesty as well?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1689299
Title:
ssh-agent systemd user service failed to start, trying
Public bug reported:
"systemctl --user status ssh-agent.service" give me the following info:
agent-launch[11327]: initctl: Name "com.ubuntu.Upstart" does not exist
As I'm running Systemd session instead of Upstart one, it shouldn't try
to run initctl. So, I take a look at /usr/lib/openssh/agent-l
Sorry for the delay. This has fallen through the crack.
I've, in fact, reduced the testing environment down to just X, twm, and
xterm and the bug is still reproducible. Also, I've tested it on Fedora
31 XFCE spin, and cannot reproduce it.
--
You received this bug notification because you are a m
Public bug reported:
COLOR_QCOM_FormatYVU420SemiPlanar32m is essentially
GST_VIDEO_FORMAT_NV12, but with stride and plane heights aligned to 32.
Adding support is as simple as adding android-gst color format mapping,
and using same code as COLOR_QCOM_FormatYUV420SemiPlanar to handle
software conve
It's LG L90 Dual. I'm porting Ubuntu Touch into this device. I've
applied this patch with my custom build, and got a success.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in
Ubuntu.
https://bugs.launchpad
Well, it isn't actually a virtual buttons. It's part of touchscreen but is
outside of screen display area, like in this picture:
http://www.mxphone.net/wordpress/wp-content/uploads/2014/03/L90-front-bottom-500x281.jpg
--
You received this bug notification because you are a member of Ubuntu
Touch
Public bug reported:
I'm porting Ubuntu Touch to Samsung Galaxy Tab 2 7.0. As I investigate
unity-system-compositor crash, it's found that the crash happens in mm's linker
(https://git.launchpad.net/~libhybris-maintainers/libhybris/+git/libhybris/tree/hybris/common/mm/linker.cpp#n2180),
where s
Public bug reported:
Reproduce step #1:
1. For convenience, set screen time out to 30 seconds.
2. Pull power indicator down, then set brightness to some value above the
lowest.
3. Leave the indicator open and wait until screen dims the brightness.
Expected result: Brightness slider stays at valu
Public bug reported:
In some device, there init.rc has something like "on
property:init.svc.bootanim=stopped" or "on
property:sys.boot_completed=1". Its purpose is to run something when the
system has finished booting. As far as I know, and with a conversation
with ogra, there's nothing in Ubuntu
Public bug reported:
I ports Ubuntu touch to LG L90 Dual. When I upgraded my device from
20151218.1 to 20151221 (channel rc-proposed), the touchscreen stopped
working. A discussion in IRC with @anpok_ suggesting that it may come
from changing input system to libevent.
$ udevadm test-builtin input
** Attachment added: "unity-system-compositor.log"
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1530384/+attachment/4542630/+files/unity-system-compositor.log
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed
I confirmed that the rule that add ID_INPUT_TOUCHSCREEN=1 to the device
makes touchscreen works. Meanwhile, I'll ship the rule with my device
tarball. Glad to know that you found the cause.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is su
Public bug reported:
When camera app is suspended and resume, the recorded video's resolution
will change to 1280x720 without being reflected on the app.
Steps to reproduce:
1.Open camera app, switch to video mode, and change resolution (swipe up and
press "HD" button) to 1080p.
2.Record some vi
** Description changed:
When camera app is suspended and resume, the recorded video's resolution
will change to 1280x720 without being reflected on the app.
Steps to reproduce:
1.Open camera app, switch to video mode, and change resolution (swipe up and
press "HD" button) to 1080p.
2
Excuse me @jibel, why do you think this is critical?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1460752
Title:
Can't read Thai character.
Status in Canonica
So, ubuntu-touch-meta guys, could you please consider adding Thai fonts
in Ubuntu Touch?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1460752
Title:
Can't read
Public bug reported:
Apparently due to some kind of infrastructure issue (judging by 0.1 sec
duration), the armhf build of krb5 1.20.1-6ubuntu2.3 (noble-security)
failed to build.
https://launchpad.net/ubuntu/+source/krb5/1.20.1-6ubuntu2.3/+build/30207688
This makes the binary packages from this
Public bug reported:
Currently network-manager bin:pkg on Ubuntu 24.04 and up ships
/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf which forces
NetworkManger to configure systemd-resolved as DNS resolver. However
network-manager does not Depends: on systemd-resolved bin:pkg, which can
lead to
I'm happy to have my patch(es) included in the 16.04 ESM repository, as
long as I get to distribute the patch in other context (namely in
UBports' Ubuntu Touch) as well. My understanding is that this is already
the case.
--
You received this bug notification because you are a member of Ubuntu
Tou
krb5 1.20.1-6ubuntu2.5 has been released, and that one doesn't have a
build problem on armhf. So I consider this issue resolved. Thank you for
having a look into this.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to krb5 in Ub
44 matches
Mail list logo