meeech / shopify.tmbundle

A bundle for interacting with Shopify Theme Assets.
http://meeech.github.com/shopify.tmbundle/
136 stars 31 forks source link

Bundle menu structure appears empty after install #17

Closed waynedahlberg closed 13 years ago

waynedahlberg commented 13 years ago

After renaming the downloaded folder to 'shopify.tmbundle' and double-clicking, the Shopify Bundle is installed and the name is show in the bundle list. However, the menu structure of the bundle is replaced by empty line groups, with an empty >Config and >Dev folder.

See image - http://cl.ly/0A1x0w0X042m1T1v190n

I've deleted and re-installed with multiple versions (1.0 - 1.0.7) with similar results, however the number of lines in the menu structure seems to decrease with the lower version number installed.

meeech commented 13 years ago

re: the number of lines in the menu structure seems to decrease with the lower version number

yeah. because i didn't organize that view as much in earlier ones, and the extra one at the end was a hack for etexteditor.

To begin, if you look at ~/Library/Application Support/Textmate/Bundles your shopify bundle should be in there - can you do a 'ls -al' on the bundle, and show me the output? i'm suspecting it might just be a permission thing. Also, inside the bundle is in info.plist - can you attach me that as well?

waynedahlberg commented 13 years ago

i don't see the bundle in the ~/../Bundles folder. I placed it manually and it had no effect on the bundle editor result I'm getting.

console dump:

mac:Bundles Design$ ls -al shopify.tmbundle total 32 drwxr-xr-x@ 7 Design staff 238 Mar 5 10:15 . drwxr-xr-x 6 Design staff 204 Mar 8 13:58 .. drwxr-xr-x@ 15 Design staff 510 Mar 5 10:15 Commands drwxr-xr-x@ 8 Design staff 272 Mar 5 10:15 Support -rwxr-xr-x@ 1 Design staff 2836 Mar 5 10:15 info.plist -rwxr-xr-x@ 1 Design staff 1591 Mar 5 10:15 readme-windows.markdown -rwxr-xr-x@ 1 Design staff 4994 Mar 5 10:15 readme.markdown mac:Bundles Design$

info.plist http://waynedahlberg.com/info.plist.zip

meeech commented 13 years ago

THats weird. not sure then where its installing? I think that path i gave should be where the default user installed bundles go. However, that being said, i do use getbundles bundle, so maybe that handles installing in a different place? :/ I do see minor difference in the permissions, but dunno if that would be the source of the problems. drwxr-xr-x 15 mitch staff 510 27 Feb 13:06 Commands drwxr-xr-x 8 mitch staff 272 27 Feb 13:06 Support drwxr-xr-x 2 mitch staff 68 20 Feb 01:31 Test -rw-r--r-- 1 mitch staff 2836 27 Feb 13:06 info.plist -rw-r--r--@ 1 mitch staff 1591 5 Mar 13:15 readme-windows.markdown -rw-r--r-- 1 mitch staff 4994 27 Feb 13:06 readme.markdown

you can see some of mine is r only for others, whereas yours are rx

do an ls -al on Commands? cuz this whole thing seems like a 'can't read/find the commands'

meeech commented 13 years ago

gonna guess this was closed by accident?

waynedahlberg commented 13 years ago

ls -al Commands total 104 drwxr-xr-x@ 15 Design staff 510 Mar 5 10:15 .

drwxr-xr-x@ 7 Design staff 238 Mar 5 10:15 ..

-rwxr-xr-x@ 1 Design staff 3616 Mar 5 10:15 Download Theme.tmCommand

-rwxr-xr-x@ 1 Design staff 608 Mar 5 10:15 Edit Config (TM Only).tmCommand

-rwxr-xr-x@ 1 Design staff 2002 Mar 5 10:15 Get Rendered CSS file from _css_liquid.tmCommand

-rwxr-xr-x@ 1 Design staff 729 Mar 5 10:15 New Config (TM Only).tmCommand

-rwxr-xr-x@ 1 Design staff 913 Mar 5 10:15 Open Store Admin.tmCommand

-rwxr-xr-x@ 1 Design staff 1562 Mar 5 10:15 Remove Selected Assets from Shopify.tmCommand

-rwxr-xr-x@ 1 Design staff 2137 Mar 5 10:15 Send Asset to Shopify.tmCommand

-rwxr-xr-x@ 1 Design staff 3147 Mar 5 10:15 Send Selected Assets to Shopify.tmCommand

-rwxr-xr-x@ 1 Design staff 743 Mar 5 10:15 Switch Shop (TM Only).tmCommand

-rwxr-xr-x@ 1 Design staff 627 Mar 5 10:15 Test: config (TM Only).tmCommand

-rwxr-xr-x@ 1 Design staff 1993 Mar 5 10:15 Update Selected Files From Shopify.tmCommand

-rwxr-xr-x@ 1 Design staff 1536 Mar 5 10:15 Update Template From Shopify.tmCommand

-rwxr-xr-x@ 1 Design staff 1007 Mar 5 10:15 Wiki: Liquid.tmCommand

meeech commented 13 years ago

this is very weird. i will have to try to look at it more in depth - i'll try to install it on another machine at work and see. Right now, the only diff I can see is in the execute perm bit. any details on what version of TM you are using, as well as what version of OSX might help

waynedahlberg commented 13 years ago

Yes, I accidentally closed it.

I'm running TextMate 1.5.9 (1589) on Snow Leopard 10.6.6

meeech commented 13 years ago

hmmm... so one difference is I am running 1.5.10 (1623) though dunno if that would make a diff. also, i am on 10.6.5.

waynedahlberg commented 13 years ago

I'll try on another machine this evening.

meeech commented 13 years ago

k. let me know how it goes.

waynedahlberg commented 13 years ago

Worked like a charm on my home machine. http://cl.ly/123y2N3A253Z0X0Z1b11

Similar setup, running 1.5.9 on 10.6.6 Very strange.

meeech commented 13 years ago

weird maybe clean out prefs or something? Also someone on the tm mailing list may be able to shed some light. let me know if you discover what the problem was with your machine

waynedahlberg commented 13 years ago

I AppZap'd TM, re-installed, updated to 1.5.10.

Worked perfectly.

Thanks for your help.

meeech commented 13 years ago

thanks for the update.