Hi all
After getting into this, today I performed a full upgrade from oneiric and all
went well, the wifi still working. Before the distro upgrade I upgraded
wpasupplicant to the latest version in the repo (proposed?) but strangely it
was detected as not original package. After that no more prob
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/seq:fabio 1498 F pipewire
/dev/snd/controlC3: fabio 1505 F wireplumber
/dev/snd/controlC2: fabio 1505 F wireplumber
/dev/snd/controlC1: fabio 1505 F wireplumber
Public bug reported:
Cloud instances that configure network over DHCP in initramfs, will go
through a "for ROUNDTTT in 30 60 90 120" loop inside
configure_networking().
If the DHCP server is only offering a IPv6 (no IPv4), the instance will
take more than 5 minutes to boot, because it will first
I've tested the Noble and Oracular from -proposed and my feedback is
positive.
Oracular with initramfs-tools 0.142ubuntu34.1:
ubuntu@fabio-oracular-amd-vanilla:~$ sudo dpkg -l | grep initramfs-tools
ii initramfs-tools0.142ubuntu34.1
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or
not my use case would be affected by it, I've booted a Jammy instance
with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is
booting well through iscsi. My cmdline is as below, so it might not be
exposed to the i
I've tested launching a Oracle Cloud baremetal instance (which boots
from iSCSI) using such patch, and all worked well:
https://pastebin.ubuntu.com/p/3cdFdYBVFG/
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools
I've tested the patch and it fixes the issue. I can confirm the MTU
settings are now correct and curl works fine. I also confirmed it
allowed cloud-init to run and fully complete the boot process:
https://pastebin.ubuntu.com/p/KfcP7wmjjV/
There are no cloud-init errors:
https://pastebin.ubuntu.c
Sorry for the late feedback, but sharing here:
AWS docs regarding best practices regarding cpu-starvation [1] do not
recommend disabling the irqbalance service. Quoting the doc:
> "Note: we do not recommend disabling irqbalance service. ENA driver
doesn’t provide affinity hints, and if device res
Hi Nafees, I discussed this with Mitchell and we are still looking into
the best possible way to move forward with this SRU. We'll keep this bug
update as soon as we have some more details to share.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, wh
*** This bug is a duplicate of bug 518056 ***
https://bugs.launchpad.net/bugs/518056
I was on 18.04 and that was not an issue for me.
Using US intl. alt. keyboard I could always get ç (cedilha).
Now that I've upgrade to 23.04, this problem came back.
--
You received this bug notification b
Hi Steve,
Would you and the SRU team reconsider the "won't fix" decision or
further elaborate on the regression problem, based on the comment above?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https:/
Another suggestion from one of our Engineers is that you can also set it
inside your python script, something like this:
```
from setuptools import setup, Extension
import sysconfig
extra_flags=sysconfig.get_config_var('CFLAGS').split()
setup(
name="test",
ext_modules=[Extension("test",
172-31-43-65:~/testprog$ strings build/lib.linux-aarch64-2.7/test.so
| grep -- -O
GNU C17 9.4.0 -mlittle-endian -mabi=lp64 -g -g -O2 -fno-strict-aliasing -fwrapv
-fstack-protector-strong -fPIC -fasynchronous-unwind-tables
-fstack-protector-strong -fstack-clash-protection
Would that work fo
It's also worth mentioning that, a patch was backported mentioning "#
DP: Allow setting BASECFLAGS, OPT and EXTRA_LDFLAGS (like, CC, CXX, CPP,
CFLAGS, CPPFLAGS, CCSHARED, LDSHARED) from the environment." [1], but
then OPT is not being added at all by the patch (which had just
mentioned adding it),
right flags.
Based on the description and the proposed patches, this seems to be a
legitimate bug, so shouldn't we fix this? Especially considering that
Focal still have a long lifecycle ahead.
Also, if the issue is that python2.7 is in universe, can't we fix this
through esm-apps?
Rega
lags, configure_cflags, extra_cflags)
if x)
ldshared = ldshared + ' ' + configure_cflags
if 'CPPFLAGS' in os.environ:
To:
elif configure_cflags:
cflags = ' '.join(str(x) for x in (basecflags, opt ,configure_cflags,
extra_cflags) if x)
ldshared = ldshared + ' '
> BTW - fwupd already uses network-online.target for this unit. One
could probably argue this is a systemd bug.
Where? /usr/lib/systemd/system/fwupd-refresh.service only has
After=network.target. Perhaps that'd be the fix.
--
You received this bug notification because you are a member of Ubuntu
https://github.com/fwupd/fwupd/issues/5590
** Bug watch added: github.com/fwupd/fwupd/issues #5590
https://github.com/fwupd/fwupd/issues/5590
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.
My error is quite annoying to, already the hotspot work on the SO, the
activated the wifi and detect the wifi, but when my cellphone connected
to the hotspot assigned a public ip, for been exactly assigned by
default the DHCP the ip 10.42.0.189 with a mask subred 255.255.255.0,
but the computer tha
@Nafees,
I'm sorry, I hadn't noticed that the file produced by python3 was
different (and I did have the test.so in my directory because I had
built it with python2 before, so I was just grepping the same file). I
see the problem now and I'm checking it with our Engineering team.
On the other hand, I do see the -O2 with python2 in a 22.04 instance.
Can you clarify if this is the same for you and, if not, provide some
details on versions being used?
Regards,
Fabio Martins
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages,
Hello Nafees,
Can you share this setup.py that we can use to reproduce the problem and
investigate?
Regards,
Fabio Martins
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs
Public bug reported:
Feature Request:
When installing a system over the network using live installer
(subiquity), you can use the kernel cmdline option ip= [1] to provide
the network configuration.
In certain situations, it would be ideal to be able to configure a lacp
bond during this process.
I've also updated the [Test Plan] section of the bug description
** Description changed:
[Impact]
In some cases, ipconfig can take a longer time than the user-specified
timeouts, causing unexpected delays.
[Test Plan]
+
+ - Check that the ipconfig utility is able to obtain an IP throug
leased to
Bionic will continue to carry this patch?
Thank you in advance!
Regards,
Fabio Martins
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to klibc in Ubuntu.
https://bugs.launchpad.net/bugs/1947099
Title:
ipconfig does not
I've tested the package from -proposed and I can confirm it fixes the
problem:
Installed from -proposed:
root@ubuntu:~# apt-cache policy klibc-utils
klibc-utils:
Installed: 2.0.4-9ubuntu2.2
Candidate: 2.0.4-9ubuntu2.18.04.1
Version table:
2.0.4-9ubuntu2.18.04.1 500
500 http://p
Should this bug be changed to Fix Committed at this point?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to klibc in Ubuntu.
https://bugs.launchpad.net/bugs/1947099
Title:
ipconfig does not honour user-requested timeouts in
I've tested the new patch from ppa:mfo/lp1947099v2 and I can confirm it
resolves the problem:
- Without the patch:
https://pastebin.ubuntu.com/p/RksNcBGSzn/
It took 396,940865−220,447147 = 176,493718 seconds in the IP-Config section.
Total boot time:
ubuntu@gpu48-ubuntu18:~$ sudo systemd-an
Thank you, Mauricio, for the build process details and for adding the
update here. I'm including some evidence of my tests showing that the
patch you suggested did work well:
Details of the build process:
https://pastebin.ubuntu.com/p/dmVWH2fxpy/
Test package installed:
https://pastebin.ubuntu.
@Łukasz / @Robie, do you think the above comments are enough to proceed
with this SRU?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to klibc in Ubuntu.
https://bugs.launchpad.net/bugs/1947099
Title:
ipconfig does not honour
I've tested the klibc-utils patch using Mauricio's ppa:
sudo add-apt-repository ppa:mfo/lp1947099
sudo apt install klibc-utils
sudo update-initramfs -u -k all
And I can confirm that it does improve the boot time in more than 3
minutes, without causing any noticeable issues.
- Without the patch:
I tried using klibc-utils from the ppa (containing the patch):
root@ubuntu:~# sudo apt-cache policy klibc-utils
klibc-utils:
Installed: 2.0.4-9ubuntu2.18.04.1
Candidate: 2.0.4-9ubuntu2.18.04.1
Version table:
*** 2.0.4-9ubuntu2.18.04.1 500
500 http://ppa.launchpad.net/mfo/lp1947099/u
I've setup a Lab with dnsmasq acting as DHCP Server, which I can use the
dhcp-reply-delay option to introduce a delay between the DHCPDISCOVER
and DHCPOFFER, as in the example below:
Mar 30 18:26:34 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPDISCOVER(ens3)
52:54:00:d7:10:13
Mar 30 18:26:34 focal-dhcp
Hi Robie,
The user story here is about improving the time it takes to boot a
Bionic instance on Oracle Cloud in a specific bare metal shape, called
BM.GPU4.8. This is a pretty large instance, with 18x Ethernet controller
[0200]: Mellanox Technologies MT28800 Family [ConnectX-5 Ex]
[15b3:1019]:
ht
Customer has provided a positive feedback that the package in -proposed
fixed this bug
--
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/1923115
Title:
Networkd vs udev nic r
Public bug reported:
upgrading from 18.04 to 20.04
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.2
ProcVersionSignature: Ubuntu 4.15.0-115.116-generic 4.15.18
Uname: Linux 4.15.0-115-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
Cas
Public bug reported:
No more
ProblemType: Package
DistroRelease: elementary 0.4.1
Package: libnss3:amd64 2:3.28.4-0ubuntu0.16.04.6
ProcVersionSignature: Ubuntu 4.15.0-58.64~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.19
AptdaemonVersion: 1.1.1+bzr9
Public bug reported:
Release: Ubuntu 16.04 LTS
Package: xserver-xorg-core-hwe-16.04 2:1.19.6-1ubuntu4.1~16.04.2
Archicteture:amd64
/usr/lib/xorg/Xorg:6:/lib/x86_64-linux-
gnu/libc-2.23.so+35428:/lib/x86_64-linux-
gnu/libc-2.23.so+3702a:/usr/lib/xorg/Xorg+1b891a:/usr/lib/xorg/Xorg+1be513:/usr/li
Happened today at the start of the system
** Tags added: cosmic
--
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/1500193
Title:
systemd-journald crashed with SIGABRT in dev
Public bug reported:
i can't listen any Sound from the speakers.
if i use headphones i don't have any problem to hear music or anything, but
without i can't neither choose the option speaker.
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignatu
Public bug reported:
Hello, i tried to reinstall Ubuntu thinking was something easy to solve but
nothing. the problem persist.
in also i did different try with different guides but i didnt manage since im
new on linux and tried to fix it without result.
the problem is:
only headphones are sho
Public bug reported:
Hello,
i can't hear any sound neither from the test.
the audio isn't working, and, i tried to configure the speakers but linux
doesn't recognize the speakers of the laptop, infect, checking the settings,i
can see only headphones listed and not speakers or any other option.
]
*** This bug is a duplicate of bug 1717344 ***
https://bugs.launchpad.net/bugs/1717344
** Description changed:
- crash just after session started, probably dup of #1723050
-
+ crash just after session started,
ProblemType: Crash
DistroRelease: Ubuntu 18.04
Package: systemd 235-3ubuntu
Public bug reported:
Upgrading from Artful
ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: systemd 235-3ubuntu3
Uname: Linux 4.15.0-999-generic x86_64
ApportVersion: 2.20.8-0ubuntu6
Architecture: amd64
Date: Mon Jan 8 17:47:35 2018
ErrorMessage: triggers looping, abandoned
Installation
I don't have a VLC ppa. I don't really understand what the problem is
here, but if it's not Ubuntu-related I'll figure something out. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchp
Public bug reported:
Xenial-updates has the following packages:
- libgles1-mesa (12.0.6-0ubuntu0.16.04.1)
- libglapi-mesa (17.0.7-0ubuntu0.16.04.1)
The first one depends on libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1), but
libglapi-mesa has a higher version and so there's a conflict.
I've had to r
Public bug reported:
x
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon 2.1.3-4
ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30
Uname: Linux 4.4.0-49-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CupsErrorL
Public bug reported:
.
ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libqt5dbus5:i386 (not installed)
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Mon Nov 7 11:17:39 2016
Duplicate
Raising importance cuz isn't only aesthetic issue but it affect
usability
** Changed in: gedit (Ubuntu)
Importance: Low => Medium
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launch
Public bug reported:
How many times encountered, Amazon requires its workers to too high pace of
work, proving to not to be humanity for others. Please stop this shame.
Man is not a machine.
** Affects: webapps-applications (Ubuntu)
Importance: High
Status: Confirmed
** Tags: rls
Public bug reported:
Hallo
testing Yakkety 08-10 buld on live session i have the controls of the volume
locked and not working as shown in the attached screenshot. Even in sound
setting I can-t set the desired volume, anyway it play sounds correctly.
ProblemType: Bug
DistroRelease: Ubuntu 16.10
retenjin_EXT_EXT is home wifi
VodafoneMobileWifi is the mobile modem
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1629088
Title:
[Yakkety] WIFI disconnection
** Summary changed:
- [Yakkety] Disconnections, fail in reconnection introduced from Xenial
+ [Yakkety] WIFI disconnections, fail in reconnection introduced from Xenial
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-
Public bug reported:
Hallo
Wily with latest mainline kernel works great so I assume this issue is not
related to linux.
Starting from Xenial I cannot (or sometimes I can for few times and for few
minutes) connect to my wireless, even the mobile modem frequently disconnect
with problem reconnect
Attaching some logs with fail in reconnection during this report
** Attachment added: "syslog"
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1629088/+attachment/4751312/+files/syslog
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packag
This works perfectly on Ubuntu 16.04 with systemd:
https://gist.github.com/nitely/3d5f10b4f686f5f96c95
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd-shim in Ubuntu.
https://bugs.launchpad.net/bugs/1252121
Title:
*** This bug is a duplicate of bug 1252121 ***
https://bugs.launchpad.net/bugs/1252121
This works perfectly on Ubuntu 16.04 with systemd:
https://gist.github.com/nitely/3d5f10b4f686f5f96c95
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which
** Changed in: canonical-devices-system-image
Status: Incomplete => Confirmed
** Changed in: unity8-desktop-session (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8
Ok, thanks, here you are :)
** Attachment added: "application-click-com.ubuntu.music_music_2.4.1003.log"
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1604433/+attachment/4708875/+files/application-click-com.ubuntu.music_music_2.4.1003.log
--
You received this bug notification becaus
What package is giving me the music app? Is it a click? Because I have
it in the dash but there's no such thing like a 'music-app' package
installed on my system.. I'm not understanding what's going on..
--
You received this bug notification because you are a member of Ubuntu
Touch seeded package
Sorry, there actually was, but was not visible from Firefox in Libertine
:/ Anyway there is no log there from the music-app (double checked)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launch
Sorry, there is no upstart folder under ~/.cache..
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1604433
Title:
Listening audio does not work on the desktop
Status in Can
I tried installing qtubuntu-media and it made the dash go in a loop of
crash and restart. I could not try the music-app because with qtubuntu-
media was installed it crashed on startup. I purged the package, now the
dash works correctly and I can even play music from the Music scope.
Opening the Mu
I'm not sure I can use the nvidia card without the nvidia drivers as
it's an optimus card. With just nouveau installed it works fine,
anyaway.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launch
No, to my memory I just experienced this using the nvidia drivers and
when enabling the nvidia card (I have an hybrid optimus card)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bug
Public bug reported:
In my laptop, if I launch the camera-app, I get the app running but the
webcam input is totally black. I would have instead expected to see the
input from my integrated webcam.
** Affects: camera-app (Ubuntu)
Importance: Undecided
Status: New
** Affects: unity8
I just tried with the Music app and there is still no sound
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1604433
Title:
Listening audio does not work on the desktop
Stat
In the Italian keyboard I can't type the following (among others):
@#[]{}«»`~ which are quite common symbols.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1590515
Title:
apport information
** Attachment added: "MonitorsUser.xml.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704708/+files/MonitorsUser.xml.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https:
apport information
** Attachment added: "xdpyinfo.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704721/+files/xdpyinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704714/+files/UdevDb.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/
apport information
** Attachment added: "NvidiaBugReportLog.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704709/+files/NvidiaBugReportLog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
ht
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704713/+files/ProcModules.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.lau
apport information
** Attachment added: "Xrandr.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704719/+files/Xrandr.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/
apport information
** Attachment added: "nvidia-settings.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704720/+files/nvidia-settings.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://
apport information
** Attachment added: "XorgLog.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704717/+files/XorgLog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.n
apport information
** Attachment added: "XorgLogOld.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704718/+files/XorgLogOld.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launc
apport information
** Attachment added: "UnitySupportTest.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704715/+files/UnitySupportTest.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https:
apport information
** Attachment added: "XorgConf.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704716/+files/XorgConf.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704712/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bu
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704710/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.lau
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704711/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.lau
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704707/+files/Lspci.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bu
apport information
** Attachment added: "LightdmLog.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704706/+files/LightdmLog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launc
apport information
** Attachment added: "DpkgLog.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704702/+files/DpkgLog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.n
apport information
** Attachment added: "GconfCompiz.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704703/+files/GconfCompiz.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.lau
apport information
** Attachment added: "JournalErrors.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704704/+files/JournalErrors.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs
apport information
** Attachment added: "LightdmDisplayLog.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704705/+files/LightdmDisplayLog.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
http
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704701/+files/Dependencies.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.l
apport information
** Tags added: apport-collected compiz-0.9 ubuntu
** Description changed:
After logging in, the cursor is not drawn on the screen.
I can see it's effects while moving the mouse or touchpad, as items on
the panel gets highlighted, or my unity panel becomes visible. I c
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1580472/+attachment/4704700/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.l
I tried with webbrowser-app only (and in XApps, but for them it could be
a different issue)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1604433
Title:
Listening audio do
I tried with the bottom right corner too.
--
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/1603183
Title:
Right click from clickpad is handled as a left click
Status
Yes, it has no physical button
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1603183
Title:
Right click from clickpad is handled as a left click
Status in Mir:
New
Status
Public bug reported:
Playing any audio (eg. youtube video) does not produce any sound on the
desktop
** Affects: unity8-desktop-session (Ubuntu)
Importance: Undecided
Status: New
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
** Also affects: u
This indeed solved the problem. I'm not sure if I ever removed it, but I
can't exclude it
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1603186
Title:
Apps sco
Reinstalling unity-scope-click didn't change the situation
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1603186
Title:
Apps scope not shown in the dash (but is installed)
I can even open it from the scope manager, it's just not shown among the
enabled scopes
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1603186
Title:
Apps scope not shown i
Yes, it does. You can see it in the comment #4
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1603186
Title:
Apps scope not shown in the dash (but is installed)
Status in
** Description changed:
- I'm used to have the contextual menus with the right button on the
- desktop, while on unity8 they still appear pressing and holding (which
- is fine for touch based devices). When I use the webbrowser-app I can't
- even open links in different pages.
+ Using the touchpad
1 - 100 of 319 matches
Mail list logo