Open omargoda opened 3 years ago
same here friend, still trying to figure it out
There's this list of things it must be made to port to gnome shell 40: https://gjs.guide/extensions/upgrading/gnome-shell-40.html#contents
This diff make the extension work again, but still with errors:
diff --git a/docking.js b/docking.js
index a4d5b21..3534d4c 100644
--- a/docking.js
+++ b/docking.js
@@ -16,7 +16,13 @@ const Overview = imports.ui.overview;
const OverviewControls = imports.ui.overviewControls;
const PointerWatcher = imports.ui.pointerWatcher;
const Signals = imports.signals;
-const SearchController = imports.ui.searchController;
+
+try {
+ const SearchController = imports.ui.searchController;
+} catch(err) {
+ log("SearchController doesn't exist");
+}
+
const WorkspaceSwitcherPopup= imports.ui.workspaceSwitcherPopup;
const Layout = imports.ui.layout;
const LayoutManager = imports.ui.main.layoutManager;
branch gnome-3.38 is working!
branch gnome-3.38 is working!
hello friend can you please make a little tutorial how to access the files and make the changes? i did not understand. thanks for reply
git clone --branch gnome-3.38 https://github.com/micheleg/dash-to-dock.git
cd dash-to-dock
make
make install
ALT + F2: type 'r' and Enter. or Restart your computer.
git clone --branch gnome-3.38 https://github.com/micheleg/dash-to-dock.git cd dash-to-dock make make install
ALT + F2: type 'r' and Enter. or Restart your computer.
woooow thank you so much sir, here, after using those suggested by you, I used the command to log out and restart gnome: /usr/bin/gnome-session-quit --no-prompt And all is working just fine, Thanks again friend
@daniel-hartmann working like charm, thanks alot!
@daniel-hartmann Thank you so much!
@daniel-hartmann Wow!Think you sooooooooooooooooo much!
I was having this issue on my kali linux 2021.3. I tried @daniel-hartmann solution but when I ran "make" I got the error shown below.
**
glib-compile-schemas ./schemas/ msgfmt -c po/ar.po -o po/ar.mo make: msgfmt: No such file or directory make: *** [Makefile:54: po/ar.mo] Error 127
**
After a lot of googling I managed to find another solution:
First install the "GNOME shell integration" to your chrome browser. Once installed click on the "GNOME shell integration" extension in chrome. It should take you to "extensions.gnome.org" Once there search for "dash-to-dock" extension by michelle_g Click on it and install the extension to your computer When its done installing, the favorites bar should appear. To verify that the extension has been installed go to the extensions application on your OS and under manually installed you should find the newly installed Dash to Dock extension.
git clone --branch gnome-3.38 https://github.com/micheleg/dash-to-dock.git cd dash-to-dock make make install
ALT + F2: type 'r' and Enter. or Restart your computer.
Thanks much...
After updating to Gnome 3.38.6, dash to dock is not working and in the settings, I see the following error message:
The settings of extension dash-to-dock@micxgx.gmail.com had an error:
Stack trace: