kwriteconfig
Hi,
It's working on ubuntu 8.04.4 lts with kde 3.5.10
Thanks for the workaround
Cédric
> (Please do not start a new thread by replying to a random unrelated
> message, this breaks threaded presentation in mail clients)
>
> On 18/04/2010 22:09, Cedric Brandenbourger wrote:
>
>> Hi
>>
>> I'm having an issue with kwriteconfig
>>
>> When launching
>>
>> kwriteconfig --file kdeglobals --group Locale --key CurrencyCode[$i] EUR
>>
>> I'm getting as result
>>
>> [Locale]
>> CurrencyCodex5bx5d=EUR
>>
> I am actually surprised it works on other machines. As far as I know
> kwriteconfig cannot set the [foo] part of a KConfig key. You may have to
> resort to hacks like that:
>
> kwriteconfig --file kdeglobals --group Locale --key CurrencyCode EUR
> sed -i 's/^CurrencyCode=/CurrencyCode[$i]=/' path/to/kdeglobals
>
> Aurélien
>
>
--
kubuntu-devel mailing list
kubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
|