Opened 14 years ago
Closed 14 years ago
#23 closed defect (fixed)
Arithmetic error in volume-down
Reported by: | jhamrick | Owned by: | |
---|---|---|---|
Priority: | critical | Component: | remctl |
Keywords: | Cc: |
Description
According to kaduk:
athena% athrun remctl remctl zsr v down
/usr/lib/gutenbach/remctl/volume-down: 3: arithmetic expression:
expecting EOF: " 25 [81%] [3.00dB] - 1 "
Change History (2)
comment:1 Changed 14 years ago by adehnert
comment:2 Changed 14 years ago by mats_a
- Resolution set to fixed
- Status changed from new to closed
fixed by new patch by mats_a:
added remctl helper file called volume-helper.py this script smoothly moves volume up/down over 3sec (large step) made volume-up and volume-down call it (volume-helper.py +/-) this commit also contains a bugfix by quentin: previously "amixer set PCM -3dB" would recognize -3dB as "option 3dB", fixed by means of using "--" in the calling convention
Note: See
TracTickets for help on using
tickets.
I blame 04a6a6614c90df2a961a.
I suspect this should fix that, though I'm too lazy to figure out how to test or commit...: