linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

GravitySpoiled, in Fully featured tilling window managers (like DEs) for lazy people

Are you asking for a gnome extension like g Forge github.com/forge-ext/forge or github.com/paperwm/PaperWM ?

BlanK0,

More like traditional dynamic tilling WM

GravitySpoiled,

There’s wayblue github.com/wayblueorg/wayblue that sounds like what you want

mitrosus,

Only for fedora?

yianiris,
@yianiris@kafeneio.social avatar

labwc is the best wl wm I've tried

@BlanK0 @GravitySpoiled

BlanK0,

Very interesting, going to check it out 🤙

yianiris,
@yianiris@kafeneio.social avatar

If you have used openbox before just do a diff merge of differences between your openbox and labwx/rc.xml

so you get the same setup. They are very compatible. waybox is crap, it is just a base wm for kde-plasma/gnome ..etc.

@BlanK0

jakepi,

After trying i3 and sway for a bit I’ve landed on just using Forge and Gnome. I really would recommend trying it. It’s my daily driver for work.

It’s a fully dynamic tiling solution and on top of a traditional DE.

LassCalibur, in Switched from Ubuntu to Debian yesterday
@LassCalibur@beehaw.org avatar

Yeah the boot process is a mess! Debian’s noisy GRUB and unsightly boot text is an obvious and unnecessary paint point for a desktop user but very desirable for server installations. You do have some options though!

Carlo Contavalli apparently has a relatively simple work-around discussed at rabexc.org/posts/grub-shush. What I’ve done in the past is rebuilding Ubuntu’s source deb package for GRUB against my Debian system. You can grab it at packages.ubuntu.com/source/lunar/grub2. Build instructions can be found here unix.stackexchange.com/…/how-to-compile-a-debian-….

The great thing about Debian, Linux, and FLOSS is that you can even automate downloading Debian’s source package when it gets updated, applying the silent patch, applying Ubuntu’s compilation options, compiling the deb, and installing the deb! But yeah why can some package maintainer not provide such as an option in the repository! It’s really an annoyance for many and almost makes me feel like I’m not the type of user the Debian community desires. Like, “Wait… what? You like pretty stuff? GTFO!” Maybe its even true? Hopefully you will enjoy using Debian! Its most preferable to Ubuntu in many ways these days!

haui_lemmy,

Very interesting! Will save this. Thanks for mentioning it.

I think there are a lot of unsociable people in the linux community. I should know, I‘m autistic and also pathologically unsociable but even I am shocked at the amount of elitism and RTFMing that happens on a daily basis.

The difference I think is my self image is pretty ok and I dont need to be the greatest and most knowledgeable linux pro on the planet. Thats probably the only thing some folks have to their name.

But I digress. Have a great day.

Nibodhika, in Plymouth not working in Kubuntu

You’re using refind, you need to specify the quiet splash parameters in refind config. You can do this every time you boot by manually editing the entry, for example if you want to test that editing this would work, or you can edit the config file with the boot parameters.

I don’t know how you have your refind configured, mine has a /boot/refind_linux.conf file where I can put the boot parameters, e.g. mine looks like this:


<span style="color:#323232;">"Boot with standard options"  "rw root=/dev/nvme1n1p2"
</span><span style="color:#323232;">"Boot to single-user mode"    "rw root=/dev/nvme1n1p2 single"
</span><span style="color:#323232;">"Boot with minimal options"   "ro root=/dev/nvme1n1p2"
</span>

For more information check out wiki.archlinux.org/title/REFInd

alliswell33, (edited )

Here is my /boot/efi/EFI/refind/refind.conf file. I’ve only ever added the theme line at the very end. As a new linux user editing this scares me so any help from anyone editing this so that plymouth will work would be appreciated.

Nibodhika,

Read my answer again, that’s the wrong file.

Also use Pastebin or something similar, people are not going to add random stuff to their google account just to help a stranger on the internet.

alliswell33, (edited )

Sorry about that, I edited the comment to a pastebin link. Okay here is my /boot/refind_linux.conf file:

“Boot with standard options” “ro root=UUID=96e2ea68-742d-4309-ae9f-4d12ba668b21” “Boot to single-user mode” “ro root=UUID=96e2ea68-742d-4309-ae9f-4d12ba668b21 single” “Boot with minimal options” “ro root=/dev/nvme0n1p4”

Should I just edit the boot standard to “rw root=/dev/nvme0n1p4”

edit: tried that change and it did nothing

Nibodhika,

No, you should edit it to be something like “Boot with standard options” “ro root=UUID=96e2ea68-742d-4309-ae9f-4d12ba668b21 quiet splash” mine says /dev/nvme0n1p4 because that means device (/dev/) first nvme SSD controller (nvme0) disk number 1 (n1) partition 4 (p4). If yours worked with that line you copied from mine it’s only because coincidentally your / partition is the fourth partition on the first nvme SSD on your computer. (Or maybe because that config is not being used).

A question though, why do you want to use refind if you don’t know the basic about partitions and boot drives? I think you’d had a better experience using the default one which is GRUB.

alliswell33, (edited )

Thank you! Changing the line to “rw root=/dev/nvme0n1p4 quiet splash” did the trick. Your actually said /dev/nvme1n1p2 so I know enough about partitions that I changed mine to dev/nvme0n1p4 to fit my case. I only know that much about it because I’m running a duel booted system and had to deal with partitioning when I set it up. Your right to point out that I’m a bit over my head when using refind, but I changed it instead of using grub because I like the customization with themes and I read somewhere that it could help with windows updates messing up duel booted systems.

edit: I’m now having a new problem where it’s not using the boot splash screen that I specified in the settings. It just the oem logo with a kubuntu logo under it. At least I’ve made some progress 😂

Nibodhika,

Cool, didn’t noticed you changed it to your actual partition, although I should have because there’s no reason for me to have 4 partitions on my disk. That being said using UUIDs for booting is better than device names, if you add or remove a drive the device name can change. In my case it’s a laptop and only has one name slot so I’m fairly sure it won’t change, plus I had to write that file manually when I first installed my system so I was lazy and used the device name, but you already seemed to have the proper UUID there, so changing it to the device seems a bit backwards.

GRUB is also customisable, although I agree that refind looks a lot nicer. I don’t think refind is any better than GRUB in dealing with Windows updates, the problem is that Windows has this annoying habit of formatting the MBR so it essentially wipes all other boot managers from the drive, which is why people recommend having windows in a different drive so it can’t fuck up your boot manager, but I know that’s not always a possibility.

As for the splash screen being wrong I can’t help you there, I actually like the checks scroll that’s the default without a splash screen so I’ve been using that for a while now.

pr06lefs, in Laptop companies: which one?

Personally I’m holding out for a laptop based on the snapdragon elite X arm chips coming out later this year. Should be great for battery life (like 28 hours) and very fast. We’ll see how the linux support turns out. And also which manufacturers pick it up - would like framework but haven’t heard anything about that from them. Lenovo already released a system based on the old snapdragon chip so seems likely they’ll release one based on the elite X too.

fleet,

I didn’t know about this specifically, but I’m holding onto my 2017 ThinkPad until I can buy an Arm laptop and run Linux on it.

breakcore, in How to get Nobara to STOP overriding my Firefox homepage??

Top comment and comment thread from this reddit thread : reddit.com/…/how_to_prevent_fedora_from_changing_…

Probably the same thing.

An alternative is to install the flatpak version of firefox, that nobara wouldn’t mess with.

iturnedintoanewt,
@iturnedintoanewt@lemm.ee avatar

Thanks so much! I never found that thread. Only another guy complaining about the same thing…I just ran the command, hopefully it won’t do that crap anymore.

Falcon, in Laptop companies: which one?

Framework and ThinkPad have both been a really positive experience.

wwwgem,
@wwwgem@lemmy.ml avatar

Thanks for the feedback.

d00phy,

Something tells me OP doesn’t share a lot of values with Lenovo!

I haven’t used Framework, but I’m a fan of most of the ThinkPad line. Not as good as the IBM days, but still a solid product.

Falcon,

Re your update.

My framework has been great, I’ve had no issues with it and I’m quite happy. Make sure to go with the matte screen though.

In saying that, I think I was happier with my thinkpad, but I have no good scientific reason for that, I suspect the nipple and keyboard are a big part of it.

Revan343, (edited ) in Laptop companies: which one?

I’m a fan of refurbished ThinkPads myself, but that is mostly for money reasons. If I had money to blow, I would probably also buy a Framework

wwwgem,
@wwwgem@lemmy.ml avatar

Framework also has an outlet, just in case you want to take a look ;)

SheeEttin, in How to see CMUS logs / get info for bug reports

I have no idea what CMUS are but you can check previous bug reports, or just open a bug report and ask what they’d like to see.

Hammerheart,

Thanks, thats a good idea. Its a terminal music player, perfect if youre the kind of person that just likes being in the terminal

avidamoeba, (edited ) in Laptop companies: which one?
@avidamoeba@lemmy.ca avatar

Another happy Framework user here. I have 2 first gens in my immediate family and 2 second gens among my friends. All run Ubuntu LTS. No one is complaining. I’ve already replaced my bottom chassis because I destroyed it during a bad mishap. Ordering was easy, the part was inexpensive, the replacement was straightforward. A Dell XPS perhaps feels a bit better made, but then it doesn’t say Made in Taiwan on the bottom so there’s that. 😅

On the other hand System76 is building a new open source desktop environment in a sane programming language… 🤔 If COSMIC desktop turns out great and I end up using it, I’ll probably throw a couple of hundred their way in lieu of buy their laptop.

wwwgem,
@wwwgem@lemmy.ml avatar

Thanks for a nice feedback. One more vote for Framework ;)
I don’t use a DE, so this would not make me go with them. Also, I’ll use Arch anyway, not PopOS.

avidamoeba,
@avidamoeba@lemmy.ca avatar

Oh I now remembered that mine developed a problem with one of the USB ports, not a cartridge but the host port. Framework sent me a new board. I replaced it easily and sent the bad one to them.

wwwgem,
@wwwgem@lemmy.ml avatar

Wow that’s quite impressive. Serious customer service definitely.

slacktoid, in Thanks for my free therapist session
@slacktoid@lemmy.ml avatar

Hi … so … Um wanna be friends? whats your favorite font?

optissima,
@optissima@lemmy.world avatar

Iosevka

slacktoid,
@slacktoid@lemmy.ml avatar

I love finding other fonts with Code glyphs. It looks like it would look cool on a terminal. I use fira code.

optissima,
@optissima@lemmy.world avatar

Fira is my #2, but iosevka makes the terminal feel like home.

wwwgem,
@wwwgem@lemmy.ml avatar

Both iosevka and fira look nice.

slacktoid,
@slacktoid@lemmy.ml avatar

I get that, some just call you.

wwwgem,
@wwwgem@lemmy.ml avatar

Source Code Pro for writing and Nerd for symbols.

slacktoid,
@slacktoid@lemmy.ml avatar

Solid choice, I use Fira code with nerd for symbols.

teawrecks, in Laptop companies: which one?

I had a System76 10 years ago. The customer service was excellent (several months after receiving my laptop, they sent me a replacement keyboard, because they didn’t like the one it shipped with). The build quality was meh, it was a plastic body and didn’t hold up well to wear and tear, but it’s in my closet and still works. I haven’t tried their aluminum bodies.

I now have a Framework. It arrived with trackpad issues, and one of the HDMI adapters didn’t work at all. They shipped me replacements for both at no cost to me (except time). It’s been nice knowing that any other issues I do have can be replaced piecewise. Also I like that the webcam/mic have physical kill switches.

wwwgem,
@wwwgem@lemmy.ml avatar

Very nice to read this feedback. I’m very sold to Framework after all the great things posted here. An impeccable customer support like the one you describe means a lot about a company.

sorrybookbroke, (edited ) in Laptop companies: which one?

If you’re willing to import, tuxedo computers is another great choice. I can personally vouch for framework but I’d caution if you’re looking for the 16, it’ll be a bit before they’re available. 13ish batches pre-ordered, with batch one shipping in a few weeks, it may take quite a bit to get. The 13 though is in stock and shouldn’t take too long to recieve

