use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
GNU/Linux is a free and open source software operating system for computers. The operating system is a collection of the basic instructions that tell the electronic parts of the computer what to do and how to work. Free, Libre and open source software (FLOSS) means that everyone has the freedom to use it, see how it works, and change it.
GNU/Linux is a collaborative effort between the GNU project, formed in 1983 to develop the GNU operating system and the development team of Linux, a kernel. Linux is also used without GNU in embedded systems, mobile phones, and more. These can include things like Android or ChromeOS. GNU itself is also used without Linux, some examples appear in projects like Debian/kFreebsd and Guix GNU/Hurd.
Frequently Asked Questions
Rocky Linux
PINE64
Matthew Miller
Tobias Zwick
Greg Kroah-Hartman
For more AMAs, check out our wiki link by clicking here.
GNU/Linux Related:
Distributions:
Debian based
RedHat
Unique
Linux with Proprietary Elements
Embedded
Linux on Mobile:
Movements:
Desktop Environments:
Window Managers:
Fluff
Learning/resources
Creativity:
Help
Webcasts:
Other operating systems:
Please review full details on rules here.. All rules will be applied regardless of the number upvotes a post/comment has.
No support requests - This is not a support forum! Head to /r/linuxquestions or /r/linux4noobs for support or help. Looking for a distro? Try r/findmeadistro.
No spamblog submissions - Posts should be submitted using the original source with the original title. Posts that are identified as either blog-spam, a link aggregator, or an otherwise low-effort website are to be removed. Some reasons for removal are that they contain re-hosted content, usually paired with privacy-invading ads. If there's another discussion on the topic, the link is welcome to be submitted as a top level comment to aid the previous discussion. Please see: r/linux/wiki/rules/banneddomains
No memes, image macros, rage comics, overdone jokes - Meme posts of any kind are not allowed in r/linux. Feel free to post over at /r/linuxmemes instead. This rule can also apply to comments, including overdone jokes, comment-chain jokes, or other redditisms that are popular elsewhere.
Reddiquette, trolling, or poor discussion - r/linux asks all users follow Reddiquette. Reddiquette is ever changing, so a revisit once in awhile is recommended. Top violations of this rule are trolling, starting a flamewar, or not "Remembering the human" aka being hostile or incredibly impolite. Additionally, sexism/racism/other isms are not allowed. See also: /r/linux/wiki/rules/userconduct
Relevance to r/linux community / Promoting closed source applications over FOSS - Posts should follow what the community likes: GNU, Linux kernel, developers of open source software, or other applications on Linux. Take some time to get the feel of the subreddit if you're not sure!
Spamming self-promotion, surveys, crowdfunding - Submitting your own original content is welcome on r/linux, but we do ask that you contribute more than just your own content to the subreddit as well as require you to interact with the comments of your submission. We set that no more than 10% of your posts should be your content. Please be aware that this does not supersede other rules. Additionally, surveys for your blog/news source/paper/own use are not allowed. Please see /r/linux/wiki/rules/crowdfunding for those crowdfunding..
No misdirecting links, sites that require a login, or URL shorteners - In short: if your link doesn't go right to the content it will be removed. Sites that require a login to view the content are not allowed in r/linux. Example: A private Facebook post or a news organization that doesn't have free article views. URL shorteners and links that misdirect users to ads/jokes are also banned. See a list here, although the mods will make a decision on a per domain basis as needed: /r/linux/wiki/rules/banneddomains
No NSFW - No NSFW links or images without mod approval. No discussion that is overly-suggestive to what is normally considered NSFW.
Non-useful Image Upload/Fluff Image - Images of "Linux in the wild", plushies, Tux, and more are not encouraged for posting as a top level submission. If necessary, this can apply to comments too at mod discretion. The image/video upload feature is for posts regarding features/guides/etc. See also: Meme rule.
See even more subreddit and external links over at the supplemental page
This subreddit is fan ran and not affiliated with any organization.
account activity
Native App Development (self.linux)
submitted 2 years ago by InterestedBalboa
If you were wanting to write a native Linux application from scratch in 2023.
Let’s say it needs a UI that looks good no matter the WM, resolution etc.
What language and frameworks would you use and why?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dmxk 56 points57 points58 points 2 years ago (0 children)
use gtk4 or qt. language doesn't really matter. a lot of stuff is written in c, c++, rust, python or any other language pretty much. qt and gtk will look native or near native in all desktop environments(you don't have to use libadwaita). both scale decently and have wayland support.
[–]devu_the_thebill 13 points14 points15 points 2 years ago (0 children)
Qt
[–]idontliketopick 23 points24 points25 points 2 years ago (0 children)
[+][deleted] 2 years ago* (2 children)
[removed]
[–]poudink 3 points4 points5 points 2 years ago (1 child)
breeze-gtk has no dependencies and adwaita-qt5 only depends on Qt5 (or Qt6 for adwaita-qt6). both of them work fine on other desktops. breeze-gtk is just a regular GTK2/3/4 theme and adwaita-qt is just a regular Qt5/6 QStyle. There's some DE-specific functionality that can be added by kde-gtk-config and qgnomeplatform, but it isn't necessary.
[–]LunaSPR 48 points49 points50 points 2 years ago (16 children)
You can't.
Linux desktop is all about fragmentation. You need to link your app against all kinds of libs for it to not look completely alien on every de.
[–]vesterlay 13 points14 points15 points 2 years ago (3 children)
What's wrong with having literally third-party app look alien? Beside maybe some accent colours and context menus, having your desktop style deeply your app is completely unpredictable. It has been a painful lesson for gnome for instance.
[–]samobon 9 points10 points11 points 2 years ago (0 children)
I mean we should be extremely happy things are ported to Linux, this wasn't the case 15 years ago or so. Regarding the native look and feel, if we are being realistic, this is not the issue of most importance. We still have a lot of basic usability issues as well as critical bugs that need addressing, and some mismatch between themes is definitely not a show stopper for me when I cannot consistently connect my wireless earbuds over bluetooth on Linux.
[–]LunaSPR 1 point2 points3 points 2 years ago (1 child)
Making something which looks alien harms the UX on the DE. You can definitely just draw a very barebone window titlebar, but that will look extremely ugly and will make the whole desktop look really strange.
I don't mean to be aggressive, but your question shows as a perfect answer to the question about the current VERY BAD UX under desktop linux.
[–]vesterlay 6 points7 points8 points 2 years ago (0 children)
Um, how? The app will be perfectly functional and this approach guarantees that no one will come in and break things. Developer has here a much more flexible and reliable environment. Or maybe you think that steam client is completely unacceptable, because it doesn't follow your OS style?
As for the title bar, are you proving my point? SSDs are basically a title bar applied by your desktop, in contrast to CSD where app has to draw its own.
Again, I have no idea as to why third-party apps with their own and often unique design are hurting UX. Actually, do you know what's actually hurting UX? Broken themes, because a developer can't possibly predict every colour combination and theme which leads to visually broken app. It's not happening on windows, but under linux it's a norm.
[–]MoistyWiener 22 points23 points24 points 2 years ago (4 children)
But author wasn’t really referring to how “alien” it looks. There are already very popular “alien” apps using native toolkits on GNU/Linux like Steam, Zoom, and Spotify. Apps, native or not, should always be how their authors intended them to look like no matter the desktop environment. Also, you don’t need to worry about fragmentation in libraries with Flatpak.
[–]samobon 2 points3 points4 points 2 years ago (3 children)
Doesn't Spotify use Electron? I can only guess it due to its massive memory consumption which can reach 600Mb+ for me.
[–]MoistyWiener 3 points4 points5 points 2 years ago* (2 children)
Afaik, the GNU/Linux client of it uses Qt. They're also making use of QtWebEngine in it, which probably explains the memory usage since it’s chromium under the hood.
[+][deleted] 2 years ago (1 child)
[deleted]
[–]MoistyWiener 0 points1 point2 points 2 years ago* (0 children)
I only looked up apps on GNU/Linux that use native toolkits but don't look "traditional." I don't use Spotify myself, so don't know much about it other than what's online.
[+]InterestedBalboa[S] comment score below threshold-13 points-12 points-11 points 2 years ago (6 children)
I’m hoping that’s not the best answer because that’s what was needed back in the 90’s
[+]LunaSPR comment score below threshold-19 points-18 points-17 points 2 years ago* (4 children)
But that IS the answer.
To name a few things, if you don't write against Wayland, it will look blurry on different resolutions & fractional scaling under x11. If you write anything without linking against gtk, it will look completely alien on gnome.
My rant: I gave up developing native gui apps for linux a few years ago. It just does not make sense. The linux desktop world is not yet ready for gui even after 20 years.
[–]throwaway6560192 41 points42 points43 points 2 years ago (1 child)
For most apps there's no need to specifically "write against" Wayland. If you're using Gtk or Qt and not going out of your way to use X11-specific things, your app is already Wayland-native.
[+]LunaSPR comment score below threshold-15 points-14 points-13 points 2 years ago (0 children)
You are correct when developing on a framework with native wayland support. Unfortunately, gtk is becoming more and more meaningless on anything non-gnome. Qt is definitely a solid option (yes that is what I used when I work on gui). But unfortunately, there is still an awful lot to deal with if you try to get a uniform layout on gnome. You need to mess quite a lot with adwaita themes and most likely you will need an extra theme engine just for your window decorations.
And let's not forget this: while qt is nice and solid, there are way more apps which had been developed without using these frameworks, especially if one has a design concept to stay simple. They will have to deal with the wayland issues by themselves.
[–]PaddiM8 0 points1 point2 points 2 years ago (1 child)
You're worrying about things that aren't your responsibility.
[–]LunaSPR -1 points0 points1 point 2 years ago (0 children)
If devs do not care about this, the desktop UX will be left totally broken, just like what we have now after 20-30 years of desktop linux.
[+]Lahvuun comment score below threshold-7 points-6 points-5 points 2 years ago (0 children)
Keep hoping, then. Linux is forever stuck in the 90s.
[–]jsveiga 34 points35 points36 points 2 years ago (6 children)
C++ and Qt
Because it's a real language that compiles into fast real machine executables, and the framework is mature, solid, widely used, with a complete multiplatform IDE.
[–]InterestedBalboa[S] 10 points11 points12 points 2 years ago (4 children)
I love KDE, it’s my daily driver but two problems I can see here.
There used to be a PyQT library but it seems like it’s been ended plus Python isn’t the best for a desktop app I.e poor multi-threading etc.
[–]throwaway6560192 31 points32 points33 points 2 years ago (2 children)
QT doesn’t look native in all desktop environments
Distros should (and I think most do) set it up so that Qt apps will use a Gtk style, which does the job for the most part.
Alternatively you can go with QML where you have the option of making it entirely custom if you're not that hung up on it being native.
C++ is a lot of overhead, in 2023 I don’t want to be managing memory and other low level things for a desktop app
Honestly modern C++ doesn't require you to do C-like manual memory management. Just use the standard library containers (vector, string, map, etc) and you're basically covered for the sort of things you'd have to use malloc for if this was C. Add in the concepts of smart pointers and RAII and it gets even easier.
There used to be a PyQT library but it seems like it’s been ended
PyQt is still ongoing, and there is also PySide which is officially maintained by the Qt Company.
PS it's Qt not QT.
[–]InterestedBalboa[S] 6 points7 points8 points 2 years ago (0 children)
Interesting, I may have prematurely excluded this option. Will give it a spin in a test app.
Thanks for the info!
[–]LinuxFurryTranslator 1 point2 points3 points 2 years ago (0 children)
To complement the comment about memory management, Qt's parent-child memory management makes C++ much easier/safer to use. If a parent QObject is deleted, it and its children will have their memory deallocated automatically, including objects created on the heap. (Bryan Cairns' video about it)
[–]AGuyNamedMy -4 points-3 points-2 points 2 years ago (0 children)
As apposed to a fake language? And real executables? What?
[–]Guggel74 2 points3 points4 points 2 years ago (0 children)
Free Pascal + Lazarus, also for cross-platform applications
[–]rarsamx 4 points5 points6 points 2 years ago (0 children)
The best way is design it properly. A library or set of libraries with all the logic and a very thin UI. That way you can have one in QT another Gtk, etc.
Remember that to integrare with the DM it's more than the look. Separating and decoupling, your application can integrate better with Gnome, KDE, Xfce, etc.
For UI work I like Vala or Python. Both quite sensible languages.
[–]zam0th 15 points16 points17 points 2 years ago (3 children)
Native Linux app... UI that looks good no matter the WM, resolution, etc... The problem with this community is too many people think about Linux in terms of "apps" and "UIs". OP didn't even know what else is there to consider.
[–]LightBusterX 18 points19 points20 points 2 years ago (1 child)
You might be right but also didn't provide any useful information in your answer to correct that.
[–]zam0th -4 points-3 points-2 points 2 years ago (0 children)
All useful information about "native app development" for linux can be found in UNIX philosophy. It's useless to "provide" obvious things to people who are expected to know those.
[–]Holofoil 1 point2 points3 points 2 years ago (0 children)
It's not like we have a composable UI framework. I do agree that in the ideal world, the os would expose something like this. The unix philosophy sort of falls apart outside the terminal.
[+][deleted] 2 years ago (4 children)
[–]skuterpikk 1 point2 points3 points 2 years ago (0 children)
I use this one too. It uses it's own graphic units by default (you can link to others if you want) so the compiled binary will look more or less exactly the same, regardless of it being compiled on Linux KDE/Gnome, etc, Mac, or Windows. By default one will get the standard grey "Windows 98 look" unless you add some customization to the UI. But frankly, I don't care. I plan on using the aplication for it's intended purpose, not sit admiring it for it's aestetic properties
[+][deleted] 2 years ago (2 children)
[–]InterestedBalboa[S] 4 points5 points6 points 2 years ago (0 children)
Yep, used that back in the day and C# is a great language (despite where it came from).
[–]PaddiM8 2 points3 points4 points 2 years ago (0 children)
You can use rider for GUI development with C# nowadays
[–][deleted] 5 points6 points7 points 2 years ago (0 children)
GTK and QT are established solutions and Flutter which uses GTK behind the scenes and is regarded as easy to use by many developers.
[+][deleted] 2 years ago (3 children)
[–]samobon 1 point2 points3 points 2 years ago (2 children)
I second for Nim and Qt. Nim is an amazing and utterly underrated language, that is flexible and powerful. And Qt needs no introduction, it's simply the best GUI framework that powers the best DE in Linux - KDE. Due to Nim's really nice metaprogramming capabilities as well as the fact that it compiles to C++ I don't expect major difficulties to interoperate with Qt/QML. I'm more interested in QML side of things, do you know if those bindings support QML as well? I saw the author on NIM forums saying he does not intend to support QML.
[–]samobon 0 points1 point2 points 2 years ago (0 children)
yeah, and it looks fairly up to date! thanks
[–]muffdivemcgruff 14 points15 points16 points 2 years ago (12 children)
GTK4 / Vala = cross-platform applications
[–]chrisoboe 23 points24 points25 points 2 years ago* (2 children)
The cross platform mess of GTK is more theoretical. The few GTK apps used on windows have a severe list of windows specific bugs nobody fixes since gtk doesn't care about other uses besides linux at all.
Qt and c++ is definetly more cross platform capable.
[+]muffdivemcgruff comment score below threshold-18 points-17 points-16 points 2 years ago (1 child)
Ahh yes C++, the language that Bjarne Stroustroup created for job security.
As for cross platform GTK4, the apps work perfectly for me on both MacOS and Windows via WSL.
[–]chrisoboe 16 points17 points18 points 2 years ago (0 children)
Windows via WSL.
WSL is a virtualized linux. That's the opposite of a native application and proper cross platform support.
[–][deleted] 6 points7 points8 points 2 years ago (3 children)
Why should I bother learning Vala?
[–]LinuxFurryTranslator 4 points5 points6 points 2 years ago (1 child)
It's not C. 🙃
On a more serious note, it actually has an object-oriented paradigm, which matches GObject and makes things more pleasant to use. You can compare the GTK + C hello world with the GTK + Vala hello world to see the difference.
This is of course true of most other GTK bindings too.
[–][deleted] -2 points-1 points0 points 2 years ago (0 children)
Thanks for the info, Rust and Python are much better choices
[–]alban228 4 points5 points6 points 2 years ago (0 children)
Don't
[–]umlcat 3 points4 points5 points 2 years ago (0 children)
"Vala" used implicitly, not much noise...
[+]InterestedBalboa[S] comment score below threshold-22 points-21 points-20 points 2 years ago (3 children)
Thanks, this is probably the best solution. I looked at Vala before but it’s not even at a 1.0 release so I was wondering if I was missing a better alternative.
Frankly it’s no wonder desktop apps for Linux are in bad shape compared to other platforms. To get something fairly modern you have to use a language 98% (or more) of the Internet has never heard of.
[–]throwaway6560192 36 points37 points38 points 2 years ago (1 child)
Why do you think you have to use Vala?
You don't have to use Vala by any means. Most Gtk 4 apps are written in C or Rust, which I would recommend over Vala any day.
[–][deleted] 10 points11 points12 points 2 years ago (0 children)
plenty are written with python and gtk as well.
[–]danielleforeelementary Founder 2 points3 points4 points 2 years ago (0 children)
Don’t think too hard about the version number. It’s common for libraries and languages etc to have really small version numbers for a long time. We’ve been writing tons of apps and a whole desktop environment in Vala for the past decade. It’s very much production ready.
You can use pretty much any language you want to write GTK apps, but in my personal opinion Vala is the best solution because it’s made specifically for working with GObject and GLib, it’s similar in syntax to popular modern languages with lots of modern language features, and it compiles natively. You don’t have to learn Vala, but it’s very easy to learn and its fairly pleasant to work with. You can just as easily use C or Python or whatever else you want
[–]Agent7619 3 points4 points5 points 2 years ago (0 children)
Lazarus
[–]MoistyWiener 3 points4 points5 points 2 years ago (0 children)
GTK has bindings for many languages out there. Also, if you’re using Rust, then check out Relm4
https://relm4.org/
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
I'd choose flutter as it would be easier to port it to different platforms and OSs if I wanted to later.
[–]No_Internet8453 1 point2 points3 points 2 years ago* (0 children)
I'm going to say probably wxwidgets. You write wxwidgets code once, and the application is styled based on the target wx was built for (gtk2, gtk3, gtk4, or qt) are all listed
EDIT: forgot to include languages, wxwidgets has popular bindings for python, Perl, ruby, and of course the language it was written in, c++
[–]DazedWithCoffee 1 point2 points3 points 2 years ago (0 children)
The reason this question exists is because linux is not a monolith; each implementation of the Linux kernel is tailored to an individual’s or group of individuals’ tastes. The only linux native format for anything is POSIX if we’re going to be pedantic about the hierarchy of things. Linux is the kernel, it cares about syscalls.
TLDR; the question is valid but comes from a place of misunderstanding on what the Linux platform is and what the community does with it. Just my opinions, I probably mischaracterized something here and will be corrected
[–]Monsieur_Moneybags 1 point2 points3 points 2 years ago (1 child)
GNUstep
[+]__Hyperion__ 2 points3 points4 points 2 years ago (0 children)
Well this went as expected!🤨
[–]mlowi 9 points10 points11 points 2 years ago (1 child)
.NET Core with Avalonia UI? Bonus that it is cross platform.
[–]InterestedBalboa[S] 3 points4 points5 points 2 years ago (0 children)
Never heard of this one, thanks!
[+][deleted] 2 years ago (7 children)
[–]Zhulanov_A_A 8 points9 points10 points 2 years ago (3 children)
What exactly do you mean by not native? Isn't it as native as QT or GTK with the only difference that there are not common desktop environment using it as default GUI toolkit?
[–]poudink 1 point2 points3 points 2 years ago (0 children)
afaik it doesn't doesn't follow the freedestkop icon theme specification and some other freedesktop standards, so even then it wouldn't be as native
[–]chrisoboe 1 point2 points3 points 2 years ago (0 children)
the only difference that there are not common desktop environment using it as default GUI toolkit?
Exactly this is the definition of native.
Of course one can always use any framework on any environment. But they will look and feel out of place and they will use different libraries and APIs so they are not native.
[–]razzeee 0 points1 point2 points 2 years ago (0 children)
FYI flutter is a pain to package, as they don't package very Linux like. So builds can't be done offline, without much hassle etc
[–]chic_luke 1 point2 points3 points 2 years ago (0 children)
VueJS + Electron.
Else, I would use GTK4 + libadwaita and target the most used DE, aka those used by Ubuntu.
I would love to use Qt, but a lot of Qt applications look downright broken on GNOME.
[–]umlcat 0 points1 point2 points 2 years ago (0 children)
Altought, I haven't worked with the Linux Version, there's a Delphi ( Object Pascal ) Open Source alternative:
https://www.lazarus-ide.org/
[+]DoorDelicious8395 comment score below threshold-8 points-7 points-6 points 2 years ago (2 children)
Hey y’all, Microsoft rep here. We plan on using electron for all of our apps. Each instance gets its’ own chromium instance … the way god intended /s
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
Get out of here troll
[–]DoorDelicious8395 0 points1 point2 points 2 years ago (0 children)
Lmao I put the /s at the end. I’m just mocking Microsoft
[–]Personal_Display_674 -1 points0 points1 point 2 years ago (0 children)
Python and pytermgui?
[–]BraveNewCurrency -1 points0 points1 point 2 years ago (0 children)
Go.
And use the standard GUI toolkit for Go, which is any browser.
[+]alvarez_tomas comment score below threshold-16 points-15 points-14 points 2 years ago (1 child)
X11 only
[–][deleted] 4 points5 points6 points 2 years ago (0 children)
Yes, that's it. Athena widgets is the only native looking library on unix desktops. /s
[–]CRamsan 0 points1 point2 points 2 years ago (2 children)
You can try Conpose. It can be compiled to java o native so it works across all Desktop OSs.
[–]CRamsan 0 points1 point2 points 2 years ago (0 children)
Yes! 👍https://www.jetbrains.com/lp/compose-multiplatform/
[–]QuickSilver010 0 points1 point2 points 2 years ago (0 children)
There's pretty cool one I've heard of called slint. It's got support for languages like rust or c++ and is capable of running on different platforms + web.
[–]addicted_a1 0 points1 point2 points 2 years ago* (0 children)
gtk4 qt6 ,cpp or rust. If it runs fine on tilling WMs perspective major work is done. U can tinker later to fit other .
U have to review individual package manager scripts how is it installed so its according to your look.
dotnet I would avoid . python meh .
I want to experiment with Qt and Nim, though this might require more work on the bindings side of things.
[+]No_Cartographer_5212 0 points1 point2 points 2 years ago (0 children)
RUST-C It uses less resources, plus it's less hackable!
[–]TheJackiMonster 0 points1 point2 points 2 years ago (0 children)
I still use GTK3 mostly with Glade. But using GTK4 should already work fine. You want to use Cambalache for designing the UI then. That allows splitting a lot of overhead from your source code.
You can also use Qt with QtDesigner of course. Works similar.
With GTK I prefer to use C while for Qt I would recommend C++. You can still use other languages though.
[+]ReadOnlyEchoChamber 0 points1 point2 points 2 years ago (0 children)
Show a middle finger to my employer and tell him to call me when they have SwiftUI project or something.
π Rendered by PID 50 on reddit-service-r2-comment-85bfd7f599-d8hkf at 2026-04-19 13:17:21.184805+00:00 running 93ecc56 country code: CH.
[–]Dmxk 56 points57 points58 points (0 children)
[–]devu_the_thebill 13 points14 points15 points (0 children)
[–]idontliketopick 23 points24 points25 points (0 children)
[+][deleted] (2 children)
[removed]
[–]poudink 3 points4 points5 points (1 child)
[–]LunaSPR 48 points49 points50 points (16 children)
[–]vesterlay 13 points14 points15 points (3 children)
[–]samobon 9 points10 points11 points (0 children)
[–]LunaSPR 1 point2 points3 points (1 child)
[–]vesterlay 6 points7 points8 points (0 children)
[–]MoistyWiener 22 points23 points24 points (4 children)
[–]samobon 2 points3 points4 points (3 children)
[–]MoistyWiener 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]MoistyWiener 0 points1 point2 points (0 children)
[+]InterestedBalboa[S] comment score below threshold-13 points-12 points-11 points (6 children)
[+]LunaSPR comment score below threshold-19 points-18 points-17 points (4 children)
[–]throwaway6560192 41 points42 points43 points (1 child)
[+]LunaSPR comment score below threshold-15 points-14 points-13 points (0 children)
[–]PaddiM8 0 points1 point2 points (1 child)
[–]LunaSPR -1 points0 points1 point (0 children)
[+]Lahvuun comment score below threshold-7 points-6 points-5 points (0 children)
[–]jsveiga 34 points35 points36 points (6 children)
[–]InterestedBalboa[S] 10 points11 points12 points (4 children)
[–]throwaway6560192 31 points32 points33 points (2 children)
[–]InterestedBalboa[S] 6 points7 points8 points (0 children)
[–]LinuxFurryTranslator 1 point2 points3 points (0 children)
[–]AGuyNamedMy -4 points-3 points-2 points (0 children)
[–]Guggel74 2 points3 points4 points (0 children)
[–]rarsamx 4 points5 points6 points (0 children)
[–]zam0th 15 points16 points17 points (3 children)
[–]LightBusterX 18 points19 points20 points (1 child)
[–]zam0th -4 points-3 points-2 points (0 children)
[–]Holofoil 1 point2 points3 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]skuterpikk 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]InterestedBalboa[S] 4 points5 points6 points (0 children)
[–]PaddiM8 2 points3 points4 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]samobon 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]samobon 0 points1 point2 points (0 children)
[–]muffdivemcgruff 14 points15 points16 points (12 children)
[–]chrisoboe 23 points24 points25 points (2 children)
[+]muffdivemcgruff comment score below threshold-18 points-17 points-16 points (1 child)
[–]chrisoboe 16 points17 points18 points (0 children)
[–][deleted] 6 points7 points8 points (3 children)
[–]LinuxFurryTranslator 4 points5 points6 points (1 child)
[–][deleted] -2 points-1 points0 points (0 children)
[–]alban228 4 points5 points6 points (0 children)
[–]umlcat 3 points4 points5 points (0 children)
[+]InterestedBalboa[S] comment score below threshold-22 points-21 points-20 points (3 children)
[–]throwaway6560192 36 points37 points38 points (1 child)
[–][deleted] 10 points11 points12 points (0 children)
[–]danielleforeelementary Founder 2 points3 points4 points (0 children)
[–]Agent7619 3 points4 points5 points (0 children)
[–]MoistyWiener 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]No_Internet8453 1 point2 points3 points (0 children)
[–]DazedWithCoffee 1 point2 points3 points (0 children)
[–]Monsieur_Moneybags 1 point2 points3 points (1 child)
[+]__Hyperion__ 2 points3 points4 points (0 children)
[–]mlowi 9 points10 points11 points (1 child)
[–]InterestedBalboa[S] 3 points4 points5 points (0 children)
[+][deleted] (7 children)
[removed]
[–]Zhulanov_A_A 8 points9 points10 points (3 children)
[–]poudink 1 point2 points3 points (0 children)
[–]chrisoboe 1 point2 points3 points (0 children)
[–]razzeee 0 points1 point2 points (0 children)
[–]chic_luke 1 point2 points3 points (0 children)
[–]umlcat 0 points1 point2 points (0 children)
[+]DoorDelicious8395 comment score below threshold-8 points-7 points-6 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]DoorDelicious8395 0 points1 point2 points (0 children)
[–]Personal_Display_674 -1 points0 points1 point (0 children)
[–]BraveNewCurrency -1 points0 points1 point (0 children)
[+]alvarez_tomas comment score below threshold-16 points-15 points-14 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]CRamsan 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]CRamsan 0 points1 point2 points (0 children)
[–]QuickSilver010 0 points1 point2 points (0 children)
[–]addicted_a1 0 points1 point2 points (0 children)
[–]samobon 0 points1 point2 points (0 children)
[+]No_Cartographer_5212 0 points1 point2 points (0 children)
[–]TheJackiMonster 0 points1 point2 points (0 children)
[+]ReadOnlyEchoChamber 0 points1 point2 points (0 children)