After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 365211 - totem sidebar very big if last time opened it was maximized
totem sidebar very big if last time opened it was maximized
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.16.x
Other Linux
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 378802 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-26 08:24 UTC by Sebastien Bacher
Modified: 2006-11-24 13:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Fix the bug. Remove unneeded code. (2.21 KB, patch)
2006-10-27 23:13 UTC, Jan Arne Petersen
needs-work Details | Review
Hide sidebar resize when window is not maximized. (3.48 KB, patch)
2006-10-30 19:55 UTC, Jan Arne Petersen
committed Details | Review

Description Sebastien Bacher 2006-10-26 08:24:38 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/totem/+bug/68257

"The sidebar for totem appears very big, if you open totem after closing it maximized.

Steps to reproduce:

1) Open totem (not maximized). Sidebar is ok.
2) Maximize totem
3) Close totem
4) Open totem. Sidebar very big (more than a half of screen)

http://librarian.launchpad.net/4936040/totem_not_maximized.png
Totem (previous state not maximized)

http://librarian.launchpad.net/4936043/totem_after_maximized.png
Totem (previous state maximized)

Forgot to say that this is Edgy 20061025"
Comment 1 Jan Arne Petersen 2006-10-27 23:13:10 UTC
Created attachment 75535 [details] [review]
Fix the bug. Remove unneeded code.
Comment 2 Bastien Nocera 2006-10-30 17:13:03 UTC
This is also related to bug 316286 and bug 361800.

Your bug fixes one of the problems (size of the sidebar if closed maximised), but makes the sidebar resize visible when the window wasn't maximised.
If you can fix the latter as well, it's as good as in (those problems give me headaches ;)
Comment 3 Jan Arne Petersen 2006-10-30 19:55:38 UTC
Created attachment 75684 [details] [review]
Hide sidebar resize when window is not maximized.

The resize is still visible when the window is maximized.
Comment 4 Bastien Nocera 2006-11-15 13:59:44 UTC
Actually, I don't see the resize anymore whether maximised or not...

2006-11-15  Bastien Nocera  <hadess@hadess.net>

        * src/totem-sidebar.c: (totem_sidebar_setup):
        * src/totem.c: (totem_action_save_state),
        (main_pane_size_allocated), (totem_setup_window),
        (video_widget_create): Patch from Jan Arne Petersen
        <jpetersen@jpetersen.org> to make Totem remember the width
        of the sidebar even when Totem was maximised when we exited
        (Closes: #365211, #361800, #316286)
Comment 5 Bastien Nocera 2006-11-24 13:45:19 UTC
*** Bug 378802 has been marked as a duplicate of this bug. ***