[Bug 298044] Re: volume mouse wheel

2010-06-14 Thread Slava
This is a quick-fix for the mentioned problem. This patch changes
Totem's wheel behavior to volume control. The real solution should add a
preference, like a checkbox Use mouse wheel to control volume to
totem.ui, but I haven't found a way to edit toem.ui file properly (glade
didn't work). Then the following should be done in some way like
if(preference is use_wheel_for_volume) { new behavior } else { default
}...

--- src/totem-object.c  2010-04-14 12:35:45 +
+++ src/totem-object.c  2010-06-14 23:50:06 +
@@ -3748,10 +3748,12 @@
 
switch (direction) {
case GDK_SCROLL_UP:
-   totem_action_seek_relative (totem, SEEK_FORWARD_SHORT_OFFSET * 
1000);
+   //totem_action_seek_relative (totem, SEEK_FORWARD_SHORT_OFFSET 
* 1000);
+   totem_action_volume_relative (totem, VOLUME_UP_OFFSET);
break;
case GDK_SCROLL_DOWN:
-   totem_action_seek_relative (totem, SEEK_BACKWARD_SHORT_OFFSET * 
1000);
+   //totem_action_seek_relative (totem, SEEK_BACKWARD_SHORT_OFFSET 
* 1000);
+   totem_action_volume_relative (totem, VOLUME_DOWN_OFFSET);
break;
default:
retval = FALSE;

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2009-02-04 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!.

** Changed in: totem (Ubuntu)
   Status: Incomplete = Invalid

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-12-18 Thread Pedro Villavicencio
The scroll wheel doesn't work while the player is on fullscreen, that's
a known issue, it's fixed upstream and being tracked on bug 303045,
totem volume control only reacts if: you hover the mouse over it just
like rhythmbox does and if you click on the widget and scroll on it,
that works fine aswell here,  don't see why it should be different, is
that working for you? the bug is confusing now since you added a few
extra comments there, if the previously described is working for you
this bug must be closed, otherwise please edit the description of the
report because as said this is now very confusing, thanks in advance.

** Changed in: totem (Ubuntu)
   Status: New = Incomplete

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-12-05 Thread Tom
** Changed in: totem (Ubuntu)
   Status: Incomplete = New

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-12-05 Thread Tom
To reproduce result just open Totem and roll the mouse wheel anywhere
except in the tiny area at the bottom right of the screen.  Note that
volume is unchanged.

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-12-01 Thread Tom
The mouse wheel only skips along the timeline (unless its in fullscreen
mode and the mouse arrow is actually on the timeline) it cant be
configured to adjust the volume.  I don't see how this bug is
'incomplete'.  I have already shown that i use Ubuntu 8.10 and Totem
2.24.3.  What further information is required?

The only way i can change volume is by making sure my mouse is inside
the red splodge in the attached image (if i have managed to attach it)

** Attachment added: volume.gif
   http://launchpadlibrarian.net/20110182/volume.gif

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-12-01 Thread Tom
Sorry to be fussy but its really bugging me.  Thanks for trying to help.
Good luck :)

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-11-20 Thread Pedro Villavicencio
Hi Tom, no those comments cannot be deleted, but is good feedback
anyways, please try to recreate the issue with a new user and keep us
posted, thanks you.

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-11-20 Thread Tom
I have seen a few other people with long comments where most of the
length was just a repeat of the thread.  I think it might be easy for
LaunchPad to switch off the previous history when posting emailed
responses into the thread of a bug report.

I'll clarify what i mean when i find the right words.  At the moment i'm
just being confusing, sorry.

Thanks for swift answers again :)

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-11-20 Thread Tom
oops, that one wasnt but usually they are.

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-11-19 Thread Tom
The mouse wheel is such a perfect way to increase or decrease the
volume.

It's crazy that linux media-players don't seem to have this feature.

I've found a way that's slightly easier than described above but it's
still way to awkward and demands precision, usually at times i really
don't want to miss the action.

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 298044] Re: volume mouse wheel

2008-11-19 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Also, please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will greatly aid us in tracking down your problem and resolving
this bug. Not confirming, controlling the volume with mouse wheel works
fine for me.

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 298044] Re: volume mouse wheel

2008-11-19 Thread Tom
H, interesting.

Do you have to have the mouse pointer over the loudspeaker icon?  In
Zoom Player i used to be able to have the mouse almost anywhere and even
without the taskbar or controls panels showing the wheel would still
work.

