Questions tagged [bundle]

24 questions
34
votes
6 answers

What is a .bundle file and how do I run it?

What is a .bundle file and how do I run it?
flybywire
  • 4,110
17
votes
2 answers

How do you install & manage TextMate bundles?

In the beginning, there was a canonical SVN repository for TextMate bundles, and the recommended installation unpacked them into a Pristine Bundles folder so that TextMate's bundle manager could save your dirty customizations in a separate Bundles…
Andrew Vit
  • 1,070
7
votes
1 answer

How do sparse bundles get corrupted and can they be fixed?

I am warming up to Mac OS X sparse disk image bundles: This is a virtual file system stored as a collection of small (up to 8MB) files in a folder. This way, you can have encrypted HFS+ volumes stored on FAT-formatted USB drives, or SMB network…
Thilo
  • 3,425
7
votes
4 answers

Shell script Mac OS X App : get its path

In Mac OS X, from a shell script application's point of view, how can I get its bundle directory path for use in a shell script? When using the env command, it returns that the app's execution path is /, and no environment variable helps. I'm doing…
moala
  • 231
4
votes
2 answers

How do I install the C# TextMate bundle?

I found two C# text mate bundles. csharp-tmbundle: It says, this is the official TextMate bundle, but when I download it, I only get directories, not a .tmbundle file. C# Bundle for TextMate (version 0.03, Released 4/18) : This site's download…
prosseek
  • 6,054
3
votes
1 answer

Causes of: com.apple.launchd.peruser.501: Exited with code: 1

A subset of our users are reporting that our application refuses to run (bounces once in the dock, and then closes). If we drill into the application bundle (/Application.app/Contents/MacOS) and execute the app from there (./Application), it runs…
TheNextman
  • 173
  • 1
  • 2
  • 9
3
votes
2 answers

Installing a bundled set of multiple apps automatically and silently

When I install Windows, I like to deploy a set of the same apps (for example, Firefox, Chrome, Trillian, 7-Zip, etc.). I'd prefer to have a way of doing it all in one sitting, and I seem to remember there being a way of bundling all the installers.…
Chris
  • 1,795
3
votes
2 answers

How to create a .app from a Mono application in Mac OS X?

I have downloaded the zip version of KeePass. To run it I have to open the Terminal, go to wherever I unzipped it and run mono KeePass.exe. Is there someway I can take all the files in that zip file and that command and bundle them up so I get a…
Svish
  • 41,258
2
votes
1 answer

Open current bash location explicitly in Finder

When double clicking a bundle folder (folder called *.bundle), a Terminal window opens as expected. However, $ open . does not then open a Finder window but another Terminal. Is there a way to tell the open command to explicitly use the Finder…
user214061
2
votes
2 answers

Lessc Textmate bundle doesn't save .css file

I installed: https://github.com/appden/less.tmbundle and the lessc compiler and it seems to work (no errors) but I don't see a compiled .css file. Any ideas?
Chris
  • 133
2
votes
2 answers

How do I run a rake task in cron under a different user?

I'm trying to run a backup script on ubuntu. My problem is that I'm trying to do this using the postgres user account that I setup on ubuntu. I believe having this account run the cron jobs is best because it's more of a general account and should I…
Jason Stokes
2
votes
1 answer

Can't find sqlite3 in this ruby/rails version using rvm

I installed rvm and am using 1.9.2 with rails 3.05. I was able to create a new application but once I moved into the directory and tried to start the server ("rails s"), I got this error message Could not find gem 'sqlite3 (>= 0)' in any of the gem…
Michael
  • 685
2
votes
0 answers

Is there a TextMate bundle that includes a pane to manage bookmarks across files?

The regular bookmark feature in Textmate does not include a pane that allows you to jump to any bookmark in any file. This feature exists in Eclipse as shown below. Are there any bookmark managers bundles in Textmate to do the same thing? It is very…
2
votes
1 answer

Can't Install VCLibs v140 x64

I am trying to install this package: Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx The installation keeps failing with this error message: App installation failed with error message: error 0x80073D02: Unable to install because the…
1
vote
1 answer

Can't run .bundle file in Mac OSX

I was trying to open a simple .bundle file in OS X. When I run the executable code inside the "Mac OS" folder (32 bit Unix file) this message appears in the terminal: -bash: /Applications/Waves/Waves Plug-Ins/PAZ.bundle/Contents/MacOS/PAZ: cannot…
1
2