Comment 1 for bug 1381528

Revision history for this message
Sebastien Bacher (seb128) wrote :

The files are stored in "/custom/usr/share/sounds/ubuntu/stereo/" which has some issues

- that's a different directory than the one used on the normal installation, where we use "/usr/share/sounds/ubuntu/ringtones" and "/usr/share/sounds/ubuntu/notifications" and list files in those directories

- they are in the same directory, which means we can't do thing like 'list files in "/custom/usr/share/sounds/ubuntu/ringtones"' as additional ringtones, we need to code a filename in the source ... could we get the layout changed?

- the files are names ring and sms, that would lead to them being name "Ring" and "Sms" in the corresponding UI, is that ok?

Could anyone comment on what should be done for rtm? our solution is to either code those filenames in the source as a temporary hack, or do some change and define properly the layout to have some flexible code that would work with different sound sets from other custom tarballs