[Bug 1714760] Re: "csvtool" returns wrong output when escaping double quotes

2018-01-15 Thread Sven K.
After stumbling upon the same issue, I realized that this is not a bug,
but intended behavior.

The output of csvtool is always a valid csv-formatted record again. It
removes any obsolete double quotes, but it keeps all *necessary* double
quotes.

In your example, csvtool gives the following output

$csvtool col 1,2,3 test.csv
foo,"""Hello "" World!""",bar

which is indeed a correct csv-record. Moreover, the double quotes are
neccessary, since the unescaped output

foo,"Hello " World!",bar

would yield a corrupt csv-record.

The same holds even true for the output's separator char as defined by
the -u flag. Consider the following example:

$ echo "\"single,field\",next one" | csvtool col 1,2 -
"single,field",next one

Again the surrounding quotes are *not* removed because they are
mandatory because of the comma inside the field. However, when
specifying by -u ; another output separator, the double quotes become
obsolete and will be removed:

$ echo "\"single,field\",next one" | csvtool col 1,2 -u ";" -
single,field;next one

Summarized: csvtool focuses on generating valid csv output, *not* on
extracting individual field values in always their unescaped form.
Unfortunately, this means that one needs another commandline tool to
post-process the somtimes-escaped-sometimes-unescaped output of csvtool
when trying to use it in scripts to extract a single column.

It could be a feature request (and indeed a very helpful feature) to
support a flag that forces the output to be unescaped without any
surrounding double quotes, e.g., csvtool --unquoted col 2 test.csv could
give "Hello " World!" then, which is intended for further processing,
rather than """Hello "" World!""".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714760

Title:
  "csvtool" returns wrong output when escaping double quotes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocaml-csv/+bug/1714760/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1259883] [NEW] Nemiver crashes (Segfault) when executable is not compiled with -g argument (gcc)

2013-12-11 Thread Sven K
Public bug reported:

Nemiver crashes on my Xubuntu 13.04 when I try to load a executable that was 
not compiled with the debug flag.
Crash Report Title:
nemiver crashed with SIGSEGV in nemiver::common::log_asm_insns()
See Attachment for the whole ubuntu crash report!

** Affects: nemiver (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "_usr_bin_nemiver.1001.crash"
   
https://bugs.launchpad.net/bugs/1259883/+attachment/3927493/+files/_usr_bin_nemiver.1001.crash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259883

Title:
  Nemiver crashes (Segfault) when executable is not compiled with -g
  argument (gcc)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nemiver/+bug/1259883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798023] Re: apt-get update fails with error 416 Requested Range Not Satisfiable

2011-11-02 Thread Sven K.
I had the same problem, but the workaround by Ilja (removing partially
downloaded repository files) solved it. I did not even had to restart
the update manager.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798023

Title:
  apt-get update fails with error 416  Requested Range Not Satisfiable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/798023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 802816] Re: unity doesn't realise when applications bring their windows to the front

2011-07-29 Thread Sven K.
I just wanted to post a similar problem, but I see that it is based on
the same problem described here. However, it might be even easier to
reproduce this way:

 A special test case:
1. currently, your browser window is opened (usually maximized)
2. start another application, e.g., by clicking on its dash icon, which needs 
some time to create and display its window (usually maximized), e.g., 
Thunderbird, eclipse, USC, ... whatever
3. immediately after starting the other application, click again into your 
browser window (or its dash icon) to give it the focus back
4. wait until the other window appears. It is shown above the browser window
5. now, you want to make the browser visible again, so click on the browser's 
icon in the dash. You will see, you cannot bring the browser window to front by 
this! You have to use Alt+Tab or you must click another icon first, and then 
your browser's icon again

 General problem description:
The problem seems to be, that when clicking on an dash icon referring to an 
application that currently has the focus, its window is not moved to front 
again. It is only moved to front, when it did not have the focus before 
clicking on its icon.

 Easiest Solution:
Whenever a dash icon is clicked, its associated window (incl. any child 
windows) should be moved to front (again), regardless of whether it had the 
focus before or not, or whether or not it was in the front before or not.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/802816

Title:
  unity doesn't realise when applications bring their windows to the
  front

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/802816/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381913] Re: InitiallyPowered and RememberPowered options from main.conf file are not honored

2011-07-28 Thread Sven K.
Same problem on a Samsung Q35. Both flags (InitallyPowered and
RememberPowered) within /etc/bluetooth/main.conf  seem to be ignored.
So, I have to manually disable bluetooth on every startup! In my eyes,
this (two years old!) bug deserves a high priority, since the system-up-
time of any bluetooth-capable laptop is affected.

Does anybody know a workaround, e.g., disabling bluetooth by some
commandline call on startup?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/381913

Title:
  InitiallyPowered and RememberPowered options from main.conf file are
  not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/381913/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776198] Re: xorg and nvidia give very bad performance on multi display setup after update to ubuntu 11.04

2011-07-24 Thread Sven K.
I had very similar problems with unity (latest ubuntu 11.04) + nvidia
(latest driver from the official repositories). The PC is a "Foxconn
NetBox-nT330i Nettop" (Intel Atom 330 with NVIDIA ION chipset) with two
monitors (TwinView 2x1920x1080):

As soon as I open a terminal, or kile, etc. the Xorg process rises up to
100% CPU power, which slows down all processing, e.g., typing needs
about 50-500 ms after each keypress, dragging&dropping a maximized
window from one monitor to the others laggs a lot, and so on. The system
was near to be unuseable. So, I gave it a last try:

The Intel Atom 330 provides 64bit instructions, but I had a 32bit ubuntu
installed. Today, I installed ubuntu 11.04 64bit. And now all works as
it should (and as it was before with older 32 bit ubuntus)! No more
typing delay, and no more Xorg process raising to 100% CPU power. The
system responses very fast! So, at least on my PC, this problem seems to
be somehow related to 32/64 bit combinations of CPU, ubuntu and perhaps
the nvidia driver (due to 3D-requesting unity).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776198

Title:
  xorg and nvidia give very bad performance on multi display setup after
  update to ubuntu 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/776198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815389] [NEW] 3 problems with renaming / deleting .desktop files in nautilus

2011-07-24 Thread Sven K.
Public bug reported:

tested with nautilus in newest ubuntu 11.04:

Files whose name ends with ".desktop" seem to be handled very special in
nautilus (without any mime-type check) and there are three bugs with it:

1) Inside the directory "~/.local/share/applications" (and only there!):
When you rename some file "example.desktop" (you might create a new
empty file for this test) to "example2.desktop", then the filename will
be "example2.desktop.desktop". You must rename it to "example2" to
achieve "example2.desktop"

2) Inside the directory "/tmp" you might create some file named
"example.desktop". When you want to rename it, a popup tells "renaming
is not possible" and when you want to move it to trash it then a popup
tells "cannot move to trash, do you want to delete directly?"

3) Inside other directories, e.g., home, you might create some file
named "example.desktop". When you want to rename it, a popup tells
"renaming is not possible", but in opposite to the case inside the /tmp
directory, you can just move it to trash without problems.



So, there seems to be something wrong in this special handling. Further,
I would suggest that any special handling of .desktop files should be
disabled anyway. Especially, because you cannot open a .desktop file
with a texteditor from nautilus.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: desktop file nautilus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815389

Title:
  3 problems with renaming / deleting .desktop files in nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/815389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-10-03 Thread Sven K.
Dont know... Id make an fresh Karmic install in the last days. There
everything works fine so far.

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351186] Re: [M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

2009-09-27 Thread Sven K.
** Tags added: karmic

-- 
[M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
https://bugs.launchpad.net/bugs/351186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 351186] Re: [M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

2009-09-27 Thread Sven K.
Can confirm, with an HD3870 under Karmic x64. The package xorg-no-
backfill solves my problem with these lags on Jaunty. But now, with
Karmic the lag problem is back again

-- 
[M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled
https://bugs.launchpad.net/bugs/351186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-04-18 Thread Sven K.
Till now, no changes so far :(  
The bug still exists here too. But, thanks for the "modprobe..." way, i dont 
have try'd this till now, my devices comes up too...

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-28 Thread Sven K.
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-28 Thread Sven K.
** Description changed:

  I figure out that some USB external storage devices (and my printer so far), 
not always recognised via usb.
  My WD MyBook only be discovered and mounted successfully, if the system is 
fully loaded and running. But if i restart the system with device plugged in, 
the external Harddisk wouldnt discovered and mounted after boot.
  
  Only if i unplug the device and plug it in again, the devices works fine
  so far.
  
  Same bug belongs to my printer (Canon IP3600), which work fine under
  Intrepid.
  
- 
- Architecture: x64 - 2.6.28-11-generic
- DistroRelease: Jaunty (newest updates so far)
+ uname -a: Linux Linux-x64 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 
16:40:00 UTC 2009 x86_64 GNU/Linux
+ Jaunty (newest updates so far)
  Hardware: MSI DKA-790GX (SB750)
  AMD X2 6000+
  4GB Ram
  ATi 3870 - fglrx
+ 
+ For lspci and dmesg log reports, look a few posts below...

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-27 Thread Sven K.
Hehe, funny...  Ducky, youre right - here too...
Dont noticed that till now :-)

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-26 Thread Sven K.
** Description changed:

  I figure out that some USB external storage devices (and my printer so far), 
not always recognised via usb.
  My WD MyBook only be discovered and mounted successfully, if the system is 
fully loaded and running. But if i restart the system with device plugged in, 
the external Harddisk wouldnt discovered and mounted after boot.
  
  Only if i unplug the device and plug it in again, the devices works fine
  so far.
  
- Same bug belongs to my printer (Canon IP3600) which work fine under
+ Same bug belongs to my printer (Canon IP3600), which work fine under
  Intrepid.
- 
- A "listusb" gives following, looks fine so far:
- 
- Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 002 Device 002: ID 04a9:10ca Canon, Inc. 
- Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc. 
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 004 Device 003: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
- Bus 004 Device 002: ID 0763:0150 Midiman M-Audio Uno
- Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- 
- Doesnt get more outputs from any logs, sorry...
  
  
  Architecture: x64 - 2.6.28-11-generic
  DistroRelease: Jaunty (newest updates so far)
  Hardware: MSI DKA-790GX (SB750)
  AMD X2 6000+
  4GB Ram
  ATi 3870 - fglrx

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-26 Thread Sven K.
Thanks Brian

and sorry for the rarely informations - its my first bugreport.

uname -a gives:
Linux Linux-x64 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:00 UTC 2009 
x86_64 GNU/Linux

The dmesg.log is in the attachement of this post.

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/24365450/dmesg.log

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348049] Re: [Jaunty] USB Devices wont recognised on startup

2009-03-26 Thread Sven K.
and the lspci-vnn.log :)

Couldnt find to add two attachements in one post too, sorry

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/24365484/lspci-vvnn.log

-- 
[Jaunty] USB Devices wont recognised on startup
https://bugs.launchpad.net/bugs/348049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs