On 2019-10-20 14:36, Pierre Labastie via blfs-dev wrote:
On 20/10/2019 21:06, Douglas R. Reno via blfs-dev wrote:
On 10/20/19 2:00 PM, Pierre Labastie via blfs-dev wrote:
On 20/10/2019 20:32, Douglas R. Reno via blfs-dev wrote:
Hi guys,
I'm having some really annoying issues with GNOME-3.34.1 on my
development machine. One of them is with the tweaks app. I've added
libhandy to my system (I'll add it to the book soon), but I get the
following errors when trying to turn on the Window List extension
(which I use because it's hard for my single eye to focus well on
the Activities menu - being blind in one eye sometimes causes DEs to
be very difficult for me to use):
Oct 17 14:26:09 POOH gnome-shell[2583]: JS ERROR: Extension
[email protected]: Error: Schema
org.gnome.shell.extensions.window-list could not be found for
extension [email protected].
Please check your installation.
I guess you have run glib-compile-schemas
/usr/share/glib-2.0/schemas, but just in case...
Hi Pierre,
I just ran it again and it didn't seem to make any difference :-( I
also turned my extensions off and back on and the extension is still
grayed out with a black triangle next to it
Thank you though :)
Other question (I cannot test gnome ATM. I'm not at home until Friday):
Do you have "org.gnome.shell.extensions.window-list" in
/usr/share/glib-2.0/schemas,
or any org.gnome.shell.extensions file?
Pierre
renodr [ ~ ]$ ls /usr/share/glib-2.0/schemas/ | grep extensions
org.gnome.shell.extensions.auto-move-windows.gschema.xml
org.gnome.shell.extensions.native-window-placement.gschema.xml
org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
org.gnome.shell.extensions.user-theme.gschema.xml
org.gnome.shell.extensions.window-list.gschema.xml
Yes I do, here's the contents of it too:
renodr [ ~ ]$ cat
/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
<schemalist gettext-domain="gnome-shell-extensions">
<enum id="org.gnome.shell.extensions.window-list.GroupingMode">
<value value="0" nick="never"/>
<value value="1" nick="auto"/>
<value value="2" nick="always"/>
</enum>
<schema id="org.gnome.shell.extensions.window-list"
path="/org/gnome/shell/extensions/window-list/">
<key name="grouping-mode"
enum="org.gnome.shell.extensions.window-list.GroupingMode">
<default>'never'</default>
<summary>When to group windows</summary>
<description>
Decides when to group windows from the same application on the
window list. Possible values are “never”, “auto” and “always”.
</description>
</key>
<key name="display-all-workspaces" type="b">
<default>false</default>
<summary>Show windows from all workspaces</summary>
<description>
Whether to show windows from all workspaces or only the current
one.
</description>
</key>
<key name="show-on-all-monitors" type="b">
<default>false</default>
<summary>Show the window list on all monitors</summary>
<description>
Whether to show the window list on all connected monitors or
only on the primary one.
</description>
</key>
</schema>
</schemalist>
I'll be out until later myself
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page