Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
1–10 of 97 posts
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#2Another alternative on Windows is to create a separate chrome profile and then create a desktop shortcut to that profile. Set the default page to be your drive in that profile
Here's an example shortcut "C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 2"
Use that profile as your Drive app
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#3This is handy. Another alternative on Windows is to create a separate chrome profile and then create a desktop shortcut to that profile. Set the default page to be your drive in that profile Here's an example shortcut "C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 2" Use that profile as your Drive app
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#4This is handy. Another alternative on Windows is to create a separate chrome profile and then create a desktop shortcut to that profile. Set the default page to be your drive in that profile Here's an example shortcut "C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 2" Use that profile as your Drive app
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#5Well first of all, I'd pretty much rather have a shortcut that can be opened in any browser I'd want to use, than to download another copy of Chrome dedicated to running the Google Drive web app as its own 'app' using Electron.
Secondly, Chrome supports grouped tabs which allows you to organise your tabs anyway which sounds great over having 3 - 4 separate Electron apps trying to behave like MS Office (Just don't).
And last but not least, Unlike MS Office, this requires a persistent internet connection to function. So if your internet is down, your wonderful Google Drive electron app will look like this: [0]
[0] https://twitter.com/rhysforyou/status/1260361296551178240
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#6Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#7But in practice, I realize I'm addicted to tabs. When working on 3 documents at once, I want them in separate tabs in the same window -- not 3 different windows.
Maybe I'm in the minority, but I'm actually at the point where I want things to go in the opposite direction -- just turn all my apps into tabs. (Like Chromebooks, I guess.)
Finder? VLC? Word? Preview? Spotify? Photoshop? My code editor? I just want them (or each document in them) as tabs next to other webpages and/or each other. (For Photoshop and code, I'll probably organize my own window/space for them, but still open up webpages next to my images/code.)
Having tabs and a dock feels redundant in 2020, like two competing paradigms that just need to be refactored into one by now.
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#8It's a cool concept in theory -- I'd always thought I'd like using it. But in practice, I realize I'm addicted to tabs. When working on 3 documents at once, I want them in separate tabs in the same window -- not 3 different windows. Maybe I'm in the minority, but I'm actually at the point where I want things to go in the opposite direction -- just turn all my apps into tabs. (Like Chromebooks, I guess.) Finder? VLC?…
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#9It's a cool concept in theory -- I'd always thought I'd like using it. But in practice, I realize I'm addicted to tabs. When working on 3 documents at once, I want them in separate tabs in the same window -- not 3 different windows. Maybe I'm in the minority, but I'm actually at the point where I want things to go in the opposite direction -- just turn all my apps into tabs. (Like Chromebooks, I guess.) Finder? VLC?…
Re: Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron
#10It's a cool concept in theory -- I'd always thought I'd like using it. But in practice, I realize I'm addicted to tabs. When working on 3 documents at once, I want them in separate tabs in the same window -- not 3 different windows. Maybe I'm in the minority, but I'm actually at the point where I want things to go in the opposite direction -- just turn all my apps into tabs. (Like Chromebooks, I guess.) Finder? VLC?…
You need a window manager/virtual desktops, not the insecurity doing everything in the browser brings.
And then each tab is an app or app document window. So I could have a Chrome tab next to a Firefox tab if I wanted. Browser tabs would be peers next to other apps.
None of this is about security, or running apps in the browser. Just using tabs as the main concept for everything, rather than windows.