Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 346674 Details for
Bug 357211
media-sound/alsa-tools-1.0.24.1: Update makes envy24control forget profile names.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Debian's extended patch (untested).
envy24control.patch (text/plain), 1.39 KB, created by
Jordi Mallach
on 2013-04-26 23:55:53 UTC
(
hide
)
Description:
Debian's extended patch (untested).
Filename:
MIME Type:
Creator:
Jordi Mallach
Created:
2013-04-26 23:55:53 UTC
Size:
1.39 KB
patch
obsolete
>Author: Navid Zamani <navid.zamani@googlemail.com> >Description: Move envy24control profile to a dotdir. > envy24control would create a visible config directory in the user's > home upon execution. Change the config dir to use a dotdir instead. >Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=273129 >Forwarded: no > >Index: alsa-tools-1.0.27/envy24control/envy24control.h >=================================================================== >--- alsa-tools-1.0.27.orig/envy24control/envy24control.h 2013-04-11 13:43:07.000000000 +0200 >+++ alsa-tools-1.0.27/envy24control/envy24control.h 2013-04-27 01:43:12.000000000 +0200 >@@ -15,7 +15,7 @@ > #endif > #define MAX_PROFILES 8 > #define MAX_PROFILE_NAME_LENGTH 20 >-#define DEFAULT_PROFILERC "~/envy24control/profiles.conf" >+#define DEFAULT_PROFILERC "~/.envy24control/profiles.conf" > #define SYS_PROFILERC "/etc/envy24control/profiles.conf" > #ifndef MKDIR > #define MKDIR "/bin/mkdir" >Index: alsa-tools-1.0.27/envy24control/profiles.h >=================================================================== >--- alsa-tools-1.0.27.orig/envy24control/profiles.h 2013-04-11 13:43:07.000000000 +0200 >+++ alsa-tools-1.0.27/envy24control/profiles.h 2013-04-27 01:43:52.416297607 +0200 >@@ -23,7 +23,7 @@ > #endif > > #ifndef DEFAULT_PROFILERC >-#define DEFAULT_PROFILERC "~/"PROGRAM_NAME"/profiles.conf" >+#define DEFAULT_PROFILERC "~/."PROGRAM_NAME"/profiles.conf" > #endif > > #ifndef SYS_PROFILERC
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 357211
:
301931
| 346674