Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Is one able to disable Android Studio (2026)'s CSDs, and if so, how?
+1
−0
When I compare android-studio-2025.3.1.8-1.fc43 and android-studio-canary-2026.1.2.1-1.fc44, Canary's interface appears significantly older, for it does not render an icon, and enforces CSDs: [1]
android-studio-2025.3.1.8-1.fc43 |
android-studio-canary-2026.1.2.1-1.fc44 |
|---|---|
How can I disable this? I ask because the noborderrule=2 .kwinrules evidently line does not override them.
My Environment
-
-
#!/usr/bin/env sh rpm -qf "$(command -v android-studio)" \ --queryformat "$( cat <<'EOF' Name: %{NAME} Version: %{VERSION} Release: %{RELEASE} Architecture: %{ARCH} Build Date: %{BUILDTIME:date} Vendor: %{VENDOR} EOF )"$'\n' | yq -P -
Name: android-studio Version: 2025.3.4.7 Release: 1.fc44 Architecture: x86_64 Build Date: Tue 05 May 2026 16:17:22 BST Vendor: Terra
-
-
-
#!/usr/bin/env sh rpm -qf "$(command -v android-studio-canary)" \ --queryformat "$( cat <<'EOF' Name: %{NAME} Version: %{VERSION} Release: %{RELEASE} Architecture: %{ARCH} Build Date: %{BUILDTIME:date} Vendor: %{VENDOR} EOF )"$'\n' | yq -P -
Name: android-studio-canary Version: 2026.1.2.1 Release: 1.fc44 Architecture: x86_64 Build Date: Tue 19 May 2026 20:22:17 BST Vendor: Terra
-

0 comment threads