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 125903 - Window size problem
Window size problem
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 127171 149770 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-10-31 08:05 UTC by louisg00
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description louisg00 2003-10-31 08:05:20 UTC
When totem is run the window size is the same size as previous and the
window can't be made smaller.

Run totem, set the window for a size you like and exit. The next time totem
is up the window is the same size and can't be set smaller.
Comment 1 padraig.obriain 2003-10-31 08:22:47 UTC
*** Bug 125848 has been marked as a duplicate of this bug. ***
Comment 2 padraig.obriain 2003-10-31 08:25:04 UTC
Marking bug #125848 as a duplicate of this bug was an error.
Comment 3 Bastien Nocera 2003-11-21 10:24:05 UTC
*** Bug 127171 has been marked as a duplicate of this bug. ***
Comment 4 Bastien Nocera 2004-09-20 16:25:09 UTC
Mass reassign.
Comment 5 Bastien Nocera 2004-10-07 11:24:18 UTC
*** Bug 149770 has been marked as a duplicate of this bug. ***
Comment 6 Bastien Nocera 2004-10-07 11:26:33 UTC
Fixed now in the GStreamer and xine backends.

2004-10-07  Bastien Nocera  <hadess@hadess.net>
                                                                               
        * src/bacon-video-widget-xine.c: (bacon_video_widget_new),
        (bacon_video_widget_size_request),
        (bacon_video_widget_set_scale_ratio): use
        totem_widget_set_preferred_size and only set the minimum size, so that
        we can still shrink the toplevel window after zooming to a big size
        (Closes: #125903)
                                                                               
2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
                                                                               
        * src/bacon-video-widget-gst.c:
        (bacon_video_widget_set_scale_ratio):
          Actually do that, rather than just shrinking to a small size.