Codruț Constantin Gușoi

Results 42 comments of Codruț Constantin Gușoi

Try starting emacs with `--debug-init` and post a stacktrace.

[Here](https://github.com/ixti/redmine_tags/blob/5fa322d5c0b8afa4df5f0cc7eba28cedb5a760b1/lib/redmine_tags/patches/issue_patch.rb#L51-L55) is how we implemeted it for [redmine_tags](https://github.com/ixti/redmine_tags) (which uses this gem): ``` ActsAsTaggableOn::Tag .joins(:taggings) .select('tags.id, tags.name, tags.taggings_count, COUNT(taggings.id) as count') .group('tags.id, tags.name, tags.taggings_count') .where(taggings: { taggable_type: 'Issue', taggable_id: issues_scope})...

👍 for `duckduckgoing` 😄 . Just curious, does `DISPLAY` work for you with `localhost:0` instead of the ip?

Same problem, Manjaro Gnome. I'm building the extension package using this PKGBUILD here: https://gitlab.com/sdwolfz/pkgbuilds/-/blob/master/gnome-shell-extension-autohidetopbar/PKGBUILD Using latest commit 74cc28b5f2be11a2e3157689610ef7dd19b6015d (which was supposed to fix this). I'm thinking: does the plugin store...

@tuxor1337 can you please post a list of installed extensions you have on your system? Maybe it's an interaction with another that we might have and you don't. (I'll post...

Here's what I have: * `ls ~/.local/share/gnome-shell/extensions/` - none * `gsettings get org.gnome.shell enabled-extensions`: ``` ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] ``` * `ls /usr/share/gnome-shell/extensions/`: ``` [email protected] [email protected] screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com...

Interesting, so It's a Wayland issue, makes sense since I use Wayland. @tuxor1337 are you on Xorg? and can you debug this on Wayland? Side note: I don't know how...

I tried debugging this with some extra debug statements, see here: https://gitlab.com/sdwolfz/hidetopbar/-/compare/master...flickering-fix The only difference I see in the arguments to "_handleMenus" is an extra... ``` { "id": 39, "name":...

@tuxor1337 you can't reproduce this with Firefox on Ubuntu because over there, the Firefox package is installed via Snap. Similarly I can't reproduce this with the Snap package on Manjaro...