Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1.6 "Avoid Standby Mode" does not work on Ubuntu 18 #3223

Closed
ghubstan opened this issue Sep 7, 2019 · 3 comments · Fixed by #3563
Closed

V1.1.6 "Avoid Standby Mode" does not work on Ubuntu 18 #3223

ghubstan opened this issue Sep 7, 2019 · 3 comments · Fixed by #3563

Comments

@ghubstan
Copy link
Contributor

ghubstan commented Sep 7, 2019

[How to Reproduce]

  1. Create a VM: Ubuntu 18.04.3 LTS
    Kernel 5.0.0-27-generic 28~18.04.1-Ubuntu
    GNOME Shell 3.28.4
    Apt update/upgrade should give you the same or more recent kernel & gnome versions.

  2. Open VM's Settings->Power->Automatic Suspend->Plugged In
    Set ON with Delay of 15 minutes.

  3. Install Bisq (w/ v1.1.6 test jar) and start an Arbitration client.
    Enable Settings -> "Avoid Stanby Mode".

  4. Don't touch anything for 15 minutes; watch Ubuntu 18 go into standby mode.

[Expected Results]

The Ubuntu 18 VM should not go into standby mode.

[Actual Results]

The Ubuntu 18 VM goes into standby mode.

@wiz
Copy link
Contributor

wiz commented Sep 7, 2019

Ah yeah, it's not going to work on Linux. IMO the correct fix for Linux would be to simply hide the feature. Users on Linux can disable the OS sleep mode on their own.

@niyid
Copy link
Contributor

niyid commented Sep 23, 2019

Hello. Is anybody working on this yet?

@ghubstan
Copy link
Contributor Author

@niyid , I am working on this now.

ghubstan added a commit to ghubstan/bisq that referenced this issue Sep 24, 2019
Displays standby mode button on only on Windows and OSX,
and hides it on Linux and Unix distributions.

Formatted source file, resulting in rearranged class
level field declarations.

Fix for Issue bisq-network#3223
ghubstan added a commit to ghubstan/bisq that referenced this issue Sep 25, 2019
Displays standby mode button on only on Windows and OSX,
and hides it on Linux and Unix distributions.

TitledGroupBg num rows reduced to 7 when standby mode button
is not displayed.

Formatted source file, resulting in rearranged class
level field declarations.

Fix for Issue bisq-network#3223
ghubstan added a commit to ghubstan/bisq that referenced this issue Nov 5, 2019
Displays standby mode button on only on Windows and OSX,
and hides it on Linux and Unix distributions.

TitledGroupBg num rows reduced to 7 when standby mode button
is not displayed.

Fixes bisq-network#3223

Replaces PR bisq-network#3322 -- rejected because source file reformat
rearanged class level field declarations, making review
more difficult.
ripcurlx added a commit that referenced this issue Dec 6, 2019
* Hide avoid standby mode feature on *nux OS

Displays standby mode button on only on Windows and OSX,
and hides it on Linux and Unix distributions.

TitledGroupBg num rows reduced to 7 when standby mode button
is not displayed.

Fixes #3223

Replaces PR #3322 -- rejected because source file reformat
rearanged class level field declarations, making review
more difficult.

* Set use standby mode to false on non Win, OSX desktops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants