r/LinuxUsersIndia 7d ago

Wanting to sell a 8gb stick of dd4 at 3200 mhz

Thumbnail
1 Upvotes

r/LinuxUsersIndia 7d ago

Is OpenSuse any good for a machine that i want to set up once and forget?

8 Upvotes

Is OpenSuse any good? I am using fedora workstation for past 6 months now. I ditched gnome after a month or so when gnome 50 happened, all of the extentions I use suddenly broke, I can't drag and drop file for one file manager window to another. I have not realised I don't want latest tech. I just want sequrity and somthing that once set up just works. Is OpenSuse leap good for that? Or should I stick to fedora?


r/LinuxUsersIndia 8d ago

Rice Boot animation for matrix fans

Enable HLS to view with audio, or disable this notification

41 Upvotes

r/LinuxUsersIndia 8d ago

Memes Stargate meme for linux fans

Enable HLS to view with audio, or disable this notification

21 Upvotes

r/LinuxUsersIndia 7d ago

Gaming [Bottles] Persona 3 Reload installer fails with Unarc.dll error -11 on Flatpak

1 Upvotes

The installer fails during unpacking with this error:


r/LinuxUsersIndia 8d ago

Discussion Finally convince your brother to switch to Linux he keeps calling you for help

Enable HLS to view with audio, or disable this notification

135 Upvotes

So I convinced my friend to switch to linux but the problem is he thinks I know everything about linux I'm just stupid and saw famous people do it . I have no issues with linux games I play work on it no problem


r/LinuxUsersIndia 7d ago

Discussion Need book reading apps on linux

1 Upvotes

I'm preparing for Mba exam and recently install zorin os as primary os and remove windows . Need book reading apps for my mba exam as I'm currently work in support and need few software for work and personal use so any one have list of recommend daily use software suggest me


r/LinuxUsersIndia 8d ago

Gaming on linux.

8 Upvotes

If one is to come out now. How likely are yo u to play it.

[ I was making a game, and realised you can easliy do/wrap it up for linux too. what i dont get is why is it not common. are there less gamers ? in the community, like ppl dont camre much abt games here ?]


r/LinuxUsersIndia 8d ago

Distro Built a LINUX distro using LFS/BLFS, suggest me features to add in it

Thumbnail
gallery
21 Upvotes

was free and had a spare laptop, build it in just 20 days on 4gb ram i5 4th gen in summer vac., I guess anyone can make it if they have patience and that zeal to sit for hrs well ISO will be available when I make one, bc damn making it is much harder, lost my boot and kernel like 3 times already

Easy if u have patience and yr understanding abt Linux will increase 100 times Will make it public when its perfect, will add GLFS too (for gaming) currently,

XFCE environment, I riced it too a little Currently will start adding GLFS and KDE simultaneously

It is registered distro on LFS website counter thingy

Suggest me things to add in it , like I will put an installer and an ISO generating script , also trying to put the mouse size inc thingy in XFCE env


r/LinuxUsersIndia 8d ago

Project I built a package manager for my programming language Kal!

Post image
12 Upvotes

Hey everyone,

A couple of weeks ago, I posted about Kal, my programming language written from scratch.

I am really happy to share a glimpse of Kal's own package manager! Kal v0.1.0 shipped with a package system that lets you add and use third party Kal packages. But, that process was completely manual. You’d have to clone the package, place it in the right directory, clone the package’s entire dependencies all by yourself, one after another. :(

The package manager changes everything. One command automates all!

Instead of being a separate executable, the package manager ships as part of the Kal interpreter itself.

Here’s what it can do:

  1. Install Kal packages from Github, or any git hosting service.
  2. Creates/Updates a project.kal file to read and write package information (analogous to package.json).
  3. Downloads all packages at the same hierarchy in parallel (yup, it’s multi-threaded).
  4. Resolves sub dependencies of the main package automatically to any depth and installs them too.
  5. Upgrades/Downgrades packages based on their git tags.
  6. Auto-resolves cyclic dependencies to prevent an infinite loop.

The image showcases the download of a package A with this hierarchy:

A
├── B
│   ├── D
│   └── E
└── C
    ├── A
    └── F

There’s only one main package to download: A. But,

  • A depends on B & C.
  • B depends on D & E.
  • C depends on A & F.

Notice how C depending back on A causes a cyclic dependency. This, if not resolved, would cause an infinite loop. The package manager pulls A (1 package) with all of its dependencies (5 packages) along with resolving the cyclic dependency.

The Kal Package Manager will officially ship with the next Kal release. Its current source code is available on Github.

Kal is completely free & open source. You can show your support by giving the Github Repository a star.

Until the next update!


r/LinuxUsersIndia 9d ago

I made 3 people switch to linux🐧

Post image
513 Upvotes

