[Bug 2058032] Re: 3.8.1-ubuntu1 depends on update-notifier-common, which ends up bringing in ubuntu-pro

2024-03-16 Thread Pjotr12345
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

2022-02-14 Thread Pjotr12345
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

2020-08-06 Thread Pjotr12345
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

2020-05-23 Thread Pjotr12345
@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

2018-06-19 Thread Pjotr12345
** 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

2018-06-19 Thread Pjotr12345
** 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

2018-06-19 Thread Pjotr12345
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

2018-06-19 Thread Pjotr12345
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

2018-04-04 Thread Pjotr12345
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

2018-04-04 Thread Pjotr12345
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

2018-04-04 Thread Pjotr12345
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

2018-04-04 Thread Pjotr12345
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

2018-04-02 Thread Pjotr12345
@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

2018-04-02 Thread Pjotr12345
** 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

2018-03-29 Thread Pjotr12345
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

2018-03-29 Thread Pjotr12345
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

2018-03-28 Thread Pjotr12345
@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

2018-03-28 Thread Pjotr12345
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

2018-03-27 Thread Pjotr12345
** 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

2018-03-27 Thread Pjotr12345
** 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

2018-03-27 Thread Pjotr12345
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

2018-03-27 Thread Pjotr12345
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

2018-03-26 Thread Pjotr12345
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

2018-03-25 Thread Pjotr12345
** 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

2018-03-25 Thread Pjotr12345
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

2017-01-17 Thread Pjotr12345
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

2016-04-27 Thread Pjotr12345
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

2016-04-26 Thread Pjotr12345
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

2015-03-14 Thread Pjotr12345
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

2015-03-13 Thread Pjotr12345
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

2014-08-23 Thread Pjotr12345
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

2014-08-23 Thread Pjotr12345
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

2014-05-04 Thread Pjotr12345
** 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

2014-05-04 Thread Pjotr12345
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

2014-05-04 Thread Pjotr12345
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

2014-04-14 Thread Pjotr12345
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

2014-04-14 Thread Pjotr12345
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

2014-04-08 Thread Pjotr12345
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

2014-03-27 Thread Pjotr12345
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

2014-03-24 Thread Pjotr12345
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

2014-03-12 Thread Pjotr12345
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

2014-03-12 Thread Pjotr12345
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

2014-03-06 Thread Pjotr12345
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

2014-03-05 Thread Pjotr12345
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

2014-03-05 Thread Pjotr12345
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

2014-03-03 Thread Pjotr12345
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

2014-03-02 Thread Pjotr12345
@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

2014-02-27 Thread Pjotr12345
@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

2014-02-27 Thread Pjotr12345
** 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

2014-02-23 Thread Pjotr12345
@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

2014-02-23 Thread Pjotr12345
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

2014-02-23 Thread Pjotr12345
** 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

2013-12-28 Thread Pjotr12345
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

2013-12-28 Thread Pjotr12345
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)

2013-10-02 Thread Pjotr12345
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)

2013-09-28 Thread Pjotr12345
** 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)

2013-09-28 Thread Pjotr12345
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)

2013-09-28 Thread Pjotr12345
** 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

2013-05-13 Thread Pjotr12345
@ 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

2013-05-11 Thread Pjotr12345
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

2013-05-07 Thread Pjotr12345
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

2013-05-06 Thread Pjotr12345
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

2013-04-23 Thread Pjotr12345
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

2013-04-06 Thread Pjotr12345
*** 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

2013-04-06 Thread Pjotr12345
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

2013-02-04 Thread Pjotr12345
@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

2013-02-04 Thread Pjotr12345
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

2013-02-04 Thread Pjotr12345
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

2013-01-13 Thread Pjotr12345
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'

2012-11-14 Thread Pjotr12345
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

2012-11-10 Thread Pjotr12345
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

2012-10-23 Thread Pjotr12345
@ 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

2012-10-23 Thread Pjotr12345
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

2012-10-20 Thread Pjotr12345
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

2012-09-27 Thread Pjotr12345
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

2012-08-27 Thread Pjotr12345
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

2012-08-14 Thread Pjotr12345
** 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

2012-08-14 Thread Pjotr12345
** 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

2012-08-08 Thread Pjotr12345
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

2012-05-25 Thread Pjotr12345
"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

2012-05-25 Thread Pjotr12345
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

2012-04-12 Thread Pjotr12345
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

2012-04-11 Thread Pjotr12345
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

2012-04-10 Thread Pjotr12345
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

2012-03-29 Thread Pjotr12345
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

2012-03-29 Thread Pjotr12345
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()

2012-03-27 Thread Pjotr12345
** 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

2012-03-24 Thread Pjotr12345
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

2012-03-21 Thread Pjotr12345
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

2012-03-21 Thread Pjotr12345
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

2012-03-19 Thread Pjotr12345
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

2012-03-19 Thread Pjotr12345
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

2012-03-13 Thread Pjotr12345
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

2012-03-13 Thread Pjotr12345
** 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

2012-03-13 Thread Pjotr12345
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

2012-03-05 Thread Pjotr12345
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

2012-02-22 Thread Pjotr12345
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

2012-02-13 Thread Pjotr12345
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

2012-02-12 Thread Pjotr12345
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

2012-02-11 Thread Pjotr12345
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


  1   2   3   4   5   6   >