Here is the code as a file to retain text formatting.
** Attachment added: "Shell code for removing the backup initrd file for given
kernel"
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1515513/+attachment/4852757/+files/remove_initrd_backup
--
You received this bug notifi
Or update-initramfs could do more comprehensive deletion in its delete
function:
rm -f "${initramfs}" "${initramfs}".*
instead of
rm -f "${initramfs}" "${initramfs}.bak"
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initr
** Also affects: dpkg (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1678187
Title:
update-initramfs requires
** Summary changed:
- update-initramfs requires more space in /boot when removing a
linux-image-extra package
+ dpkg fails to remove a linux-image-extra package, if /boot is about full
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subsc
Why not adding removing to both? That way update-initramfs would remove
the extra ones even if dkms was uninstalled.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/15
I think check for enough space could be done in dpkg. It might be just
hard to estimate what is enough space, since the required space for
initrd.img files depends on whether linux-image-extra packages are used,
whether dkms is used and whether backup initrd.img files are generated.
Maybe some envi
** Description changed:
"dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when
purging/removing a linux-image-extra package. That calls "update-
initramfs -c" which needs significant amount of additional disk space in
/boot temporarily. But there is no space left, if /boot is ful
What triggers a postinst script when removing a linux-image-extra
package by dpkg?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1678187
Title:
dpkg fails to remo
dpkg may also fail to install a linux-image-extra package, because
"update-initramfs -c" needs more space for initrd.img in /boot
temporarily, even if the new initrd.img would fit when the old one has
been removed.
--
You received this bug notification because you are a member of Ubuntu
Touch see
Jackalux, oh I see you have found the popular one-liner script for
kernel removing. It is too complicated for what it does and too simple
for what it should possibly do.
I have written a script to ease kernel removal:
https://www.bountysource.com/issues/38300038-feature-request-the-command-should-
sfrahm, I do you mean Bug #1460396.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/798414
Title:
update-initramfs should produce a more helpful error when there is
sfrahm, were you installing updates by Software Updater, when this
happened? If so, you could report a bug by `ubuntu-bug update-manager`
in terminal. Tell it is likely a regression; in 14.04 it does not let
you start update, if there is not enough room for kernels (at least
always), but displays a
Is this more than just a duplicate of Bug #1624644?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1675079
Title:
16.04 LTS Partition /boot fills up with Kerne
A fix could be adding line
Unattended-Upgrade::Remove-Unused-Dependencies "true";
in /etc/apt/apt.conf.d/50unattended-upgrades
But does it remove too many packages? Why was
Unattended-Upgrade::Remove-New-Unused-Dependencies "true";
setting ever added?
--
You received this bug notification becaus
Besides:
If you do not want automatic updates, but just automatic removal of unnecessary
software including kernels, you could have 'Download and install updates
automatically' set, but edit /etc/apt/apt.conf.d/50unattended-upgrades to have
only comments within Unattended-Upgrade::Allowed-Origin
It is not that old and not marked as fixed.
Do you claim that the bug happens even if no kernel updates are being
installed by Software Updater or by e.g. apt, but only by unattended-
upgrades?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which
** Description changed:
Currently if one chooses to use LVM or encrypted install, a /boot
partition is created of 236Mb
Once kernel updates start being released this partition soon fills until
people are left unable to upgrade.
While you and I might know that we need to watch parti
No. Automatic removing is supposed to work in 16.04 and later by
default. But even in 16.04 it works only, if you let unattended-upgrades
install all kernel updates. I have not tested later releases, but I
guess it is the same thing.
I think removing should work in 16.04 and later, if you use the
stub,
I suppose the upgrading process did not change the settings concerning
unattended-upgrade. You should do that manually after upgrading from
14.04 and initially remove extra kernels manually before upgrading.
de0u,
I tell about the restrictions concerning 'apt-get autoremove' in the wiki p
According to commant #8
patch against current
https://git.launchpad.net/~usd-import-team/ubuntu/+source/initramfs-tools/tree/update-initramfs
Removes all leftover initramfs files, even after dkms is uninstalled.
** Attachment added: "patch against update-imitramfs"
https://bugs.launchpad.net/
Patch against current https://git.launchpad.net/~usd-import-
team/ubuntu/+source/initramfs-tools/tree/update-initramfs
** Attachment added: "patch concerning generate_initramfs function in
update_initramfs"
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1678187/+attachment/492
I think the patch presented at
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1678187/comments/8
might give more helpful error message, since it avoids filling /boot as long as
possible, thus the system is unlikely to run out of space while running
mkinitramfs, but finds out, if
Note that the patch in #15 removes the leftovers related to the kernel
version being removed currently. Removing leftovers related to already
purged kernels still have to be done manually, for example by linux-
purge https://www.bountysource.com/issues/38300038-feature-request-the-
command-should-w
The reason why 'apt-get autoremove' is stated there is that it is a
simple working way in 16.04 and later for most users, if your system is
not broken already. purge-old-kernels is included in some Ubuntu
package; consequently it is supported by Launchpad's bug reporting
system. But as said in the
Hi David
One option is to install 16.04 or later and configure unattended-
upgrades as recommended in the document. I am afraid all the related
bugs will not be fixed in 14.04.
Fixing Bug #1460396 and Bug #291342 would also help users of Software
Updater even if unattended-upgrades is not used.
As for default settings for unattended-upgrade, it is interesting what
Canonical Foundations Team is going to do with Bug #1624644.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.la
I wonder why fix to Bug #1439769 has not been released as SRU for 14.04
yet. The fix would make unattended-upgrade work better in removing extra
kernels in 14.04.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgr
... and 'sudo apt-get autoremove' would work, too.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1357093
Title:
Kernels not autoremoving, causing out of space
Marked as invalid against Software Updater (i.e. update-manager) since
there is a separate report for it: Bug #1460396
** Changed in: update-manager
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed t
Similarly, it would be great, if unattended-upgrade, apt and whatnot
package tool software could predict that the requested install will not
fit in system and act accordingly. Then the error in post-installation
script would not happen then. The size could be hard to know in general
case. If I have
This patch is better, because it takes into account the size of possible
existing initramfs file when calculating the needed available free
space.
** Patch added: "version 2 of patch concerning generate_initramfs function in
update_initramfs"
https://bugs.launchpad.net/ubuntu/+source/initram
/boot may become full already in unpacking stage when installing a new kernel
by dpkg. I think the error message could be more helpful in that case, too. The
following video demonstrates such a case. It also demonstrates how the
aforementioned linux-purge script can be used to fix system
https:/
Another example where /boot gets full even before running update-initramfs:
https://askubuntu.com/q/946875/21005
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/798414
Maybe setting env LC_ALL=C is needed when using sort?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1710531
Title:
package linux-image-4.4.0-91-generic 4.4.0-91.114 failed to
What does
ls -l /etc/alternatives/awk
print?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1648617
Title:
package linux-image-4.4.0-47-generic keeps reporting a system proble
4.4.0.21-generic is an old kernel. The current one for Xenial is
4.4.0-92-generic. Could you add /var/log/apt/term.log as attachment?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bu
To be able to debug better the problem shown in DpkgTerminalLog.txt
you could run:
sudo cp -a /etc/kernel/postinst.d/apt-auto-removal /
sudo sed -i 's/set -e/set -ex/' /etc/kernel/postinst.d/apt-auto-removal
You can revert that later by:
sudo mv /apt-auto-removal /etc/kernel/postinst.d/
(when not n
Actually, re-attach /var/log/apt/term.log after you have installed
linux-generic if needed (after making sure xenial-security is selected.)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.
In the term.log it can be seen there is no problem with awk unlike it was
according to DpkgTerminalLog.txt so the original problem with awk is still
mystery.
You may run
sudo mv /apt-auto-removal /etc/kernel/postinst.d/
to disable extra stuff in logs in future.
As for automatic maintenance the
Public bug reported:
$ time apt-mark showmanual >/dev/null
real0m0.610s
user0m0.544s
sys 0m0.024s
When I run the command first time, it is even much slower.
I could do the job in fraction of a time using dpkg-query and awk.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apt
Do you say information about automatically installed packages can not be
read from /var/lib/apt/extended_states (or whatever file set in
configuration variable Dir::State::extended_states)? If I install
something by apt, I see modification time of
/var/lib/apt/extended_states about 1 sec later than
** Summary changed:
- apt-mark showauto is slow
+ 'apt-mark showauto' and 'apt show' is slow
** Description changed:
- $ time apt-mark showmanual >/dev/null
+ $ time apt-mark showauto >/dev/null
- real 0m0.610s
- user 0m0.544s
- sys 0m0.024s
+ real 0m0.587s
+ user 0m0.552s
+ sys 0m0.0
Henry, do you use Ubuntu Trusty, and install kernels manually? See
comment #79.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1357093
Title:
Kernels not autor
** Changed in: unattended-upgrades (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1603620
Title:
Package lists are not u
How about SRU?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1544942
Title:
Marks unneeded packages as manually installed, if --dry-run is used
Status in una
Here in Ubuntu 14.04.5 LTS it seems to install upgrades fine, even
though there is "InstCount=0" in the log.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/117731
juliank, Do you mean ppa-purge should be translated to completely
different programming language, and that I can not even rely on apt-get
outputting something that matches '^Err[ :]' to stdout in such cases?
Sounds difficult.
What do you mean by "Our results are boolean, we might not be able to
re
*** This bug is a duplicate of bug 1458204 ***
https://bugs.launchpad.net/bugs/1458204
** This bug has been marked a duplicate of bug 1458204
removing kernels should not require a restart afterward
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packa
Yes, it is odd. I think the post-installation scripts will be run
because the depending linux-image- package might not get
removed (and is present at the time anyway), thus initramfs-tools is
used to create /boot/initrd.img- without the extra kernel
modules provided by linux-image-extra-. I guess t
** Also affects: initramfs-tools
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1678187
Title:
dpkg fails to remove a l
Is it ok to remove the running kernel image?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/701578
Title:
purging a kernel sometimes fails to remove kernel in arme
** Description changed:
"dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when
purging/removing a linux-image-extra package. That calls "update-
initramfs -c" which needs significant amount of additional disk space in
/boot temporarily. But there is no space left, if /boot is ful
** Description changed:
"dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when
purging/removing a linux-image-extra package. That calls "update-
initramfs -c" which needs significant amount of additional disk space in
/boot temporarily. But there is no space left, if /boot is ful
Michael Baker, the bug report Bug #1357093 that you referred to has been
re-reported as Bug #1675079 and Bug #1624644
If you disable automatic installation of updates, and install them by
Software Updater only, it will prevent you from installing kernel
updates, retaining the system in intact stat
Though even Software Updater could be more informative on how to free
more space on /boot: Bug #1460396
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/798414
Title:
I managed to change update-initramfs in my computer so that it uses a
temporary location (temporarily) for new initrd.img file thus behaving
better in case of separate /boot partition and low disk space there.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded p
Bill Meier, I think GUI application is not necessary. Text-based
application may have checklist, too, so it is pretty easy to make a
selection. Initramfs-tools may not run the application, but it could
give hint to run one in its error message. The script I was talking
about in #140 is such a scrip
** Summary changed:
- dpkg fails to remove a linux-image-extra package, if /boot is about full
+ Removing a linux-image-extra package fails, if /boot is about full
** Description changed:
- "dpkg --purge" calls /etc/kernel/postinst.d/initramfs-tools when
+ System calls /etc/kernel/postinst.d/ini
Steve Langasek, such a bug has been reported (Bug #1501884)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1458204
Title:
removing kernels should not require a
Public bug reported:
on_ac_power should return 0 (as exit code).
Besides Xfce Power Manager tells in Devices tab that Line power is "Not
plugged in".
Tested by an old Macbook.
(I don't have battery to test with.)
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: powermgmt-base 1.33
ProcVe
I do not understand why u-u keeps linux-modules-4.15.0-36-generic. How
do those packages depend on that?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1615381
Title:
apt-get
If you can confirm, please update the report.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dash in Ubuntu.
https://bugs.launchpad.net/bugs/892317
Title:
set -e reverses order of signal handlers
Status in dash:
New
Sta
The behavior seems to have changed in later version. I tested dash 0.5.10.2-6.
There EXIT trap is not run at all, if -e is used, and you use Ctrl-C. But if
you remove the 'exit 2' from the signal trap, EXIT trap will be run regardless
of -e setting, when you press Ctrl-C. That is not intuitive. S
Output by dash 0.5.10.2-6:
3
^CIgnored 1
Ignored 2
Back
EXIT
bash 5.0.3 works the same way.
To get the output you want, you can use the following code:
--
#!/bin/sh
#set -e
trap '' INT
trap 'echo EXIT' EXIT
sorry() {
echo "Ignored 1"; echo "Ignored 2"
sleep 1
echo Back
}
for
I do not know any other shell than Bash that would run EXIT trap on
signal that has its default action.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dash in Ubuntu.
https://bugs.launchpad.net/bugs/608894
Title:
dash does
add-apt-repository -h mentions the option, though.
** Tags added: focal
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1753115
Title:
add-apt-repository docum
Mika, I can confirm, oddly it helped renaming
/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf to
/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf.bak.
I am using 20.04 now.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is su
Public bug reported:
Test case:
{ for i in $(seq 10); do echo $i; sleep 1; done; } | less
Press q before left side of pipe has finished and less has not displayed
whole viewport of text.
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: less 487-0.1
ProcVersionSignature: Ubuntu 4.15.0-96.97
Well, how are you supposed to know, which resample method is actually
used?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1741045
Title:
Change the default resample-me
** Tags added: focal
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to less in Ubuntu.
https://bugs.launchpad.net/bugs/1874971
Title:
less does not quit by q key before input ends, if it has not displayed
full viewport of t
** Bug watch added: github.com/gwsw/less/issues #62
https://github.com/gwsw/less/issues/62
** Also affects: less via
https://github.com/gwsw/less/issues/62
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pa
Well, I think it is not a problem, if we do not need depcache here :)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1713219
Title:
'apt-mark showauto' and 'apt show' is slow
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/243
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1857708
Title:
Uses GNU awk specific option in ba
** Description changed:
- The following command tells the files:
+ The following command tells the files:
grep awk $(dpkg-query -L pulseaudio | grep
/usr/share/bash-completion/completions/)
/usr/share/bash-completion/completions/pulseaudio:pactl list cards 2>
/dev/null | awk -e \
/usr
Public bug reported:
In the video mode there are moving stripes on the screen and monitor
turns off occasionally. (Maybe this is bad behaving monitor, an old
Samsung TV) It got good after I run
xrandr --output HDMI-1 --auto
(and similar for each other video output) in /usr/local/bin/monitor-
con
** Description changed:
In the video mode there are moving stripes on the screen and monitor
- turns off occasionally. (Maybe this is bad behaving monitor, an old
- Samsung TV) It got good after I run
+ turns off occasionally. (Maybe this is just bad behaving monitor, an old
+ Samsung TV) It bec
** Description changed:
In the video mode there are moving stripes on the screen and monitor
turns off occasionally. (Maybe this is just bad behaving monitor, an old
Samsung TV) It became got good after I run
xrandr --output HDMI-1 --mode 1920x1080
(and --auto for each other video
** Tags added: eoan focal
** Also affects: lightdm (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1855350
Title:
Will
*** This bug is a duplicate of bug 1855350 ***
https://bugs.launchpad.net/bugs/1855350
** This bug has been marked a duplicate of bug 1855350
Will not logout or shutdown form guest-session
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, whic
Public bug reported:
In the beginning headphones are plugged in, and "Auto-Mute Mode" set "Disabled"
in alsamixer.
Start pulseaudio.
Then unplug headphones. Speakers are muted.
Then plug headphones in. Speakers are muted.
Then unplug headphones. Speaker volume is unmuted.
I expect Speaker levels
** Attachment added: "pulseverbose.log"
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1436252/+attachment/4355406/+files/pulseverbose.log
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
ht
Public bug reported:
Please note, that Line out = analog output port is controlled by ALSA
mixer track called PCM, whereas there should be a separate mixer track
for it; see bug Bug #1433568
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11.1
ProcVersionSignature: U
As for #2, what do you mean by "pulseaudio need to use line out jack to
determine the availability instead of unknown"? The problem is that
headphone volume raises, when you control another port in pavucontrol.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded
I tested this by upstream kernel 4.0.0-04rc5-lowlatency, where there
is "Line Out" mixer in ALSA for the (second) analog output.
When I choose "Speakers (unavailable)" port in pavucontrol, Headphone
level is raised to dB gain 0 (equals 89%) and the port level controls
Master volume and Speaker
I noticed that the number of channels muted at once may depend on the
port chosen in pavucontrol's Output Devices tab. In my system, if I
choose "Headphones (plugged in)", muting affects only to ALSA tracks
called Master and Headphone. If I choose another port, muting affects to
Master, Headphone a
** Description changed:
with certain audio hardware (those where alsamixer shows separate
"headphone" and "speaker" channels) pressing of the mute button on
laptop keyboards causes mute of all three channels: master, headphone
and speaker. unfortunately, pressing the button again to unmute
** Description changed:
with certain audio hardware (those where alsamixer shows separate
"headphone" and "speaker" channels) pressing of the mute button on
laptop keyboards causes mute of all three channels: master, headphone
and speaker. unfortunately, pressing the button again to unmute
See also Bug #1254884
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1436269
Title:
When you select Analog Output or Speakers as port in Output Devices
tab of pavuco
And as for the first workaround in #28, my system does not even have
/etc/hal/
--
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/bugs/218637
Title:
[Hardy] Whitespace in command line
At least in ubuntu 14.04 (with Xfce) you don't need to be superuser to run
setxkbmap -option "nbsp:none"
I run this as an autostarted application to avoid trouble.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu
** Description changed:
- The following happen to me, if I still have Alt Gr key down when
- pressing space key (which happens easily):
+ OS: from Hardy to at least Trusty.
- E.g. grep does not work here (always):
+ When you use Finnish keyboard, you have to hold Alt Gr down to type | or
+ \ or
As for apps mentioned in #25, the list is big. Libreoffice shows the
difference, but I don't know other programs.
** Summary changed:
- Non-breaking space is easy to write accidentally and hard to distinguish from
regular space.
+ Non-breaking space is easy to write accidentally and impossibel t
Is there any font that would display non-breaking space differently?
--
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/bugs/218637
Title:
Non-breaking space is easy to write accident
** Also affects: xfce4-terminal
Importance: Undecided
Status: New
** Also affects: gnome-terminal
Importance: Undecided
Status: New
** Also affects: geany
Importance: Undecided
Status: New
** Also affects: gedit
Importance: Undecided
Status: New
--
You r
** Also affects: xorg (Ubuntu)
Importance: Undecided
Status: New
--
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/bugs/1409332
Title:
Mouse cursor freezes, when using e.g.
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1409332/+attachment/4350657/+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: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1409332/+attachment/4350656/+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: "InstalledPlugins.txt"
https://bugs.launchpad.net/bugs/1409332/+attachment/4350652/+files/InstalledPlugins.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: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1409332/+attachment/4350650/+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
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1409332/+attachment/4350654/+files/Lsusb.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
201 - 300 of 543 matches
Mail list logo