Github messages for voidlinux
 help / color / mirror / Atom feed
From: glaulher <glaulher@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: vala-panel-appmenu missing dependencies
Date: Fri, 26 Aug 2022 22:26:11 +0200	[thread overview]
Message-ID: <20220826202611.BtTZqQD3mKIICLKtBDBXephOHYlvXodSw3ZY3kwHxok@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37064@inbox.vuxu.org>

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

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/issues/37064#issuecomment-1228910621

Comment:
appmenu doesn't work without below steps in xfce:

add in /etc/environment:

export GTK_MODULES=appmenu-gtk-module

install:

appmenu-gtk-module appmenu-gtk3-module
appmenu-register xfce4-panel-appmenu

and resolve a bug in schemes:
create org.appmenu.gtk-module.gschema.xml in

/usr/share/glib-2.0/schemas/

contents:

```javascript
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.appmenu.gtk-module" path="/org/appmenu/gtk-module/">
    <key name="blacklist" type="as">
      <summary>Application blacklist</summary>
      <description>List of applications where appmenu-gtk-module should be disabled.</description>
      <default>['anjuta','freeciv', 'freeciv-gtk2', 'freeciv-gtk3', 'glade','gwyddion']</default>
    </key>
    <key name="whitelist" type="as">
      <summary>Application whitelist</summary>
      <description>List of applications where appmenu-gtk-module should be enabled.</description>
      <default>[]</default>
    </key>
    <key name="always-show-inner-menu" type="b">
      <summary>Always show menus in application</summary>
      <description>If this is enabled, menus will not removed from applications even if registrar found. Useful for HUD-only usage.</description>
      <default>false</default>
    </key>
  </schema>
</schemalist>
```
load as root:
glib-compile-schemas  /usr/share/glib-2.0/schemas/


  parent reply	other threads:[~2022-08-26 20:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 17:39 [ISSUE] " sm-idk
2022-08-26 20:24 ` glaulher
2022-08-26 20:26 ` glaulher [this message]
2023-12-15  6:27 ` sgn
2023-12-15  6:27 ` [ISSUE] [CLOSED] " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220826202611.BtTZqQD3mKIICLKtBDBXephOHYlvXodSw3ZY3kwHxok@z \
    --to=glaulher@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).