GithubHelp home page GithubHelp logo

Comments (6)

lhl avatar lhl commented on May 26, 2024

Hmm weird, if you want to try a fix and are handy w/ some basic text editing foo, go into the App Contents and edit the file: $APPNAME.app/Contents/MacOS/$APPNAME - it's just a bash script that launches Chrome. You can try to add " --force-device-scale-factor=2" to see if you can force Retina rendering?

I don't have a retina display so if that doesn't work I'm not gonna be able to help you until a Retina MBA comes out but maybe someone else can take a look?

from chrome-ssb-osx.

stephenmckinney avatar stephenmckinney commented on May 26, 2024

That didn't work for me. My bash script is the following:

#!/bin/bash
ABSPATH=$(cd "$(dirname "$0")"; pwd)
exec "$ABSPATH/Gmail Chrome" --force-device-scale-factor=2 --app="https://mail.google.com" --user-data-dir="$ABSPATH/../Profile" "$@"

from chrome-ssb-osx.

aerickson avatar aerickson commented on May 26, 2024

Confirming this problem. Adding the force-device-scale-factor argument didn't work for me either.

Very strange.

from chrome-ssb-osx.

aerickson avatar aerickson commented on May 26, 2024

fix via: http://apple.stackexchange.com/questions/69038/open-in-low-resolution-checkbox-on-retina-macbook-pro-checked-and-disabled

Add this to the APP.app/Contents/Info.plist before the ending tag.

NSHighResolutionCapable
True

Works great for me.

from chrome-ssb-osx.

aerickson avatar aerickson commented on May 26, 2024

Looks like we can fix the code that generates the apps by inserting this block after line 83 in https://github.com/lhl/chrome-ssb-osx/blob/master/chrome-ssb.sh.

from chrome-ssb-osx.

lhl avatar lhl commented on May 26, 2024

Merged from 8a8fb82 so closing.

from chrome-ssb-osx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.