[Bug 466074] Re: Undecorates new windows with undecorate disabled

2009-11-07 Thread Mick K
** Changed in: maximus (Ubuntu)
   Status: Incomplete = New

-- 
Undecorates new windows with undecorate disabled
https://bugs.launchpad.net/bugs/466074
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 466074] Re: Undecorates new windows with undecorate disabled

2009-11-01 Thread Mick K
Version is 0.4.14-0ubuntu1

The problem only seems to occurs when the new window defaults to
maximized when its open.

Eg.
Open nautilus
Maximize nautilus window
Close nautilus
Reopen nautilus

The new nautilus window should start maximized as expected, but the
window will be undecorated

Hope this helps.

Thanks,
Michael

-- 
Undecorates new windows with undecorate disabled
https://bugs.launchpad.net/bugs/466074
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 466074] [NEW] Undecorates new windows with undecorate disabled

2009-10-30 Thread Mick K
Public bug reported:

Binary package hint: maximus

New windows that are opened in a maximized state are still undecorated
when undecorate is unchecked (in gconf)

Steps to reproduce:
Check /apps/maximus/no_maximize
Uncheck /apps/maximus/undecorate
Open a program that defaults to maximized when opened

New window is undecorated

Note: this only occurs when no_maximize is checked

small patch to fix bug attached

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

-- 
Undecorates new windows with undecorate disabled
https://bugs.launchpad.net/bugs/466074
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 466074] Re: Undecorates new windows with undecorate disabled

2009-10-30 Thread Mick K

** Attachment added: maximus-0.4.14_undecoratepatch.diff
   http://launchpadlibrarian.net/34746360/maximus-0.4.14_undecoratepatch.diff

-- 
Undecorates new windows with undecorate disabled
https://bugs.launchpad.net/bugs/466074
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 458003] [NEW] gvfsd-smb copies directory as empty file (sles10 cifsd)

2009-10-22 Thread Mick K
Public bug reported:

Binary package hint: gvfs

Problem occurs ubuntu 9.04 (i386  amd64)  9.10 beta (i386  amd64)
(1.4.1-0ubuntu1)

When copying a directory from a gvfs smb mount , destination is created as an 
empty file with the same name as src directory
Both nautilus copy and gvfs-copy create an empty file with the name of the src 
directory
However using:   cp -r ~/.gvfs/share\ on\ server/folder /tmp  it does work 
correctly

smb share is on a novell sles10 server (novell patches applied as of 1 october 
09)
Have no problem with other samba shares - only seems to be with novells cifsd . 
It might be their broken implementation, however there is no problems when 
copying folders using cp  or when share is mounted using mount.cifs so I am not 
too sure

Please let me know if there is any further information I can provide at
all.

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

-- 
gvfsd-smb copies directory as empty file (sles10 cifsd)
https://bugs.launchpad.net/bugs/458003
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 458003] Re: gvfsd-smb copies directory as empty file (sles10 cifsd)

2009-10-22 Thread Mick K

** Attachment added: cifsd server log during nautilus copy of 
/resources/folder/
   http://launchpadlibrarian.net/34137974/cifsd.log

-- 
gvfsd-smb copies directory as empty file (sles10 cifsd)
https://bugs.launchpad.net/bugs/458003
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 458003] Re: gvfsd-smb copies directory as empty file (sles10 cifsd)

2009-10-22 Thread Mick K
** Bug watch added: GNOME Bug Tracker #599354
   https://bugzilla.gnome.org/show_bug.cgi?id=599354

** Changed in: gvfs
   Importance: Undecided = Unknown

** Changed in: gvfs
   Status: New = Unknown

** Changed in: gvfs
 Remote watch: None = GNOME Bug Tracker #599354

-- 
gvfsd-smb copies directory as empty file (sles10 cifsd)
https://bugs.launchpad.net/bugs/458003
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 314777] Re: Error:file is encrypted or is not a database

