home-sweet-gnome / dash-to-panel

An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.
GNU General Public License v2.0
3.83k stars 280 forks source link

[deprecation warning] The GObject property St.ScrollView.hscroll is deprecated #2092

Open dantob opened 7 months ago

dantob commented 7 months ago

Not exactly sure about JS, but I think it needs to be changed like this. (line 1411 taskbar.js)

//let adjustment = this._dtpPanel.checkIfVertical() ? taskbarScrollView.vscroll.get_adjustment() : taskbarScrollView.hscroll.get_adjustment();
let adjustment = this._dtpPanel.checkIfVertical() ? taskbarScrollView.get_vadjustment() : taskbarScrollView.get_hadjustment();
stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.