Package Details: upwork 5.8.0.41-5

Git Clone URL: https://aur.archlinux.org/upwork.git (read-only, click to copy)
Package Base: upwork
Description: Track your time for Hourly Payment Protection. Stay connected.
Upstream URL: https://www.upwork.com/ab/downloads/?os=linux
Keywords: freelance job time time-tracker time-tracking
Licenses: LicenseRef-Upwork-EULA
Conflicts: upwork-beta
Submitter: lybin
Maintainer: jasongodev
Last Packager: jasongodev
Votes: 68
Popularity: 0.002622
First Submitted: 2015-05-05 17:51 (UTC)
Last Updated: 2026-03-17 18:42 (UTC)

Dependencies (11)

Required by (1)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

urbenlegend commented on 2023-11-16 20:16 (UTC)

@PositivePulse, you shouldn't have to edit your GDM config just to switch to Xorg. Just click the gear icon and select the Gnome on Xorg session.

Shame how they completely disable the functionality on Xorg now though. Before it was working fine on KDE with a few workarounds.

ittru commented on 2023-11-16 20:11 (UTC)

@PositivePulse Feel free to let upwork know about this issue on their support forum.

PositivePulse commented on 2023-11-16 16:05 (UTC)

temporary workaround is to switch to xorg (this is huge ....) on my system it was a matter of editing /etc/gdm/custom.conf and uncommeting WaylandEnable=false. After sudo systemctl restart gdm, screenshots work. But I can not stress enough how disappointed I am

PositivePulse commented on 2023-11-16 15:48 (UTC)

ok so this broke badly for me. I'm using wayland. Screenshots no longer work, it literally suggests: "use Xorg". This annoying built-in upgrade feature is preventing me to use the app unless I build it myself with the PKGBUILD from below. I've had problems with this app before, it was pretty bad, like 9/10 bad, but now its 90/10. any help would be appreciated. it seems like this package is now pointless unless you use Xorg.

flying-pombo commented on 2023-11-15 20:44 (UTC) (edited on 2023-11-15 21:48 (UTC) by flying-pombo)

PKGBUILD for today's update (v5.8.0.33)

# Maintainer: Yurii Kolesnykov <root@yurikoles.com>
#
# PRs are welcome here: https://github.com/yurikoles-aur/upwork
#

pkgname=upwork
_pkgname='Upwork'
pkgver=5.8.0.33
_hashver='42e992f623e44665'
pkgrel=2
pkgdesc='Track your time for Hourly Payment Protection. Stay connected.'
arch=(x86_64)
url='https://www.upwork.com/ab/downloads/?os=linux'
license=(custom)
depends=(alsa-lib gtk3 libxss nss)
conflicts=(upwork-beta)
_useragent="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0"
_rawver=${pkgver//./_}
DLAGENTS=("https::/usr/bin/curl --tlsv1.3 -H ${_useragent// /\\ } %u -o %o")
source=(https://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb
        LICENSE)
sha256sums=('314d2eb1301f34d30df0e6264ba75653a5e4da8e5d83927457b3908afddd2ee8'
            '793d8d7bc0f088c48798bda3d5483972636c6b8c5dcd9aeaf85411f7d4547b38')

prepare() {
    bsdtar -xpf data.tar.xz
}

package() {
    # Base
    local _optdir="${pkgdir}"/opt/${_pkgname}

    install -dm755 "${_optdir}"
    cp -dr --no-preserve=ownership opt/${_pkgname}/* "${_optdir}"

    # Code ref: https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/templates/linux/after-install.tpl
    # SUID chrome-sandbox for Electron 5+
    test -e "${_optdir}"/chrome-sandbox && chmod 4755 "${_optdir}"/chrome-sandbox || true

    # Exec
    install -dm755 "${pkgdir}"/usr/bin/
    ln -s /opt/${_pkgname}/${pkgname} "${pkgdir}"/usr/bin/

    # Menu
    install -Dm644 usr/share/applications/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop

    # Icons
    install -dm755 "${pkgdir}"/usr/share
    cp -dr --no-preserve=ownership usr/share/icons "${pkgdir}"/usr/share

    # License
    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}

ittru commented on 2023-11-15 19:32 (UTC)

Upwork is updated and they decided to add a feature to close the app if it's not updated. So, any updates?

urbenlegend commented on 2023-06-19 18:18 (UTC)

Here's the updated PKGBUILD if y'all need it immediately.

# Maintainer: Yurii Kolesnykov <root@yurikoles.com>
#
# PRs are welcome here: https://github.com/yurikoles-aur/upwork
#

pkgname=upwork
_pkgname='Upwork'
pkgver=5.8.0.31
_hashver='b7b2c82d2557407d'
pkgrel=0
pkgdesc='Track your time for Hourly Payment Protection. Stay connected.'
arch=(x86_64)
url='https://www.upwork.com/ab/downloads/?os=linux'
license=(custom)
depends=(alsa-lib gtk3 libxss nss)
conflicts=(upwork-beta)
_useragent="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0"
_rawver=${pkgver//./_}
DLAGENTS=("https::/usr/bin/curl --tlsv1.3 -H ${_useragent// /\\ } %u -o %o")
source=(https://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/upwork_${pkgver}_amd64.deb
        LICENSE)
sha256sums=('b5057abf453ac71a8197b9d06818574ab73d8affbb48f1df0014e22494039cf2'
            '793d8d7bc0f088c48798bda3d5483972636c6b8c5dcd9aeaf85411f7d4547b38')

prepare() {
    bsdtar -xpf data.tar.xz
}

package() {
    # Base
    local _optdir="${pkgdir}"/opt/${_pkgname}

    install -dm755 "${_optdir}"
    cp -dr --no-preserve=ownership opt/${_pkgname}/* "${_optdir}"

    # Code ref: https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/templates/linux/after-install.tpl
    # SUID chrome-sandbox for Electron 5+
    test -e "${_optdir}"/chrome-sandbox && chmod 4755 "${_optdir}"/chrome-sandbox || true

    # Exec
    install -dm755 "${pkgdir}"/usr/bin/
    ln -s /opt/${_pkgname}/${pkgname} "${pkgdir}"/usr/bin/

    # Menu
    install -Dm644 usr/share/applications/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop

    # Icons
    install -dm755 "${pkgdir}"/usr/share
    cp -dr --no-preserve=ownership usr/share/icons "${pkgdir}"/usr/share

    # License
    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}

tamer_arch commented on 2023-06-17 14:21 (UTC)

New version is out there , need update

Snayler commented on 2023-06-17 07:07 (UTC) (edited on 2023-06-17 07:41 (UTC) by Snayler)

@urbenlegend I had the same issue for about 3 or 4 work sessions, but it only happened on a laptop I used while traveling. The desktop install at my office, although the same version, was taking the screenshots correctly. I don't know why, but it seems the laptop install started working as expected again out of nowhere, without any new updates on the Upwork app. It started working again after an OS update, so maybe something was interfering with the screenshots. Manjaro here (Arch based OS).

urbenlegend commented on 2023-03-02 23:34 (UTC)

Anyone else notice that Upwork is unable to take fresh screenshots after the first screenshot? It keeps putting the same image into my work diary and making me look like I am just staring at the same thing for hours on end.

I found this support post: https://community.upwork.com/t5/Support-Forum/Upwork-tracker-taking-same-screenshots/td-p/1202612

but support just flat out says they don't support ArchLinux without properly investigating. I am wondering if its an ArchLinux specific issue.