[Bug 705891] [NEW] help command fails due to __makeinfo__.m issue

2011-01-21 Thread Christian Neumair
Public bug reported:

Binary package hint: octave3.2

When running octave3.2 from maverick, the command

octave:1 help help

results in

error: fwrite: invalid stream number = -1
error: called from:
error:   /usr/share/octave/3.2.4/m/help/__makeinfo__.m at line 147, column 5
error:   /usr/share/octave/3.2.4/m/help/help.m at line 62, column 25


According to [1], there is a fix available [2] which seems to work for me. 
Maybe it should be applied to the Ubuntu package, too.

best regards,
 Christian Neumair

[1] 
http://octave.1599824.n4.nabble.com/help-function-in-octave-3-2-td1674022.html
[2] http://hg.savannah.gnu.org/hgweb/octave/rev/7cef030b8069

** Affects: octave3.2 (Ubuntu)
 Importance: Undecided
 Status: Opinion

** Changed in: octave3.2 (Ubuntu)
   Status: New = Opinion

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

Title:
  help command fails due to __makeinfo__.m issue

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


[Bug 619111] Re: different environment when using open in remote terminal

2010-08-17 Thread Christian Neumair
Thank you for your bug report!

What do you mean by the environment is different from that when I
connect using gnome terminal and SSH.? What nautilus-open-terminal
release do you use?

From the NEWS file of the current release 0.18:

nautilus-open-terminal 0.18
===
Calexico

* Dedicated to the roots rock band Calexico from Tuscon,
Arizona.

Fixes
* Remote SSH terminal: Open login shell with - instead of -l parameter.
* Local terminal: Open interactive shell, i.e. drop -l parameter.
(both #602141)


Do you need a remote interactive shell?

-- 
different environment when using open in remote terminal
https://bugs.launchpad.net/bugs/619111
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 546128] [NEW] no by-path and by-id symlinks for PCI input devices

2010-03-24 Thread Christian Neumair
Public bug reported:

Binary package hint: udev

This is essentially a duplicate of Debian #573352. For my TeVii S464 IR
remote control-persistent input device, no by-path and by-id nodes are
created in dev. According to the Debian BTS, this affects all PCI
devices:

 To get back the by-path link try this in 60-persistent-input.rules:

 -SUBSYSTEMS==usb|platform, IMPORT{program}=path_id %p
 +SUBSYSTEMS==pci|usb|platform, IMPORT{program}=path_id %p

 and trigger again an event.

I suggest that this fix should be imported into Ubuntu, and in
particular backported to karmic.

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

** Affects: udev (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #573352
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573352

** Also affects: udev (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573352
   Importance: Unknown
   Status: Unknown

-- 
no by-path and by-id symlinks for PCI input devices
https://bugs.launchpad.net/bugs/546128
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2010-01-01 Thread Christian Neumair
This has been fixed as part of upstream GNOME #602141 [1,2] which also
fixes the invocation of shells that don't understand the -l and in the
0.18 release:

* open $SHELL - (i..e login shell) in the SSH case
* open $SHELL (i.e. no login shell) in the local case.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=602141
[2] 
http://git.gnome.org/browse/nautilus-open-terminal/commit/?id=610d61ddb0ad6504a6e0d5823670b206bdbb52dd

** Bug watch added: GNOME Bug Tracker #602141
   https://bugzilla.gnome.org/show_bug.cgi?id=602141

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-30 Thread Christian Neumair
 I think that the man page from bash (especially invocation) has a good
explanation of the different modes.

Call me stupid - it explains the behavior [as in what files are read and
what aren't] quite well, but the I could not find the precise use cases
of interactiveness and login explained anywhere. What is the purpose
of these two modes? I mean, I can invoke both sh -i -c command, and sh
-l -c command. Also, the man page contains phrases like When an
interactive shell that is not a login shell is started, (...) which
suggest that passing both -i and -l is actually possible and both have
an effect [which seems to be wrong, as you pointed out]. I don't
understand all of this, and just because my intuition tells me that
login shells are those intended for login while interactive ones are
everything else still doesn't explain why this behavior is so different.

In other words: What is the motivation for having a separate login and
interactive behavior? This would allow us to judge which one to
choose.

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-28 Thread Christian Neumair
*   nautilus-open-terminal_0.17-1ubuntu1.diff  (2.1 KiB, text/plain)
(changing sh -l to sh -i)

I am somewhat angry as the nautilus-open-terminal upstream maintainer. I
exhaustively said that we need to discuss this in a competent fashion
with competent individuals. Why are you silently changing a package
just because you want this to work differently in your setup?

If you do know what you are doing, please share your rationale with the
ubuntu package changelog and with us, so that we can at least follow
your rationale. I am especially interested when to invoke a shell with
-i, -l, both of them or none of them.

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-28 Thread Christian Neumair
 I rejected the upload to karmic-release, since it's too close to the
final release for such a relatively intrusive change (in terms of
behaviour).

Thanks! I didn't want to be rude, I just intended to make sure that the
patch doesn't end up in karmic.

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
I could fix the issue by using a 80-pin UDMA-66 cable.

In other words: Previous kernel releases (around 2.6.24-something)
handled such devices with 40 pin cables, recent ones don't. Maybe this
somehow boosts performance for those who have such a cable, but it
renders the system unusable for those who don't. This is a real no-go,
since in a developing country you can't just exchange hardware like
this.

The dmesg log suggests that the bus with a 40 pin cable is configured
for UDMA 100, while the German Wikipedia suggests [1] that it should use
UDMA 33 max. I will rename the bug report appropriately.

[1] http://de.wikipedia.org/wiki/Ultra-DMA

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 304954] Re: IO errors when inserting a disc

2009-10-25 Thread Christian Neumair
This is very likely a duplicate of bug 459316, which I just opened with
a similar issue. I probably found the reason:

It happens when you have fast devices (UDMA-66 or later) and an IDE
cable only supporting UDMA-33 reliably (40 pin instead of 80 pin). Linux
seems to configure the devices for UDMA-66 or later (in my case even
UDMA-100), and this causes transmission errors with the old cables.
Linux should however only configure the devices for UDMA-33 max with a
40 pin cable.

-- 
IO errors when inserting a disc
https://bugs.launchpad.net/bugs/304954
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
Renamed title, bug 304954 is probably a duplicate.

The fix would be to let linux detect a 40-pin cable and use max. UDMA-33
in such a situation.

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
Looking at the Linux PATA driver from Linux 2.6.28 (drivers/ata/libata-
core.c) suggests that bus speed limits for PATA drives on SATA are
applied in ata_dev_configure(), while 40 pin busses supporting only
UDMA-33 are detected with ata_id_xfermask() which is not incorporated
into ata_dev_configure().

It looks like Linux tries to dynamically adjust the speed, but this does
not seem to work properly for some devices on some 40-pin buses.

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
I was wrong. The UDMA speed sensing seems to work like a charm for my
hard disk (which is UDMA33). The Pioneer DVD-ROM even just uses UDMA33,
so may guess that it SHOULD work with a 40-pin connector as well. It
doesn't though!

To further debug the issue I had the following setup:

* primary controller (ata1): attached a 80-pin wire
* secondary controller (ata2): attached a 40-pin wire

Only two (master) devices: Pioneer CD-ROM and maxtor hard disk

A) Setup 1: Maxtor HD on 40-pin: speed-sensed to UDMA25


ata1 / 80-pin on CD-ROM:
ata2 / 40-pin on maxtor:

dmesg has the following regarding general initialization:

 [3.098979] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xa000 irq 14
 [3.098985] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xa008 irq 15

follwed by (CD-ROM)

 [3.540429] ata1.00: ATAPI: Pioneer DVD-ROM ATAPIModel DVD-105S 0122, 
E1.22, max UDMA/33
 [3.556437] ata1.00: configured for UDMA/33

followed by (hard disk)

 [3.720605] ata2.00: ATA-7: Maxtor 4R120L0, RAMB1TU0, max UDMA/133
 [3.720612] ata2.00: 240121728 sectors, multi 16: LBA 
 [3.720652] ata2.00: limited to UDMA/33 due to 40-wire cable
 [3.736597] ata2.00: configured for UDMA/33 

Now, you may say that the limiting works like a charm, however, now -
after some sr* and sd* lines - we have something interesting:

 [3.740880]  sda:3ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 
0x6
 [3.832470] ata2.00: BMDMA stat 0x24
 [3.832539] ata2.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 
in
 [3.832542]  res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 
(ATA bus error)
 [3.832651] ata2.00: status: { DRDY ERR }
 [3.832698] ata2.00: error: { ICRC ABRT }
 [3.832793] ata2: soft resetting link
 [4.012602] ata2.00: configured for UDMA/33
 [4.012633] ata2: EH complete
 [4.110043] ata2.00: limiting speed to UDMA/25:PIO4
 [4.110051] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
 [4.110110] ata2.00: BMDMA stat 0x24
 [4.110163] ata2.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 
in
 [4.110166]  res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 
(ATA bus error)
 [4.110274] ata2.00: status: { DRDY ERR }
 [4.110330] ata2.00: error: { ICRC ABRT }
 [4.110419] ata2: soft resetting link
 [4.288603] ata2.00: configured for UDMA/25
 [4.288621] ata2: EH complete

In other words, UDMA33 doesn't seem to work properly with a 40-pin cable
in this setup even with the hard disk, and it is speed-sensed to UDMA25
with the hard disk.


A) Setup 2: Pioneer DVDon 40-pin  used silently with UDMA33
==

ata1 / 80-pin on Maxtor HD:
ata2 / 40-pin on Pioneer CD-ROM:

dmesg output

* general initialization

 [3.099423] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xa000 irq 14
 [3.099429] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xa008 irq 15

* Maxtor HD

 [3.260597] ata1.00: ATA-7: Maxtor 4R120L0, RAMB1TU0, max UDMA/133
 [3.260605] ata1.00: 240121728 sectors, multi 16: LBA 
 [3.276597] ata1.00: configured for UDMA/100

* Pioneer DVD-ROM

 [3.448375] ata2.00: ATAPI: IOMEGA  ZIP 100   ATAPI, 05.H, max MWDMA1, 
CDB intr
 [3.448441] ata2.01: ATAPI: Pioneer DVD-ROM ATAPIModel DVD-105S 0122, 
E1.22, max UDMA/33
 [3.464407] ata2.00: configured for MWDMA1
 [3.480447] ata2.01: configured for UDMA/33

Very notable: UDMA33 is NOT down-sensed to UDMA25. There is no exception
mask as in setup 1.

Another interesting aspect is that the BIOS bootup screen reports the
PIO 4 transfer mode for the 40-pin / DVD case, and UDMA33 only when an
80-pin cable is used. I will try to find out how a drive tells the
(BI-)OS and the controller what modes it supports, and whether some of
the Flags are ignored by recent Linux's - which is what I suppose.

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair
*arf* the introductory paragraph should say that my hard-disk is
UDMA133, down-sensed to UDMA25 for a 40-pin cable.

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-25 Thread Christian Neumair

** Attachment added: Apport file for setup 1, i.e. Pioneer on 80-pin cable.
   
