papercuts-ninja team mailing list archive
-
papercuts-ninja team
-
Mailing list archive
-
Message #01017
[Bug 1239893] Re: PPAs added using GUI Software and Updates have an extra space added to repository line
I just verified that this bug existed in 0.92.26. I did the following,
and then ran software-properties-gtk again as described in comment 4 an
dthe problem persisted.
names="python-software-properties python3-software-properties software-properties-common software-properties-gtk software-properties-kde"
burl=https://launchpad.net/ubuntu/+archive/primary/+files/
start=$PWD
for ver in 0.92.26 0.92.27; do
mkdir -p $ver
for x in $names; do
n="${x}_${ver}_all.deb"
wget "$burl/$n" -O "$n"
done
done
--
You received this bug notification because you are a member of Paper
Cuts Ninja, which is a bug assignee.
https://bugs.launchpad.net/bugs/1239893
Title:
PPAs added using GUI Software and Updates have an extra space added to
repository line
Status in One Hundred Paper Cuts:
Confirmed
Status in “software-properties” package in Ubuntu:
Triaged
Bug description:
When I try to add a new PPA repository using Software and Updates gui
the repository is added but software-properties-gtk adds an space to
the line on /etc/apt/sources.list.d/ppa-name.list
darkhole@devolo:/etc/apt/sources.list.d$ cat libreoffice-ppa_-saucy.list
deb http://ppa.launchpad.net/libreoffice/ppa /ubuntu saucy main
# deb-src http://ppa.launchpad.net/libreoffice/ppa /ubuntu saucy main
The extra space is after the ppa word.
ppa file should be:
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu saucy main
# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu saucy main
Using CLI method works fine (sudo add-apt-repository)
I'm using Ubuntu 13.10 with lastest updates. I already tried multiple
PPAs, same problem.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: software-properties-gtk 0.92.27
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Mon Oct 14 20:12:36 2013
InstallationDate: Installed on 2012-07-06 (465 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: software-properties
SystemImageInfo: Error: [Errno 2] No existe el archivo o el directorio: 'system-image-cli'
UpgradeStatus: Upgraded to saucy on 2013-01-20 (267 days ago)
STEPS TO REPRODUCE:
1. Open "Software & Updates"
2. Go to "Other Software" tab
3. Click on "Add..."
4. In the "APT Line" Textbox write the PPA repository (example: ppa:libreoffice/ppa)
5. Click on "Add Source" button
Check the file created on /etc/apt/sources.list.d/ppa-name.list
To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1239893/+subscriptions