Search Criteria
Package Details: google-voice-nativefier 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-voice-nativefier.git (read-only, click to copy) |
---|---|
Package Base: | google-voice-nativefier |
Description: | Google Voice wrapped as a desktop application through Nativefier |
Upstream URL: | https://voice.google.com |
Licenses: | MIT |
Submitter: | alexandria |
Maintainer: | alexandria |
Last Packager: | alexandria |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-25 19:01 (UTC) |
Last Updated: | 2022-08-22 20:52 (UTC) |
Dependencies (3)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod) (make)
- nodejs-nativefierAUR (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Latest Comments
ericp-us commented on 2022-11-15 17:44 (UTC)
I found this extremely useful, I use voice as my main number as I switch between multiple phone and being an avid linux/android user and working in tech (cloud engineer) google voice is just a life saver to make this a seamless process. Thank you for packaging voice in a webapp, very useful being that KDE connect can only send sms from the specific sms app and not google voice. Built fine with no errors :)
molasses2 commented on 2022-09-17 20:17 (UTC)
I just installed, and didn't need to do any of the PKGBUILD modifications below. Looks like the latest update fixed it. Thanks!
morgan_greywolf commented on 2022-01-27 20:05 (UTC)
I manually fixed my PKGBUILD in ~/.config/yay/google-voice-nativefier as paradinglunatic suggested and then built with 'makepkg' and 'makepkg -i' and it while it does sort of work, you can't login. Google Voice just spits out "this browser is insecure" wwhen you enter your username and never even prompts for a password. If anyone knows how to fix this, let me know.
paradinglunatic commented on 2021-10-08 12:47 (UTC)
Looks like you'll need to change your build line
from: build() { nativefier --name $appname \ --icon icon.png \ --user-agent "Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0" \ --counter --inject counter.js "https://voice.google.com/"
To: build() { nativefier "https://voice.google.com/" --name $appname \ --icon icon.png \ --user-agent "Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0" \ --counter --inject counter.js