Re: your questions 1  2, errr it just happens (or rather the volume
change doesn't happen) all the time on my machine.  I'll investigate
different setups now that i know it does wok elsewhere, i thought it was
just a feature of linux at the moment.

I've just noticed the space bar does pause :) 


Thanks for getting back to me on this issue too.  Good luck and have fun :)
Regards from
Tom


--- On Wed, 19/11/08, Pedro Villavicencio [EMAIL PROTECTED] wrote:
From: Pedro Villavicencio [EMAIL PROTECTED]
Subject: [Bug 298044] Re: volume  mouse wheel
To: [EMAIL PROTECTED]
Date: Wednesday, 19 November, 2008, 1:38 PM

Thank you for taking the time to report this bug and helping to make Ubuntu
better. Also, please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will greatly aid us in tracking down your problem and resolving
this bug. Not confirming, controlling the volume with mouse wheel works
fine for me.

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a direct subscriber
of the bug.

Status in “totem” source package in Ubuntu: Incomplete

Bug description:
Binary package hint: totem

Wishlist item, not a bug

I miss controlling the volume with my mouse wheel.  It is possible but very
awkward and inelegant.  I have to open the volume pop-up and make sure the mouse
arrow is in the right place.  Opening the volume pop-up automatically mutes the
volume, which is often exactly right for what i want but again seems clumsy. 
Zoom Player was great because it allowed me to configure the mouse wheel to do
any of the main functions and i could even click the mouse wheel to cycle
through until it gave me the function i wanted.  

There aren't any players that allow the mouse wheel to alter the volume and
the up/down arrows dont seem to change the volume either.  Ideally i'd like
the left and right arrows to skip along the timeline with up and down being for
volume and space to pause.

Totem is far and away the best as far as i can tell and i think these slight
changes would help enormously.

Thanks all volunteers again
Good luck and have fun :)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: fglrx
Package: totem-gstreamer 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-7-generic i686

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Re: [Bug 298044] Re: volume mouse wheel

2008-11-19 Thread Tom
Oh dear. 

The mouse wheel usually skips the movie backward and forward along the
timeline EXCEPT when the mouse arrow is hovering over the timeline
indicator.  Lol, sounds like i might have really stuffed something. 

I haven't touched the source code or recompiled anything, i'm fairly
sure its a standard install.

Sorry, 
Regards from 
Tom


--- On Wed, 19/11/08, Pedro Villavicencio [EMAIL PROTECTED] wrote:
From: Pedro Villavicencio [EMAIL PROTECTED]
Subject: [Bug 298044] Re: volume  mouse wheel
To: [EMAIL PROTECTED]
Date: Wednesday, 19 November, 2008, 1:38 PM

Thank you for taking the time to report this bug and helping to make Ubuntu
better. Also, please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will greatly aid us in tracking down your problem and resolving
this bug. Not confirming, controlling the volume with mouse wheel works
fine for me.

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a direct subscriber
of the bug.

Status in “totem” source package in Ubuntu: Incomplete

Bug description:
Binary package hint: totem

Wishlist item, not a bug

I miss controlling the volume with my mouse wheel.  It is possible but very
awkward and inelegant.  I have to open the volume pop-up and make sure the mouse
arrow is in the right place.  Opening the volume pop-up automatically mutes the
volume, which is often exactly right for what i want but again seems clumsy. 
Zoom Player was great because it allowed me to configure the mouse wheel to do
any of the main functions and i could even click the mouse wheel to cycle
through until it gave me the function i wanted.  

There aren't any players that allow the mouse wheel to alter the volume and
the up/down arrows dont seem to change the volume either.  Ideally i'd like
the left and right arrows to skip along the timeline with up and down being for
volume and space to pause.

Totem is far and away the best as far as i can tell and i think these slight
changes would help enormously.

Thanks all volunteers again
Good luck and have fun :)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: fglrx
Package: totem-gstreamer 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-7-generic i686

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

[Bug 298044] Re: volume mouse wheel

2008-11-19 Thread Tom
Dohhh, i didn't realise that replying to email would post in here.  Can
i delete those last 2 comments (and this one)?

Sorry, apologies from a nob   blushes

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 298044] Re: volume mouse wheel

2008-11-14 Thread Tom

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/19643402/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/19643403/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/19643404/ProcStatus.txt

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 298044] Re: volume mouse wheel

2008-11-14 Thread Tom
Well, no players in Linux seem to allow it but it seems standard in that
yukky Microsoft stuff.

-- 
volume  mouse wheel
https://bugs.launchpad.net/bugs/298044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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