[Bug 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-08 Thread Timo Jyrinki
** Changed in: gdebi (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-08 Thread rivol
The encoding problem actually looks like kdesu problem to me:

$ls '/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb'
/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb
$sudo ls '/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb'
/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb
$gksu ls '/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb'
/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb
$kdesu ls '/home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb'
ls: /home/rivo/Töölaud/estobuntu-settings_0.2.1_all.deb ei saa kasutada: No 
such file or directory

As you can see sudo and gksu work fine but kdesu seems to reencode (?)
the filename, making it unusable.

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-08 Thread Jonathan Thomas
Please do not open this bug unless gdebi-kde cannot open files with spaces or 
parenthesis.
All problems with Unicode characters are bug 149893.

@rivo
kdesu very well may have an encoding issue too, but gdebi has the issue also.

** Changed in: gdebi (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-07 Thread Laur Mõtus
Jonathan, sorry, but it dosen't work with 0.3.13 on Interpid nor in up-to-date 
Hardy, IF, as Risto pointed out, the folder name contains special charaters 
that the english users will never encounter:  ö õ ä or ü
In Estonian the desktop folder is translated 'Töölaud' and any attempt to 
install packages from there in Hardy or Interpid fail, so i did a little test, 
made folders Töö, Tää; Tüü and Tõõ and every time when trying to istall a 
package from there with gdebi-kde, it fails. Running it from Console shows the 
following error:

[EMAIL PROTECTED]:~$ sudo gdebi-kde /home/user/Tõõ/nxclient_3.2.0-14_i386.deb
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not 
stable yet
  warnings.warn(apt API not stable yet, FutureWarning)
Error: /var/tmp/kdecache-user is owned by uid 1000 instead of uid 0.
Traceback (most recent call last):
  File /usr/bin/gdebi-kde, line 100, in module
afile = unicode(afile, 'utf-8')
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 13-16: invalid 
data

when installing it from the console from any of these folders with just
the command line 'gdebi' everything works as expected.

Please somebody look into this because this bug means that any Estonian
or Finnish user can install anything from their desktop folders in Hardy
nor Interpid, and this leaves an unpleasant experience.

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-07 Thread Laur Mõtus
Confirmed on both up-to-date Hardy and Interpid

** Changed in: gdebi (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-10-07 Thread Jonathan Thomas
Unicode issues would be bug 149893.
The original bug here was about spaces and other special, non-utf characters.

** Changed in: gdebi (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-08-31 Thread Jonathan Thomas
Works with gdebi-kde 0.3.13 in Intrepid.

** Changed in: gdebi (Ubuntu)
   Status: New = Fix Released

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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 196030] Re: Gdebi-kde can't install packages whose path contains brackets or spaces or other special characters.

2008-05-29 Thread Risto H. Kurppa
Confirm on KDE 3.5.x and Hardy.

The Desktop folder is translated to 'Työpöytä' in Finnish and this makes
gdebi-kde fail when trying to install.

-- 
Gdebi-kde can't install packages whose path contains brackets or spaces or 
other special characters.
https://bugs.launchpad.net/bugs/196030
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