[Bug 43205] Re: xchat-gnome plugin (re)unloading not functioning

2008-11-21 Thread nuttygamergeek
This is making my xchat-gnome experience rather painful.  I first wrote
a simple script in Python and got that to work, then I had the weird
problems above when unloading the scripts.

I decided to change to writing the plugin in C, compiled it, loaded it,
enabled it all no problem.  However whenever I go back into the
preferences the plugin disapears, if I reload it it won't enable again.
If I click a few times the error above pops up.

For me this is a show stopper not low importance as I can't write a
plugin for xchat-gnome :(.

-- 
xchat-gnome plugin (re)unloading not functioning
https://bugs.launchpad.net/bugs/43205
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 259214] Re: wired connection settings are lost after reboot

2008-11-17 Thread nuttygamergeek
I can confirm that you can get the settings to save but you have to keep
fiddling till your asked for admin privileges, as has been mentioned.
It took me many times of clicking on/off of Connect Automatically -
OK and System setting - OK before this finally happened.  My
manually configured settings now survive a reboot.

-- 
wired connection settings are lost after reboot
https://bugs.launchpad.net/bugs/259214
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 283233] Re: network manager won't save fixed ip settings on wired connections

2008-11-16 Thread nuttygamergeek
I have the same problem.  If I change settings with System Settings
selected then on the next reboot the settings are forgotten and it will
go back into auto DHCP mode.  If I de-select System Settings when I
reboot I will have two connects, the new one with auto DHCP mode being
favoured.

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

[EMAIL PROTECTED]:~$ sudo apt-cache policy network-manager
[sudo] password for nuttygamergeek: 
network-manager:
  Installed: 0.7~~svn20081018t105859-0ubuntu1
  Candidate: 0.7~~svn20081018t105859-0ubuntu1
  Version table:
 *** 0.7~~svn20081018t105859-0ubuntu1 0
500 http://gb.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

-- 
network manager won't save fixed ip settings on wired connections
https://bugs.launchpad.net/bugs/283233
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 298907] [NEW] FileZilla's download progress bars are glitchy

2008-11-16 Thread nuttygamergeek
Public bug reported:

Binary package hint: filezilla

Once you have a queue of files being processed FileZilla shows a
download progress for each file.  The line with the download progress
will overlap with the scroll bar if the window is too small, see my
attachment.  When you scroll the queue the download progress bars stay
fixed rather than scrolling and so obscure viewing the rest of the
queue.  Sometimes the download progress bars don't appear at all and
need a little coaxing to appear, usually restarting the queue does the
trick.

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

[EMAIL PROTECTED]:~$ apt-cache policy filezilla
filezilla:
  Installed: 3.1.2-0ubuntu2
  Candidate: 3.1.2-0ubuntu2
  Version table:
 *** 3.1.2-0ubuntu2 0
500 http://gb.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

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

-- 
FileZilla's download progress bars are glitchy
https://bugs.launchpad.net/bugs/298907
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 298907] Re: FileZilla's download progress bars are glitchy

2008-11-16 Thread nuttygamergeek

** Attachment added: Screenshot-FileZilla.png
   http://launchpadlibrarian.net/19708975/Screenshot-FileZilla.png

-- 
FileZilla's download progress bars are glitchy
https://bugs.launchpad.net/bugs/298907
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 298907] Re: FileZilla's download progress bars are glitchy

2008-11-16 Thread nuttygamergeek
Please ignore the black boxes on the screenshot, I just added those for
privacy.  The glitch is the white bars overlapping the scroll bar in the
bottom right.

-- 
FileZilla's download progress bars are glitchy
https://bugs.launchpad.net/bugs/298907
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 298912] [NEW] Critical error on dragging a remote folder to local

2008-11-16 Thread nuttygamergeek
Public bug reported:

Binary package hint: gftp

I connect to my ftp server using SSH2, dragging individual files from
remote to local is not a problem.  However if I drag a folder from
remote to local the list of files in the folder isn't added to the queue
properly.  There is nothing after:

Received URL ssh2://[EMAIL PROTECTED]
Loading directory listing...[snip]...from server (LC_TIME=en_GB.UTF-8)

After loading gFTP from the command line:
[EMAIL PROTECTED]:~$ gftp 

The following error is reported in the terminal when dragging a folder from 
remote to local:
** (gftp-gtk:12501): CRITICAL **: sshv2_list_files: assertion `request-datafd 
 0' failed

If instead I click the left arrow button to do the same thing it works.

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

[EMAIL PROTECTED]:~$ apt-cache policy gFTP
gftp:
  Installed: 2.0.18-17ubuntu1
  Candidate: 2.0.18-17ubuntu1
  Version table:
 *** 2.0.18-17ubuntu1 0
500 http://gb.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

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

** Description changed:

  Binary package hint: gftp
  
  I connect to my ftp server using SSH2, dragging individual files from
- remove to local is not a problem.  However if I drag a folder from
+ remote to local is not a problem.  However if I drag a folder from
  remote to local the list of files in the folder isn't added to the queue
  properly.  There is nothing after:
  
  Received URL ssh2://[EMAIL PROTECTED]
  Loading directory listing...[snip]...from server (LC_TIME=en_GB.UTF-8)
  
  After loading gFTP from the command line:
  [EMAIL PROTECTED]:~$ gftp 
  
  The following error is reported in the terminal when dragging a folder from 
remote to local:
  ** (gftp-gtk:12501): CRITICAL **: sshv2_list_files: assertion 
`request-datafd  0' failed
  
  If instead I click the left arrow button to do the same thing it works.
  
  [EMAIL PROTECTED]:~$ lsb_release -rd
  Description:  Ubuntu 8.10
  Release:  8.10
  
  [EMAIL PROTECTED]:~$ apt-cache policy gFTP
  gftp:
Installed: 2.0.18-17ubuntu1
Candidate: 2.0.18-17ubuntu1
Version table:
   *** 2.0.18-17ubuntu1 0
  500 http://gb.archive.ubuntu.com intrepid/universe Packages
  100 /var/lib/dpkg/status

-- 
Critical error on dragging a remote folder to local
https://bugs.launchpad.net/bugs/298912
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