[Bug 157677] cross-thread access to qt widgets

2007-10-27 Thread smaug
Public bug reported: Here is sample code: #v+ using Qyoto; class Dupa:QWidget { QGridLayout layout=new QGridLayout(); public Dupa() { for(int i=0;i11;++i) { layout.AddWidget(new QLabel(i.ToString()),i,0);

[Bug 219631] [NEW] Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

2008-04-19 Thread smaug
Public bug reported: Setting up openjdk-6-jre-headless causes double free or corruption, what interrupts openjdk upgrading process. Detailed log is attached. 18:25 [EMAIL PROTECTED] lsb_release -rd Description:Ubuntu 8.04 Release:8.04 18:25 [EMAIL PROTECTED] LANG=C apt-cache policy

[Bug 219631] Re: Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

2008-04-19 Thread smaug
** Attachment added: log http://launchpadlibrarian.net/13578823/log -- Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails https://bugs.launchpad.net/bugs/219631 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 219631] Re: Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

2008-04-22 Thread smaug
I don't know why it works now and didn't three days ago :/ Sorry for making trouble ** Changed in: openjdk-6 (Ubuntu) Status: Incomplete = Invalid -- Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

[Bug 173628] Re: dia2code doesn't generate properties in C# code

2008-02-15 Thread smaug
Ok, here is the debdiff form of patch. I tried to follow instructions from wiki. ** Attachment added: csharp_properties.debdiff http://launchpadlibrarian.net/11987194/csharp_properties.debdiff -- dia2code doesn't generate properties in C# code https://bugs.launchpad.net/bugs/173628 You

[Bug 173628] Re: dia2code doesn't generate properties in C# code

2008-02-15 Thread smaug
Thanks, there is new debdiff. ** Attachment added: csharp_properties.debdiff http://launchpadlibrarian.net/11991104/csharp_properties.debdiff -- dia2code doesn't generate properties in C# code https://bugs.launchpad.net/bugs/173628 You received this bug notification because you are a member

[Bug 162598] Re: missing headers in libtunepimp-dev

2007-11-14 Thread smaug
There is another solution: I've written patch for tunepimp.h which adds forward-declarations of needed classes instead of including definitions. Moreover this patch adds std:: where it is needed. ** Attachment added: tunepimp.h.patch http://launchpadlibrarian.net/10361064/tunepimp.h.patch --

[Bug 162598] missing headers in libtunepimp-dev

2007-11-14 Thread smaug
Public bug reported: Binary package hint: libtunepimp-dev In /usr/include/tunepimp-0.5/tunepimp.h there are includes for such files as mutex.h or analyzer.h. These files are in lib subdirectory in sources, but are missing in any of libtunepimp packages. I think these files should be included in

[Bug 173628] Re: dia2code doesn't generate properties in C# code

2007-12-03 Thread smaug
** Attachment added: csharp_properties.patch http://launchpadlibrarian.net/10699063/csharp_properties.patch -- dia2code doesn't generate properties in C# code https://bugs.launchpad.net/bugs/173628 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 173628] dia2code doesn't generate properties in C# code

2007-12-03 Thread smaug
Public bug reported: Binary package hint: dia2code Because dia2code doesn't support generating properties for C# I've written small patch which generates properties instead of attributes if comment field has one of following values: rproperty, wproperty, rwproperty (without ). Respectively, it

[Bug 111014] kbarcode-2.0.5-1 csv import problem (2.0.4-1 working)

2007-04-29 Thread smaug
Public bug reported: Binary package hint: kbarcode hi, the csv-import does not work anymore in version 2.0.5-1. After choosing the csv, it looks like nothing has been imorted. After downgrading to 2.0.4-1 everything works fine again. ** Affects: kbarcode (Ubuntu) Importance: Undecided

[Bug 117333] tab options not working (from commandline)

2007-05-28 Thread smaug
Public bug reported: Binary package hint: gnome-terminal GNOME gnome-terminal 2.18.0 if I run gnome-terminal --tab or gnome-terminal --tab-with- profile=Default it opens a new _window_ instead a tab in the already opened window. I tried the command from several gnome-terminals, evertime the

[Bug 103232] Re: sysklogd init-script arguments

2007-05-28 Thread smaug
thank you for your reply, yes I have such a file: --snip-- # # For remote UDP logging use SYSLOGD=-r # SYSLOGD= --snap-- so it's correct that the default file is overwriting the the arguments in the init.d-script ? isn't it better to place the default-definition over the SYSLOGD variable in the

[Bug 103232] Re: sysklogd init-script arguments

2007-05-29 Thread smaug
so if I understand you right variables in init-scripts should not be changed. Changes should be made in the default files. Sorry for the misunderstanding and thank you for the explanation. -- sysklogd init-script arguments https://bugs.launchpad.net/bugs/103232 You received this bug

[Bug 103232] Re: sysklogd init-script arguments

2007-05-29 Thread smaug
:) oh - that was what confused me in the first post ... running syslogd as root may be a potential security issue, is it ? -- sysklogd init-script arguments https://bugs.launchpad.net/bugs/103232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 247474] Re: scanning as root user does not send out any network based requests (it will only scan your own computer...)

2008-07-15 Thread smaug
I suppose thats's because nmap sometimes chooses incorrect interface to use. My routing table: #v+ 10.0.0.1 dev tun0 proto kernel scope link src 10.1.2.1 10.1.2.0/25 dev wlan0 proto kernel scope link src 10.1.2.1 10.1.2.0/24 dev vbox proto kernel scope link src 10.1.2.1 192.168.0.0/16

[Bug 219631] Re: Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

2008-08-17 Thread smaug
Oh, seems very probable to me, because that time I had vm.overcommit_memory=2. And now surprise: I had this problem on system with 1510MB of RAM and 1907MB of swap. -- Java upgrade from gutsy to hardy is broken: openjdk-6-jre-headless (6b09-0ubuntu2) configuration fails

[Bug 247474] Re: scanning as root user does not send out any network based requests (it will only scan your own computer...)

2009-02-18 Thread smaug
It seems to me that nmap version in interpid isn't affected by this bug. -- scanning as root user does not send out any network based requests (it will only scan your own computer...) https://bugs.launchpad.net/bugs/247474 You received this bug notification because you are a member of Ubuntu

[Bug 80835] Re: Beryl Crash when Logon

2007-02-08 Thread Smaug
Typical that this is rejected.. -- Beryl Crash when Logon https://launchpad.net/bugs/80835 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 103232] Re: sysklogd init-script arguments

2007-04-11 Thread smaug
that is what I've done. I've changed the variable in the script. -- sysklogd init-script arguments https://bugs.launchpad.net/bugs/103232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 103232] Re: sysklogd init-script arguments

2007-04-14 Thread smaug
let me try to explain it again: --snip-- [EMAIL PROTECTED]:~$ ps aux |grep sysl root 4523 0.0 0.1 1700 644 ?Ss 19:28 0:00 /sbin/syslogd fmeister 29528 0.0 0.1 2884 748 pts/1R+ 21:06 0:00 grep sysl --snap-- syslog is running as _root_ but in

[Bug 103232] sysklogd init-script arguments

2007-04-05 Thread smaug
Public bug reported: Binary package hint: sysklogd there is a bug in the init-script for sysklogd. any arguments passed via the variable SYSLOGD at the beginning of the script are not recognized. I tried to start syslog with logging: SYSLOGD=-r -u syslog and then restarted syslog. A ps -aux

[Bug 80835] Re: Beryl Crash when Logon

2007-02-02 Thread Smaug
Beryl version 0.1..1 ** Attachment added: Crash detail http://librarian.launchpad.net/6115923/_usr_bin_beryl-xgl.1000.crash -- Beryl Crash when Logon https://launchpad.net/bugs/80835 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 887917] Re: Can't enable input and output of a USB device simultaneously

2015-12-08 Thread Smaug
I still got the same bug running Lubuntu 15.10 / Ubuntu Studio 14.04 / Ubuntu Studio 15.10 on an Asus UX31E Notebook. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887917 Title: Can't enable input