** Changed in: software-properties (Ubuntu)
Milestone: trusty-updates => None
** Changed in: software-properties (Ubuntu)
Assignee: khadijah mitchell (krm431043) => (unassigned)
** Changed in: software-properties (Ubuntu Saucy)
Assignee: Brian Murray (brian-murray) => (unassigned)
** Changed in: software-properties (Ubuntu Saucy)
Status: Fix Committed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, ena
** Changed in: software-properties (Ubuntu Saucy)
Status: Fix Released => Fix Committed
** Changed in: software-properties (Ubuntu Trusty)
Assignee: khadijah mitchell (krm431043) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Changing back to Fix Committed for saucy. The package software-
properties 0.92.28.1 is still in -proposed, and there was no reason
given for the change.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
** Changed in: software-properties (Ubuntu Saucy)
Status: Fix Committed => Fix Released
** Changed in: software-properties (Ubuntu)
Assignee: (unassigned) => khadijah mitchell (krm431043)
** Changed in: software-properties (Ubuntu Trusty)
Assignee: (unassigned) => khadijah mitche
** Branch linked: lp:ubuntu/saucy-proposed/software-properties
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software
Hello Олег, or anyone else affected,
Accepted software-properties into saucy-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/software-
properties/0.92.28.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package
** Changed in: software-properties (Ubuntu Saucy)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable
This bug was fixed in the package software-properties - 0.92.37
---
software-properties (0.92.37) trusty-proposed; urgency=low
* software-properties-dbus: force C.utf-8 locale if C is used
to ensure utf-8 support when reading sources.list LP: #1069019
-- Michael VogtThu, 17
This bug was fixed in the package software-properties - 0.92.37
---
software-properties (0.92.37) trusty-proposed; urgency=low
* software-properties-dbus: force C.utf-8 locale if C is used
to ensure utf-8 support when reading sources.list LP: #1069019
-- Michael VogtThu, 17
I confirm that software-properties 0.92.37 (available in proposed repo
after trusty upgrade) fix the bug. Thanks a lot \o/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-prop
** Branch linked: lp:ubuntu/trusty-proposed/software-properties
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software
With the software-properties packages version 0.92.37 from trusty-
proposed I am to enable and disable a souces.list entry with unicode in
it.
** Description changed:
[Test Case]
1) add a unicode character to your /etc/apt/sources.list as a comment
2) launch software-properties-gtk
3) try
Hello Олег, or anyone else affected,
Accepted software-properties into trusty-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/software-properties/0.92.37 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package.
** Changed in: software-properties (Ubuntu)
Milestone: None => trusty-updates
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or mod
Thanks Julian and Brian for your diagnosis here. I agree that software-
properties-dbus should setup a C.UTF-8 environment. The lp:~mvo
/software-properties/lp1069019 branch should address this and at least
ensure that the sources.list editing works.
--
You received this bug notification becaus
The attachment "unicode.diff" seems to be a patch. If it isn't, please
remove the "patch" flag from the attachment, remove the "patch" tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, f
** Changed in: software-properties (Ubuntu)
Status: Fix Released => Triaged
** Changed in: software-properties (Ubuntu)
Assignee: Brian Murray (brian-murray) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
I believe we should fix this in software-properties. The most flexible
way to do this is to use something like
if sys.getfilesystemencoding() == "ascii" and not "LANG" in os.environ:
os.putenv("LANG", "C.UTF-8")
with open("/etc/default/locale") as fobj:
for line in fobj:
This change has been reverted in upstream release 0.9.3.4. I am working
on an alternative way of doing this.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] ca
The fix for this bug introduced tracebacks when trying to save empty
sources lists see LP: #1294531
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not del
Attaching a better approach then the currently broken one.
Instead of using unicode in Python 2, keep bytes there. This will work
all the time, because those objects do not care about encoding at all.
An additional unicode() is provided to decode an entry, considering it
as UTF-8.
In Python 3, op
** Branch linked: lp:debian/python-apt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source with non-ASCII ch
This bug was fixed in the package python-apt - 0.9.3.2ubuntu2
---
python-apt (0.9.3.2ubuntu2) trusty; urgency=medium
* Fix pep8 error.
-- Brian MurrayFri, 14 Mar 2014 14:20:43 -0700
** Changed in: python-apt (Ubuntu)
Status: Triaged => Fix Released
--
You received thi
** Branch linked: lp:ubuntu/trusty-proposed/python-apt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source w
** Changed in: python-apt (Ubuntu)
Assignee: Julian Andres Klode (juliank) => Brian Murray (brian-murray)
** Changed in: python-apt (Ubuntu Saucy)
Assignee: (unassigned) => Brian Murray (brian-murray)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
I've tested Steve's changes again on Trusty and Saucy and they do work,
I believe last time I had just not kill and restarted software-
properties-dbus.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10
I did some testing of Steve's changes and found them to be insufficient.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
@Julian: are you still working on that? Did you see the merge request
from Steve linked to this bug?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not de
no solution so far?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source with non-ASCII characters in the com
@juliank some progress with this bug?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source with non-ASCII cha
I will take care of this Friday or Saturday
** Changed in: python-apt (Ubuntu)
Assignee: (unassigned) => Julian Andres Klode (juliank)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title
The 3 last versions of Ubuntu with the same problem. This is quite
annoying. I really don't understand why it isn't fixed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-prop
I told the Spanish translators about this issue and they changed the
translation to this bug doesn't happen, in the meantime it's fixed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
Confirmed. Happened when upgrading from 12.10 to 13.04 and now persists
after upgrade from 13.04 to 13.10. I am using Finnish translation, so
there are special characters when the repositories are commented out by
the upgrader.
--
You received this bug notification because you are a member of Ubu
Thanks Paulo, at least it's a help for some users, but probably not for
the regular user. I hope this bug will be solved before the next version
update because it's important and annoying.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
Yeap, bug still there. At least the script I did to workaround it,
avaiable in comment #20, still works.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can n
After one year, this bug still ocurrs. This should be high priority, to
many users this must be a pain in the ass, to put it blunty.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[sof
I just came across the same issue after I upgraded to 13.10 Saucy from
13.04 Raring and I could no longer change my Software Sources.
Turned out I had a ô hiding in one of the comments in my sources.list.
Things worked fine after I changed that to an o without ^.
--
You received this bug notific
** Branch linked: lp:~vorlon/python-apt/lp.1069019
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source with
Interestingly, I can reproduce this; but when I tried to debug it (by
running python3 /usr/lib/software-properties/software-properties-dbus
manually from a root shell and watching its output), the bug was no
longer reproducible. This pointed to a problem specific to the process
environment - and i
I have one question, but I don't need the answer, it is a question to
all of us don't you think, that this situation, that disables the
possibility to enable/disable software sources for many people in the
world, will help Ubuntu?
I do not use my computer for work (so much), but others do and
** Also affects: software-properties (Ubuntu Saucy)
Importance: Medium
Status: Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete
Yes, I agree. Anyway, I passed my "solution" to slovenian translators
and they will change the translation. Unfortunately this is a bad
solution (and working only for slovenian users), but it seems is the
only one, which is available at the moment.
--
You received this bug notification because yo
The bug still exists, I cannot believe noone fixed it yet. Matej, I
don't think so this is the permanent solution, because software-
properties "should" be able to handle it properly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
The funny thing is that when you add a repository, you cannot disable
it, nor delete, nor change. And I mean repository without commentary
with different characters. The whole application is unusable then.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
I just upgraded to 13.04 and the problem is still here. This is just
sad. I think the only realiable and fast solution would be to pass that
information to our transaltion teams and ask them to remove special
characters and instead just use basic ASCII alphabet.
P. S. Did anyone passed the infroma
I attach a script that should be able to fix the files and still keep
reasonable approximations of the original comments with non-ASCII
characters. It assumes that the bad files are using UTF-8 encoding. To
use it you should (as root, that is using sudo):
0) Copy recusively /etc/apt/sources.list.d
On 7 May 2013 06:11, Fernando Conesa <1069...@bugs.launchpad.net> wrote:
> The solution of Jorge worked for me without problem.
> The change in the message won't affect forthcoming updates right?
> I mean, for the 13.10, the message will be changed again?
>
You can always use a text editor to rem
The solution of Jorge worked for me without problem.
The change in the message won't affect forthcoming updates right?
I mean, for the 13.10, the message will be changed again?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
As a workaround, I did this to replace the problematic comments with
ASCII-friendly ones. Notice that this only works with the Spanish
locale. You must replace the message according with what message is
shown to you on the comment section.
sudo sed -ri 's/(.*)\(desactivado en la actualización a
ra
Confirmed problem after upgrade to Raring. This happened during the last
upgrade (precise to quantal), and I don't remember exactly what I did,
but I think it involved something with the .save files. If I find out
what works, I'll post.
** Tags added: amd64 raring
--
You received this bug notifi
This bug is actually caused by python-apt which tries to open the
sourceslist files with the default encoding.
As the dbus daemon backend is executed in a clean environment, the
default encoding is not the same the system uses - it's the one
hardcoded to python if every detection method fails (and
It is time for a new update and the bug is still here. This means that
everyone that is using Ubuntu in Portuguese or any other language that
has accents in the default comment will be in trouble as pointed out by
the other comments above.
Is this really only of medium importance? It affects all t
I have Quantal (upgraded recently), and can confirm the problem.
In fact the problem are non-english characters. When you upgrade,
upgrade tool would disable old sources and add commnet they are
disabled. In slovenian language comment is like: "onemogočeno ob
nadgradnji na quantal". It contains sl
hi there,
Yesterday i upgraded to Raring Ringtail, and i have the same problem in 13.04
(still alpha)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not
I have similar problem, I could not enable nor disable any of software sources,
but after I tried to disable everything, that remained after upgrade from 12.04
to 12.10 (with statement: "Disabled during upgrade" or something like that, in
Czech language: " zakázáno při povýšení na quantal") I am
So I played with this some tonight and cannot make much sense of the
results. After adding my debugging stuff, it seemed to work fine. I
restarted software-properties-dbus with --debug and also added some code
into software-properties-gtk to compare the source line. As I said, it
worked fine, he
It's not all non-English characters, for example, the name of one of the
commenters works fine in a comment: Олег АндреичЪ
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-prop
Ok, I have tried it and as a workaround you can delete that conflictin
characters from sources manually.
How to:
1º Open terminal.
2º cd /etc/apt/sources.list.d
3º Open each .list file that can't be changed as root (sudo nano
irie-blender-precise.list, for example).
4º Remove (or change) any char
As a workaround, can be it modified manually?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069019
Title:
[software-properties-gtk] can not delete, enable or modify any
software source with non-A
61 matches
Mail list logo