Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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.

Post History

60%
+1 −0
Q&A Is one able to disable Android Studio (2026)'s CSDs, and if so, how?

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] ...

0 answers  ·  posted 4mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭  ·  edited 4mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭

Question android-studio gui
#6: Post edited by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T10:03:06Z (4 months ago)
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
  • 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]
  • [^1]: [`linux.codidact.com/posts/296174`](https://linux.codidact.com/posts/296174)
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
#5: Post edited by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T10:02:28Z (4 months ago)
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio
  • Version: 2025.3.4.7
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 10:47:02 BST
  • Build Date: Tue 05 May 2026 16:17:22 BST
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
#4: Post edited by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T10:02:08Z (4 months ago)
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio
  • Version: 2025.3.4.7
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 10:47:02 BST
  • Size: 3463803145
  • Signature: EdDSA/SHA256, Tue 05 May 2026 16:39:33 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-2025.3.4.7-1.fc44.src.rpm
  • Build Date: Tue 05 May 2026 16:17:22 BST
  • Build Host: ef008ea570d8
  • Packager: veuxit <[email protected]>, like-engels <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio-canary)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio-canary
  • Version: 2026.1.2.1
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 02:30:37 BST
  • Size: 3653848466
  • Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
  • Build Date: Tue 19 May 2026 20:22:17 BST
  • Build Host: 9c735ee7f9b5
  • Packager: veuxit <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio
  • Version: 2025.3.4.7
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 10:47:02 BST
  • Build Date: Tue 05 May 2026 16:17:22 BST
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/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
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • 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
  • ~~~
  • </blockquote>
#3: Post edited by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T10:00:31Z (4 months ago)
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio-canary)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio-canary
  • Version: 2026.1.2.1
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 02:30:37 BST
  • Size: 3653848466
  • Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
  • Build Date: Tue 19 May 2026 20:22:17 BST
  • Build Host: 9c735ee7f9b5
  • Packager: veuxit <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • - 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio
  • Version: 2025.3.4.7
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 10:47:02 BST
  • Size: 3463803145
  • Signature: EdDSA/SHA256, Tue 05 May 2026 16:39:33 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-2025.3.4.7-1.fc44.src.rpm
  • Build Date: Tue 05 May 2026 16:17:22 BST
  • Build Host: ef008ea570d8
  • Packager: veuxit <[email protected]>, like-engels <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • - 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio-canary)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio-canary
  • Version: 2026.1.2.1
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 02:30:37 BST
  • Size: 3653848466
  • Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
  • Build Date: Tue 19 May 2026 20:22:17 BST
  • Build Host: 9c735ee7f9b5
  • Packager: veuxit <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
#2: Post edited by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T09:59:40Z (4 months ago)
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://linux.codidact.com/uploads/1w4cdths69i7l6qb0ea9j1t4o7v4) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio-canary)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio-canary
  • Version: 2026.1.2.1
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 02:30:37 BST
  • Size: 3653848466
  • Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
  • Build Date: Tue 19 May 2026 20:22:17 BST
  • Build Host: 9c735ee7f9b5
  • Packager: veuxit <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
  • 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:
  • `android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
  • -|-
  • ![A Screenshot](https://powerusers.codidact.com/uploads/f65ib1vk6kl4kcy4kovkc2oz8e5u) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)
  • How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.
  • #### My Environment
  • 1. <details>
  • ~~~sh
  • #!/usr/bin/env sh
  • rpm -qf "$(command -v android-studio-canary)" \
  • --queryformat "$(
  • cat <<'EOF'
  • Name: %{NAME}
  • Version: %{VERSION}
  • Release: %{RELEASE}
  • Architecture: %{ARCH}
  • Install Date: %{INSTALLTIME:date}
  • Size: %{SIZE}
  • Signature: %{SIGPGP:pgpsig}
  • Source RPM: %{SOURCERPM}
  • Build Date: %{BUILDTIME:date}
  • Build Host: %{BUILDHOST}
  • Packager: %{PACKAGER}
  • Vendor: %{VENDOR}
  • EOF
  • )"$'\n' | yq -P
  • ~~~
  • </details>
  • 1. <blockquote>
  • ~~~YAML
  • Name: android-studio-canary
  • Version: 2026.1.2.1
  • Release: 1.fc44
  • Architecture: x86_64
  • Install Date: Wed 20 May 2026 02:30:37 BST
  • Size: 3653848466
  • Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
  • Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
  • Build Date: Tue 19 May 2026 20:22:17 BST
  • Build Host: 9c735ee7f9b5
  • Packager: veuxit <[email protected]>
  • Vendor: Terra
  • ~~~
  • </blockquote>
#1: Initial revision by user avatar Mr. Beedell, Roke Julian Lockhart (RJLB)‭ · 2026-05-20T09:52:59Z (4 months ago)
Is one able to disable Android Studio (2026)'s CSDs, and if so, how?
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:

`android-studio-2025.3.1.8-1.fc43` | `android-studio-canary-2026.1.2.1-1.fc44`
-|-
![A Screenshot](https://linux.codidact.com/uploads/1w4cdths69i7l6qb0ea9j1t4o7v4) | ![A Screenshot](https://linux.codidact.com/uploads/rqjmqhu4c3ydpy05koge0ljirood)

How can I disable this? I ask because the `noborderrule=2` `.kwinrules` evidently line does not override them.

#### My Environment

1.	<details>

	~~~sh
	#!/usr/bin/env sh
	rpm -qf "$(command -v android-studio-canary)" \
		--queryformat "$(
			cat <<'EOF'
	Name: %{NAME}
	Version: %{VERSION}
	Release: %{RELEASE}
	Architecture: %{ARCH}
	Install Date: %{INSTALLTIME:date}
	Size: %{SIZE}
	Signature: %{SIGPGP:pgpsig}
	Source RPM: %{SOURCERPM}
	Build Date: %{BUILDTIME:date}
	Build Host: %{BUILDHOST}
	Packager: %{PACKAGER}
	Vendor: %{VENDOR}
	EOF
		)"$'\n' | yq -P
	~~~

	</details>

1.	<blockquote>

	~~~YAML
	Name: android-studio-canary
	Version: 2026.1.2.1
	Release: 1.fc44
	Architecture: x86_64
	Install Date: Wed 20 May 2026 02:30:37 BST
	Size: 3653848466
	Signature: EdDSA/SHA256, Tue 19 May 2026 20:49:49 BST, Key ID 00cdab43de226d6f
	Source RPM: android-studio-canary-2026.1.2.1-1.fc44.src.rpm
	Build Date: Tue 19 May 2026 20:22:17 BST
	Build Host: 9c735ee7f9b5
	Packager: veuxit <[email protected]>
	Vendor: Terra
	~~~

	</blockquote>