Edit: oh sorry, 13 inch is your preference. I’d strongly vouch for framework. I’d also say stay away from purism due to their scummy history on the phone if you care about that.

dylanmorgan,

Do you have any links for the bad marks on Purism?

sorrybookbroke, (edited )

Sure do, though not for all the claims I’ll make here as that was from me obsessively watching the purism forumns and reddit over the 5 or so years this was going on. They promised a phone which most people didn’t get for five years. When it shipped the specs were not great especially for the already pricy cost they had it at. This, after quite heavily suggesting they were nearly good to go. When it came close to the end of waiting, they added a second option (no phones were in hands yet) to upgrade their order, at a cost, to skip the line and get it quicker. Suggesting that if it didn’t sell the company couldn’t ship the original either after taking money both from a crowdfunding campaign and their site. Though a few were eventually able to refund, they sneakily changed their policy to include “no refunds” when at time of purchase they stated clearly refunds would be available at request. There’s also been an issue with their laptops which were advertised as fully FOSS, etirely non-proprietary before eventually shipping with some proprietary software. All around, their customer service is terrible and their responces to allagations and critisism has been childish threats and legal attacks. All around bad group.

here’s some blog posts and an article:

jaylittle.com/…/the-sad-saga-of-purism-and-the-li… (read all 3 parts)

anarc.at/…/2020-07-13-not-recommending-purism/

pcworld.com/…/why-linux-enthusiasts-are-arguing-o…

Here’s Luis Rossman (Not always correct on what he reports, but by my memory quite good here):
Youtube - www.youtube.com/watch?v=-IjUryQOlgk
Piped - piped.adminforge.de/watch?v=-IjUryQOlgk

Youtube - www.youtube.com/watch?v=wKegmu0V75s
Piped - piped.adminforge.de/watch?v=wKegmu0V75s

dylanmorgan,

Wow. Yeah, that’s shady and shitty as hell. The cost was always enough to keep me away from them, but knowing they’re a shit company will make me sure to warn others off as well.

yrmyli, in Fuck it, give me your most OVERRATED Distros
@yrmyli@sopuli.xyz avatar

For me there is only two distros. They are Arch an Debian. But that is only me. I don’t think that any of those distros are overreted they just have their own user types and needs.

jernej,

I use Arch BTW

SheeEttin, in Is it possible to delete the default zones in Firewalld, and if not, why?

Because it aligns with most people’s use case.

Kalcifer, (edited )
@Kalcifer@sh.itjust.works avatar

Because it aligns with most people’s use case.

Sure, that is why we have defaults, but why force them? Why not create the defaults, and then allow the user to remove them if they wish?

You’re free to patch it out if you’re so inclined.

This is somewhat of a non-answer. Technically, yes, it is possible for a user to patch OSS as they see fit, but that does not excuse poor design desicions, nor is it necessarily fair to expect the user to do that.

SheeEttin,

Maybe you should take it up with the maintainers. I can’t tell you what they were thinking.

Kalcifer,
@Kalcifer@sh.itjust.works avatar

Maybe you should take it up with the maintainers.

See the linked GitHub issue.

ULS, in Surface Laptop 3 running Kubuntu, such an improvement over what it was "designed" for.

Is KDE good for touch? I always though gnome would be the way to go for touch.

mercury,

With Wayland it’s pretty good

ULS,

Is there a tablet mode?

iturnedintoanewt, (edited )
@iturnedintoanewt@lemm.ee avatar

Yup. I think I needed to manually install the touch keyboard. But once installed, it works as expected. Touch the screen or remove the physical keyboard, and touch mode gets activated. Whenever touching a text field, the soft keyboard pops out. It’s massive, though (well, about the same size as the one for Windows).

ULS,

Nice!

fschaupp, (edited )
@fschaupp@lemmy.ml avatar

Which one did you choose? The ones I found feeled pretty clunky to use…

iturnedintoanewt,
@iturnedintoanewt@lemm.ee avatar

Seems the one I use is Maliit. It’s on the chunky side, but for the few times I type without the real keyboard, it does the job just fine I guess.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #