diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2002-01-08-quicktime-in-linux.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2002-01-08-quicktime-in-linux.html')
-rw-r--r-- | content/posts/2002-01-08-quicktime-in-linux.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/posts/2002-01-08-quicktime-in-linux.html b/content/posts/2002-01-08-quicktime-in-linux.html new file mode 100644 index 0000000..024bcff --- /dev/null +++ b/content/posts/2002-01-08-quicktime-in-linux.html @@ -0,0 +1,11 @@ +--- +date: "2002-01-08T14:30:13Z" +title: QuickTime in Linux +--- + +<p> +After seeing how well it worked for +<a href="http://www.tynian.net/">Brian (bma)</a>, I decided to buy my own copy of +<a ref="http://www.codeweavers.com/products/crossover/">the Crossover plugin</a>. Movies play fine in my browser (<a href="http://galeon.sourceforge.net/">Galeon</a>), and the independant player works great as well. The only installation issue I had was with the QuickTime 5 installer; <a href="http://www.enlightenment.org/">Enlightenment</a> maps the full-screen override-redirect <i>above</i> the setup window, with no real way to raise it. The solution? Temporarily allow WINE to manage all it's windows, instead of deferring non-full-screen windows to the window manager. You can do this by commenting out the line that says <code>"Managed" = "Y"</code> in your Crossover WINE configuration file (usually <code>$HOME/crossover/dotwine/config</code>). Incidentally, this same fix also works for cranky Windows installers in standard WINE. +</p> + |