[Bug 106506] Re: OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no matter what I do

2007-04-14 Thread Daniel Andersson

** Attachment added: "Screenshot"
   http://librarian.launchpad.net/7329777/oowriter_bug_2007-04-14.png

-- 
OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no 
matter what I do
https://bugs.launchpad.net/bugs/106506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106506] OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no matter what I do

2007-04-14 Thread Daniel Andersson
Public bug reported:

Binary package hint: openoffice.org

I had oowriter in full screen mode and restarted GNOME using
Ctrl+Alt+Backspace. After that oowriter is stuck in a "semi-full screen"
mode. It fills up the whole screen but the menu is still visible.
Screenshot: http://microansa.com/oowriter_bug_2007-04-14.png

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no 
matter what I do
https://bugs.launchpad.net/bugs/106506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106506] Re: OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no matter what I do

2007-04-14 Thread Daniel Andersson
Oh also, I am not able to answer to dialogue messages as they get stuck
behind the program.

-- 
OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no 
matter what I do
https://bugs.launchpad.net/bugs/106506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 106506] Re: OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no matter what I do

2007-06-18 Thread Daniel Andersson
Yes, if I copy back the former openoffice settings. I just removed the 
whole folder and that solved the problem. Should I compress and attach 
the settings folder? It is 12 MB compressed.

Best regards
Daniel Andersson

Chris Cheney wrote:
> Daniel,
>
> I was unable to reproduce this on Ubuntu 7.04. Are you still able to
> reproduce this problem on Ubuntu 7.04?
>
> Thanks,
>
> Chris Cheney
>
> ** Changed in: openoffice.org (Ubuntu)
>  Assignee: (unassigned) => Chris Cheney
>Status: Unconfirmed => Needs Info
>
>

-- 
OpenOffice.org Word Processor (oowriter) stays in "semi-fullscreen" mode no 
matter what I do
https://bugs.launchpad.net/bugs/106506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1822842] Re: pip fails to install package from source when extra-index-url returns 404

2019-06-18 Thread Daniel Andersson
It seems like `9.0.1-2.3~ubuntu1.18.04.1` breaks the `--extra-index-url`
functionality of PIP.

In my understanding, the idea is for `--extra-index-url` to provide a
PyPI-compliant repository that offers a few additional packages, allowing PIP
to fall back onto the instance configured as `--index-url` (defaults to
upstream PyPI). This has been the case with earlier versions, allowing us to
host an internal PyPI repository containing a subset of packages, as well as a
generic local caching PyPI mirror.

In `9.0.1-2.3~ubuntu1.18.04.1`, it seems like the fallback mechanisms do not
work properly, instead failing if _either_ the `--index-url` _or_
`--extra-index-url` instances lack the package.

---

With `~/.config/pip/pip.conf` as:

[global]
index-url = 
https://:@artifactory.internal/artifactory/api/pypi/PyPI_mirror/simple
extra-index-url = 
https://:@artifactory.internal/artifactory/api/pypi/PyPI_extra/simple

With `python3-pip` version `9.0.1-2.3~ubuntu1.18.04.1`, I get a session
like:

~$ python3 -m venv env/pip-latest
~$ . env/pip-latest/bin/activate
(pip-latest) ~$ pip --version
pip 9.0.1 from /home/dandersson/env/pip-latest/lib/python3.6/site-packages 
(python 3.6)
(pip-latest) ~$ pip install hpt
Collecting hpt
Exception:
Traceback (most recent call last):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/basecommand.py",
 line 215, in main
status = self.run(options, args)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/commands/install.py",
 line 353, in run
wb.build(autobuilding=True)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/wheel.py", 
line 749, in build
self.requirement_set.prepare_files(self.finder)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 554, in _prepare_file
require_hashes
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_install.py",
 line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 465, in find_requirement
all_candidates = self.find_all_candidates(req.name)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 423, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 568, in _get_pages
page = self._get_page(location)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 683, in _get_page
return HTMLPage.get_page(link, session=self.session)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 795, in get_page
resp.raise_for_status()
  File 
"/home/dandersson/env/pip-latest/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py",
 line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: 
https://artifactory.internal/artifactory/api/pypi/PyPI_mirror/simple/hpt/

PIP fails with a traceback due to not finding `hpt` on the `--index-url`
instance -- but the point of giving `--extra-index-url` is that `hpt` resides
on that instance.

Trying to install a package that should be present on the `--index-url`
instance:

(pip-latest) ~$ pip install requests
Collecting requests
Exception:
Traceback (most recent call last):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/basecommand.py",
 line 215, in main
status = self.run(options, args)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/commands/install.py",
 line 353, in run
wb.build(autobuilding=True)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/wheel.py", 
line 749, in build
self.requirement_set.prepare_files(self.finder)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 554, in _prepare_file
require_hashes
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_install.py",
 line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 465, in find_requirement
all_candidates = self.find

[Bug 1833229] [NEW] `--extra-index-url` not working for PIP

2019-06-18 Thread Daniel Andersson
Public bug reported:

I originally wrote this as a comment on
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1822842 , but I
guess it makes sense to open a new separate bug since the other report was
already closed. Pasting my comment contents below.

~$ lsb_release -rd
Description:Ubuntu 18.04.2 LTS
Release:18.04 

~$ apt-cache policy python3-pip
python3-pip:
  Installed: 9.0.1-2.3~ubuntu1.18.04.1
  Candidate: 9.0.1-2.3~ubuntu1.18.04.1
  Version table:
 *** 9.0.1-2.3~ubuntu1.19.04.1 500
500 http://se.archive.ubuntu.com/ubuntu bionic-updates/universe 
amd64 packages
500 http://se.archive.ubuntu.com/ubuntu bionic-updates/universe 
i386 packages
100 /var/lib/dpkg/status
 9.0.1-2 500
500 http://se.archive.ubuntu.com/ubuntu bionic/universe amd64 
packages
500 http://se.archive.ubuntu.com/ubuntu bionic/universe i386 
packages

---

It seems like `9.0.1-2.3~ubuntu1.18.04.1` breaks the `--extra-index-url`
functionality of PIP.

In my understanding, the idea is for `--extra-index-url` to provide a
PyPI-compliant repository that offers a few additional packages, allowing PIP
to fall back onto the instance configured as `--index-url` (defaults to
upstream PyPI). This has been the case with earlier versions, allowing us to
host an internal PyPI repository containing a subset of packages, as well as a
generic local caching PyPI mirror.

In `9.0.1-2.3~ubuntu1.18.04.1`, it seems like the fallback mechanisms do not
work properly, instead failing if _either_ the `--index-url` _or_
`--extra-index-url` instances lack the package.

---

With `~/.config/pip/pip.conf` as:

[global]
index-url = 
https://:@artifactory.internal/artifactory/api/pypi/PyPI_mirror/simple
extra-index-url = 
https://:@artifactory.internal/artifactory/api/pypi/PyPI_extra/simple

With `python3-pip` version `9.0.1-2.3~ubuntu1.18.04.1`, I get a session
like:

~$ python3 -m venv env/pip-latest
~$ . env/pip-latest/bin/activate
(pip-latest) ~$ pip --version
pip 9.0.1 from /home/dandersson/env/pip-latest/lib/python3.6/site-packages 
(python 3.6)
(pip-latest) ~$ pip install hpt
Collecting hpt
Exception:
Traceback (most recent call last):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/basecommand.py",
 line 215, in main
status = self.run(options, args)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/commands/install.py",
 line 353, in run
wb.build(autobuilding=True)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/wheel.py", 
line 749, in build
self.requirement_set.prepare_files(self.finder)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_set.py",
 line 554, in _prepare_file
require_hashes
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/req/req_install.py",
 line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 465, in find_requirement
all_candidates = self.find_all_candidates(req.name)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 423, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 568, in _get_pages
page = self._get_page(location)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 683, in _get_page
return HTMLPage.get_page(link, session=self.session)
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/index.py", 
line 795, in get_page
resp.raise_for_status()
  File 
"/home/dandersson/env/pip-latest/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py",
 line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: 
https://artifactory.internal/artifactory/api/pypi/PyPI_mirror/simple/hpt/

PIP fails with a traceback due to not finding `hpt` on the `--index-url`
instance -- but the point of giving `--extra-index-url` is that `hpt` resides
on that instance.

Trying to install a package that should be present on the `--index-url`
instance:

(pip-latest) ~$ pip install requests
Collecting requests
Exception:
Traceback (most recent call last):
  File 
"/home/dandersson/env/pip-latest/lib/python3.6/site-packages/pip/basecommand.py",
 line 215, in main
status = self.run(options, args)
  File 

[Bug 1822842] Re: pip fails to install package from source when extra-index-url returns 404

2019-06-18 Thread Daniel Andersson
I opened a new bug with the information in the previous comment:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1833229 .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1822842

Title:
  pip fails to install package from source when extra-index-url returns
  404

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1822842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 785034] [NEW] Pinta missing gtk-dialog-error icon on kubuntu 11.04

2011-05-19 Thread Daniel Andersson
Public bug reported:

Binary package hint: pinta

Pinta requires the gtk-dialog-error icon and kubuntu 11.04 dont seem to have it 
by default (or as a package dependency)
Solvable by installing gnome-icon-theme

GLib.GException: Icon 'gtk-dialog-error' not present in theme
  at Gtk.IconTheme.LoadIcon (System.String icon_name, Int32 size, 
IconLookupFlags flags) [0x0] in :0 
  at Pinta.ErrorDialog.Build () [0x0] in :0 
  at Pinta.ErrorDialog..ctor (Gtk.Window parent) [0x0] in :0 
  at Pinta.MainClass.ExceptionManager_UnhandledException 
(GLib.UnhandledExceptionArgs args) [0x0] in :0 
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean 
is_terminal) [0x0] in :0

** Affects: pinta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/785034

Title:
  Pinta missing gtk-dialog-error icon on kubuntu 11.04

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs