Johnny, the issue you're seeing is not this bug; this bug is only about apt proxy settings being applied in cases where admins are not prepared to have them applied.
> Warning: Could not find 'gksudo', starting '/bin/bash' instead. Please
> check your profile settings.
This is because gksudo is not included in Kubuntu. A known issue with the previous upload; I've filed this as bug #982032.
Your real issue is that the download failed at all at package install time.
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 234, in process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 197, in open
name = 'open_' + urltype
TypeError: cannot concatenate 'str' and 'NoneType' objects
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228.orig.tar.gz
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 234, in process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 197, in open
name = 'open_' + urltype
TypeError: cannot concatenate 'str' and 'NoneType' objects
I have not seen this error here. It's a very strange error, as it suggests that python's urllib was unable to parse the url that was passed to it - the same url that's shown immediately above the failure in the output.
Please file a separate bug report against the update-notifier package by running the command 'ubuntu-bug update-notifier' from the affected system, so we can capture information about anything that may be wrong with your python installation.
Johnny, the issue you're seeing is not this bug; this bug is only about apt proxy settings being applied in cases where admins are not prepared to have them applied.
> Warning: Could not find 'gksudo', starting '/bin/bash' instead. Please
> check your profile settings.
This is because gksudo is not included in Kubuntu. A known issue with the previous upload; I've filed this as bug #982032.
Your real issue is that the download failed at all at package install time.
ttf-mscorefonts -installer: downloading http:// downloads. sourceforge. net/corefonts/ andale32. exe update- notifier/ package- data-downloader ", line 234, in process_ download_ requests urlretrieve( files[i] )[0] python2. 7/urllib. py", line 93, in urlretrieve retrieve( url, filename, reporthook, data) python2. 7/urllib. py", line 239, in retrieve python2. 7/urllib. py", line 197, in open installer: downloading http:// archive. canonical. com/pool/ partner/ a/adobe- flashplugin/ adobe-flashplug in_11.2. 202.228. orig.tar. gz update- notifier/ package- data-downloader ", line 234, in process_ download_ requests urlretrieve( files[i] )[0] python2. 7/urllib. py", line 93, in urlretrieve retrieve( url, filename, reporthook, data) python2. 7/urllib. py", line 239, in retrieve python2. 7/urllib. py", line 197, in open
Traceback (most recent call last):
File "/usr/lib/
dest_file = urllib.
File "/usr/lib/
return _urlopener.
File "/usr/lib/
fp = self.open(url, data)
File "/usr/lib/
name = 'open_' + urltype
TypeError: cannot concatenate 'str' and 'NoneType' objects
flashplugin-
Traceback (most recent call last):
File "/usr/lib/
dest_file = urllib.
File "/usr/lib/
return _urlopener.
File "/usr/lib/
fp = self.open(url, data)
File "/usr/lib/
name = 'open_' + urltype
TypeError: cannot concatenate 'str' and 'NoneType' objects
I have not seen this error here. It's a very strange error, as it suggests that python's urllib was unable to parse the url that was passed to it - the same url that's shown immediately above the failure in the output.
Please file a separate bug report against the update-notifier package by running the command 'ubuntu-bug update-notifier' from the affected system, so we can capture information about anything that may be wrong with your python installation.