Shawn Badger
Shawn Badger
I am seeing the same issue on my phone as well. In my case though I have 19 conflicts that wont go away and are not displayed in the app....
I tested this against D-sub 5.5.1 and it does not have this same issue.
@xkahn Tried your gnome-45 branch out but I am seeing the following error: Extension [email protected]: SyntaxError: redeclaration of let Me @ file:///home/######/.local/share/gnome-shell/extensions/[email protected]/search.js:35:6
> @sbadger Huh. I was closer than I thought. I just committed a few changes to the repo. It should work now. It is working fully for me on Fedora...
Thanks for the reminder pieska, your post in #69 does mostly what it needs but I want someone to fix it properly
I would like to see this as well, but for now I use the "Add App" method and it works so far.
> quick and dirty fix in extension.js: > > ``` > this._bin = new St.Bin({child: this._icon}); > > // this._box.add(this._bin); > this._box.actor.add_child(this._bin); > // this.add_actor(this._box); > this.actor.add_child(this._box); > this.add_style_class_name('panel-status-button'); >...
Also as I just tested the change on gnome 45 (fedora 39) and it worked as well.