2009-04-29 Thread Mick K
jbfoley, good to hear it helped

I had a similar issue with it being extremely slow and found disabling the 
keyring fixed the problem (unchecked Options-Use Keyring in gnome-rdp). I have 
about 150 Session names and none of them have a saved password.
At the bottom of the script I set use keyring to false, which might explain why 
only that script worked

I think this may be an unrelated bug when gnome-rdp has a number of
session profiles with use Keyring enabled.

-- 
Error:file is encrypted or is not a database
https://bugs.launchpad.net/bugs/314777
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 314777] Re: Error:file is encrypted or is not a database

2009-04-19 Thread Mick K
There also appears to be a few schema changes in the session table. 
The length of a few fields were changed from 30 to 300 (apparently length on a 
varchar in sqlite is only cosmetic, so it probably wont affect anything)

I used the following to get gnome-rdp to create the new database, and
then just used sqlite dump to copy over the data

mv ~/.gnome-rdp.db ~/.gnome-rdp-old.db
#Open gnome-rdp to create new database, then click File-Quit
gnome-rdp
sqlite ~/.gnome-rdp.old.db .dump session | fgrep INSERT | sqlite3 
~/.gnome-rdp.db


A number of guys at work use gnome-rdp, so I wrote a quick bash script to do 
this with a few sanity checks. I'll attach it in case someone finds it useful
Just give it execute permissions, and run from a shell

** Attachment added: gnomerdp-904-update
   http://launchpadlibrarian.net/25775037/gnomerdp-904-update

-- 
Error:file is encrypted or is not a database
https://bugs.launchpad.net/bugs/314777
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 314777] Re: Error:file is encrypted or is not a database

2009-04-19 Thread Mick K
Sorry there was a typo in that last comment. It should of been:

mv ~/.gnome-rdp.db ~/.gnome-rdp.old.db
#Open gnome-rdp to create new database, then click File-Quit
gnome-rdp
sqlite ~/.gnome-rdp.old.db .dump session | fgrep INSERT | sqlite3 
~/.gnome-rdp.db

-- 
Error:file is encrypted or is not a database
https://bugs.launchpad.net/bugs/314777
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 359669] Re: mount.cifs crashed with SIGSEGV in main() - SmbMount - smbfs

2009-04-11 Thread Mick K
*** This bug is a duplicate of bug 356009 ***
https://bugs.launchpad.net/bugs/356009

I am having a similar problem

smbfs 2:3.3.2-1ubuntu3
Jaunty amd64

Sorry for posting on duplicate bug, don't have access to other

** Attachment added: stracesmb.txt
   http://launchpadlibrarian.net/25272654/stracesmb.txt

-- 
mount.cifs crashed with SIGSEGV in main() - SmbMount - smbfs
https://bugs.launchpad.net/bugs/359669
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 359669] Re: mount.cifs crashed with SIGSEGV in main() - SmbMount - smbfs

2009-04-11 Thread Mick K
*** This bug is a duplicate of bug 356009 ***
https://bugs.launchpad.net/bugs/356009

I am having a similar problem

smbfs 2:3.3.2-1ubuntu3
Jaunty amd64

Sorry for posting on duplicate bug, don't have access to other

** Attachment added: stracesmb.txt
   http://launchpadlibrarian.net/25272654/stracesmb.txt

-- 
mount.cifs crashed with SIGSEGV in main() - SmbMount - smbfs
https://bugs.launchpad.net/bugs/359669
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 270374] Re: [intrepid] enter a computer name then hit enter, list stays on screen and steals input

2009-02-25 Thread Mick K
Hi Petie,

Attached is the amd64 build with this patch


** Attachment added: tsclient_0.150-1ubuntu4_amd64.deb
   http://launchpadlibrarian.net/23130175/tsclient_0.150-1ubuntu4_amd64.deb

-- 
[intrepid] enter a computer name then hit enter, list stays on screen and 
steals input
https://bugs.launchpad.net/bugs/270374
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