negesti / gnome-shell-extensions-negesti

An gnome-shell extension that makes window movement a lot easier.
GNU General Public License v3.0
287 stars 46 forks source link

for newest gnome package in archlinux, the plugin cannot start #145

Closed terryding77 closed 6 years ago

terryding77 commented 6 years ago

for newest gnome package in archlinux, the plugin cannot start

Expected Behavior

can normally start after boot.

Current Behavior

image

Possible Solution

Steps to Reproduce (for bugs)

1.update system sudo pacman -Syu in archlinux and reboot

Context

Your Environment

mrmstn commented 6 years ago

Have you tried install it by git? ( as described in https://github.com/negesti/gnome-shell-extensions-negesti#installation ) - this version worked totaly fine for me :)

negesti commented 6 years ago

The aur package is already referencing commit 787100c this should be fine. Can you restart the shell from console and check if there are any relevant log messages?

gnome-shell --replace & Don't forget the & :)

terryding77 commented 6 years ago

it cannot start with the version in https://extensions.gnome.org/ but as @mrmstn says, I try to use yaourt -S gnome-shell-extension-put-window-git and restart gnome, it works! thanks a lot.

terryding77 commented 6 years ago

with command gnome-shell --replace & I only see those message in terminal and I don't make sure whether it relevant or not. @negesti

(gnome-shell:26608): GLib-GObject-WARNING **: 12:28:46.302: invalid (NULL) pointer instance

(gnome-shell:26608): GLib-GObject-CRITICAL **: 12:28:46.302: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(gnome-shell:26608): GLib-GIO-CRITICAL **: 12:28:46.394: Error while sending AddMatch() message: The connection is closed

(gnome-shell:26608): GLib-GIO-CRITICAL **: 12:28:46.394: Error while sending AddMatch() message: The connection is closed

(gnome-shell:26608): GLib-GIO-CRITICAL **: 12:28:46.394: Error while sending AddMatch() message: The connection is closed Gdk-Message: 12:28:46.405: gnome-shell: Fatal IO error 0 (Success) on X server :1.

negesti commented 6 years ago

ok reading your first post again I see the problem you have installed the new gnome-shell package (3.30) using pacman and extension from extensions.gnome.org

This version doesn't contain the fix for #143 #144 . I thought you installed the new extension package from aur.

negesti commented 6 years ago

New version (v23.0) will be available at extensions.gnome.org after review