Community Hangout
Had to randomly think of this video again
I finished the mystery I was reading, so Ii finally got a chance to start on Red Mars. I'm glad to be able to say that so far, I remember nothing of the story, It's been long enough since I read it originally, that it's very much like reading it for the first time. I'd forgotten how long the chapters are.
Tomorrow I need to take my wife to get a CAT-scan, and I'll take my spare tablet to keep me company in the waiting room.
WetGeek Happy for you! Nothing better than starting a new binge knowing you have a couple thousand pages between you and your next major literary decision!
Wish I could do a tablet, as they make all the sense in the world.... but i cant comfortably hold them, and I read fast enough that turning pages distracts and annoys me. I am too attached to the rituals of the legacy book I suppose.
Phheew, I have been working hard with Inkscape the last couple of days, but it's so addictive. So I've actually been sitting infront of the screen while the spring weather screaming at me to go out. 15 degrees Celsius and lightly clouded.
Anyway we have a dinner club where I live, where people meet from the neighborhood to eat and socializing - which is every month big event for me
SethStorm666 How are you coping with current Inkscape deprivation?
- Edited
I installed the flatpak version in the meantime . I can't see any difference in the speed though between the eopkg and the flat. Though the flatpak doesn't follow the theme rules - just had to cope with it until then.
I have reach the letter K in the apps of my Nordic Gold icon theme for Plasma/KDE - there's a lot of apps starting with K. The most used letter for apps on Linux is C, O and for KDE the K.
SethStorm666 I too want that model and number of graphics card. I am shopping for a new Mobo to put it on that will handle all the info being evenly distributed across the board. I have been using a AMD RX-580 card for the system for two reasons: it matches the data speeds of the board overall well, and it has many output ports on the back for multiple monitors. When using Linux and streaming with OBS, its very light on the mobo resources and I rest assured their will be no hotspots on the board
I dunno if I should get it soon or wait, because the computer I have still working.
brent Hey Brent, in Temporary blocking updates
thread you write also: windows barely move, runs like poop
. Are you referring here to gedit or in general?
Because I remember that after the week 17 sync you wrote some apps sluggish out of the gate
. So I wonder if this is still the case. If so, maybe you are also like me affected from this new GTK renderer introduced in week 17 that might lead to some sluggishnes and graphic glitches on older hardware. You might check this by adding GSK_RENDERER=gl
to file /etc/environment
and reboot.
If this has no effect, you can revert changes easily.
Sebastian
thanks for checking up on me. here's the extent of my poop: runs like poop, glitchy, sometimes out of the gate but never lasts. I.E. not chronic.
My lamebrain has a hard time interpreting this behavior---
hardware? software? ram? all in my head? could barely move librewolf when updating today. but its a flatpak. so should not apply? once in a while choke points where mouse barely moves, processes probably being mega-spawned, sluggish, clock skips time....but 20 seconds? 30? not every day at all.
all that jibberish ^^ smells like hardware but it also resembles software...certainly started (I think) around the gtkrenderer--great observation.
It's not aggravating enough or occurring enough for a bug, but I know the poop sometimes is there.
I will try your:
Sebastian You might check this by adding GSK_RENDERER=gl to file /etc/environment and reboot.
and report back. thank you.
brent eh didn't see it in /etc
As Sebastian said it probably didn't exist yet. /etc
is for configuration files supplied by the user, while /usr/share/defaults/etc
is where the default configurations sit. One shouldn't modify the latter, as they are managed by the packaging system. That way one can simply delete their custom configs in /etc
and the system will fall back to the default configuration. That's the (or one of the ideas) behind stateless configuration.
Staudey That's the (or one of the ideas) behind stateless configuration.
Thanks for the explanation. I really have to read (any articles the forum would recommend?) about how stateless works. Word of mouth stuff makes me think there are pros/cons and customization would be limited. Same with immutable but that's another thing I haven't read enough about.
When budgie/lightdm can accept Wayland I'd love to run Sway over Budgie. I have bspwm experience (muy poquito).
the linux future:
wayland
immutable
stateless
I have to be proactive methinks.
Solus future: All the above ^^ and Moss and we are overdue to retire eopkg. Dear Devs: love the SC the way it is. All the education it gives someone about the package is important. I don't use it for installing anything...so maybe there's that. ALSO within a year or two Solus will reach the decade mark.
For you maintainers I'll bet it's been a long strange trip. ---I'm rambling obviously!
brent I really have to read (any articles the forum would recommend?) about how stateless works.
https://www.clearlinux.org/clear-linux-documentation/reference/manpages/stateless.7.html
https://www.clearlinux.org/clear-linux-documentation/guides/clear/stateless.html#stateless (this one is a bit more dry/technical though)
brent Word of mouth stuff makes me think there are pros/cons and customization would be limited.
The only con I can think of is that the user would have to create/copy config files on first use. I don't see how customization is limited. In fact it allows freedom of customization with an easy way to roll things back (deleting the user config in /etc
) when stuff goes wrong.