[TxMt] Re: [TM2] spaces not respected by `mate`

MinRK benjaminrk at gmail.com
Tue Dec 27 19:52:32 UTC 2011


On Tue, Dec 27, 2011 at 11:43, Sören Kuklau <chucker23n at gmail.com> wrote:
> On Dec 27, 2011, at 8:34 PM, Allan Odgaard wrote:
>
>> On 27 Dec 2011, at 20:29, MinRK wrote:
>>
>>> […] I changed the setting to 'All Desktops', and it also had no effect on TM2, but *did* change the behavior for TM1. Could there be a conflict of  bundle identifiers happening somewhere?
>>
>> It might not be unlikely that the actual setting is keyed to bundle identifier but the GUI allowing you to change it uses application name, so when you change it from the GUI you’re actually changing the settings of TM 1.x.
>>
>> I’m unsure how the system handles these settings but you can try to do:
>>
>>    defaults read com.macromates.textmate
>>
>> Before/after changing the setting and see if you can find a defaults key that has changed — then manually set that for com.macromates.TextMate.preview.
>
> The setting appears to be in ~/Library/Preferences/com.apple.spaces.plist, e.g.:
>
> {       app-bindings = {
>                com.macromates.textmate.preview = "D0A48EB2-CBFD-47C0-907C-DBA199547321";
>        };
>        spaces = (
>                {       type = 0;
>                        uuid = "D0A48EB2-CBFD-47C0-907C-DBA199547321";
>                },
>        );
> }

Indeed, watching `fs_usage -f filesys` while changing the value
revealed this.  Indeed, copying the com.macromates.textmate entry to
com.macromates.textmate.preview and logging out/in to reload spaces
preferences resolved the issue.

Thanks!

>
> --
> Sören Nils 'chucker' Kuklau
>
>
>
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate


More information about the textmate mailing list