Image

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.

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
A Screenshot A Screenshot

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

My Environment

    1. #!/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
      
    2. 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
      
    1. #!/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
      
    2. 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
      

  1. linux.codidact.com/posts/296174 ↩︎

History

0 comment threads

Sign up to answer this question »