question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transparent Window Background

See original GitHub issue

Hey,

I get black background whenever I use Transparent background on any platform. I’ve seen some other issues about this and it seems like it’s fixed on issue #1687 image <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="AvaloniaApplication1" Background="Transparent">

Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ItsBurntcommented, Mar 15, 2022

I am working with Avalonia version 0.10.13 and trying to achieve a transparent or blurred window background. I can get the desired effect on windows 10 if I follow this Create modern looking UI example. However my primary userbase will be on Linux specifically Raspberry PI’s, so I am using the following build options:

=> AppBuilder.Configure<App>().With(
                new X11PlatformOptions
                {
                    EnableMultiTouch = true,
                })
                .With(new Win32PlatformOptions
                {
                    EnableMultitouch = true,
                })
                .UsePlatformDetect()
                .LogToTrace()
                .UseReactiveUI();

Does anyone have any suggestions on how to achieve transparency or blur in the Linux environment?

1reaction
grokyscommented, Sep 1, 2020

@danwalmsley shouldn’t this issue have been addressed now? I though your recent changes would have implemented this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

400+ Free Transparent Window & Window Images
Find images of Transparent Window ✓ Royalty-free ✓ No attribution required ✓ High quality ... Free Rain Stoppers Nature Background photo and picture....
Read more >
Create a transparent window in a div background with css ...
The transparent window is the the inside of the div, and the transparent background is the border. Using CSS, use the border-width properties...
Read more >
Transparent Window Images - Free Download on ...
Find & Download Free Graphic Resources for Transparent Window. 93000+ Vectors, Stock Photos & PSD files. ✓ Free for commercial use ✓ High...
Read more >
How to Make Windows Transparent in Windows 10
You can press the shortcut (ALT+A, which is changeable by clicking the toolbar icon) or you can hover your mouse over the top...
Read more >
Small transparent window on the bottom on my screen
There are no "extra" programs running in the background according to task manager. I am posting 2 images. The first one shows a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found