Unfortunately, the situation is by no means fixed in Jaunty RC.
Opening Simon's good.pdf
(https://bugs.launchpad.net/ubuntu/+source/evince/+bug/227186/comments/7)
and printing it to pdf with Jaunty RC's evince takes approx. 0.9 sec CPU
time and the produced output pdf is approx. 7kB.
Opening Simo
This bug reappeared in a fresh 10.10 installation. The symptoms are the same
as described earlier in the comments:
When opening a pdf, evince displays a small window with side pane and fit page
width. Resize the window, close the side pane, change zoom settings, whatever,
then close the window
Yes, the bug is reproducible with Oneiric Ocelot alpha 3.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/680643
Title:
"best fit" doesn't upscale image
To manage notifications about t
Public bug reported:
Binary package hint: eog
Ubuntu 10.10, Eye of Gnome, 2.32.0-0ubuntu1
I would expect that both the "Fit image to the window" toolbar button
and the "View -> Best fit" menu item would upscale the image when the
image is smaller than the eog window.
Instead, they do nothing in
Glad you like it.
If you would take the commit message from my previous post, please do a
s/allow switching/allow to switch/ and s/"Off" entry combo box/"Off"
entry/. Thanks (;
--
Hardy beta: gnome-display-properties allows switching off the only monitor
https://bugs.launchpad.net/bugs/208535
Y
Public bug reported:
Binary package hint: gnome-terminal
In gnome-terminal's default profile I have set both the menubar and the
scrollbar to invisible. If I create a new window with the context
menu's "Open terminal" menuitem, then neither the menubar nor the
scrollbar are shown in the new wind
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/13577345/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/13577346/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/13577347/ProcStatus.txt
--
menuba
If a new terminal window is created by dragging a tab to the root
window, then both the menubar and the scrollbar are shown in the newly
created window, even if they should be hidden according to the current
profile.
This happens because after this drag-drop-new window sequence
notebook_page_added
Public bug reported:
Binary package hint: gnome-control-center
If there is only one monitor in the system, the user can choose "Off"
from gnome-display-properties' "Resolution" combo box, and there is
nothing to prevent applying the changes, not even a warning. Moreover,
the changes are stored i
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/12955786/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/12955787/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/12955788/ProcStatus.txt
--
Hardy
Maybe something like this?
Don't allow switching off the only active monitor
Currently, users can choose "Off" from gnome-display-properties'
"Resolution" combo box and apply this change, even if they have only one
active monitor, leaving them without a working display.
With this patch the "Off
Why not do simply the following?
diff --git a/src/eog-window.c b/src/eog-window.c
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -1300,7 +1300,7 @@ eog_window_obtain_desired_size (EogImage *image,
screen_height = monitor.height;
deco_width = window_width - view_width;
-
12 matches
Mail list logo