github.com

airbussy , to Gnome in Luminance 1.1.0 released with GTK4

Does this put an icon on the top panel as well? Couldn't find something about it in the git readme in a quick glance

jlow , to Gnome in Luminance 1.1.0 released with GTK4
@jlow@beehaw.org avatar
shitescalates , to 3DPrinting in OrcaSlicer V2.1.0 Official Release

Any plans to add belt printer support?

romano OP ,
@romano@lemmy.shtuf.eu avatar

There's a request made here. Haven't seen devs reply yet though.

DontTreadOnBigfoot , to Android in Introducing iCore: Simplify Your Android Development!
@DontTreadOnBigfoot@lemmy.world avatar

Kinda weird to use Apple naming convention for an Android product...

AaronMaria ,

well it could also be an intel one which is similarly weird

neclimdul , to 3DPrinting in OrcaSlicer V2.1.0 Official Release

Does it work on recent Linux releases yet?

Grippler ,

What issues have you had? Ive been using orca for about a year without any issues all. I'm running Mint, both stable and beta branch have been without issues for me.

neclimdul ,

Appimage doesn't start because it relies on a system package that does exist anymore, dialogs with grey text on grey backgrounds in dark mode, stl repair not included...

Flatpak is in the works but honestly and hope that helps bit I get better prints out of prusaslicer for some reason so not holding my breath or anything.

Grippler ,

Weird, I'm using the appimage and it starts just fine...what distro are you using?

neclimdul ,

Ubuntu but it also affects fedora https://github.com/SoftFever/OrcaSlicer/issues/185

The image just isn't being built correctly which is more a problem with appimages but the fact it's still broken... Linux is clearly a neglected platform for them.

All the problems I listed have bug reports just nothings happening to fix them.

Damage ,

I run it on Nobara and Fedora, and I only have occasional graphic glitches with the windows

neclimdul ,

That's good. I assume you've got the old libwebkit installed somehow. There are a dozen reports around this though so it's a pretty real problem.
https://github.com/SoftFever/OrcaSlicer/issues?q=libwebkit2gtk-4.0.so.37

Damage ,

Well I have chromium installed, I use it to segregate Google services to a dedicated browser

neclimdul ,

Libwebkit isn't actually chromium, it uses blink which is a fork of part of webkit. Understandable confusion though because webkit was part of kde, forked by safari, and then used by through chrome variants for a long time.

The rest of this comment is going to necessarily be nerdy Linux internals. sorry.

Unfortunately, I'm pretty sure chromium includes it inside it's binary and does provide or use any webkit libraries.

Orca uses it internally for it's browser so it won't start unless it has access to the library. When you build a Linux app it includes the name of the library which includes the ABI (basically the version). Newer Linux release include a different version.

You can see how that specific library stops appearing in Ubuntu releases
https://packages.ubuntu.com/search?keywords=libwebkit2gtk-4.0-37

The new version is 6.0 I believe.

Appimage is one of the ways you get around this distro problem by including the versions of libraries. That's why they're so big. There are problems with that like how big the apps are stale bundled libraries with security issues but I digress.

Orca hasn't bundled webkit in the appimage and because of another problem/feature of appimage it falls back on the os library. Since new distros have dropped the older obsolete library version orca can't start.

That's a lot but I hope it explains the problem better.

I would like to help but my personal computer doesn't currently have enough memory to compile orca so back to just watching warning people it's a coming problem for them too.

GrayBackgroundMusic Mod , to 3DPrinting in OrcaSlicer V2.1.0 Official Release

Can someone give me a brief intro to orca slicer? Who is it made by and what's it's quirk?

For example prusa slicer, made by prusa, prioritizes user interface and has powerful almost modeling features (text, cutting etc)

rugburn ,

Orca slicer is a fork of Prusaslicer

xenspidey ,

And it's fantastic!

Edit: its actually a fork of bamboo slicer which is a fork of prusa slicer

GrayBackgroundMusic Mod ,

Fork of a fork of a fork.

xenspidey ,

The beauty of open source software

zelifcam ,
@zelifcam@lemmy.world avatar

What are the advantages over Prusa?

Ease of use or features? Both?

xenspidey ,

I'd say all of the above. Its integration with Kipper is also very good

xenspidey ,

I used to slicer hop around, then i discovered orca. Just the best imho

Edit: its an open source fork of bamboo slicer

Nilz ,

And Bambu Studio is a fork of PrusaSlicer

xenspidey ,

Which is a fork of Slic3r

IMALlama ,

You're four forks deep now
Slic3r to Prusa Slicer to Bamboo's slicer to Orca. It also borrowed a lot of ideas from Super Slicer. Since it's open source, and has been gaining some momentum, it seems to have a decent amount of contributors

Why Orca?

  • all the features you know and love from things up the tree
  • a revamped UI
  • built in tuning tests (temp tower, extrusion multiplier, volumetric flow, pressure advance, etc)
  • great Klipper integration if that's your jam
p1mrx ,

all the features you know and love from things up the tree

Did OrcaSlicer ever bring back the option to slice automatically when changing settings? It's called "Background processing" in PrusaSlicer.

Grippler ,

The UI of Prusa slicer is hot garbage though. I started with prusa slicer and moved to orca after a few months. Orca is a much nicer experience, and the built-in test-models (temp towers etc.) are nice.

GrayBackgroundMusic Mod ,

The UI of Prusa slicer is hot garbage though.

I'm comparing cura and prusa, so prusa wins by a lot. What are you comparing prusa to? Orca?

Grippler ,

Yes

u_tamtam ,
@u_tamtam@programming.dev avatar

The UI of Prusa slicer is hot garbage though.

I give orca/bambu the edge for "prettier on screenshots", but in practice, I don't find their UI paradigm to be more efficient nor convenient.

Grippler ,

In find the location and grouping of parameters more intuitive in orca. I always had to look through several tabs to find the parameter I wanted to adjust when I was using prusa, it was never where I thought it should be.

lefixxx ,

It's worth giving a try

db2 , to Android in Introducing iCore: Simplify Your Android Development!

You're gonna get iSued by Apple.

limerod ,

He won't if he gets iprotection.

hallettj , to Linux in Rofi as primary menu — recommendations?
@hallettj@leminal.space avatar

I guess it's not relevant for your setup, but I like rofi because there is a fork that works in Wayland, and it's the only Wayland window switcher I have found that isn't tied to a specific window manager.

halm OP ,
@halm@leminal.space avatar

Oh no, I'm not Wayland ready yet. I still use Openbox for crying out loud 🤣 Tried and true still works for me but I'll give Rofi a shot!

mranderson17 ,

I like tofi as a wayland alternative. Unfortunately like so many of these projects it seems to be somewhat recently unmaintained.

lemming934 , to Linux in Rofi as primary menu — recommendations?

I've been using Rofi for a few years. I can't think of anything to look out for, pretty much does what it says on the tin.

halm OP ,
@halm@leminal.space avatar

Nice, I'll see if it can replace ye olde taskbar standard for me 👍

lupec , to homeassistant in Sleep As Android integration I just found out about is pretty ace.

Sweet, hadn't even occurred to me to look for that so I'm glad you pointed it out!

Lifebandit666 OP ,

That was the idea! I came across it looking for something else. I've been using a blueprint for a while (since you haven't even looked yet) that will pull when the alarm is sounding and snoozed and such.

I have moved back to Node Red and made it myself there now though. What I use it for is I set the alarm to ramp up volume after 3 minutes, but the alarm also triggers my lights turning on.

Since the lights usually wake me up I usually have a silent alarm clock, meaning I don't wake The Wife at 5am when I get up for work.

My son heard about it so now he also wakes up to the lights coming on.

You can use that to start your morning automations if you're so inclined, so when your alarm goes off and the Kitchen motion sensor is triggered for your morning cup of Joe, you can fire your morning reminders and traffic info

rsolva , to Fediverse in Pixelix: Alternative Android Client for Pixelfed
@rsolva@lemmy.world avatar

Nice! Bought it, it is reasonably priced. It works well and is responsive 👍

tal , to Technology in Running nested X11 dwm sessions
@tal@lemmy.today avatar

One limitation that may or may not matter for your particular use case: I don't believe that Xephyr has a mechanism to do pass-through 3d acceleration. So if you're gonna have everything go through Xephyr, one constraint is that any window that you're sticking in a dwm is just gonna have access to a plain-Jane framebuffer.

If you're only managing terminal windows -- you mention tmux as an alternative, so that may be what you're going for -- then that may not be a concern, though there are some accelerated virtual terminal software packages.

EDIT: I have not done this myself, but it sounds like it's possible to run nested compositors inside Wayland.

https://old.reddit.com/r/swaywm/comments/196h5bl/is_nested_swaywm_supported/

I don't know if that can be used in the same way, but running dwl -- like the X11 dwm window manager, but a Wayland compositor -- inside a host Wayland session might work, if you're using Wayland rather than X11 as the "host" environment. I'd guess that that wouldn't have the same limitation.

just_another_person , to Technology in Running nested X11 dwm sessions

Dumb as hell

fisco , to Fediverse in Pixelix: Alternative Android Client for Pixelfed
@fisco@lemmy.ml avatar

Shame you can't try.before you buy, although even that doesn't sit well in an open source, donation fed space..🤷🏻‍♂️

poVoq OP ,
@poVoq@slrpnk.net avatar

You can compile it from source.

fisco ,
@fisco@lemmy.ml avatar

If I can find a decent guide I might give it go..

olorin99 ,
@olorin99@kbin.earth avatar

I just opened it in android studio and clicked build.

fisco ,
@fisco@lemmy.ml avatar

That flew right over 😅, what did you actually open...

olorin99 ,
@olorin99@kbin.earth avatar

Sorry yeah I've gotten so used to building android apps its probably more complicated than I think.

Open android studio. Select new project from version control. Enter the url of the github and click enter. This will download the source code and open it to view/edit. Android studio should then prepare dependencies etc, it will say something like "building gradle" in the bottom corner. Wait for that to finish then in the toolbar at the top of the screen there is a dropdown labeled build which has the different build options. There should be one called "build apk" this will build the app.

Now that I've written this out it does seem more complicated that I thought.

fisco ,
@fisco@lemmy.ml avatar

Wow, thank you so much!, that's great, nice concise instructions, something I can certainly follow.. Will have go tomorrow as I'm just about to turn in...
Thanks again 👍🏼

noodlejetski ,

whoa, I installed Android Studio, did all that, waited a bunch and it... worked? just like that? is that what you computer people do with computers at work? do I apply for a six figure job now?

noodlejetski ,

Shame you can't try.before you buy

or at least buy it outside Play Store.

Blaze , to Fediverse in Pixelix: Alternative Android Client for Pixelfed
@Blaze@reddthat.com avatar

Nice!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines