[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2022-12-29 Thread Martin Spacek
** Changed in: software-properties (Ubuntu) Status: Expired => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1830914 Title:

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2022-12-29 Thread Martin Spacek
@dexter in #1, I also tried moving the `import requests_unixsocket` line up out of the try-except block, and also found that it worked. (None of the other proposed solutions, including reinstalling all of the proposed packages, had any effect). Strangely, afer *undoing* those change, i.e. moving

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2022-01-25 Thread Jan Frecè
Is there an official solution to this problem, meanwhile? I ran into the same problem, but even after reinstalling python3-six, python3-certifi, python3-requests, python3-idna, and python3-urllib3 I still can't start software-properties-gtk, getting the message that the name 'requests_unixsocket'

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2021-12-12 Thread Tony Arkles
I ran into the same problem, I think, today and had to also reinstall python3-urllib3 before it would work again. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu.

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2021-05-13 Thread SunBear
I enquired about this issue in Aug 2020 (see https://askubuntu.com/q/1271611/541417). @SteveLanders solution worked for me. https://askubuntu.com/a/1312345/541417. The following reinstallation procedure that he had shared worked for me: sudo apt install --reinstall python3-six python3-certifi

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2020-08-16 Thread Gunawan Wibisono
it also happened with me on focal and it was fixed by reinstall python3-six and python3-certifi -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1830914 Title:

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-09-06 Thread Tim Richardson
I had the module python3-six installed but after I reinstalled it, software-properties-gtk started working again. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu.

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-09-06 Thread Tim Richardson
>>> import dateutil.parser Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/dateutil/parser.py", line 40, in from six import text_type, binary_type, integer_types ModuleNotFoundError: No module named 'six' -- You received this bug notification

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-09-06 Thread Tim Richardson
I have this problem in one Ubuntu 18.04 journalctl -e Sep 06 17:54:28 ubuntu dbus-daemon[723]: [system] Activating service name='com.ubuntu.SoftwareProperties' requested by ':1.106' (uid=1000 pid=6185 comm="/usr/bin/python3 /usr/bin/software-properties-gtk " label="unconfined") (using

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-09-01 Thread Launchpad Bug Tracker
[Expired for software-properties (Ubuntu) because there has been no activity for 60 days.] ** Changed in: software-properties (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-07-03 Thread Sebastien Bacher
weird, why would that change makes a difference if the imports are not failing? are you sure it's the same issue? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu.

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-07-03 Thread Sved
@seb128 I am seeing the same issue after I upgraded to 19.04. The output of both the commands you requested is a new line (shown below) sved@sveddt:~$ python3 -c 'import dateutil.parser' sved@sveddt:~$ python3 -c 'import requests_unixsocket' sved@sveddt:~$ -- You received this bug notification

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-06-25 Thread Sebastien Bacher
** Changed in: software-properties (Ubuntu) Importance: Undecided => Low ** Changed in: software-properties (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-06-25 Thread Sebastien Bacher
Thank you for your bug report, what's the output of $ python3 -c 'import dateutil.parser' and $ python3 -c 'import requests_unixsocket' ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu.

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-06-24 Thread dexter
The software-properties-gtk starts, but the last tab (which is a new tab), captioned "Livepatch", does not work. The text says "Checking availability...", then, after a while an "internal error detected" dialog comes up. So "livepatch" does not work (at least does not seem to). -- You received

[Touch-packages] [Bug 1830914] Re: software-properties-gtk does not run at all!

2019-06-24 Thread dexter
I found that if I move a bit the "import requests_unixsocket" line (in file LivepatchService.py), then the software-properties-gtk call *works*. Please somebody either propagate this solution (if it is a true solution), or tell me how to propagate. (I do not know shat is exactly happening.