[Bug 991858] Re: volume keys stop working after brightness keys are used

2012-05-03 Thread Richard Bailey
The reason the fn + audio keys don't do anything is that the commands in
~/.config/openbox/lubuntu-rc.xml are lik

   commandamixer -q sset Master 3%+/command
      commandamixer -q sset Master 3%-/command
      commandamixer -q sset Master toggle/command

The problem with this is that amixer can't find anything on my system
with the -c1 option there.

Another problem is taht while toggling master off mutes everything,
toggling it again does not unmute everything.

So, I changed these things in lubuntu-rc.xml to invoke these scripts (I
got some of the ideas from someobody else's post from somewhere else)

volume_up.sh:

#!/bin/bash

CURRENT_STATE=`amixer -c 1 get Master | egrep 'Playback.*?\[o' | egrep
-o '\[o.+\]'`

if [[ $CURRENT_STATE == '[on]' ]]; then
#amixer -q -c 1 set Master mute
cd . # just a noop
else
amixer -q -c 1 set Master unmute
amixer -q -c 1 set Headphone unmute
amixer -q -c 1 set Speaker unmute
fi

amixer -q -c 1 sset Master 3dB+ unmute


volume_down.sh:

#!/bin/bash

CURRENT_STATE=`amixer -c 1 get Master | egrep 'Playback.*?\[o' | egrep
-o '\[o.+\]'`

if [[ $CURRENT_STATE == '[on]' ]]; then
#amixer -q -c 1 set Master mute
cd . # just a noop
else
amixer -q -c 1 set Master unmute
amixer -q -c 1 set Headphone unmute
amixer -q -c 1 set Speaker unmute
fi

amixer -q -c 1 sset Master 3dB- unmute


toggle_mute.sh:

#!/bin/bash

CURRENT_STATE=`amixer -c 1 get Master | egrep 'Playback.*?\[o' | egrep
-o '\[o.+\]'`

if [[ $CURRENT_STATE == '[on]' ]]; then
amixer -c 1 set Master mute
else
amixer -c 1 set Master unmute
amixer -c 1 set Headphone unmute
amixer -c 1 set Speaker unmute
fi


% changes iin volume work too, i just like the progression with +/- 3dB better

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/991858

Title:
  volume keys stop working after brightness keys are used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/991858/+subscriptions

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

[Bug 991858] Re: volume keys stop working after brightness keys are used

2012-04-30 Thread Richard Bailey
i guess since killing and restarting gnome-settings-daemon makes it work
again until the fn + display keys are used again, that the package
should be gnome-settings-daemon

** Package changed: ubuntu = gnome-settings-daemon (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/991858

Title:
  volume keys stop working after brightness keys are used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/991858/+subscriptions

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


[Bug 991858] Re: volume keys stop working after brightness keys are used

2012-04-30 Thread Richard Bailey
also, i'm using fglrx display driver from the ubuntu repos.

The problem didn't happend in 11.10 (I upgraded from an original 11.10
install).  In 11.10, the volume keys always worked, but I didn't get any
visual or audio feedback when using them.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/991858

Title:
  volume keys stop working after brightness keys are used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/991858/+subscriptions

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


[Bug 991858] Re: volume keys stop working after brightness keys are used

2012-04-30 Thread Richard Bailey
I did a fresh install of 64bit lubuntu 12.04 LTS (was using 64bit before
also), and now the fn + audio keys don't do anything at all, just like
in 11.10, even before i use the fn + brightness keys.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/991858

Title:
  volume keys stop working after brightness keys are used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/991858/+subscriptions

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


[Bug 64100] Re: cpufreq-applet does not show text label for 2nd CPU

2007-08-20 Thread Richard Bailey
The behaviour no longer exists under Feisty, I just checked and the
applets load fine.


** Changed in: gnome-applets (Ubuntu)
   Status: Incomplete = Fix Released

-- 
cpufreq-applet does not show text label for 2nd CPU
https://bugs.launchpad.net/bugs/64100
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 22474] Re: gparted does not like /dev/mapper devices

2007-04-14 Thread Richard Bailey
** Tags added: dmraid

-- 
gparted does not like /dev/mapper devices
https://bugs.launchpad.net/bugs/22474
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 65809] Re: Delete imported images from the camera doesn't

2007-03-23 Thread Richard Bailey
** Bug watch added: GNOME Bug Tracker #421853
   http://bugzilla.gnome.org/show_bug.cgi?id=421853

** Also affects: gthumb (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=421853
   Importance: Unknown
   Status: Unknown

-- 
Delete imported images from the camera doesn't
https://launchpad.net/bugs/65809

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


[Bug 65809] Re: Delete imported images from the camera doesn't

2007-03-22 Thread Richard Bailey
I got that impression from reading my camera's manual. It did not
explicitly say that you can't delete over PTP, but it did say to use PTP
only for printing (PictBridge) and use USB for PC. And since I got this
error it just fit to me. In the USB mode things work as expected.

I also used gThumb on a Dakota Digital Single Use camera that gThumb
supports in PTP mode, but there also it does not delete.

However, according to this blog post by a gphoto2 contributor it seems that 
deleting over PTP is possible, but not in all cameras:
http://www.advogato.org/person/Marcus/diary.html?start=105

I'm aware that you're also a gphoto2 contributor. Hopefully gThumb will
detect the delete-ability of cameras and enable/disable this option as
needed.

-- 
Delete imported images from the camera doesn't
https://launchpad.net/bugs/65809

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


[Bug 65809] Re: Delete imported images from the camera doesn't

2007-03-21 Thread Richard Bailey
Hi, it's been quite some time since I experienced this bug, however
since then I realised that this option only applies when the camera is
in USB Mass Storage Mode and not PTP Mode, which is what I was in when I
got this error.

From my limited understanding of how things are supposed to work I
believe that in PTP Mode the memory is read-only. In this case the
option to Delete imported images from the camera should not even be
selectable since it will never happen.

-- 
Delete imported images from the camera doesn't
https://launchpad.net/bugs/65809

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


[Bug 64905] Re: Mp3 metadata (ID3 tags) are corrupt

2007-01-07 Thread Richard Bailey
I'm also getting this issue. Gstreamer apps like Totem, Listen and
RhythmBox see the tags fine, but other apps like EasyTag, Audio Tag
Tool, Windows Media Player 10 and the id3  id3v2 command line apps
can't read the tags.

Winamp can read the tags and I used that to copy the tags from id3v2 to
id3v1 and now all apps can read these tags.

According to the watched bug on the gnome bugzilla it seems to be a case
where the tags are written with id3 2.4 and these other apps can't read
those tags. If this is the case is there some way to write tags in an
older version of id3?

-- 
Mp3 metadata (ID3 tags) are corrupt
https://launchpad.net/bugs/64905

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


[Bug 78268] Error in help file

2007-01-06 Thread Richard Bailey
Public bug reported:

Binary package hint: sound-juicer

In the Sound Juicer help file, at the bottom of the Preferences page the
recommended pipeline for mp3 encoding is

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=196
! id3v2mux

This causes Sound Juicer to freeze. It should be:

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=192
! id3v2mux

Notice the change in the bitrate. 196 is not a valid mp3 bitrate.

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Error in help file
https://launchpad.net/bugs/78268

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


[Bug 70301] Navigation buttons not aligned in the Human Theme ver. 0.5

2006-11-07 Thread Richard Bailey
Public bug reported:

Binary package hint: firefox-themes-ubuntu

The Back button is a little higher than the Forward button in the Human
Firefox theme. See attached screenshot.

** Affects: human-icon-theme (Ubuntu)
 Importance: Low
 Assignee: Frank Schoep
 Status: Confirmed

-- 
Navigation buttons not aligned in the Human Theme ver. 0.5
https://launchpad.net/bugs/70301

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


[Bug 22474] Re: gparted does not like /dev/mapper devices

2006-10-31 Thread Richard Bailey
** Bug watch added: GNOME Bug Tracker #317262
   http://bugzilla.gnome.org/show_bug.cgi?id=317262

** Also affects: gparted (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=317262
   Importance: Unknown
   Status: Unknown

-- 
gparted does not like /dev/mapper devices
https://launchpad.net/bugs/22474

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


[Bug 64100] Re: cpufreq-applet does not show text label for 2nd CPU

2006-10-13 Thread Richard Bailey
This did not happen under Dapper. Both applets always loaded correctly.

-- 
cpufreq-applet does not show text label for 2nd CPU
https://launchpad.net/bugs/64100

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


[Bug 65809] Delete imported images from the camera doesn't

2006-10-12 Thread Richard Bailey
Public bug reported:

I usually have this option selected when importing photos and the images
are never deleted.

I've tried this on an Panasonic DMC-LZ3 which gets recognised as a
Panasonic DMC-FZ20 and on a PureDigital Ritz Disposable.

My version of gthumb is 3:2.7.9-0ubuntu1

** Affects: gthumb (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Delete imported images from the camera doesn't
https://launchpad.net/bugs/65809

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


[Bug 43699] Re: totem-gstreamer dvd://01 refuses to play

2006-10-11 Thread Richard Bailey
Classifying to package gstreamer

** Changed in: Ubuntu
Sourcepackagename: None = gstreamer

-- 
totem-gstreamer dvd://01 refuses to play
https://launchpad.net/bugs/43699

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


[Bug 43688] Re: Crashes importing mbox file

2006-10-11 Thread Richard Bailey
Classifying to package evolution

** Changed in: Ubuntu
Sourcepackagename: None = evolution

-- 
Crashes importing mbox file
https://launchpad.net/bugs/43688

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


[Bug 64100] Re: cpufreq-applet does not show text label for 2nd CPU

2006-10-05 Thread Richard Bailey
It's not always the second cpu it seems. I just logged on and the first
cpu was off. But one cpu is always off, first or second. It's almost as
if the applet is not initializing properly when there's more than one.

-- 
cpufreq-applet does not show text label for 2nd CPU
https://launchpad.net/bugs/64100

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


[Bug 63895] Re: time-admin, menu items as installed in edgy does not gksu, and so fails

2006-10-04 Thread Richard Bailey
*** This bug is a duplicate of bug 59946 ***

The comments in bug #59946 indicate the issue is with the update
procedure, and the fact that the admin group might not exist in some
cases.

-- 
time-admin, menu items as installed in edgy does not gksu, and so fails
https://launchpad.net/bugs/63895

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


[Bug 64100] cpufreq-applet does not show text label for 2nd CPU

2006-10-04 Thread Richard Bailey
Public bug reported:

When the gnome-panel is loaded the 2nd cpufreq-applet (smp kernel) loads
and shows only the icon and not the text label, even though it's
configured to show both.

Going into the preferences for this applet and changing the Appearance
from Graphic and Text to anything else and back fixes the issue, but
it has to be done every time.

This happens every time the gnome-panel is loaded and can be tested by
doing killall gnome-panel in a running session.

** Affects: gnome-applets (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
cpufreq-applet does not show text label for 2nd CPU
https://launchpad.net/bugs/64100

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


[Bug 63372] Re: Deskbar doesn't support Firefox 2.0 search plugins

2006-10-02 Thread Richard Bailey
This also happens for me.

Link to upstream bug was added. According to comments upstream deskbar-
applet author thinks this is not his problem but should be handled on
the Mozilla/Firefox end.

** Bug watch added: GNOME Bug Tracker #348209
   http://bugzilla.gnome.org/show_bug.cgi?id=348209

** Also affects: deskbar-applet (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=348209
   Importance: Unknown
   Status: Unknown

** Changed in: deskbar-applet (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Deskbar doesn't support Firefox 2.0 search plugins
https://launchpad.net/bugs/63372

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