installation goes smoothly / restart computer / I set tiling on via the menu, but no tiling occurs.
I have also the same problem with Solus gnome. Could it be an issue with gnome-shell 3.38 ?
(2) Steps to reproduce (if you know):
1) install Clear Linux OS desktop (version 34500 - x11 - gnome shell version is 3.38.4 - gnu make 4.3)
2) install typescript ( tsc version 4.2.4):
sudo swupd bundle-add nodejs-basic
sudo npm install -g typescript
3) install pop-os shell
git clone https://github.com/pop-os/shell.git
cd shell
make local-install
(answer y to shortcut question)
(installation seems ok according to terminal output - see below)
4) logout and re-log
the icon is on the top right
turning tiling On / Off in the menu has no effect.
(3) Expected behavior:
some tiling
(4) Distribution (run cat /etc/os-release):
NAME="Clear Linux OS"
VERSION=1
ID=clear-linux-os
ID_LIKE=clear-linux-os
VERSION_ID=34500
PRETTY_NAME="Clear Linux OS"
ANSI_COLOR="1;35"
HOME_URL="https://clearlinux.org"
SUPPORT_URL="https://clearlinux.org"
BUG_REPORT_URL="mailto:dev@lists.clearlinux.org"
PRIVACY_POLICY_URL="http://www.intel.com/privacy"
BUILD_ID=34500
(5) Gnome Shell version:
3.38.4
(6) Pop Shell version (run apt policy pop-shell or provide the latest commit if building locally):
Last commit is 163d207 I've cloned it on 2021 Apr 14 09:12
(7) Where was Pop Shell installed from:
cloned from this github
(8) Monitor Setup (2 x 1080p, 4K, Primary(Horizontal), Secondary(Vertical), etc):
(9) Other Installed/Enabled Extensions:
none
(10) Other Notes:
(it was working fine with POP!_OS on the same computer)
terminal output on make local-install:
Check the output of GNOME Shell with journalctl -o cat -f /usr/bin/gnome-shell. Verify that the extension is enabled without errors. This extension only officially supports 3.36 and 3.38
(1) Issue/Bug Description:
installation goes smoothly / restart computer / I set tiling on via the menu, but no tiling occurs.
I have also the same problem with Solus gnome. Could it be an issue with gnome-shell 3.38 ?
(2) Steps to reproduce (if you know): 1) install Clear Linux OS desktop (version 34500 - x11 - gnome shell version is 3.38.4 - gnu make 4.3) 2) install typescript ( tsc version 4.2.4): sudo swupd bundle-add nodejs-basic sudo npm install -g typescript 3) install pop-os shell git clone https://github.com/pop-os/shell.git cd shell make local-install (answer y to shortcut question) (installation seems ok according to terminal output - see below) 4) logout and re-log the icon is on the top right turning tiling On / Off in the menu has no effect.
(3) Expected behavior:
some tiling
(4) Distribution (run
cat /etc/os-release
): NAME="Clear Linux OS" VERSION=1 ID=clear-linux-os ID_LIKE=clear-linux-os VERSION_ID=34500 PRETTY_NAME="Clear Linux OS" ANSI_COLOR="1;35" HOME_URL="https://clearlinux.org" SUPPORT_URL="https://clearlinux.org" BUG_REPORT_URL="mailto:dev@lists.clearlinux.org" PRIVACY_POLICY_URL="http://www.intel.com/privacy" BUILD_ID=34500(5) Gnome Shell version: 3.38.4
(6) Pop Shell version (run
apt policy pop-shell
or provide the latest commit if building locally):Last commit is 163d207 I've cloned it on 2021 Apr 14 09:12
(7) Where was Pop Shell installed from:
cloned from this github
(8) Monitor Setup (2 x 1080p, 4K, Primary(Horizontal), Secondary(Vertical), etc):
(9) Other Installed/Enabled Extensions:
none
(10) Other Notes:
(it was working fine with POP!_OS on the same computer) terminal output on make local-install: