# Qksqt incoming network connections

**URL:** https://discourse.julialang.org/t/qksqt-incoming-network-connections/61888
**Category:** General Usage
**Tags:** question, plotting
**Created:** [May 26, 2021, 9:03pm UTC](https://discourse.julialang.org/t/qksqt-incoming-network-connections/61888 "2021-05-26T21:03:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hendri54](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hendri54/32/9621_2.png) [@hendri54](https://discourse.julialang.org/u/hendri54)
#### Post date: [May 26, 2021, 9:03pm UTC](https://discourse.julialang.org/t/qksqt-incoming-network-connections/61888/1 "2021-05-26T21:03:05Z")

</div>

When I plot with the GR backend (Plots.jl) a popup window asks

**Do you want the application “gksqt.app” to accept incoming network connections?**

This appears each time I plot. How can I avoid this?

```julia
julia> versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.7.0)
  CPU: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  JULIA_NUM_THREADS = 8
  JULIA_PKG_DEVDIR = /Users/lutz/Documents/julia
  JULIA_EDITOR = /usr/local/bin/code

```

Plots v1.15.2  
GR v0.57.4

---

<div class="post-metadata">

### Author: ![ernesto](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ernesto/32/26734_2.png) [@ernesto](https://discourse.julialang.org/u/ernesto)
#### Post date: [July 3, 2021, 12:34am UTC](https://discourse.julialang.org/t/qksqt-incoming-network-connections/61888/2 "2021-07-03T00:34:56Z")

</div>

Did you happen to find out why this happens? This happened just after I updated to 1.6.1 and I’m also on macOS. Thanks.

---

<div class="post-metadata">

### Author: ![hendri54](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hendri54/32/9621_2.png) [@hendri54](https://discourse.julialang.org/u/hendri54)
#### Post date: [July 5, 2021, 1:28pm UTC](https://discourse.julialang.org/t/qksqt-incoming-network-connections/61888/3 "2021-07-05T13:28:38Z")

</div>

No - I ended up switching to Makie. So I don’t know what the status is.
