Skip to content
Snippets Groups Projects

[bug] use our own fork of the systray library

Merged meskio requested to merge meskio/bitmask-vpn:bug/8_hide_items into master
1 unresolved thread

While we wait to get the fix to the hide menu items issue merged upstream let's use our own fork of the library.

Edited by meskio

Merge request reports

Pipeline #11389 passed

Pipeline passed for 2c56f884 on meskio:bug/8_hide_items

Approval is optional

Merged by leap-code-o-maticleap-code-o-matic 7 years ago (Mar 22, 2018 4:45pm UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.gitlab-ci.yml 0 → 100644
1 ---
2 stages:
3 - build
4
5 variables:
6 GOPATH: /go
7 APP_PATH: /go/src/0xacab.org/leap/bitmask-systray
8
9 build_test:
10 image: 0xacab.org:4567/leap/bitmask-dev:latest
11 stage: build
12 script:
13 - apt-get -y install libappindicator3-dev libgtk-3-dev libzmq3-dev golang
  • Author Contributor

    The image doesn't include golang and the rest. But I see the Dockerfile having them in it. Am I using a wrong image? Or the image is not being built in a while?

  • Please register or sign in to reply
  • meskio added 1 commit

    added 1 commit

    • 37ff7025 - [style] use upstream systray library

    Compare with previous version

  • meskio added 5 commits

    added 5 commits

    • 5dd03466 - [bug] use our own fork of the systray library
    • e7ab6ad5 - [feat] only one systray can be in execution
    • 1e3491ea - [feat] remove the hack on exit
    • 1ff84d8b - [test] add CI support
    • 52c02085 - [style] use upstream systray library

    Compare with previous version

  • meskio added 1 commit

    added 1 commit

    • 24e77dd9 - [feat] let's not notify about donations for now

    Compare with previous version

  • meskio added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading