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.002570
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 27 Next › Last »

gguman commented on 2019-04-03 20:11 (UTC)

Is this version going to work on Wayland or not?

samuelgrigolato commented on 2019-03-05 20:28 (UTC)

I have a similar setup to @borisjoffe and can confirm @msheremet's patch works for me (screenshots are functional again). Thank you all for your work on this!

msheremet commented on 2019-03-05 19:53 (UTC)

I figured out that XDG_SESSION_TYPE variable doesn't depend on WM. It rather depends on X session startup. Display Managers set that variable to "x11" (probably something else for Wayland sessions) while xinit sets that variable to "tty".

So I created a patch for upwork launcher script. And screenshot issue for xinit sessions should be fixed now.

Special thanks to @borisjoffe and @gwash.

msheremet commented on 2019-03-05 12:59 (UTC)

@gwash, sorry, I thought it was only for the working config. Will try it also.

gwash commented on 2019-03-05 12:38 (UTC)

@msheremet, I already did, "notion WM, and no compositor"

msheremet commented on 2019-03-05 11:39 (UTC)

@gwash, could you please also answer my previous question about DE and WM?

@borisjoffe, thank you for your reply, I'll try to reproduce the problem with i3 and let everyone know my findings.

gwash commented on 2019-03-05 09:40 (UTC)

@msheremet No, just Upwork support, and my own experience.

borisjoffe commented on 2019-03-05 09:28 (UTC) (edited on 2019-03-05 09:30 (UTC) by borisjoffe)

@msheremet I'm using X11, no desktop environment, the i3 window manager, and am having the screenshot issue.

Based on:

1) Upwork support staff recommending setting XDG_SESSION_TYPE to "x11"

2) my XDG_SESSION_TYPE being set to "tty"

3) gwash saying that Upwork's fix worked for him,

it looks like the Upwork app is checking XDG_SESSION_TYPE before taking screenshots and assuming that the user is running Wayland if it isn't set to "x11". So I think gwash's statement is correct.