Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] appmenu-gtk-module: missing schema file
@ 2021-12-07 15:27 HiPhish
  2022-02-19  7:55 ` dtreffenstaedt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: HiPhish @ 2021-12-07 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

New issue by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/issues/34419

Description:
### System

* xuname: `Void 5.15.6_1 x86_64 AuthenticAMD notuptodate rrmFFF`
* package:  
  *affected package(s) including the version*: `appmenu-gtk-module-0.7.6_1`, `appmenu-gtk3-module-0.7.6_1`

### Expected behavior
The GTK module should work.

### Actual behavior
The module does not work, starting an application prints the following to standard output:

```
$ gimp
(gimp:20057): GLib-GIO-ERROR **: 01:13:46.321: Settings schema 'org.appmenu.gtk-module' is not installed
```

Manually adding the schema file from the upstream repository to `/usr/share/glib-2.0/schemas/` and then executing `sudo glib-compile-schemas` fixes the issue.

I don't know much about XBPS, but from this I figure that the schema file should be copied over as part of the installation process and that the schema compilation needs to be carried out. If someone can point me in the right direction I could give a try fixing the build script.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: appmenu-gtk-module: missing schema file
  2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
@ 2022-02-19  7:55 ` dtreffenstaedt
  2022-06-18  2:13 ` github-actions
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dtreffenstaedt @ 2022-02-19  7:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

New comment by dtreffenstaedt on void-packages repository

https://github.com/void-linux/void-packages/issues/34419#issuecomment-1045961118

Comment:
The schema definition is part of the package `vala-panel-appmenu`.

It could be made a dependency of the relevant packages. There might be a better way to go about it though.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: appmenu-gtk-module: missing schema file
  2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
  2022-02-19  7:55 ` dtreffenstaedt
@ 2022-06-18  2:13 ` github-actions
  2022-06-18 12:20 ` HiPhish
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-18  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/34419#issuecomment-1159340160

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: appmenu-gtk-module: missing schema file
  2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
  2022-02-19  7:55 ` dtreffenstaedt
  2022-06-18  2:13 ` github-actions
@ 2022-06-18 12:20 ` HiPhish
  2023-12-14 20:58 ` NinjaCowboy
  2023-12-15  6:27 ` [ISSUE] [CLOSED] " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: HiPhish @ 2022-06-18 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/issues/34419#issuecomment-1159455138

Comment:
*bump* to prevent the issue from being closed automatically





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: appmenu-gtk-module: missing schema file
  2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
                   ` (2 preceding siblings ...)
  2022-06-18 12:20 ` HiPhish
@ 2023-12-14 20:58 ` NinjaCowboy
  2023-12-15  6:27 ` [ISSUE] [CLOSED] " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: NinjaCowboy @ 2023-12-14 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New comment by NinjaCowboy on void-packages repository

https://github.com/void-linux/void-packages/issues/34419#issuecomment-1856579693

Comment:
bump

Without `vala-panel-appmenu` installed, GTK2 apps will not start at all, so it needs to be a dependency.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] appmenu-gtk-module: missing schema file
  2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
                   ` (3 preceding siblings ...)
  2023-12-14 20:58 ` NinjaCowboy
@ 2023-12-15  6:27 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2023-12-15  6:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

Closed issue by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/issues/34419

Description:
### System

* xuname: `Void 5.15.6_1 x86_64 AuthenticAMD notuptodate rrmFFF`
* package:
  * `appmenu-gtk-module-0.7.6_1`
  * `appmenu-gtk3-module-0.7.6_1`

### Expected behavior
The GTK module should work.

### Actual behavior
The module does not work, starting an application prints the following to standard output:

```
$ gimp
(gimp:20057): GLib-GIO-ERROR **: 01:13:46.321: Settings schema 'org.appmenu.gtk-module' is not installed
```

Manually adding the schema file from the upstream repository to `/usr/share/glib-2.0/schemas/` and then executing `sudo glib-compile-schemas` fixes the issue.

I don't know much about XBPS, but from this I figure that the schema file should be copied over as part of the installation process and that the schema compilation needs to be carried out. If someone can point me in the right direction I could give a try fixing the build script.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-15  6:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 15:27 [ISSUE] appmenu-gtk-module: missing schema file HiPhish
2022-02-19  7:55 ` dtreffenstaedt
2022-06-18  2:13 ` github-actions
2022-06-18 12:20 ` HiPhish
2023-12-14 20:58 ` NinjaCowboy
2023-12-15  6:27 ` [ISSUE] [CLOSED] " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).