# Makie plotting: GLib-GIO-WARNING

**URL:** https://discourse.julialang.org/t/makie-plotting-glib-gio-warning/64478
**Category:** Visualization
**Tags:** makie
**Created:** [July 11, 2021, 11:56pm UTC](https://discourse.julialang.org/t/makie-plotting-glib-gio-warning/64478 "2021-07-11T23:56:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JosephPollacco](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/josephpollacco/32/51404_2.png) [@JosephPollacco](https://discourse.julialang.org/u/JosephPollacco)
#### Post date: [July 11, 2021, 11:56pm UTC](https://discourse.julialang.org/t/makie-plotting-glib-gio-warning/64478/1 "2021-07-11T23:56:00Z")

</div>

Hallo 😄,

I am using the excellent Makie plotting package. When I am compiling the code I am getting the following Warnings, **GLib-GIO-WARNING** \*which I suspect is caused by the package _CairoMakie_ should I ignore the warning?

Many thanks for any help you may provide:

```julia
(process:24424): GLib-GIO-WARNING **: 10:53:40.098: Unexpectedly, UWP app `37309CoolLeGetInc.ZipExtractorPro-ZipXRarBzip7zTar_2.0.7.0_neutral__g0y9d13zmhd68' (AUMId `37309CoolLeGetInc.ZipExtractorPro-ZipXRarBzip7zTar_g0y9d13zmhd68!App') supports 20 extensions but has no verbs

(process:16040): GLib-GIO-WARNING **: 10:54:34.190: Unexpectedly, UWP app `37309CoolLeGetInc.ZipExtractorPro-ZipXRarBzip7zTar_2.0.7.0_neutral__g0y9d13zmhd68' (AUMId `37309CoolLeGetInc.ZipExtractorPro-ZipXRarBzip7zTar_g0y9d13zmhd68!App') supports 20 extensions but has no verbs

```

---

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [July 12, 2021, 7:57am UTC](https://discourse.julialang.org/t/makie-plotting-glib-gio-warning/64478/2 "2021-07-12T07:57:09Z")

</div>

I have no idea 😃  
[https://askubuntu.com/questions/806064/glib-gio-message-and-gtk-warning-on-ubuntu-16-04](https://askubuntu.com/questions/806064/glib-gio-message-and-gtk-warning-on-ubuntu-16-04)  
Pretty sure it doesn’t come from anywhere in the Julia code, so I guess one need to figure out what weird things some of the C libraries are up to…  
Do you have an MWE, where it’s really just CairoMakie and nothing else?

---

<div class="post-metadata">

### Author: ![ohmsweetohm1](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ohmsweetohm1/32/49126_2.png) [@ohmsweetohm1](https://discourse.julialang.org/u/ohmsweetohm1)
#### Post date: [February 19, 2024, 4:40pm UTC](https://discourse.julialang.org/t/makie-plotting-glib-gio-warning/64478/3 "2024-02-19T16:40:13Z")

</div>

I started seeing this with Julia 1.10 too:

```julia
55 dependencies successfully precompiled in 243 seconds. 273 already precompiled.
  2 dependencies had output during precompilation:
┌ SciMLBase → SciMLBaseMakieExt
│ (process:14844): GLib-GIO-WARNING **: 17:33:12.591: Failed to open application manifest `C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml' for package #0 (`Microsoft.MicrosoftEdge_44.19041.3636.0_neutral__8wekyb3d8bbwe'): error code 0x2
└  
┌ Makie
│ (process:22256): GLib-GIO-WARNING **: 17:31:32.709: Failed to open application manifest `C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml' for package #0 (`Microsoft.MicrosoftEdge_44.19041.3636.0_neutral__8wekyb3d8bbwe'): error code 0x2
└  

```
