[Bug 2058032] Re: 3.8.1-ubuntu1 depends on update-notifier-common, which ends up bringing in ubuntu-pro
Workaround: 1. Get it straight from Debian: wget http://ftp.us.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.8.1_all.deb -P ~/Downloads 2. Install it without recommends: sudo apt-get install --no-install-recommends ~/Downloads/ttf-mscorefonts-installer_3.8.1_all.deb 3. Copy the fonts to another folder: sudo cp -v -r /usr/share/fonts/truetype/msttcorefonts /usr/share/fonts/truetype/msttcorefonts2 4. Uninstall the Debian installer (plus the fonts in their original folder): sudo apt-get purge ttf-mscorefonts-installer 5. Notify the system: sudo dpkg-reconfigure fontconfig 6. Done. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058032 Title: 3.8.1-ubuntu1 depends on update-notifier-common, which ends up bringing in ubuntu-pro To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/2058032/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1960817] [NEW] Network Manager sets powersave on by default, thus making many WiFi connections unreliable
Public bug reported: As the headline says. On the support fora that I frequent, many people report unstable and unreliable WiFi connections because of this. In those cases, when power management for the WiFi chipset is turned off, the connection immediately improves a lot. Therefore the default for WiFi power management should be "off", non "on". Workaround for those who don't want to wait for the fix: sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf Reboot. When there's no such .conf file yet: sudo touch /etc/NetworkManager/conf.d/default-wifi-powersave-off.conf echo "[connection]" | sudo tee /etc/NetworkManager/conf.d/default-wifi- powersave-off.conf echo "wifi.powersave = 2" | sudo tee -a /etc/NetworkManager/conf.d/default-wifi-powersave-off.conf Reboot. ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: instability management networkmanager power wifi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960817 Title: Network Manager sets powersave on by default, thus making many WiFi connections unreliable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1960817/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1835660] Re: initramfs unpacking failed
This is a simplified version of the means to work around this problem: Step 1: sudo sed -i 's/COMPRESS=lz4/COMPRESS=gzip/g' /etc/initramfs-tools/initramfs.conf Step 2: sudo update-initramfs -u Step 3: Reboot. Now I wonder whether someone has already tried something other than gzip? Because initramfs.conf mentions no less than six options: # COMPRESS: [ gzip | bzip2 | lz4 | lzma | lzop | xz ] Apparently gzip is slower than lz4, which might slow the boot process by several seconds. One of the other alternatives might be faster. Of course I could test that myself, but I'm too lazy today, so I'm hoping somebody else has done the footwork already -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835660 Title: initramfs unpacking failed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1835660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1773174] Re: Dutch lowercase translation warnings
@Nic: fixed. Thanks for the alert. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773174 Title: Dutch lowercase translation warnings To manage notifications about this bug go to: https://bugs.launchpad.net/snapd/+bug/1773174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1776175] Re: No Internet connection when starting 'firejail firefox' since firefox 60
** Attachment added: "Profile as created by the author of Firejail, in order to fix this for Firefox" https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+attachment/5154343/+files/firefox.profile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776175 Title: No Internet connection when starting 'firejail firefox' since firefox 60 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1776175] Re: No Internet connection when starting 'firejail firefox' since firefox 60
** Attachment added: "Profile for Firejail 0.9.38, as created by the author of Firejail, in order to fix this for Firefox 60+" https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+attachment/5154344/+files/firefox.profile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776175 Title: No Internet connection when starting 'firejail firefox' since firefox 60 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1776175] Re: No Internet connection when starting 'firejail firefox' since firefox 60
Note that even the Firejail version in Bionic (0.9.52) is affected by this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776175 Title: No Internet connection when starting 'firejail firefox' since firefox 60 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1776175] Re: No Internet connection when starting 'firejail firefox' since firefox 60
There are two workarounds: install the latest stable Firejail (0.9.54) by downloading its .deb installer from the Firejail website, or use another profile for Firefox: https://firejail.wordpress.com/support/#profile-fixes But this should be fixed in the Ubuntu repo's as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776175 Title: No Internet connection when starting 'firejail firefox' since firefox 60 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1776175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keyboard layout
For the sake of completeness, I repeated the test with the latest daily build of Xubuntu Bionic (timestamped: 2018-04-04 06:05). Again: the Xubuntu iso shows precisely the same results as with the Ubuntu iso. This seems to rule out gnome-settings-daemon as culprit... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keyboard layout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keyboard layout
Just tested some other languages: exactly the same error happens when I select Deutsch, Francais, Espanol or Italiano. They all present English (US) as default preselected keyboard layout. @Sebastien Bacher: have you already tested it with a UEFI machine running in full UEFI mode, on the bare metal (not in VirtualBox)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keyboard layout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keyboard layout
Sebastien Bacher: what happened on your system is the right result, but that's not what happens on my machine Still not, when I use the latest daily Ubuntu iso (timestamped 20180-04-03 07:03). It's a test machine with UEFI running in full UEFI mode, which might account for the difference with the result from your test. My approach is straightforward: - I boot my laptop from the iso. - it shows only the normal Grub-like "terminal" lines, no GUI, with "Try Ubuntu without installing" as first line of the four. Which is normal for UEFI. - I select the first line - after the desktop appears, I establish Wifi connection - I start Ubiquity - In the welcome screen of Ubiquity, I select "Nederlands" - I click the button "Verder" (Continue) - I'm being presented with the wrong preselected "Engels (VS)" keyboard layout, like I described in the opening message in this thread. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keyboard layout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759112] Re: Disable numlockx on laptops
Even when laptop-detect is being called properly: there are also laptops that *do* have a separate numeric keypad. On those, the numeric keypad should be turned on I can't help but feeling that installing numlockx by default, is a design choice that creates more problems than it solves. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759112 Title: Disable numlockx on laptops To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1759112/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keyboard layout
@gunnarhj: well, the Dutch keyboard has unfortunately disappeared completely, somewhere at the end of the previous century So since 20 years, all keyboards in The Netherlands are US keyboards which need the "intl" xkeybvariant (with dead keys for the accents). :-) Thanks for helping to bring this matter to the attention of the right people! ** Description changed: In Ubuntu, Xubuntu and Lubuntu 18.04 Bionic Beaver, daily builds of March 25, the right default keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as language for the installation. It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". Or, in other words, it should be: XKBLAYOUT="us" XKBVARIANT="intl" + (additional remark in order to prevent any misunderstandings: the + original Dutch keyboard has completely disappeared, so all keyboards + sold in the Netherlands have US keyboards which need the "intl" + xkbvariant with dead keys, in order to be able to type accents) + This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). ** Description changed: In Ubuntu, Xubuntu and Lubuntu 18.04 Bionic Beaver, daily builds of March 25, the right default keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as language for the installation. It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". Or, in other words, it should be: XKBLAYOUT="us" XKBVARIANT="intl" (additional remark in order to prevent any misunderstandings: the - original Dutch keyboard has completely disappeared, so all keyboards - sold in the Netherlands have US keyboards which need the "intl" - xkbvariant with dead keys, in order to be able to type accents) + original Dutch keyboard has completely disappeared long ago, so all + keyboards sold in the Netherlands have US keyboards which need the + "intl" xkbvariant with dead keys, in order to be able to type accents) This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). ** Description changed: In Ubuntu, Xubuntu and Lubuntu 18.04 Bionic Beaver, daily builds of March 25, the right default keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as language for the installation. It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". Or, in other words, it should be: XKBLAYOUT="us" XKBVARIANT="intl" (additional remark in order to prevent any misunderstandings: the - original Dutch keyboard has completely disappeared long ago, so all + original Dutch keyboard (nl) has completely disappeared long ago, so all keyboards sold in the Netherlands have US keyboards which need the "intl" xkbvariant with dead keys, in order to be able to type accents) This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keyboard layout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keymap for Dutch
** Description changed: In Ubuntu, Xubuntu and Lubuntu 18.04 Bionic Beaver, daily builds of - today, the right default keymap isn't preselected when you select + March 25, the right default keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as language for the installation. It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". + Or, in other words, it should be: + XKBLAYOUT="us" + XKBVARIANT="intl" + This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keymap for Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keymap for Dutch
Maybe helpful extra information: for Dutch, the right default entries in /etc/default/keyboard should be: XKBMODEL="pc105" XKBLAYOUT="us" XKBVARIANT="intl" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keymap for Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759112] Re: Disable numlockx on laptops
OK, but what if you have a big laptop that does have a separate numeric keypad? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759112 Title: Disable numlockx on laptops To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1759112/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759395] Re: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook
@Simon Quigley: for good measure, I just repeated the installation of Lubuntu 18.04 with the latest iso I could find. Timestamp: 2018-03-27 17:15. As usual, I installed with the third-party software option enabled in Ubiquity. On the bare metal of my netbook. With this iso, numlockx isn't being pulled. So the problem appears to be solved in this iso -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759395 Title: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1759395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759395] Re: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook
numlockx gets pulled, which causes the problem. I can see that you're intent on providing a rather unorthodox out-of-the-box experience for users of Lubuntu Bionic with a small keyboard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759395 Title: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1759395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759390] Re: numlockx shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook
** Description changed: - When installing Xubuntu 18.04 Bionic Beaver, daily build of today, - numlockx is being installed also. + When installing Xubuntu 18.04 Bionic Beaver, daily build of two days + ago, numlockx is being installed also. This automatically activates the hidden numeric keypad (accessible by Fn key combination) on the keyboard of my netbook. Which is definitely undesirable, because it makes half my keyboard unusable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759390 Title: numlockx shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1759390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759395] Re: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook
** Description changed: - When installing Lubuntu 18.04 Bionic Beaver, daily build of today, - numlockx is being installed also. + When installing Lubuntu 18.04 Bionic Beaver, daily build of two days + ago, numlockx is being installed also. This automatically activates the hidden numeric keypad (accessible by Fn key combination) on the small keyboard of my netbook. Which is definitely undesirable, because it makes half my keyboard unusable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759395 Title: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1759395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759395] [NEW] Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook
Public bug reported: When installing Lubuntu 18.04 Bionic Beaver, daily build of two days ago, numlockx is being installed also. This automatically activates the hidden numeric keypad (accessible by Fn key combination) on the small keyboard of my netbook. Which is definitely undesirable, because it makes half my keyboard unusable ** Affects: lubuntu-meta (Ubuntu) Importance: Undecided Status: New ** Tags: 18.04 bionic lubuntu numlockx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759395 Title: Lubuntu 18.04: numlockx is wrongly activating the "hidden" numeric keypad on my small netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1759395/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759390] [NEW] numlockx shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook
Public bug reported: When installing Xubuntu 18.04 Bionic Beaver, daily build of today, numlockx is being installed also. This automatically activates the hidden numeric keypad (accessible by Fn key combination) on the keyboard of my netbook. Which is definitely undesirable, because it makes half my keyboard unusable ** Affects: xubuntu-meta (Ubuntu) Importance: Undecided Status: New ** Tags: 18.04 bionic numlock xubuntu ** Description changed: When installing Xubuntu 18.04 Bionic Beaver, daily build of today, - numlock is being installed also. + numlockx is being installed also. This automatically activates the hidden numeric keypad (accessible by Fn key combination) on the keyboard of my netbook. Which is definitely undesirable, because it makes half my keyboard unusable ** Summary changed: - numlock shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook + numlockx shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759390 Title: numlockx shouldn't be installed by default: it's wrongly activating the hidden numeric keypad on my netbook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1759390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keymap for Dutch
I can confirm the same bug in Ubuntu 18.04 and Xubuntu 18.04 (daily builds of today). I'll update the bug description accordingly. ** Description changed: - In Lubuntu 18.04 Bionic Beaver, daily build of today, the right default - keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as - language for the installation. + In Ubuntu, Xubuntu and Lubuntu 18.04 Bionic Beaver, daily builds of + today, the right default keymap isn't preselected when you select + "Nederlands" (i.e. Dutch) as language for the installation. - It's now "English, US" but should be: "English (US) - English (US, - intl., with dead keys)". + It's now "English, US" but should be: + "English (US) - English (US, intl., with dead keys)". This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keymap for Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] Re: ubiquity doesn't preselect the right default keymap for Dutch
** Description changed: - In Lubuntu 18.04 Bionic Beaver, daily build of today, the right default keymap isn't preselected when you select Dutch as language for the installation. - It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". + In Lubuntu 18.04 Bionic Beaver, daily build of today, the right default + keymap isn't preselected when you select "Nederlands" (i.e. Dutch) as + language for the installation. + + It's now "English, US" but should be: "English (US) - English (US, + intl., with dead keys)". This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keymap for Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1758647] [NEW] ubiquity doesn't preselect the right default keymap for Dutch
Public bug reported: In Lubuntu 18.04 Bionic Beaver, daily build of today, the right default keymap isn't preselected when you select Dutch as language for the installation. It's now "English, US" but should be: "English (US) - English (US, intl., with dead keys)". This is a regression, at least compared with Ubuntu 16.04 and earlier (I don't know about 16.10, 17.04 and 17.10). ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: bionic dutch keymap locale ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758647 Title: ubiquity doesn't preselect the right default keymap for Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1758647/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1655136] Re: Multiple CVEs in xenial
Thanks, Reiner! I've changed the bug status to "Fix committed", as you have provided the fix. ** Changed in: firejail (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1655136 Title: Multiple CVEs in xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firejail/+bug/1655136/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574670] Re: ubuntu-support-status returns inaccurate information
Thanks for the information about the progress. This matter has the potential of generating a lot of unnecessary bad publicity (it already did so in Germany), so hopefully you guys will be able to fix it quickly :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574670 Title: ubuntu-support-status returns inaccurate information To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1574670/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1574670] Re: ubuntu-support-status returns inaccurate information
Thanks for taking this matter up. Please provide a rewritten tool that does give accurate information This issue has already created worries on several Linux fora, as a consequence of this article in a reputable German IT magazine: http://www.heise.de/ct/artikel/Ubuntu-LTS-Langzeitpflege-gibt-es-nur-fuer-das-Wichtigste-3179960.html If German is not your strong point: the article accuses Ubuntu of breaking its LTS promise, mainly on the basis of the output of ubuntu- support-status. It would help a lot to rebuild confidence in Ubuntu LTS support, if we would have a rewritten tool that does give correct information about the support timespan for the installed packages in Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574670 Title: ubuntu-support-status returns inaccurate information To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1574670/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1431772] Re: Ubuntu 14.04 64-bit edition keeps crashing on Toshiba Laptop
Two things I'd try: 1. install the non-free closed proprietary driver for your video card. For that, use Software & Updates, tab Additional Drivers; 2. apply a BIOS update (check the support section of the Toshiba website for that). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431772 Title: Ubuntu 14.04 64-bit edition keeps crashing on Toshiba Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431772/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1431772] Re: Ubuntu 14.04 64-bit edition keeps crashing on Toshiba Laptop
More info is needed Please install inxi ("sudo apt-get install inxi"). Then make the terminal fullscreen, in order to avoid chopped lines. Then execute this command: inxi -Fxz (note that the F is a capital letter) Press Enter. Post the output in your answer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431772 Title: Ubuntu 14.04 64-bit edition keeps crashing on Toshiba Laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431772/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1310928] Re: using a pcf in "Import Saved Configuration" causes segmentation fault
Extra information concerning my previous comment: you need the *gnome* package as well. Only then it works as it should. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310928 Title: using a pcf in "Import Saved Configuration" causes segmentation fault To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1310928/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1310928] Re: using a pcf in "Import Saved Configuration" causes segmentation fault
Importing a .pcf file works fine if you do this first: sudo apt-get install network-manager-vpnc network-manager-vpnc-gnome ** Changed in: network-manager-vpnc (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310928 Title: using a pcf in "Import Saved Configuration" causes segmentation fault To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1310928/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1315913] Re: lxsession-default-apps isn't localized / translated
** Package changed: ubuntu => lxsession (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315913 Title: lxsession-default-apps isn't localized / translated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1315913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1315913] [NEW] lxsession-default-apps isn't localized / translated
Public bug reported: In Trusty, lxsession-default-apps isn't localized and (as far as I can see) not even localizable at all. It's not upstream, because upstream offers only a translation facility for lxsession-edit (which isn't being used in Lubuntu Trusty). ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315913 Title: lxsession-default-apps isn't localized / translated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1315913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1315910] [NEW] Light Locker isn't localized / translated
Public bug reported: Light Locker isn't localized, although localizations have been available since March: https://translations.launchpad.net/light-locker-settings/trunk Can these translations be added to Trusty? ** Affects: light-locker-settings (Ubuntu) Importance: Undecided Status: New ** Tags: localization translation trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315910 Title: Light Locker isn't localized / translated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1315910/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307538] Re: [Trusty] Ubiquity fails to recognize hard disk
OK, this is the output: ubuntu@ubuntu:~$ apt-cache policy parted parted: Installed: 2.3-19 Candidate: 2.3-19 Version table: *** 2.3-19 0 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status ubuntu@ubuntu:~$ ** Changed in: ubiquity (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307538 Title: [Trusty] Ubiquity fails to recognize hard disk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1307538/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307538] [NEW] [Trusty] Ubiquity fails to recognize hard disk
Public bug reported: When I try to install Trusty's daily live iso of today, ubiquity fails to recognize the hard disk. It spawns a window filled with question marks and then freezes. This is only in today's daily live iso of 14.04: I can install flawlessly with the iso of the beta. This is a showstopper bug, I'm afraid... ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: showstopper trusty ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307538 Title: [Trusty] Ubiquity fails to recognize hard disk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1307538/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1304356] [NEW] [14.04] ubiquity refuses to install on last partition on the disk
Public bug reported: When I try to install Ubuntu 14.04 on the last partition on the hard disc, it reports "ERROR!!! Can't have a partition outside the disc!". Ubiquity then keeps spawning this error message: I can't click it away. I have to use xkill to quit Ubiquity. I use the daily build of April, 8. Both 32 bit and 64 bit have this problem, on two different computers. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: error partition trusty ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1304356 Title: [14.04] ubiquity refuses to install on last partition on the disk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1304356/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1242452] Re: xfce4-power-manager is not running by default with Lubuntu 13.10
No success I installed laptop-detect, logged out and in again, but no change. Then I did a full reboot, again with no success. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242452 Title: xfce4-power-manager is not running by default with Lubuntu 13.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/1242452/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1296803] [NEW] [Lubuntu 14.04] power manager doesn't launch automatically upon login
Public bug reported: In Lubuntu 14.04, xfce4-power-manager doesn't launch automatically on my laptop. Which it should, in order to show battery load and such. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296803 Title: [Lubuntu 14.04] power manager doesn't launch automatically upon login To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1296803/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1291606] Re: Mousepad isn't localized in Dutch, although fully translated into Dutch on Launchpad
Sorry about the double report I didn't check well enough for earlier reports, and I had completely forgotten about my previous report. :P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291606 Title: Mousepad isn't localized in Dutch, although fully translated into Dutch on Launchpad To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1291606/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1291606] [NEW] Mousepad isn't localized in Dutch, although fully translated into Dutch on Launchpad
Public bug reported: In Xubuntu 14.04, Mousepad isn't localized in Dutch, although it's fully translated into Dutch on Launchpad. And has been so for over a year. Now it's 100 % in English. I suppose this problem also exists for other languages. ** Affects: mousepad (Ubuntu) Importance: Undecided Status: New ** Tags: missing mousepad translation trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291606 Title: Mousepad isn't localized in Dutch, although fully translated into Dutch on Launchpad To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1291606/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1289034] [NEW] Mousepad isn't localized in Xubuntu 14.04
Public bug reported: Mousepad in a Dutch localized and fully updated Xubuntu 14.04, is 100 % in English. But it should be 100 % Dutch, as the Dutch translation for Mousepad, was completed years ago (upstream at Xfce). ** Affects: mousepad (Ubuntu) Importance: Undecided Status: New ** Tags: localization missing mousepad translation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289034 Title: Mousepad isn't localized in Xubuntu 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1289034/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1288267] [NEW] gtk-theme-config currently has no translation facility
Public bug reported: There's currently no facility for translating (localizing) gtk-theme- config. Not on Launchpad, and not elsewhere. That's not how it should be, because it's part of the settings tools of Xubuntu 14.04, which is otherwise fully localized. Please give us translators the opportunity to start translating! As a Dutch translator, I promise to deliver a Dutch translation within days after the facility has been created. ** Affects: gtk-theme-config (Ubuntu) Importance: Undecided Status: New ** Tags: facility gtk-theme-config localization translation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288267 Title: gtk-theme-config currently has no translation facility To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk-theme-config/+bug/1288267/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1288258] [NEW] GDebi isn't localized in Xubuntu 14.04
Public bug reported: When I install GDebi 0.9.3 in a Dutch localized and fully updated Xubuntu 14.04, GDebi is 100 % in English. But it should be 100 % Dutch, as the Dutch translation for GDebi on Launchpad, was completed over a year ago. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: gdebi locale localization translated translation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288258 Title: GDebi isn't localized in Xubuntu 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1288258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: FFe: Please package xfburn 0.5.0
Thank you, Pasi! The developer, David Mohr, has told me that he's willing to do a new "emergency bugfix release", in the unlikely event that serious regressions would appear in 0.5.0. So I think we can be reassured about that... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: FFe: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: FFe: Please package xfburn 0.5.0
@Stephen Michael Kellat: the documentation passage is still fully valid for Xfburn 0.5.0. No changes necessary. I tested it in Xubuntu 14.04 (I used Alien to convert an RPM from Fedora Rawhide to a .deb, because Fedora has already packaged Xfburn 0.5.0 for Rawhide). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: FFe: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: FFe: Please package xfburn 0.5.0
@Jackson Doak: I'm sorry. :-) Thanks for your support for this release, by the way. Much appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: FFe: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: FFe: Please package xfburn 0.5.0
** Changed in: xfburn (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: FFe: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: Please package xfburn 0.5.0
@David Mohr: no need to apologize for anything The main thing is: we have this fine bugfix release. Thanks to you! :-) Now if we could get it into Xubuntu 14.04, that would be "the icing on the cake". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: Please package xfburn 0.5.0
I think it's very important to have this bugfix release in 14.04, as it's the new LTS It'll make a real quality difference, not only for Xubuntu, but also for Lubuntu and even for Ubuntu (many Ubuntu users prefer Xfburn, which integrates well in Unity). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1282937] Re: Please package xfburn 0.5.0
** Also affects: xfburn (Debian) Importance: Undecided Status: New ** No longer affects: xfburn (Debian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282937 Title: Please package xfburn 0.5.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfburn/+bug/1282937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004400] Re: Xubuntu: default double click time is too short
Upstream at Xfce, the double-click interval has been increased to 400 ms: https://bugzilla.xfce.org/show_bug.cgi?id=10562 Now it might take a long time before this fix lands downstream at Xubuntu automatically. Perhaps not yet for Xubuntu 14.04. That would be a pity, because it's such an irritating bug. And Xubuntu 14.04 will be LTS, with a very long lifetime So my request: please apply this improved default setting in Xubuntu 14.04 LTS. Regards, Pjotr. 2013/7/21 Jackson Doak > I think it better in this case to check who doesn't think the swap is a > good thing. If it's minority VS no-one, the tiny effort is worth it to > please said minority. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1004400 > > Title: > Xubuntu: default double click time is too short > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1004400/+subscriptions > ** Bug watch added: Xfce Bugzilla #10562 https://bugzilla.xfce.org/show_bug.cgi?id=10562 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004400 Title: Xubuntu: default double click time is too short To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1004400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004400] Re: Xubuntu: default double click time is too short
Upstream at Xfce, the double-click interval has been increased to 400 ms: https://bugzilla.xfce.org/show_bug.cgi?id=10562 Now it might take a long time before this fix lands downstream at Xubuntu automatically. Perhaps not yet for Xubuntu 14.04. That would be a pity, because it's such an irritating bug. And Xubuntu 14.04 will be LTS, with a very long lifetime So my request: please apply this improved default setting in Xubuntu 14.04 LTS. Regards, Pjotr. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004400 Title: Xubuntu: default double click time is too short To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1004400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1232523] Re: Default keyboard layout for Dutch is wrong (regression)
The bug has apparently disappeared in the iso of today's daily build, with which I did a clean install today. The bug happened with the iso of Ubuntu Saucy beta 2, but the recent updates must have done some healing magic. :-) ** Changed in: console-setup (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232523 Title: Default keyboard layout for Dutch is wrong (regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1232523/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1232523] Re: Default keyboard layout for Dutch is wrong (regression)
** Tags removed: ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232523 Title: Default keyboard layout for Dutch is wrong (regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1232523/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1232523] [NEW] Default keyboard layout for Dutch is wrong (regression)
Public bug reported: Ubuntu Saucy has the wrong default keyboard layout for Dutch users: almost all keyboards sold in the Netherlands have the U.S. English keyboard layout, and not the Dutch (Nl) layout. The default choice for Dutch users should be "US International" with variant "International (with dead keys)". This variant is important, because in Dutch there are words that contain letters with accents. This is a regression: see this old bug report from 2007, when it was fixed: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/129982 ** Affects: console-setup (Ubuntu) Importance: Undecided Status: New ** Tags: console keyboard layout terminal ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232523 Title: Default keyboard layout for Dutch is wrong (regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1232523/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1232523] Re: Default keyboard layout for Dutch is wrong (regression)
** Description changed: Ubuntu Saucy has the wrong default keyboard layout for Dutch users: almost all keyboards sold in the Netherlands have the U.S. English keyboard layout, and not the Dutch (Nl) layout. The default choice for Dutch users should be "US International" with variant "International (with dead keys)". This variant is important, because in Dutch there are words that contain letters with accents. This is a regression: see this old bug report from 2007, when it was fixed: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/129982 + + Note: strangely enough, the keyboard layout is right (namely USA Intl) + when you interrupt the boot process of the DVD and choose your settings + manually. When you choose Dutch then, and then press F3 for keyboard + layout, the right keyboard layout is preselected. ** Description changed: Ubuntu Saucy has the wrong default keyboard layout for Dutch users: almost all keyboards sold in the Netherlands have the U.S. English keyboard layout, and not the Dutch (Nl) layout. The default choice for Dutch users should be "US International" with variant "International (with dead keys)". This variant is important, because in Dutch there are words that contain letters with accents. This is a regression: see this old bug report from 2007, when it was fixed: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/129982 Note: strangely enough, the keyboard layout is right (namely USA Intl) when you interrupt the boot process of the DVD and choose your settings - manually. When you choose Dutch then, and then press F3 for keyboard - layout, the right keyboard layout is preselected. + manually. When you choose the Dutch language then, and then press F3 for + keyboard layout, the right keyboard layout is already preselected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232523 Title: Default keyboard layout for Dutch is wrong (regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1232523/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177324] Re: xscreensaver: there's no translation file in the Dutch langpack anymore
@ Adam Conrad: thanks for fixing! But I notice that the fix has been tagged for Saucy Does this mean that it won't become available for Raring? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177324 Title: xscreensaver: there's no translation file in the Dutch langpack anymore To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/1177324/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1179029] Re: Package gnome-paint is not translated in Dutch
I can confirm this for 13.04 as well. As stated by the original poster, there are two separate issues involved: 1. The translation isn't being pulled at installation, so gnome-paint is 100 % untranslated by default; 2. Even after manually adding the translation file gnome_paint.mo to the system, a part of gnome-paint still remains untranslated. This part (the menu items under the header "Image" in the toolbar) are not translatable *at all* in the .po file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1179029 Title: Package gnome-paint is not translated in Dutch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-paint/+bug/1179029/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1177324] [NEW] xscreensaver: there's no translation file in the Dutch langpack anymore
Public bug reported: In Xubuntu 13.04 and Lubuntu 13.04, xscreensaver is completely untranslated. Because there's no xscreensaver.mo (translation file) in the Dutch langpack at /usr/share/locale-langpack/nl/LC_MESSAGES. There should be an xscreensaver.mo in the langpack, because xscreensaver is fully translated into Dutch and has been so for years. In earlier *buntu versions (12.10 and previous) everything is alright. Possibly this affects other languages as well. ** Affects: xscreensaver (Ubuntu) Importance: Undecided Status: New ** Tags: langpack lubuntu screensaver translation xubuntu ** Description changed: In Xubuntu 13.04 and Lubuntu 13.04, xscreensaver is completely untranslated. Because there's no xscreensaver.mo (translation file) in the Dutch langpack at /usr/share/locale-langpack/nl/LC_MESSAGES. + There should be an xscreensaver.mo in the langpack, because xscreensaver + is fully translated into Dutch and has been so for years. In earlier + *buntu versions (12.10 and previous) everything is alright. + Possibly this affects other languages as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1177324 Title: xscreensaver: there's no translation file in the Dutch langpack anymore To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/1177324/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1176820] [NEW] Setting a jpg picture as background for the Grub menu, no longer works
Public bug reported: In Ubuntu 13.04, setting a jpg picture as background for the Grub menu, no longer works. It has no perceptible effect at all. Strangely enough, it still *does* work in Lubuntu 13.04. Maybe because Lubuntu has less theming in Grub? Steps to reproduce: - install Ubuntu 13.04 - install all available updates - in the Grub menu, check with the command vbeinfo, which resolution Grub supports for your display - boot normally - scale a jpg picture to the right resolution - put the picture in /boot/grub - perform sudo update-grub - reboot ** Affects: grub (Ubuntu) Importance: Undecided Status: New ** Tags: background grub menu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176820 Title: Setting a jpg picture as background for the Grub menu, no longer works To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1176820/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1080701] Re: After 'Preparing to install Ubuntu' screen, raring installation hangs
The fix works fine on my box, which at first was hit by this bug. Thanks, developers! -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1080701 Title: After 'Preparing to install Ubuntu' screen, raring installation hangs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1080701/+subscriptions -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 1165344] Re: Ubiquity hangs on disk with many partitions
*** This bug is a duplicate of bug 1080701 *** https://bugs.launchpad.net/bugs/1080701 ** Tags added: raring ** This bug has been marked a duplicate of bug 1080701 After 'Preparing to install Ubuntu' screen, raring installation hangs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165344 Title: Ubiquity hangs on disk with many partitions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1165344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1165344] [NEW] Ubiquity hangs on disk with many partitions
Public bug reported: When I try to install Ubuntu 13.04 or Xubuntu 13.04 (beta 2) on my netbook, Ubiquity hangs when examining the hard disk. The only thing I can do then, is cancelling the installation. This probably happens because this hard disk has nine (9) partitions with currently four different operating systems on it (3 x Linux, 1 x Windows 7). It just can't stop examining the hard disk; I cancelled the installation after more than 15 minutes passed without Ubiquity showing me a partitioning proposal. Earlier versions of Ubiquity (up to Ubuntu 12.10) had no problems with this hard disk and it's many partitions. Ubiquity still works fine on my laptop which has only five partitions and two operating systems. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: disk partitions ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1165344 Title: Ubiquity hangs on disk with many partitions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1165344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115271] Re: Xubuntu is being called Ubuntu in the Grub menu
@micahg: but Linux Mint, which uses the Ubuntu kernel as well, manages to be identified in the Grub menu as Linux Mint Maybe Xubuntu can somehow use the same trick as Mint? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115271 Title: Xubuntu is being called Ubuntu in the Grub menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1115271/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115285] [NEW] Lubuntu is being called Ubuntu in the Grub menu
Public bug reported: In the Grub menu, Lubuntu is being called Ubuntu. This may cause confusion on a multiple boot system. Therefore it would be better if Grub called Lubuntu by it's proper name, in the Grub menu. ** Affects: lubuntu-default-settings (Ubuntu) Importance: Undecided Status: New ** Tags: grub lubuntu menu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115285 Title: Lubuntu is being called Ubuntu in the Grub menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/1115285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1115271] [NEW] Xubuntu is being called Ubuntu in the Grub menu
Public bug reported: In the Grub menu, Xubuntu is being called Ubuntu. This may cause confusion on a multiple boot system. Therefore it would be better if Grub called Xubuntu by it's proper name, in the Grub menu. ** Affects: xubuntu-default-settings (Ubuntu) Importance: Undecided Status: New ** Tags: grub menu xubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1115271 Title: Xubuntu is being called Ubuntu in the Grub menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1115271/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 948053] Re: nvidia-173 and nvidia-96 uninstallable on Precise
Thank you, developers! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948053 Title: nvidia-173 and nvidia-96 uninstallable on Precise To manage notifications about this bug go to: https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/948053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 796076] Re: When run as root [gksudo gedit ] gedit tries to open a 2nd 'untitled document 1'
The best workaround for me is this: I switched to Leafpad. I only use Gedit now for non-root tasks; Leafpad works fine when run as root... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/796076 Title: When run as root [gksudo gedit ] gedit tries to open a 2nd 'untitled document 1' To manage notifications about this bug go to: https://bugs.launchpad.net/gedit/+bug/796076/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1077326] [NEW] [Xubuntu 12.10] Alacarte unchecks manually checked menu items
Public bug reported: In Alacarte in Xubuntu 12.10, when you check a previously unchecked menu item, the check disappears after you open a new category. Steps to repeat: - Perform a clean install of Xubuntu 12.10 - Install all updates - Open Alacarte - Check some unchecked item in one category, for example in Accessories: Power Manager - Click on another category, for example Internet - Click on Accessories again: Power Manager is suddenly unchecked. Note: this bug does not happen in Xubuntu 12.04; in Xubuntu 12.04 Alacarte functions fine. ** Affects: alacarte (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: alacarte menu quantal xubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077326 Title: [Xubuntu 12.10] Alacarte unchecks manually checked menu items To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1077326/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1070485] Re: Ubiquity switches sda and sdb in Grub configuration, causing boot failure
@ Adam Conrad: how can I check this? Note: the laptop it happens on in my case, is a fairly new Lenovo b570e. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070485 Title: Ubiquity switches sda and sdb in Grub configuration, causing boot failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1070485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1070485] [NEW] Ubiquity switches sda and sdb in Grub configuration, causing boot failure
Public bug reported: When I install *buntu 12.10 by means of a Live USB (USB memory stick), Ubiquity often (not always) wrongly identifies the memory stick as 'sda' and the hard disk as 'sdb'. Ubiquity then installs *buntu 12.10 nevertheless on the hard disk with nearly all configuration right, namely the hard disk as 'sda'. With one fatal exception: Grub. Grub is configured to boot from 'sdb'. Upon first boot from the hard disk (with the USB stick removed), Grub then of course spawns this error: error: unknown filesystem grub rescue> When I found out what the cause was, it was easy to repair: simply boot up the PC by means of a *DVD* and point Grub to 'sda' by means of this terminal command: sudo mount /dev/sdaX /mnt && sudo grub-install /dev/sda --root-directory=/mnt (where the X in sdaX needs to be replaced by the partition number of the root partition) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: boot filesystem grub ubiquity unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070485 Title: Ubiquity switches sda and sdb in Grub configuration, causing boot failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1070485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1039375] Re: Duplicate partitions shown
Weird thing is, no such problem in openSUSE 12.2 with the Xfce desktop. Although openSUSE 12.2 has Xfce 4.10 as well. So it's probably not a pure Xfce 4.10 problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039375 Title: Duplicate partitions shown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1039375/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1057452] [NEW] [Quantal] Ubiquity creates confusion about which part of the disk space will go to Ubuntu
Public bug reported: On a computer with only Windows 7, Ubiquity does show the alongside option, but does not state which part of the disk space will be used by Ubuntu and which part is the original space. Is Ubuntu on the left or on the right side of the slider? So you don't know what moving the slider will do: will it increase or decrease space for Ubuntu? See this screenshot: https://sites.google.com/site/easylinuxtipsproject/screenshots/Screenshot-ubiquity.jpg Screenshot of the situation on this particular hard disk: https://sites.google.com/site/easylinuxtipsproject/screenshots/Screenshot-gparted.jpg A solution might be, that the space to be used by Ubuntu (on the right side of the slider, I presume), shows the text "Ubuntu 12.10". ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: alongside disk quantal ubiquity windows -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1057452 Title: [Quantal] Ubiquity creates confusion about which part of the disk space will go to Ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1057452/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1042350] [NEW] Kernel 3.2.0-29: Network-Manager icon no longer shows signal strength
Public bug reported: Although I'm connected to the internet wirelessly, the wireless strength indicator in my notification panel is greyed out. And if I click on it no access points are being displayed. The connection itself is OK, no problems there. This happens only when I boot from kernel 3.2.0-29, and not when I boot from the previous kernel 3.2.0-27. See the attached zip file with the output of lshw and screenshots of the desktop panel view in *-29 and *-27. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: grey icon signal strength wireless -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042350 Title: Kernel 3.2.0-29: Network-Manager icon no longer shows signal strength To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1042350/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034521] Re: LibreOffice: the default file path for storing documents, does not take into account the localization of the system
** Description changed: I've found a bug , which happens when you install LibreOffice in Xubuntu or Lubuntu 12.04. In Ubuntu and Kubuntu 12.04 this same bug takes a different shape; more about that later. The default path for storing documents, does not take into account the localization of Xubuntu. The name "Documents" is not translated in accordance with the localization of the system. So the path is always (e.g.) "/home/pjotr/Documents", whereas it should be (in my Dutch localized system) "/home/pjotr/Documenten". This causes the documents to be stored in the main user folder, in my case /home/pjotr. In Ubuntu and Kubuntu the file path is wrong, too: in a Dutch localized system, it becomes "/home/pjotr/Documenten/Documents". As the final folder in the path does not exist, documents will be stored by LO in the right place, namely the first folder in the path that does exist, in - this case "/home/pjotr/Documents". It's still a configuration error, + this case "/home/pjotr/Documenten". It's still a configuration error, though... ** Description changed: I've found a bug , which happens when you install LibreOffice in Xubuntu or Lubuntu 12.04. In Ubuntu and Kubuntu 12.04 this same bug takes a different shape; more about that later. The default path for storing documents, does not take into account the localization of Xubuntu. The name "Documents" is not translated in accordance with the localization of the system. So the path is always (e.g.) "/home/pjotr/Documents", whereas it should be (in my Dutch localized system) "/home/pjotr/Documenten". This causes the documents to be stored in the main user folder, in my - case /home/pjotr. + case "/home/pjotr". In Ubuntu and Kubuntu the file path is wrong, too: in a Dutch localized system, it becomes "/home/pjotr/Documenten/Documents". As the final folder in the path does not exist, documents will be stored by LO in the right place, namely the first folder in the path that does exist, in this case "/home/pjotr/Documenten". It's still a configuration error, though... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034521 Title: LibreOffice: the default file path for storing documents, does not take into account the localization of the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1034521/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034521] Re: LibreOffice: the default file path for storing documents, does not take into account the localization of the system
** Summary changed: - LibreOffice in Xubuntu: the default file path for storing documents, does not take into account the localization of the system + LibreOffice: the default file path for storing documents, does not take into account the localization of the system ** Description changed: - I've found a bug , which only happens when you install LibreOffice in - Xubuntu 12.04. + I've found a bug , which happens when you install LibreOffice in Xubuntu + or Lubuntu 12.04. In Ubuntu and Kubuntu 12.04 this same bug takes a + different shape; more about that later. The default path for storing documents, does not take into account the localization of Xubuntu. The name "Documents" is not translated in accordance with the localization of the system. So the path is always (e.g.) "/home/pjotr/Documents", whereas it should be (in my Dutch localized system) "/home/pjotr/Documenten". This causes the documents to be stored in the main user folder, in my case /home/pjotr. + + In Ubuntu and Kubuntu the file path is wrong, too: in a Dutch localized + system, it becomes "/home/pjotr/Documenten/Documents". As the final + folder in the path does not exist, documents will be stored by LO in the + right place, namely the first folder in the path that does exist, in + this case "/home/pjotr/Documents". It's still a configuration error, + though... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034521 Title: LibreOffice: the default file path for storing documents, does not take into account the localization of the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1034521/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034521] [NEW] LibreOffice in Xubuntu: the default file path for storing documents, does not take into account the localization of the system
Public bug reported: I've found a bug , which only happens when you install LibreOffice in Xubuntu 12.04. The default path for storing documents, does not take into account the localization of Xubuntu. The name "Documents" is not translated in accordance with the localization of the system. So the path is always (e.g.) "/home/pjotr/Documents", whereas it should be (in my Dutch localized system) "/home/pjotr/Documenten". This causes the documents to be stored in the main user folder, in my case /home/pjotr. ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Tags: file libreoffice localization path writer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034521 Title: LibreOffice in Xubuntu: the default file path for storing documents, does not take into account the localization of the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1034521/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004400] Re: Xubuntu: default double click time is too short
"Opinion" is like "won't fix". With two independent confirmations, I think this report deserves more consideration ** Changed in: xubuntu-default-settings (Ubuntu) Status: Opinion => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004400 Title: Xubuntu: default double click time is too short To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1004400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1004400] [NEW] Xubuntu: default double click time is too short
Public bug reported: Especially for elderly people, the default double click time of 250 ms, is too short. Many elderly people have difficulty clicking swiftly enough. In my opinion, a default double click time of 350 ms would therefore be better. ** Affects: xubuntu-default-settings (Ubuntu) Importance: Undecided Status: Opinion ** Tags: click double time xubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004400 Title: Xubuntu: default double click time is too short To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1004400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 979068] Re: GEdit lost localization
Lost translations for Gedit, Synaptic, File-roller and maybe even more, in Xubuntu 12.04. What's wrong? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/979068 Title: GEdit lost localization To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/979068/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 978738] Re: synaptic is not localized anymore since 0.75.9 version update
File-roller (Archive Manager) lost it's translation as well -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978738 Title: synaptic is not localized anymore since 0.75.9 version update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/978738/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 978396] [NEW] [Precise] Synaptic Package Manager lost it's entire translation
Public bug reported: As a result of the Synaptic update of today, Synaptic lost it's entire Dutch translation. It's completely in English now. In Xubuntu 12.04 Precise Pangolin. ** Affects: synaptic (Ubuntu) Importance: Undecided Status: New ** Tags: locale localization synaptic translation ** Description changed: - As a result of the Synaptic update of today, it lost it's entire - translation. + As a result of the Synaptic update of today, Synaptic lost it's entire + Dutch translation. It's completely in English now. ** Tags added: locale localization synaptic translation ** Description changed: As a result of the Synaptic update of today, Synaptic lost it's entire - Dutch translation. It's completely in English now. + Dutch translation. It's completely in English now. In Xubuntu 12.04 + Precise Pangolin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978396 Title: [Precise] Synaptic Package Manager lost it's entire translation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/978396/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] Re: Ubiquity fails to install Grub in Precise
Changed the status back to "New", as I've provided the requested information. ** Changed in: ubiquity (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] Re: Ubiquity fails to install Grub in Precise
Yesterday, I repeated a fresh install with the daily build of yesterday. The problem is still there: Ubiquity installs Ubuntu fine, and installs Grub as well. Only... it wrongly identifies the BIOS as EFI, so it installs the Grub EFI packages. Which makes the laptop unbootable, because it's an ordinary BIOS and no EFI at all. Repair is easy: boot from the LiveCD and install the ordinary Grub by hand. sudo mount /dev/sda7 /mnt sudo grub-install --root-directory=/mnt /dev/sda Then there's no problem anymore: Ubuntu boots fine and all is well with the world :-) Is there any chance of the erroneous EFI detection being fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966626] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966626 Title: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/966626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 964093] [NEW] Wrong source text string in debian-installer for Ubuntu
Public bug reported: Upon translating debian-installer for Ubuntu, I've come across a source text string that seems wrong, at least wrong for Ubuntu. Namely string 1181, which pertains to Grub2, and goes like this: "It has interesting new features but is still experimental software for this architecture. If you choose to install it, you should be prepared for breakage, and have an idea on how to recover your system if it becomes unbootable. You're advised not to try this in production environments." This seems to me inappropriate for Ubuntu, which has Grub 2 by default I do not suppose that we want to scare Ubuntu users away from Grub2. My suggestion would be an adaptation of this text string, roughly like this: "It has interesting new features, but other distributions than Ubuntu, consider it as experimental software for this architecture. In Ubuntu Grub2 is being used by default, and it's therefore the best choice for Ubuntu." ** Affects: debian-installer (Ubuntu) Importance: Undecided Status: New ** Tags: debian-installer grub2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964093 Title: Wrong source text string in debian-installer for Ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/964093/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 961678] [NEW] Gdebi doesn't use existing translation
Public bug reported: Gdebi has been fully translated into Dutch, almost six months ago. On Launchpad. But in 12.04, Gdebi is entirely in English, in a Dutch localized system. ** Affects: gdebi (Ubuntu) Importance: Undecided Status: New ** Tags: gdebi locale localization translation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961678 Title: Gdebi doesn't use existing translation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/961678/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] Re: Ubiquity fails to install Grub in Precise
I have tried to attach /var/log/installer/partman, but Launchpad keeeps complaining that it can't upload an empty file (?). Weird, because it's over 300 KB. Maybe you can find the info needed, in hardware.html (output of lshw), which I enclosed in my first message? By the way: I found a strange report about this particular laptop (Lenovo B570e): according to the author, Ubuntu wrongly identifies the BIOS as being EFI, then tries to install the Grub-EFI, which then ofcourse fails to boot. Because it's an ordinary BIOS, not EFI. Here's the report, in rather peculiar Russian-like English: http://www.progtown.com/post5703404.html#p5703404 ** Attachment added: "partman" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+attachment/2909131/+files/partman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 959397] Re: In Precise, lightdm-gtk-greeter is entirely untranslatable
It appears to be fixed! Dutch translation is complete now ** Changed in: lightdm (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959397 Title: In Precise, lightdm-gtk-greeter is entirely untranslatable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/959397/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 959397] [NEW] In Precise, lightdm-gtk-greeter is entirely untranslatable
Public bug reported: In Ubuntu 12.04 Precise Pangolin, lightdm-gtk-greeter is untranslatable. Possibly because it hasn't been set up correctly in Launchpad? This is awkward, because lightdm-gtk-greeter is the default greeter of Xubuntu and Lubuntu. Now there's no possibility of localizing it. As a member of the Ubuntu Dutch Translators team, I see this as a serious problem. Strangely enough, in Oneiric 11.10 lightdm-gtk-greeter *is* translatable (and has therefore been fully translated in many languages). That indicates a faulty setup in Launchpad for 12.04. Please fix this soon: it's very important for both Xubuntu and Lubuntu ** Affects: lightdm (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: 12.04 greeter lubuntu precise xubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959397 Title: In Precise, lightdm-gtk-greeter is entirely untranslatable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/959397/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] Re: Ubiquity fails to install Grub in Precise
Indeed it simply failed to boot... What I had to do in a terminal in a live session afterwards, was this: sudo mount /dev/sda7 /mnt sudo grub-install --root-directory=/mnt /dev/sda Then I could boot from the hard disk without any problems. Other operating systems were detected correctly and shown in the Grub menu as well (other Ubuntus, Windows 7). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] Re: Ubiquity fails to install Grub in Precise
** Attachment added: "Archive contains syslog and hardware list" https://bugs.launchpad.net/bugs/953959/+attachment/2862293/+files/syslog-and-hardware.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 953959] [NEW] Ubiquity fails to install Grub in Precise
Public bug reported: On my Lenovo B570e laptop with EFI BIOS, Ubiquity fails to install Grub. With the LiveUSB of Precise Pangolin 12.04, amd64, daily live of March, 12. However, when I *manually* install Grub from the terminal in the live session of Desktop CD, it does install fine. Then I can boot into Precise from the hard disk after all. This happens both in Ubuntu, Xubuntu and Lubuntu 12.04. I have attached both /var/log/syslog from the LiveUSB-session and a hardware list (output of lshw). ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: grub precise ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953959 Title: Ubiquity fails to install Grub in Precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/953959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 890278] Re: sun java outdated
The problem with the Oracle license is, that it only allows "unmodified" redistribution. Apparently the packaging as .deb, is seen as a modification So you'll have to use a script like the Duinsoft script that Frank de Bruijn has created, which pulls the package from the Oracle servers and installs it. He has kindly made it freely available under the GPL, so copying is no problem. Suggestion: this could be performed automatically during installation of Mint on the hard disk. The LiveDVD might contain OpenJDK, in order to provide an almost full user experience in the live session. During installation of Mint, the script could be run, in order to obtain and install Oracle Java. In my experience OpenJDK still isn't as good as Oracle Java: on some websites, I really need the closed Java. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890278 Title: sun java outdated To manage notifications about this bug go to: https://bugs.launchpad.net/linuxmint/+bug/890278/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 938756] [NEW] Gedit opens a useless blank file, when opening another file with gksudo
Public bug reported: In Ubuntu 11.10, gedit opens a useless extra blank file, when you open another file with gksudo. Strangely enough, this does not happen when you start gedit with *sudo* instead of *gksudo*. Nor does it happen when you start gedit normally, without root permissions. It only happens with gksudo. You can reproduce this bug as follows (example, in which you open /etc/apt/sources.list): - open a terminal - type: gksudo gedit /etc/apt/sources.list ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: blank gedit gksudo oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/938756 Title: Gedit opens a useless blank file, when opening another file with gksudo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/938756/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 930676] Re: Ubiquity quits when starting migration-assistent
The sda4 partition with PC-BSD on it, has a UFS file system. Linux can't cope with UFS, so that's probably the reason why migration-assistant stumbles and crashes (and takes Ubiquity down as well). A fix would probably have to make migration-assistant simply *ignore and skip* file systems that it can't recognize, when it starts scanning the hard drive. P.S. Please disregard my remark about the boot screen of the CD; I overlooked your answer to that particular issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930676 Title: Ubiquity quits when starting migration-assistent To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/migration-assistant/+bug/930676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 930676] Re: Ubiquity quits when starting migration-assistent
I didn't select anything for migration yet; migration-assistant quits *before* offering me migration options But I think I may have found the cause for the failure: on my multi-boot laptop, sda4 is a FreeBSD partition (there's PC-BSD on it), with FreeBSD format. Apparently migration-assistant can't cope with that? There is still one unexplained ubiquity bug left, though: the Desktop CD doesn't offer a normal boot screen. See the attached screenshot. This is quite unrelated to migration-assistant, of course. ** Attachment added: "Screenshot-boot-error.JPG" https://bugs.launchpad.net/ubuntu/+source/migration-assistant/+bug/930676/+attachment/2732989/+files/Screenshot-boot-error.JPG -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930676 Title: Ubiquity quits when starting migration-assistent To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/migration-assistant/+bug/930676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 930676] Re: Ubiquity quits when starting migration-assistent
See this related bug report about migration-assistant: https://bugs.launchpad.net/ubuntu/+source/migration-assistant/+bug/930754 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930676 Title: Ubiquity quits when starting migration-assistent To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/930676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs