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 369136 - volume popup not working on 2nd screen
volume popup not working on 2nd screen
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-11-01 23:22 UTC by Christian Persch
Modified: 2006-11-02 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
this seems to fix it (5.53 KB, patch)
2006-11-02 15:10 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2006-11-01 23:22:39 UTC
Steps to repro:
0) Apply the patch from bug 369134 to totem
1) Start totem, click the volume button
2) Move to 2nd screen (Help->Move...)
3) Click the volume button

Results:
The volume slider doesn't pop up in step 3.
Comment 1 Christian Persch 2006-11-02 15:10:55 UTC
Created attachment 75848 [details] [review]
this seems to fix it
Comment 2 Bastien Nocera 2006-11-02 16:07:29 UTC
2006-11-02  Bastien Nocera  <hadess@hadess.net>

        * configure.in: remove unused d-bus checks

        * src/backend/bacon-video-widget-xine.c:
        (bacon_video_widget_realize):
        * src/backend/video-utils.c: (totem_ratio_fits_screen):
        * src/bacon-volume.c: (bacon_volume_button_get_type),
        (bacon_volume_button_new), (bacon_volume_button_realize),
        (bacon_volume_button_press), (bacon_volume_key_release),
        (bacon_volume_release_grab), (cb_dock_key_release),
        (bacon_volume_scale_get_type), (bacon_volume_scale_value_changed),
        (bacon_volume_theme_changed), (bacon_volume_load_icons):
        * src/totem-playlist.c: (load_icon), (init_treeview),
        (totem_playlist_realize), (totem_playlist_unrealize),
        (totem_playlist_init):
        * src/totem.c: (window_realize_cb), (totem_callback_connect):

        Patches from Christian Persch <chpe@cvs.gnome.org> to fix the
        volume button not popping up on the 2nd screen (Closes: #369136)

        Fix multi-screen awareness (ie. don't use gtk_icon_theme_get_default
        or gdk_screen_get_default) (Closes: #369337)