greenfield VS ubuntu-vnc-xfce-g3

Compare greenfield vs ubuntu-vnc-xfce-g3 and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
greenfield ubuntu-vnc-xfce-g3
17 4
880 187
1.8% -
6.6 5.8
6 days ago about 2 months ago
TypeScript Dockerfile
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

greenfield

Posts with mentions or reviews of greenfield. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • New Renderers for GTK
    9 projects | news.ycombinator.com | 29 Jan 2024
    There's Greenfield, an HTML5 Wayland compositor. https://github.com/udevbe/greenfield

    There's some fancy bridging modes to run apps in a browser, but the author has also been working on a way to make wasm Wayland apps run directly in the browser tol.

  • Container2wasm: Convert Containers to WASM Blobs
    16 projects | news.ycombinator.com | 3 Jan 2024
    Do any GUI frameworks support WASM?

    I've been looking for a way to run GUI applications remotely for a while, specifically on a wlroots compositor. Projects like this (maybe one day) and https://github.com/udevbe/greenfield are interesting since they essentially make access universally accessible.

  • The new desktop Outlook is a bad idea. Here's why
    2 projects | news.ycombinator.com | 29 Jun 2023
    Palm Pre's webOS (2009) is the most famous. After an acquisition by HP (2010-2013), it was acquired by LG's (with patents going to Qualcomm).

    Before that was a neat Linux project Pyrodesktop (2007) which was an x11 window manager using Firefox guts to render. There was also a trend of trying to mate Javascript technologies to gnome back then, with efforts like gjs seeing some adoption. I don't know how popular it is, but a spinoff of css was/is used for styling in GNOME for a while.

    These days there's tons of web desktop projects. https://github.com/syxanash/awesome-web-desktops . Only sort of in the spirit but i quite adore Greenfield, an html5 Wayland desktop/compositor. https://github.com/udevbe/greenfield

  • Kera Desktop: open-source, cross-platform, web-based desktop environment
    7 projects | news.ycombinator.com | 9 Jun 2023
  • Broadway – support for displaying GTK applications in a web browser
    1 project | news.ycombinator.com | 24 May 2023
    The network is thr computer, yay!

    Lower level, but there's also a Wayland compositor being written for the web. Many caveats apply, different effort, but also interesting, https://github.com/udevbe/greenfield

  • D3wasm 0.4 – Doom 3 in WASM
    4 projects | news.ycombinator.com | 28 Sep 2022
  • Think twice before abandoning Xorg. Wayland breaks everything!
    4 projects | news.ycombinator.com | 30 Jun 2022
    > A Wayland-style compositor, on the other hand, seems to be a much higher barrier to entry. ... I don't recall ever seeing "You have to use TWM because AfterStep won't work with your Trident 9440 video card" back in 1998.

    All in all, the basics of Wayland are a pretty tight package. https://wayland-book.com/ goes through the pieces, and it's not a super thick read. The system of passing around surfaces is comprehensible, tight, makes sense, and there is very little fluff or barriers here, imo.

    Wayland has a common core, but absolutely I'd grant that the various protocols do indeed make it a much less tightly coupled thing, with different compositors having different sets of protocols they support. So yes, some apps that require advanced capabilities run much better in some compositors than others; the compositor choice matters. Sometimes there are multiple competing protocols for the same feature-sets, but usually/historically, wayland-protocols hammers stuff out reasonably quickly & most of this is a matter of time.

    Still, this is often easier than the past, where apps would have to each test for extensions & have various fast/regular/fallback codepaths depending on available extensions; not necessarily a hindrance to the window-manager, but a bundle of complexity for everyone else trying to use X11 adequately. The Wayland common primitives, on the other hand, are fairly universally performant & well chosen.

    In terms of complexity for window-manager/compositor, the situation is not unlike X11 itself, where yes, a simple window manager (or compositor) is possible to spin up relatively quickly, but where there is a sea of different standards to implement to do a good job. Window manager hints, extended window manager hints, and a plethora of other standards existed around X11 that were up to the window-manager to tackle, and implementing each of those took a lot of time too, if you wanted good support for all apps. Different Wayland compositors also have different support for different protocols, and those are a bit deeper rooted, less superficial than many of the X11 hints (which, if ignored, were less likely to impede use), but the idea is the same: real support to really be decent took work in X11, and it takes work in Wayland.

    Where I disagree highly is calling out the hardware here. Wayland is closely tied to kernel fundamentals; any reasonably supported video card will perform adequately under any compositor. (Generally. Certainly some compositors could demand higher standards, such as some of the experimental compositors requiring Vulkan, but generally compositors have very similar, very common requirements.)

    > I wonder if it would have made more sense to go with a paired approach-- a single master compositor implementation, with the complicated and more hardware-sensitive stuff involved, and a pluggable window manager that spoke to it.

    I like where we are, where there are various toolkits/libraries for implementing. Wlroots, which underpins chiefly Sway (the i3 replacement), has given rise to a variety of other compositors, spanning the gamut from quick/fast/experimental to rich/deep/powerful. libwayland still defines some core ideas, if not implementations. Weston is still available as a reference, although yes it's designed (more or less) to be forked & enhanced, not built to be preserved & built (extensibly) on top of. Wlroots & other alternative toolkits fill this need, & provide a diversity of ideas for how we might get going. Projects like Greenfield, the HTML5 compositor (https://github.com/udevbe/greenfield) demonstrate the diversity we get from not having a single common core technology, are possible because of this belief in protocol & standards over implementations, eased though implementations might be from promoting something like Weston to the one-and-only implementation.

    > The whole "nVidia works, but only with the GNOME compositor" sort of stuff reads as a sign that there's way too much involved in there.

    We can't look at a anti-plays-well-with-others entity like Nvidia to assess what is/isn't a good idea. Nvidia spent nearly a decade stomping their feet & demanding only their way was ok. The fact that OpenGL itself, what the rock their obstinacy was built around, is somewhat on the way out further should stress how foolish & self-centered this vendor has been. This discompatibility indicates nothing, is no sign, except an indicator of what kind of a company Nvidia is/was (one that obstructed any implementations of well known & common kernel constructs).

  • I just learned about a new project called greenfield. We can probably use it to run computer games on android once it is more polished.
    1 project | /r/EmulationOnAndroid | 29 Mar 2022
  • Running GUI apps within Docker containers
    15 projects | news.ycombinator.com | 26 Mar 2022
  • I want to be able to drag a window from one computer to another
    2 projects | /r/kde | 25 Mar 2022
    Now consider something like greenfield, a wayland compositor that runs on the browser.

ubuntu-vnc-xfce-g3

Posts with mentions or reviews of ubuntu-vnc-xfce-g3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-08.
  • Notepad Next
    15 projects | news.ycombinator.com | 8 Apr 2022
    distrobox to manage the container: https://github.com/89luca89/distrobox Then just install XFCE and tiger VNC server inside it. Using VNC makes it easy to connect into a little isolated session that has its own theming, etc. vs. trying to send geany to my native X11/wayland server.

    You could also just run it in a browser window with a VNC HTML bridge, this would be a good base for that: https://github.com/accetto/ubuntu-vnc-xfce-g3

    The easiest way to get Chicago95 setup is to run its GUI installer python script. I don't try to script it in a dockerfile or container setup.

  • Running GUI apps within Docker containers
    15 projects | news.ycombinator.com | 26 Mar 2022
    I use some projects that use vnc and also have setup novnc on them..

    Here’s an example of one, https://github.com/accetto/ubuntu-vnc-xfce-g3

    Novnc just allows accessing things via a browser too. I use it for quick checks but VNC when I want a client

  • Virtual monitor for laptop on desktop or monitor sharing
    3 projects | /r/software | 23 Jun 2021
    I've found this to be a very good solution. It is a headless VNC connection that boots with docker. It was inspired from this project where someone created the same thing. However, in the first link, they went back and made the box more stable and overall it performs better in my experience.
  • An easy way to add a desktop environment to a VPS (via Docker)
    2 projects | /r/RS1FreeWebTools | 19 May 2021
    GitHub / Docker Hub

What are some alternatives?

When comparing greenfield and ubuntu-vnc-xfce-g3 you can also consider the following projects:

daedalOS - Desktop environment in the browser

docker-ubuntu-vnc-desktop - A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.

wayvnc - A VNC server for wlroots based Wayland compositors

docker-android - Android in docker solution with noVNC supported and video recording

gnome-shell - Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell

docker-headless-vnc-container - Collection of Docker images with headless VNC environments

docker-handbrake - Docker container for HandBrake

ubuntu-on-android - Run Ubuntu with pre-installed Desktop Environments in android/termux with ease! Everything is preinstalled so just download install and done🚀🚀

awesome-web-desktops - Websites, web apps, portfolios which look like desktop operating systems

distrobox - Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

com.jetbrains.IntelliJ-IDEA-Community

docker-desktop - A Dockerized light-weight desktop environment accessible from the browser with NoVNC. Firefox Browser included.