Re: [blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-21 Thread Xi Ruoyao via blfs-dev
On 2019-10-20 13:32 -0500,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 
> window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
> org.gnome.shell.extensions.window-list could not be found for extension 
> window-l...@gnome-shell-extensions.gcampax.github.com. Please check your 
> installation.
> getSettings@resource:///org/gnome/shell/misc/extensionUtils.js:140:15
> enable@
> 
/usr/share/gnome-shell/extensions/window-l...@gnome-shell-extensions.gcampax.github.com
> /extension.js:1130:26
> _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:131:13
> _onEnabledExtensionsChanged/<@resource:///org/gnome/shell/ui/extensionSystem.j
> s:398:13
> _onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:
> 395:9
> 
> There are also a lot of JS warnings scattered throughout my logs from 
> when I had gnome-tweaks open.
> 
> In addition, the search bar is not functioning. When you click the 
> Activities menu, you're supposed to be able to type in the search bar 
> and find applications or files. Clicking on it results in nothing but a 
> blinking cursor, and you're completely unable to type in it. If you 
> attempt to right click to paste something, the options "Copy" and 
> "Paste" are grayed out. My guess is that tracker isn't starting 
> properly, but I'm not honestly sure. My autostart list is also 
> completely empty so I'm wondering if that has something to do with it.
> 
> I've spent a couple days looking for fixes and can't seem to find 
> anything. Do you guys have any suggestions, and can I get someone else 
> to install GNOME to attempt to reproduce these problems?

I can't reproduce this issue with GNOME-3.34.2 packages.
-- 
Xi Ruoyao 
School of Aerospace Science and Technology, Xidian University

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-20 Thread Douglas R. Reno via blfs-dev

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 
window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
org.gnome.shell.extensions.window-list could not be found for 
extension window-l...@gnome-shell-extensions.gcampax.github.com. 
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


  



  
  

  'never'
  When to group windows
  
Decides when to group windows from the same application on the
window list. Possible values are “never”, “auto” and “always”.
  


  false
  Show windows from all workspaces
  
Whether to show windows from all workspaces or only the current 
one.

  


  false
  Show the window list on all monitors
  
Whether to show the window list on all connected monitors or
only on the primary one.
  

  



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


Re: [blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-20 Thread Pierre Labastie via blfs-dev



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 
window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
org.gnome.shell.extensions.window-list could not be found for 
extension window-l...@gnome-shell-extensions.gcampax.github.com. 
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
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-20 Thread Douglas R. Reno via blfs-dev


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 
window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
org.gnome.shell.extensions.window-list could not be found for 
extension window-l...@gnome-shell-extensions.gcampax.github.com. 
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 :)

- Doug

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-20 Thread Pierre Labastie via blfs-dev



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 
window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
org.gnome.shell.extensions.window-list could not be found for 
extension window-l...@gnome-shell-extensions.gcampax.github.com. 
Please check your installation.


I guess you have run glib-compile-schemas /usr/share/glib-2.0/schemas, 
but just in case...


Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Continued GNOME issues - can you guys reproduce?

2019-10-20 Thread Douglas R. Reno via blfs-dev

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 
window-l...@gnome-shell-extensions.gcampax.github.com: Error: Schema 
org.gnome.shell.extensions.window-list could not be found for extension 
window-l...@gnome-shell-extensions.gcampax.github.com. Please check your 
installation.

getSettings@resource:///org/gnome/shell/misc/extensionUtils.js:140:15
enable@/usr/share/gnome-shell/extensions/window-l...@gnome-shell-extensions.gcampax.github.com/extension.js:1130:26
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:131:13
_onEnabledExtensionsChanged/<@resource:///org/gnome/shell/ui/extensionSystem.js:398:13
_onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:395:9

There are also a lot of JS warnings scattered throughout my logs from 
when I had gnome-tweaks open.


In addition, the search bar is not functioning. When you click the 
Activities menu, you're supposed to be able to type in the search bar 
and find applications or files. Clicking on it results in nothing but a 
blinking cursor, and you're completely unable to type in it. If you 
attempt to right click to paste something, the options "Copy" and 
"Paste" are grayed out. My guess is that tracker isn't starting 
properly, but I'm not honestly sure. My autostart list is also 
completely empty so I'm wondering if that has something to do with it.


I've spent a couple days looking for fixes and can't seem to find 
anything. Do you guys have any suggestions, and can I get someone else 
to install GNOME to attempt to reproduce these problems?



Thank you,

- Doug

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page