Recently, every time I launch Textmate, my system plays an alert sound. I checked the console log and it's displaying this:
2007-03-29 18:51:50.872 TextMate[284] error reading file /Library/Application Support/TextMate/Themes/Mac Classic.tmTheme 2007-03-29 18:51:50.980 TextMate[284] loadPlugIn: Dialog plug-in with same bundle identifier (com.macromates.dialog_plug-in) already loaded
What do I need to do to fix this?
Thanks!
On 3/29/07, John Tsombakos tsom467@gmail.com wrote:
Recently, every time I launch Textmate, my system plays an alert sound. I checked the console log and it's displaying this:
2007-03-29 18:51:50.872 TextMate[284] error reading file /Library/Application Support/TextMate/Themes/Mac Classic.tmTheme 2007-03-29 18:51:50.980 TextMate[284] loadPlugIn: Dialog plug-in with same bundle identifier (com.macromates.dialog_plug-in) already loaded
Well, I deleted the Mac Classic.tmTheme file in the /Library/Application Support/TextMate/Themes directory and it's not ringing or putting the error in the log anymore.
But I'm still seeing the message about the Dialog Plug-in. Should I remove something? (I've got my /Library/Application Support/TextMate directly updating via svn)
Thanks
On 3/29/07, John Tsombakos tsom467@gmail.com wrote:
On 3/29/07, John Tsombakos tsom467@gmail.com wrote:
Recently, every time I launch Textmate, my system plays an alert sound. I checked the console log and it's displaying this:
I'm not sure what the problem is, it's happening on all the machines I have TextMate on. Looking in /Library/Application Support/TextMate/Themes, I see:
Mac Classic.tmTheme Mac Classic.tmTheme.mine Mac Classic.tmTheme.r6832 Mac Classic.tmTheme.r6784
Why are there 4? Should I just delete them and re-update from svn?
Thanks
Hi,
Mac Classic.tmTheme Mac Classic.tmTheme.mine Mac Classic.tmTheme.r6832 Mac Classic.tmTheme.r6784
Why are there 4?
This looks like a subversion "conflict" (local and remote changes in the same place).
Should I just delete them and re-update from svn?
If you are sure you didn't make any change, then yes, delete them and re-update.
This is without knowing what is going on. I would guess that the first file has some <<<<<< and >>>>>> lines marking conflicts (is this still true with svn?). And this will most likely cause any application reading this file to choke.
Patrick
On 3/30/07, Patrick Gundlach textmate@contextgarden.net wrote:
If you are sure you didn't make any change, then yes, delete them and re-update.
This is without knowing what is going on. I would guess that the first file has some <<<<<< and >>>>>> lines marking conflicts (is this still true with svn?). And this will most likely cause any application reading this file to choke.
Patrick
Well, not sure what happened, but I removed the extra file and did clean out some >>> and <<< stuff in the main file and it doesn't give the error about the theme file anymore.
But I'm still seeing this:
2007-03-31 07:36:44.352 TextMate[3219] loadPlugIn: Dialog plug-in with same bundle identifier (com.macromates.dialog_plug-in) already loaded
Something to worry about?
On 31. Mar 2007, at 13:39, John Tsombakos wrote:
But I'm still seeing this:
2007-03-31 07:36:44.352 TextMate[3219] loadPlugIn: Dialog plug-in with same bundle identifier (com.macromates.dialog_plug-in) already loaded
Something to worry about?
It means you have the Dialog plug-in installed in two locations -- likely because you have done a svn checkout of it to ~/Library or / Library.
I’d suggest removing the checkout, unless you plan to keep it up-to- date with new versions of TM.
On 3/31/07, Allan Odgaard throw-away-1@macromates.com wrote:
It means you have the Dialog plug-in installed in two locations -- likely because you have done a svn checkout of it to ~/Library or / Library.
I'd suggest removing the checkout, unless you plan to keep it up-to- date with new versions of TM.
Yeah, I have a version of it in /Library/Application Support/TextMate, that is there from my svn update:
cd /Library/Application\ Support/TextMate svn up
If I remove it from /Library/... won't it just be replaced when I do my next svn update?
On 3/31/07, John Tsombakos tsom467@gmail.com wrote:
On 3/31/07, Allan Odgaard throw-away-1@macromates.com wrote:
It means you have the Dialog plug-in installed in two locations -- likely because you have done a svn checkout of it to ~/Library or / Library.
I'd suggest removing the checkout, unless you plan to keep it up-to- date with new versions of TM.
Yeah, I have a version of it in /Library/Application Support/TextMate, that is there from my svn update:
cd /Library/Application\ Support/TextMate svn up
If I remove it from /Library/... won't it just be replaced when I do my next svn update?
Should I remove the one in the TextMate bundle itself? Is TM even using the one that's being updated via SVN, or is that error indicating that it is not? How are others handling this??
thx
On 2. Apr 2007, at 13:47, John Tsombakos wrote:
[...] Yeah, I have a version of it in /Library/Application Support/ TextMate, that is there from my svn update:
cd /Library/Application\ Support/TextMate svn up
If I remove it from /Library/... won't it just be replaced when I do my next svn update?
Given that you have checked out the PlugIns folder from svn, yes.
Should I remove the one in the TextMate bundle itself? Is TM even using the one that's being updated via SVN, or is that error indicating that it is not? How are others handling this??
It uses the most local one. Removing stuff in TextMate.app/… is never a good idea (as it will be back when you update).
Remove the plug-in from /Library if you want to get rid of the warning, but it is harmless. TM just tells you that you have two versions of the same plug-in installed (and thus it will only load one).
On 4/2/07, Allan Odgaard throw-away-1@macromates.com wrote:
Should I remove the one in the TextMate bundle itself? Is TM even using the one that's being updated via SVN, or is that error indicating that it is not? How are others handling this??
It uses the most local one. Removing stuff in TextMate.app/… is never a good idea (as it will be back when you update).
"Most local" meaning not including the one in the TextMate.app itself?
Remove the plug-in from /Library if you want to get rid of the
warning, but it is harmless. TM just tells you that you have two versions of the same plug-in installed (and thus it will only load one).
Sounds good... I'll ignore the warning.
Thanks.
On 2. Apr 2007, at 20:35, John Tsombakos wrote:
It uses the most local one. Removing stuff in TextMate.app/… is never a good idea (as it will be back when you update).
"Most local" meaning not including the one in the TextMate.app itself?
The one in TextMate.app is considered the most global version.
It is app → /Network → /Library → ~/Library.
On 4/2/07, Allan Odgaard throw-away-1@macromates.com wrote:
On 2. Apr 2007, at 20:35, John Tsombakos wrote:
It uses the most local one. Removing stuff in TextMate.app/… is never a good idea (as it will be back when you update).
"Most local" meaning not including the one in the TextMate.app itself?
The one in TextMate.app is considered the most global version.
It is app → /Network → /Library → ~/Library.
So TM will use the one in /Library first. Cool.
Thanks.