Giter Site home page Giter Site logo

Comments (6)

sgtpep avatar sgtpep commented on May 13, 2024

I've found a workaround that is working at least for me. It's a replacing of the resource icons. I suppose it'll have effect until next application update in which Dropbox may restore resource images back.

for p in ~/Applications/Dropbox.app/Contents/Resources/*-lep.tiff; do cp $p ${p%-lep.tiff}.tiff; done

from dotfiles.

mathiasbynens avatar mathiasbynens commented on May 13, 2024

Nice find! I have Dropbox installed under /Applications instead of ~/Applications, but with that small change your script works flawlessly.

for p in /Applications/Dropbox.app/Contents/Resources/*-lep.tiff; do echo cp $p ${p%-lep.tiff}.tiff; done

from dotfiles.

sgtpep avatar sgtpep commented on May 13, 2024

...and shorter command for copying :)

<...> cp $p ${p/-lep./.} <...>

from dotfiles.

ktgvv avatar ktgvv commented on May 13, 2024

@mathiasbynens 4 years later, I step on your tracks once again. I was sure you opened an issue about this. 😂 defaults read returns nothing interesting for Dropbox.

In fact, Dropbox has a fairly independent way to do things — even when OS X defaults exist for it. See for yourself:
screenshot1
screenshot2
screenshot3
Dropbox's screenshots handling looks more like an Automator script with a folder action than using OS X's native user defaults.

If someone can run Windows, they should have a look at this. Maybe we could decrypt Dropbox's settings, edit then encrypt them back.

from dotfiles.

Tatsh avatar Tatsh commented on May 13, 2024

Not sure on that. This repo does not go through the trouble of dealing with binary formats 😞 . Should start another repo for that kind of stuff, including OS X's internal formats.

By the way @kvpb nice font. Is that on El Capitan or Sierra?

from dotfiles.

ktgvv avatar ktgvv commented on May 13, 2024

@Tatsh While I avoid overwriting default files with custom ones of mine [using the OS' resources to keep it as independent as possible], if there is no other way, I don't mind using some lines to convert, edit and convert back some stuff. If there was an OS native way to convert and edit Dropbox files from CLI, I'd put it in my script.
If the font you are referring to is the one on iTerm, it should be Menlo. It's the only clean fixed-width font that resembles Helvetica as far as I know.

from dotfiles.

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.