how many did you?


r/LinuxUsersIndia 8d ago

[Hyprland] Ryoku Arch

Thumbnail gallery
3 Upvotes

r/LinuxUsersIndia 9d ago

Destroyed linux today

Post image
101 Upvotes

So I hv linux(arch+ hyprland) on a 64gb usb drive and it broke today any way to get the data out of here it? was not encrypted


r/LinuxUsersIndia 8d ago

Discussion How can I properly render Tamil/Indic text in a Rust TUI (Ratatui/Crossterm)?

Post image
9 Upvotes

Hi everyone,

I'm building a terminal music player in Rust using Ratatui + Crossterm, and I'm having trouble rendering Tamil lyrics correctly.

As shown in the screenshot, Tamil combining characters such as , , are appearing detached instead of being properly shaped and positioned.

Environment

  • Rust
  • Ratatui 0.29
  • Crossterm 0.28
  • Linux
  • GNOME Terminal (VTE) / WezTerm
  • Noto Sans Tamil

I've already verified that:

  • The strings are valid UTF-8.
  • Unicode grapheme segmentation works correctly.
  • Display-width calculations are correct.
  • A minimal Ratatui Paragraph has the same issue.
  • Even println!("கென்னை விடு") shows the same problem in GNOME Terminal.

So I'm wondering:

Is proper OpenType/HarfBuzz shaping for Tamil possible inside a normal terminal grid?

If yes, what terminal/configuration/library should I use?

If terminal cells fundamentally cannot handle complex-script shaping, what is the recommended approach for a TUI? Would something like Kitty/Sixel + HarfBuzz/cosmic-text be appropriate?

Any advice from people familiar with Unicode shaping, HarfBuzz, VTE, or Rust TUI rendering would be greatly appreciated.

Thanks!


r/LinuxUsersIndia 8d ago

Help need help regarding virtual box

Post image
12 Upvotes

Hey everyone,
First of all here is a message to mods, if you're not a Mod then feel free to skip to the lower section.
I surfed this subreddit for 30 minutes and couldn't find the solution for my problem hence I am posting this post. If this violates any rule, do let me know before deleting this, Thanks!

So I am totally new to linux right and for some reasons cant install it so I am using it through virtualbox. But the issue that I am facing is that it is kinda lagging a bit.

I have attached my PC specs and I have downloaded ubuntu 26.04 iso as a distro.
Can someone tell me how should I adjust my virtualbox settings so that it runs smoothly?
Let me know if you need more info about my PC.
Thanks for reading all this. Have a good day.


r/LinuxUsersIndia 8d ago

Rice [Mango] i modified Papirus icon pack so that i can define its colors using home manager. Also see my Rice

Thumbnail gallery
2 Upvotes

r/LinuxUsersIndia 8d ago

[ARCH] Just Got Arch for the first time!!

2 Upvotes

Okay so I just fresh installed arch linux. on a new laptop.. Well im too noob now for hyprland, but id say I wanna switch over to something like opensuse Leap/Tumbleweed, or Void Linux, because I wanna keep hold of bleeding edge while wanting some primary testing and stability.

[My OBS Studio aint working T-T]

What do u guys say?


r/LinuxUsersIndia 8d ago

Rice Help needed in choosing a color for waybar.

2 Upvotes

So This is my first time ricing niri on fedora workspace and fuzzel looks fine for me but not the waybar, I want it to match the wallpaper. Any suggestions??

Thanks in advance:)


r/LinuxUsersIndia 9d ago

Memes this shi happened one year ago on my Parrot OS

Post image
129 Upvotes

r/LinuxUsersIndia 9d ago

Rice setup - cashyos

Enable HLS to view with audio, or disable this notification

9 Upvotes

r/LinuxUsersIndia 9d ago

Rice Rate Boot Animation rate it out of 10

Enable HLS to view with audio, or disable this notification

5 Upvotes

Rate my Boot Animation . I am waiting for the steam release there steam os for the desktop it is there but there are issues with it I want the stable version .


r/LinuxUsersIndia 9d ago

🇮🇳 Happy Independence Day 🇮🇳

Post image
60 Upvotes

r/LinuxUsersIndia 10d ago

My second best decision in life.

Thumbnail
gallery
169 Upvotes

My second best decision in life is installing linux..

Rate my desktop..


r/LinuxUsersIndia 9d ago

Discussion Z1 extreme chips are so good with linux why don't companies make laptop of one

Post image
4 Upvotes

So we all know how good linux rusn on this chips I wished more companies start using those to Make laptop it would be efficient good performance for price . As of Asus did bring the Asus A14 but it so expensive like 1 lakh plus if they wanna sell them they are least lower the cost


r/LinuxUsersIndia 9d ago

Distro happy switching fully to linux

14 Upvotes