http://launchpadlibrarian.net/34354702/apport.linux-image-2.6.28-15-generic_2.6.28-15.52.OT1IUC-80pin.apport

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] [NEW] Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
Public bug reported:

I have very similar buffer I/O error issues as bug 304954 on jaunty, but
with a different Pioneer DVD drive:

christ...@beamer:~$ dmesg  | grep Pioneer
[3.448441] ata2.01: ATAPI: Pioneer DVD-ROM ATAPIModel DVD-105S 0122, E1.22,
max UDMA/33

mplayer dvd://

results in

[  626.142206] sr 1:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
,SUGGEST_OK
[  626.142221] sr 1:0:1:0: [sr0] Sense Key : Hardware Error [current]
[  626.142231] sr 1:0:1:0: [sr0] Add. Sense: Logical unit communication CRC erro
r (Ultra-DMA/32)
[  626.142244] end_request: I/O error, dev sr0, sector 1048
[  626.142257] Buffer I/O error on device sr0, logical block 131

while all the CSS and mplayer packages are installed from the mebibuntu
repository.

I will follow the instructions from bug 304954 and use apport, and try
the most recent mainliine kernels kernel repository.

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

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
I am attaching the file created by

apport-cli -p linux -f

because the links browser's login page of apport-collect does not work
for me. You'll have to process it with apport-unpack.

** Attachment added: apport file
   
http://launchpadlibrarian.net/34278575/apport.linux-image-2.6.28-15-generic_2.6.28-15.52.cJIbH2.apport

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 459316] Re: Video DVDs: Buffer I/O errors with Pioneer DVD-105S

2009-10-23 Thread Christian Neumair
Upgrading to the latest mainline release v2.6.31.5 and v2.6.32-rc5 did
not help. The additional boot parameters noapic all_generic_ide (as
suggested in some forum entries) did not work.

I suppose my Elitegroup K7VZA mainboard / Pioneer DVD-105S causes issues
systematic issues. It used to be a very cheap mainboard.

Maybe you have any idea what I can do to debug the issue?

-- 
Video DVDs: Buffer I/O errors with Pioneer DVD-105S
https://bugs.launchpad.net/bugs/459316
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-17 Thread Christian Neumair
 Is this not a bug then? Shall I mark it invalid? However, it is still
odd that the jaunty version did not depend on the profile file being
there.

I think we should leave this bug open until somebody competent (i.e.
shell expert) can comment on the issue.

Technically, in old versions (jaunty) nautilus-open-terminal set the
working directory to the desired target directory, followed by running
your terminal. In more recent versions (karmic), nautilus-open-terminal
calls foo-terminal -x cd $target_directory  sh -l. The reason for
this change was that with old versions, when opening a terminal for
directories on removable media, one could not eject the medium before
closing the terminal because the working directory of the terminal
binary was set to a mounted path on the media. However, the sh -l call
with the login flag was just blindly copied from the remote SSH code,
which calls ssh target-specifier cd $remote_target_directory  sh
-l.

There may be reasons to call sh without any flags, or with the -i
flag, or even with -i -l, depending on the meaning of interactivity
and login shells - but I don't want to change anything unless a shell
expert explains the flags, and the correct call. I didn't find it
properly explained in the bash man page nor in Wikipedia, so I'm
somewhat stuck.

Please note that even the (very old) eel code in Nautilus seems to call
third-party terminals (everything except gnome-terminal) with the -ls
flags which also seems to spawn a login shell. However, when calling
gnome-terminal without any parameters it seems to spawn an interactive
shell. In other words, GNOME has suffered from an inconsistent terminal
opening behavior for ages.

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-16 Thread Christian Neumair
I am not a UNIX shell expert, but there seem to be two various ways of
invoking it: It may be interactive (bash -i), a login shell (bash -l) or
both of it (or maybe also none?). This influences the files that are
sourced upon login.

In my Ubuntu karmic distro, ~/.bashrc just sources ~/.bash_profile, so
the very same user-set aliases are used for interactive and login mode.
You may fix your issue by adding

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

to ~/.profile. Because I do not understand the concept of interactive
and login shells, I'll let somebody competent judge what mode is best
here. If I remember correctly, we pass the -l (login shell) parameter
to bash since we use it for ssh. Maybe it makes sense to also pass -i,
or maybe use the login shell only for remote ssh locations, and the
interactive shell for local ones?

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 448337] Re: .bashrc is not executed when terminal is opened through nautilus-open-terminal

2009-10-16 Thread Christian Neumair
 You may fix your issue by adding (...) to ~/.profile.

Sorry, I meant to write ~/.bash_profile.

-- 
.bashrc is not executed when terminal is opened through nautilus-open-terminal
https://bugs.launchpad.net/bugs/448337
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 439223] Re: 2.6.31-11-386 / karmic: standby resume causes kernel oops

2009-09-30 Thread Christian Neumair

** Attachment added: .etc.asound.conf.txt
   http://launchpadlibrarian.net/32740843/.etc.asound.conf.txt

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32740844/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32740845/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32740847/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32740848/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32740849/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/32740850/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/32740851/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32740852/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32740853/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32740854/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32740855/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32740856/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/32740857/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32740858/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32740859/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32740860/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32740861/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32740862/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32740863/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32740864/WifiSyslog.txt

-- 
2.6.31-11-386 / karmic: standby resume causes kernel oops
https://bugs.launchpad.net/bugs/439223
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 439223] [NEW] 2.6.31-11-386 / karmic: standby resume causes kernel oops

2009-09-30 Thread Christian Neumair
Public bug reported:

The following dmesg extract

[ 4574.566448] WARNING: at 
/build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
[ 4574.566450] Hardware name: 266874G
[ 4574.566452] Component: resume devices

seems to suggest that the laptop itself is affected, instead of some
extra device. No external devices are attached, the WLAN chip is
disabled.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  christian   1913 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 26
   Simple ctrls  : 18
Date: Wed Sep 30 10:31:37 2009
DistroRelease: Ubuntu 9.10
Failure: oops
MachineType: IBM 266874G
Package: linux-image-2.6.31-11-386 2.6.31-11.36
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=478644b0-f280-4077-9728-c04577d83b0d ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-11.36-386
RelatedPackageVersions: linux-firmware 1.19
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
Uname: Linux 2.6.31-11-386 i686
WpaSupplicantLog:
 
dmi.bios.date: 08/21/2006
dmi.bios.vendor: IBM
dmi.bios.version: 1YET65WW (1.29 )
dmi.board.name: 266874G
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1YET65WW(1.29):bd08/21/2006:svnIBM:pn266874G:pvrThinkPadT43:rvnIBM:rn266874G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 266874G
dmi.product.version: ThinkPad T43
dmi.sys.vendor: IBM

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
2.6.31-11-386 / karmic: standby resume causes kernel oops
https://bugs.launchpad.net/bugs/439223
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 392993] Re: on close using nautilus-open-terminal, gnome-terminal asks to close even when no process running.

2009-08-03 Thread Christian Neumair
Thanks for your bug report, this issue has been fixed:
http://bugzilla.gnome.org/show_bug.cgi?id=590417

Maybe anybody could close this bug report?

** Bug watch added: GNOME Bug Tracker #590417
   http://bugzilla.gnome.org/show_bug.cgi?id=590417

-- 
on close using nautilus-open-terminal, gnome-terminal asks to close even when 
no process running.
https://bugs.launchpad.net/bugs/392993
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 221962] Re: open-terminal needs password entered on sftp

2009-08-03 Thread Christian Neumair
Thanks for your bug report.

For your use-case, you should simply use SSH public key authentication
instead of password-based authentication.

-- 
open-terminal needs password entered on sftp
https://bugs.launchpad.net/bugs/221962
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 384624] Re: nautilus-open-terminal in Trash folder

2009-08-03 Thread Christian Neumair
Thanks for your bug report.

The trash itself is a virtual location (trash:///) and is not mapped
to any local path. I don't think that there is any way of opening it in
any terminal.

-- 
nautilus-open-terminal in Trash folder
https://bugs.launchpad.net/bugs/384624
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 216996] Re: Nautilus UI blocks while a disk spins up from standby when nautilus-open-terminal is installed

2009-08-03 Thread Christian Neumair
Good catch, thanks for your bug report!

I think the issue is that we call
  g_find_program_in_path (mc)
for finding out whether midnight commander is available as the menu items are 
generated. This call causes disk I/O.
However, I'd also like to allow users to install midnight commander at run-time 
without requiring them to re-start Nautilus. I wonder how a proper caching 
stratgy could look like. An alternative strategy would be to open a dialog 
offering to install MC if it hasn't been installed yet. I think I'll ask in my 
blog.

-- 
Nautilus UI blocks while a disk spins up from standby when 
nautilus-open-terminal is installed
https://bugs.launchpad.net/bugs/216996
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 390884] Re: Frequent stuttering and skips during playback

2009-07-18 Thread Christian Neumair
Some more discussion of the sound skipping issue with 2.6.30 kernels is
given here:

http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg1563221.html

-- 
Frequent stuttering and skips during playback 
https://bugs.launchpad.net/bugs/390884
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 287235] Re: Please update Octave to version 3.0.3 (intrepid/hardy)

2009-05-28 Thread Christian Neumair
I'd like to point out that one can download Debian's 3.0.5 source code
from

http://packages.debian.org/de/source/sid/octave3.0

and build it manually after changing

GCCCURVER   := $(shell gcc --version | perl -ne '/Debian (.*)-/;
print $$1; last')

to

GCCCURVER   := $(shell gcc --version | perl -ne '/Ubuntu (.*)-/;
print $$1; last')

in debian/rules. You will also have to build  upgrade octave-
communications and a myriade of octave packages, though.

-- 
Please update Octave to version 3.0.3 (intrepid/hardy)
https://bugs.launchpad.net/bugs/287235
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 348332] Re: [RV250] Kubuntu: X Freezes with Radeon driver EXA/XAA Composite

2009-05-28 Thread Christian Neumair
 Kernel 2.6.29-02062904-generic seems to solve the problems for me too (X700 
 mobility, Ubuntu 9.04).
 I used to have random freezes while using 3D apps.

Same over here. With a fully updated stock Ubuntu Jaunty on a T43p / i386 with a
  01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon 
X300]
graphics card, the radeon driver and the packages
  linux-image-2.6.28-11-generic 2.6.28-11.42
  xserver-xorg 1:7.4~5ubuntu18
  xserver-xorg-video-radeon 1:6.12.1-0ubuntu2
and an empty xorg.conf.

Problems were:
* random freezes with 3D applications [both with compiz enabled or disabled, 
DRI  AIGLX were always enabled]
* poor Compiz performance

Both issues were solved by upgrading to linux-
image-2.6.29-02062904-generic from the above kernel PPA source. I wonder
whether the relevant kernel changes will be backported? I could help to
track down in detail what caused the issue. The alternative of disabling
DRI for all affected users as described in comment 30 isn't particularly
nice.

Those whose problems could not be solved by a kernel upgrade seem to be
affected by random freezes even when no 3D application runs. Maybe those
people could describe their configuration, and used packages in depth?
Especially which kernel/xorg combinations work, and which don't. Also,
focusing on future technologies [recent DRI releases, EXA] instead of
downgrading X.Org would be nice, since XAA or support for the old DRI
architecture will be discontinued. Also, please try to start with stock
packages and _systematically_ vary the kernel/xorg versions.

-- 
[RV250] Kubuntu: X Freezes with Radeon driver EXA/XAA Composite
https://bugs.launchpad.net/bugs/348332
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 287235] Re: Please update Octave to version 3.0.3 (intrepid/hardy)

2009-05-26 Thread Christian Neumair
Ping.

https://launchpad.net/~bhavi/+archive/ppa/+index?start=75batch=75

offers version 3.03, but the official version seems to be 3.0.5.

-- 
Please update Octave to version 3.0.3 (intrepid/hardy)
https://bugs.launchpad.net/bugs/287235
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 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-23 Thread Christian Neumair
OK, thanks - I just dediced to use Maxim Levitsky's URI parsing
implementation upstream, and added a truncation of the password for the
case of a sftp://user:p...@host/path URI. That said, the GnomeVFS
dependency is now gone. A new 0.13 release was made as well. I think
this bug report can be closed.

-- 
nautilus crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/333462
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 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-16 Thread Christian Neumair
I am the Nautilus-Open-Terminal maintainer. It looks like the patch
proposed in bug 309529 comment 18 introduces custom URI parsing, instead
of reusing the GnomeVFS functions, probably for completely migrating
away from GnomeVFS. We should instead wait until the string parsing
landed in glib before migrating wway. I understand that the lack of a
release for the last few months created an unfortunate situation, sorry
for that. I just released Nautilus-Open-Terminal 0.10.

However, regarding the patches: Guys, there is a reason why complex
string parsing should be done by libraries instead of hand-crafting it.
Judging from the diff [1], the parsing does not look robust. One
possibility would be to migrate back to GnomeVFS as in Nautilus-Open-
Terminal [2], but I don't know how feasible this is for a stable
release.

I am attaching a unit test for the string parsing function used by
Ubuntu, to allow further debugging.

[1] 
http://launchpadlibrarian.net/20583606/nautilus-open-terminal_0.9-3ubuntu1.debdiff
[2] 
http://git.gnome.org/cgit/nautilus-open-terminal/tree/src/nautilus-open-terminal.c?id=NAUTILUS_OPEN_TERMINAL_0_10#n131

** Attachment added: unit test for Ubuntu's hand-crafted URI parsing
   http://launchpadlibrarian.net/26800710/test.c

-- 
nautilus crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/333462
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 333462] Re: nautilus crashed with SIGSEGV in strlen()

2009-05-16 Thread Christian Neumair
The attached file is a simple test application for the routine proposed
by Maxim Levitsky. I agree with maleadt's review: It seems to work fine,
except for the port parsing which can be fixed via '*port=atoi(tmp);'.
Another aspect is that you may want to support the ssh scheme, which
is equivalent to sftp. Thanks for your efforts.

Please notice that the patch will not make it upstream.

** Attachment added: Test application for the routine proposed by Maxim 
Levitsky
   http://launchpadlibrarian.net/26801354/test.c

-- 
nautilus crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/333462
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 355223] [NEW] mkvmlinuz broken on CHRP with recent kernels

2009-04-04 Thread Christian Neumair
Public bug reported:

Binary package hint: linux-image-powerpc

The whole mkvmlinuz machinery for recent linux kernels seems to be
somehow broken on CHRP (Pegasos II) PowerPC architectures

I upgraded to jaunty and installed linux-image-2.6.28-6-powerpc. CHRPs
need a custom vmlinuz kernel, which is generated at configure stage
using the mkvmlinuz tool from the mkvmlinuz package. However, mkvmlinuz
failed:

a) running mkvmlinuz on CHRP requires $objdir/wrapper where $objdir is
/usr/lib/mkvmlinuz, which does not exist.

b) copying over wrapper and some other required helpers it depends upon
(empty.o, of.o, wrapper.a) from a manually compiled 2.6.28-6 kernel's
arch/powerpc directory to /usr/lib/mkvmlinuz makes mkvmlinuz bail as
well:

run-parts: executing /etc/kernel/postinst.d/mkvmlinuz
ld: warning: cannot find entry symbol _zimage_start; defaulting to 00400
000
Output file /boot/vmlinuz-2.6.28-6-powerpc exists, attempting to back it up...

For me, a workaround was to force
$objdir=/usr/src/linux-source-2.6.28/arch/powerpc
in the /usr/sbin/mkvmlinuz shell script and dpkg-reconfigure the kernel. 
However, this required a compiled kernel source to generate a kernel image. 
Somehow the kernel's entry points semantics probably changed in recent kernels, 
so the mkvmlinuz package cannot be used for all kernel versions any more.

Alternative proposed solutions:
a) Ship multiple kernel images, one for each subarchitecture (CHRP etc.) 
instead of running mkvmlinuz manually for creating them
b) Fix vmlinuz to be usable for recent kernels by replacing its helpers with 
recent ones from arch/powerpc/boot, probably rendering it useless for older 
ones.
c) Ship multiple mkvmlinuz flavors: One for recent and one for older kernels
d) recent linux-kernel packages could dump the required contents for running 
vmlinuz from their arch/powerpc/boot subdirectory in /usr/lib/linux-image-foo. 
mkvmlinuz could pick them up automatically.

** Affects: linux-ports-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mkvmlinuz broken on CHRP with recent kernels
https://bugs.launchpad.net/bugs/355223
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 304647] Re: T shortcut conflicts with New Tab

2009-03-09 Thread Christian Neumair
Thanks, good catch! Fixed in trunk. Maybe somebody could close this bug
report?

-- 
T shortcut conflicts with New Tab
https://bugs.launchpad.net/bugs/304647
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 267207] Re: nautilus crashed when mounting iso file

2008-09-08 Thread Christian Neumair
How did you mount the file?

-- 
nautilus crashed when mounting iso file
https://bugs.launchpad.net/bugs/267207
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-27 Thread Christian Neumair
 Why did the fix for the ncpfs-issue did not solve the vmware shared
drive problem?

Because it is another issue. Please file a new bug report and subscribe
me.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-15 Thread Christian Neumair
...and invoking gvfs-info still gives you the same output? It's really
surprising that the proposed fix does not work.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
According to the gio sources [g_local_file_query_filesystem_info()], we
attempt to deal with this situation:

#if defined(__linux__)
  /* ncpfs does not know the amount of available and free space *
   * assuming ncpfs is linux specific, if you are on a non-linux platform
   * where ncpfs is available, please file a bug about it on bugzilla.gnome.org
   */
  if (statfs_buffer.f_bavail == 0  statfs_buffer.f_bfree == 0 
  /* linux/ncp_fs.h: NCP_SUPER_MAGIC == 0x564c */
  statfs_buffer.f_type == 0x564c)
no_size = TRUE;
#endif

This means that no size check should be made for ncpfs.

Maybe anybody could try to run

gvfs-info -f some-file-on-ncpfs

in a terminal?

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
 We could special case it inside of Nautilus (check specifically for
this filesystem and skip the space verification)

This is GIOs job. We do not check for the required space if
G_FILE_ATTRIBUTE_FILESYSTEM_FREE is not present. The onliest problem
seems to be that the lack of this filesystem info is not properly
propagated by GIO.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
Here is an (untested) glib/GIO patch. It looks like the ncpfs condition
has been detected but the result was ignored.

** Attachment added: Proposed (untested) patch
   http://launchpadlibrarian.net/14495440/gio-nosize.diff

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
Dominique: Thanks, that seems to confirm the assumption that GIO
propagates the free/size info although it is not meaningful.

Maybe somebody who actually uses ncpfs could test the patch I attached
against the glib package? It should fix the issue. If it works, we can
push it upstream.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
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 214858] Re: nautilus-open-terminal, context menu, capitalization

2008-04-10 Thread Christian Neumair
Thanks guys, good catch!

I just fixed this upstream with a similar patch, which also fixes the
string for the desktop directory, if the user wants to open his desktop
directory in a terminal when right-clicking the desktop.

For Nautilus-Open-Terminal 0.8, the above patch looks fine.

For Nautilus-Open-Terminal 0.9, you can apply the patch from SVN trunk:
http://svn.gnome.org/viewvc/nautilus-open-terminal?view=revisionrevision=183

-- 
nautilus-open-terminal, context menu, capitalization
https://bugs.launchpad.net/bugs/214858
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 90880] Re: open-terminal doesn't create a shell over ssh properly

2008-03-19 Thread Christian Neumair
Ubuntu's 0.8 packages already include changes from SVN, that were
officially released in the 0.9 release.

-- 
open-terminal doesn't create a shell over ssh properly
https://bugs.launchpad.net/bugs/90880
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 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 ***
https://bugs.launchpad.net/bugs/133837

Dear ubuntu maintainers: You may want to incorporate the following patch
into the ubuntu version:

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?r1=134r2=135

-- 
nautilus-open-terminal freezes nautilus
https://bugs.launchpad.net/bugs/137027
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 ***
https://bugs.launchpad.net/bugs/133837

Dear ubuntu maintainers: You may want to incorporate the following patch
into the ubuntu release:

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?r1=134r2=135

-- 
nautilus-open-terminal freezes nautilus
https://bugs.launchpad.net/bugs/137027
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-09-11 Thread Christian Neumair
 Is it not possible to patch n-o-t for gutsy?

It can, see bug 137027 for a link to the respective patch.

-- 
Missing preferred terminal emulator causes Nautilus to 100% CPU
https://bugs.launchpad.net/bugs/133837
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-08-30 Thread Christian Neumair
 i can reproduce this bug in gutsy gibbon.
 nautilus-open-terminal v0.8-1

nautilus-open-terminal 0.9 hasn't been released yet, it will fix be the
first release that incorporates the fix. The bug status will be Fix
released instead of Fix committed after release.

-- 
Missing preferred terminal emulator causes Nautilus to 100% CPU
https://bugs.launchpad.net/bugs/133837
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134465] Re: nautilus open terminal does not work

2007-08-24 Thread Christian Neumair
The old code had a freeze when the terminal executable was , i.e. an
empty string. Please make sure to pick a valid terminal in the
Preferred Applications dialog. Usually, that would be GNOME
Terminal.

-- 
nautilus open terminal does not work
https://bugs.launchpad.net/bugs/134465
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 63564] Re: When used on desktop, it opens the terminal to the home folder

2007-08-23 Thread Christian Neumair
In HEAD, I added a GConf key for toggling this behavior, that defaults
to the requested behavior. The status should be changed to fixcommitted.

-- 
When used on desktop, it opens the terminal to the home folder
https://bugs.launchpad.net/bugs/63564
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133837] Re: Missing preferred terminal emulator causes Nautilus to 100% CPU

2007-08-23 Thread Christian Neumair
Thanks for your bug report! I've fixed this issue upstream (in HEAD).

Maybe sb. in charge could change this bug report's status to
fixcommitted?

-- 
Missing preferred terminal emulator causes Nautilus to 100% CPU
https://bugs.launchpad.net/bugs/133837
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 79578] Re: Regression: grub - Error 18 when using savedefault (feisty/edgy)

2007-07-26 Thread Christian Neumair
I think I now verified the last assumption. I copied a file that has
been created very early on the FS (in this case menu.lst), and moved
it to default, overwriting the problematic file. Then I recreated
menu.lst using cp from default, and sanitized default grub-set-
default. Now the boot process works fine again.

-- 
Regression: grub - Error 18 when using savedefault (feisty/edgy)
https://bugs.launchpad.net/bugs/79578
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 79578] Re: Regression: grub - Error 18 when using savedefault (feisty/edgy)

2007-07-14 Thread Christian Neumair
I'd like to point out that this also happens to me on Feisty on an ext3
root partition, since I deleted and re-added the file /boot/grub/default
on a large partition. I'm not qualified when it comes to file systems,
but maybe this is related to the fact that in the original setup, the
file was contained within a BIOS-translatable address space, and I re-
created it somewhere outside this address space.

To give proof, I'd have to move the existing file somewhere to the
beginning of the file system, but I fail to see how.

-- 
Regression: grub - Error 18 when using savedefault (feisty/edgy)
https://bugs.launchpad.net/bugs/79578
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair

** Attachment added: Proposed patch against 
debian/patches/01_desktopfile_gettext.patch
   http://launchpadlibrarian.net/8251321/gettext-gnome-desktop.diff

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123022] ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Public bug reported:

The patch 01_desktopfile_gettext.patch is broken. For empty keys, it
calls dgettext (domain, ) which will dump the gettext .po file and
causes

http://bugzilla.gnome.org/show_bug.cgi?id=439529

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Before I forget it: Maybe you also have to check for value being NULL,
it's abit more safe, i.e.

if (value != NULL  value[0] != '\0')

may also be appropriate

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 90880] Re: open-terminal doesn't create a shell over ssh properly

2007-03-09 Thread Christian Neumair
We've had no complaints so far on this issue, possibly because most
people use bash. I'm subscribing Guillaume Desmottes [EMAIL PROTECTED]
who implemented SFTP support back in 2005.

Back in those days the problem was that we could either omit the command
and let the ssh client allocate a tty for us and start an interactive
shell session, or just execute one command and quit immediately.

Guillaume's solution was to cd and afterwards execute sh -l. I think we
definitly want an interactive login shell, but I'm not sure how else we
can ensure this. It's really tricky :/.

-- 
open-terminal doesn't create a shell over ssh properly
https://launchpad.net/bugs/90880

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


[Bug 34261] Re: Open Terminal not shown in context menu for Nautilus desktop items

2007-03-05 Thread Christian Neumair
This has been fixed in nautilus-open-terminal 0.8.

-- 
Open Terminal not shown in context menu for Nautilus desktop items
https://launchpad.net/bugs/34261

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


[Bug 30447] Re: Lockup problems with ati driver on Radeon M300

2007-02-22 Thread Christian Neumair
Just a hint for people that also have lockup problems and found this
page through google:

Some of them are locking issues, which can be worked around by not using 
radeonfb, i.e. a radeon-specific kernel framebuffer module. Appending
  video=vesa
to the kernel helps in this case.

Sorry for the bugspam.

-- 
Lockup problems with ati driver on Radeon M300
https://launchpad.net/bugs/30447

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


[Bug 80849] Should suggest xdg-utils package

2007-01-21 Thread Christian Neumair
Public bug reported:

Binary package hint: wine

The wine package should suggest the xdg-utils package as in recent
wine versions, xdg-open and xdg-email are supported.

** Affects: wine (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Should suggest xdg-utils package
https://launchpad.net/bugs/80849

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


[Bug 62200] Re: can't eject media after using nautilus-open-terminal

2007-01-08 Thread Christian Neumair
It's a nautilus-open-terminal issue I've just fixed.

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?rev=121r1=120r2=121

-- 
can't eject media after using nautilus-open-terminal
https://launchpad.net/bugs/62200

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


[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
Confirming.

** Changed in: xorg-server (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
X does not start on Pegasos in Edgy because of broken PCI domain support
https://launchpad.net/bugs/61410

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


[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
The attached patch is identical to the Novell patch and fixes the issue
for me.

It will disable the 2.6 PCI enumeration on PPCs, since it doesn't
support multi-domain PCI properly.

** Attachment added: Proposed patch (against xorg-server-1.1.1)
   http://librarian.launchpad.net/5429686/xorg-server-pegasos-multi-domain.diff

-- 
X does not start on Pegasos in Edgy because of broken PCI domain support
https://launchpad.net/bugs/61410

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


[Bug 76140] xorg-server 1.1.1 should depend on x11proto-gl-dev = 1.4.6

2006-12-17 Thread Christian Neumair
Public bug reported:

xorg-server 1.1.1 should depend on x11proto-gl-dev = 1.4.6, but it
depends on x11proto-gl-dev = 1.4.1-1.

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
xorg-server 1.1.1 should depend on x11proto-gl-dev = 1.4.6
https://launchpad.net/bugs/76140

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


[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
Note that the proper fix would be multi-domain support which would
possibly also fix many more of the X doesn't start on Edgy anymore
griefs. According to https://bugs.freedesktop.org/show_bug.cgi?id=7248
this has already been included in XOrg HEAD.

-- 
X does not start on Pegasos in Edgy because of broken PCI domain support
https://launchpad.net/bugs/61410

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


[Bug 76141] xorg-server rules file puts ./configure in build section

2006-12-17 Thread Christian Neumair
Public bug reported:

I'm not really a debian packaging expert, but building the xorg-server
package with

 dpkg-buildpackage -nc

always seems to invoke

 ./configure

unless you comment the configure invocation out in the

build:

target.

Shouldn't the package provide a configure-stamp and have a configure
target?

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
xorg-server rules file puts ./configure in build section
https://launchpad.net/bugs/76141

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


[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
The relevant multi-domain launchpad report is bug 54880รถ.

-- 
X does not start on Pegasos in Edgy because of broken PCI domain support
https://launchpad.net/bugs/61410

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

[Bug 54880] Re: Does not support Linux PCI domains

2006-12-17 Thread Christian Neumair
According to https://bugs.freedesktop.org/show_bug.cgi?id=7248 there are
now (ia64) patches in upstream (XOrg HEAD). Maybe these should be
(back)ported to Ubuntu?

-- 
Does not support Linux PCI domains
https://launchpad.net/bugs/54880

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


[Bug 61410] Re: X does not start on Pegasos in Edgy because of broken PCI domain support

2006-12-17 Thread Christian Neumair
OK, it looks generic domain support is in XOrg GIT.

commit 1d731fc54a2cf5d3f353d8ee1c7c4989df27f011
Author: Matthias Hopf [EMAIL PROTECTED]
Date:   Thu Nov 2 18:50:15 2006 +0100

Add domain support to linuxPciOpenFile().

Loosely based on patch from David S. Miller [EMAIL PROTECTED]
See also bug #2368.

Some other patches from Matthias may also be neccessary, including a
special ia64 patch I don't understand - the code looks way more readable
than the generic one.

I don't know how other pieces of XOrg interact with the domain and PCI
code, so I can't judge what has to be done exactly, but when it just
comes to linuxPciOpenFile(), Matthias' patch should be sufficient.

-- 
X does not start on Pegasos in Edgy because of broken PCI domain support
https://launchpad.net/bugs/61410

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


[Bug 54880] Re: Does not support Linux PCI domains

2006-12-17 Thread Christian Neumair
As discussed in bug 61410 Matthias Hopf seems to have incorporated a
patch series implementing domain support in XOrg GIT HEAD two months
ago. This also included a linuxPciOpenFile() patchset, which at least
seems to be the culprit for the lack of card detection.

-- 
Does not support Linux PCI domains
https://launchpad.net/bugs/54880

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


[Bug 34261] Re: Open Terminal not shown in context menu for Nautilus desktop items

2006-12-16 Thread Christian Neumair
There is currently no way to query a file's activation URI for
extension. I've sent a mail to nautilus-list and hope that we'll be able
to fix it soon.

-- 
Open Terminal not shown in context menu for Nautilus desktop items
https://launchpad.net/bugs/34261

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


[Bug 34261] Re: Open Terminal not shown in context menu for Nautilus desktop items

2006-12-16 Thread Christian Neumair
Assigning to myself.

** Changed in: nautilus-open-terminal (Ubuntu)
 Assignee: (unassigned) = Christian Neumair
   Status: Confirmed = In Progress

-- 
Open Terminal not shown in context menu for Nautilus desktop items
https://launchpad.net/bugs/34261

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


[Bug 30871] Re: will not open terminal in current folder

2006-12-16 Thread Christian Neumair
** Changed in: nautilus-open-terminal (Ubuntu)
   Status: Confirmed = Fix Released

-- 
will not open terminal in current folder
https://launchpad.net/bugs/30871

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


[Bug 48912] ssh vs. sftp

2006-12-16 Thread Christian Neumair
Maybe you are accessing ssh:// locations? You should try to open them
with a sftp:// prefix instead.

Should be fixed in head:

http://cvs.gnome.org/viewcvs/nautilus-open-
terminal/ChangeLog?r1=1.58r2=1.59

-- 
terminal won't be opened over ssh
https://launchpad.net/bugs/48912

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


[Bug 48912] Re: terminal won't be opened over ssh

2006-12-14 Thread Christian Neumair
Did you fail to get a Open in Terminal menu item in any folder
(including local ones), or just in remote folders?

-- 
terminal won't be opened over ssh
https://launchpad.net/bugs/48912

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


[Bug 63564] Known issue / design decision

2006-12-14 Thread Christian Neumair
From TODO file:

  Decide whether right-clicking the desktop should bring up an Open Terminal
  or an Open in Terminal item, i.e. if it should simply launch the terminal
  or additionally set the desktop directory as working directory.

-- 
When used on desktop, it opens the terminal to the home foler
https://launchpad.net/bugs/63564

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


[Bug 30871] Re: will not open terminal in current folder

2006-12-14 Thread Christian Neumair
Is this still an issue? All my terminal emulators seem to work fine with
nautilus-open-terminal 0.7-1 on Edgy.

-- 
will not open terminal in current folder
https://launchpad.net/bugs/30871

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


[Bug 70802] Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair
Public bug reported:

When cancelling an outstanding jabber transfer (no contact could be
established with the remote user) after idling for quite some time
(1hr+), a crash occured.

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Crash when cancelling outstanding jabber transfer
https://launchpad.net/bugs/70802

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


[Bug 70802] Re: Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair

** Attachment added: Crash report
   http://librarian.launchpad.net/4980744/_usr_bin_gaim.1000.crash

-- 
Crash when cancelling outstanding jabber transfer
https://launchpad.net/bugs/70802

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


[Bug 53747] backport fix for form crasher from firefox 1.5.0.2

2006-07-22 Thread Christian Neumair
Public bug reported:

http://bugzilla.gnome.org/show_bug.cgi?id=348281 has the details.

** Affects: firefox (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
backport fix for form crasher from firefox 1.5.0.2
https://launchpad.net/bugs/53747

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