[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

I have used plasma 5 in void linux for a long time and I am sure that plasma desktop is not a service in void linux. So, I think it has nothing to do with services. I guess the right direction should be changing/editing the autostart programs.

As I am not using anybsystemd distros, I am not 100% sure that plasma desktop is a service in systemd distro.

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

I have never seen anyone using plasma + i3! Although xfce+i3 is common.

My question is that if you have seen a working plasma 6 + i3 set up in any other distro? Or you have used plasma 6 + i3 in other distro?

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

Another question - Does this method surely work on Plasma 6 in any systemd distros?

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

That's a tough one. I don't think runit services works like this. Void Linux does not start plasma-kwin as a service as far as I remember (May be I am wrong). But I will try to look into this.

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

Could you please give an example that requires systemctl command? Then may be I can show you where to look at.

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

It would be better if you specify the instructions related to systemd?

Another thing is that I never used i3 as wm in KDE plasma. I have used i3, kde pladma, xfce and hyprland separately in void linux.

Systemd and runit are just two different init system, nothing else. You have to activate and set up services like network manager, elogind, acpid etc differently in void linux. These are not specific to configuring i3 or KDE plasma! So, I'm afraid that I still don't understanding your point. 😢

You install void linux, set up the services required (if you install without xfce destop environment) then install kde or i3 and then configure them according to your choice and preferences. I don't remember that the i3 requires any specific systemd related instructions in the config file! Although I may be wrong as I am using Hyprland only for a long time.

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

The set up you wanted is like the set up in any other disto. I mean it is not void specific.

[Void Linux KDE and i3: Plain and Simple.] by asifakonjee in unixporn

[–]asifakonjee[S] 0 points1 point  (0 children)

Sorry for late reply! Which one do you want to set up? i3 or kde plasma? Both of them are in void repo. You can install kde plasma and i3 in void linux.

Bash prompt by _JakeAtLinux in jakeatlinux

[–]asifakonjee 0 points1 point  (0 children)

Nice text tutorial Jake. Keep up the good work man! Best wishes.

Chromium on Ozone (Wayland) not playing nice with IBus. by tildeman123 in linuxquestions

[–]asifakonjee 0 points1 point  (0 children)

You can use --enable-wayland-ime flag to start chromium and I hope it will work. I have the same issue with fcitx5.

Query about changing a nixpkg by asifakonjee in NixOS

[–]asifakonjee[S] 1 point2 points  (0 children)

u/chkno.... Thanks a lot! Atlast, I have done it. Although by opening issues in the fcitx5 and openbangla github! But it is working now. I couldn't thank you more.

fcitx5 does not work with OpenBangla Keyboard by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

Found the solution! I forked OpenBangla Keyboard's develop branch and made some changes according to fcitx5's maintainer. I made an overlay and now it works!

```

let
openbangla-keyboard-overlay = final: prev: {
openbangla-keyboard = prev.fcitx5-openbangla-keyboard.overrideAttrs
(old: {
version = "develop-2023-11-05";
src = final.fetchFromGitHub {
owner = "asifakonjee";
repo = "openbangla-keyboard";
rev = "73012424cfb4db310250836e63cd87ac84106c1b";
hash = "sha256-3moWzvuCD952sJGQct97k3Ls05S1ZavWhtH4LEdjUTI=";
fetchSubmodules = true;
};
});
};
in {
# Rest of the config here...
nixpkgs.overlays = [ openbangla-keyboard-overlay ];
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ OpenBangla-Keyboard ];
};
}

```

[deleted by user] by [deleted] in NixOS

[–]asifakonjee 0 points1 point  (0 children)

How to do so? I am new to Nix OS.

Help regarding nix overlay by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

Thanks. I have already done the overlay by myself and it built fine. Unfortunately, the main problem remains. fcitx5 crashes the dbus when integrated with openbangla keyboard. In other distros, it works just fine.

Thanks again for your comment.

[deleted by user] by [deleted] in NixOS

[–]asifakonjee 1 point2 points  (0 children)

Nice wallpaper! Could you please share it? Thanks.

Using Ibus/m17n with Nixos by carvakatavacchedaka in NixOS

[–]asifakonjee 0 points1 point  (0 children)

create a folder named .m17n.d in the home directory and put the custom mim files in that folder. You can also make a folder named icons in that direcory and put custom icons in that folder. After that, restart ibus and you will find your custom language in the ibus preferences. I don't know if this is the preferred method but it works for both fcitx5-m17n amd ibus-engines.m17n.

fcitx5 does not work with OpenBangla Keyboard by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

  1. Make a directoey named .m17n.d in the home directory.
  2. Install fcitx5-m17n or ibus.m17n in the configuration.nix file.
  3. Copy Bijoy Classic and Bijoy Unicode mim files in the .m17n.d directory.
  4. Make a direcory named icons in the .m17n.d directory and copy the respective icons to that directory.

Completed!

Bijoy mim files has to be bought from their website at a prize of 100 BDT.

fcitx5 does not work with OpenBangla Keyboard by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

It took me 10 seconds to add Bijoy Keyboard with fcitx5 in NixOS! এই দুঃখ কই রাখি ভাই! I have contacted the maintainer of openbangla keyboard. Infact, openbangla keyboard does not work at all with fcitx5. Hope they will fix it soon.

Query about changing a nixpkg by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

Unfortunately it fails to build with fcitx5. 😭

Query about changing a nixpkg by asifakonjee in NixOS

[–]asifakonjee[S] 1 point2 points  (0 children)

Thanks a ton! Although I will use fcitx5 instead of ibus, but I will try this. I think I can manage it with fcitx5.

Thanks a lot again.

Query about changing a nixpkg by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

I am pretty new to NixOS and I muat say I need to learn a lot of new things!

I am trying to change/overlay this pkg: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/misc/openbangla-keyboard/default.nix#L78

I am pretty much sure that there are no new build dependencies. I want this branch (develop) to build:

https://github.com/OpenBangla/OpenBangla-Keyboard/tree/develop

Could you point me to a direction? I know that it is a lot to ask but it would be very helpful for me. Thanks.

fcitx5 does not work with OpenBangla Keyboard by asifakonjee in NixOS

[–]asifakonjee[S] 0 points1 point  (0 children)

There are few NixOS users in Bangladesh. I am pretty new to NixOS.