Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions obk-docs-bn/src/install-instructions/distro-setup/debian-linux.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Debian GNU/Linux
এই অংশে পাঠক Debian DNU/Linux ডিস্ট্রোতে iBus এবং fcitx IM কনফিগার করার দিকনির্দেশনা পাবেন।
এই অংশে পাঠক Debian GNU/Linux ডিস্ট্রোতে iBus এবং fcitx IM কনফিগার করার দিকনির্দেশনা পাবেন।
**(`কোডব্লক` এর মধ্যকার লেখা টার্মিনালে রান করার কমান্ড নির্দেশ করে।)**

## iBus ইন্সটল
Expand All @@ -11,7 +11,7 @@
sudo apt install --install-recommends ibus
```

- iBus কার্যকর আছে তা নিশ্চিত করা।
- iBus কার্যকর আছে কি না তা নিশ্চিত করা।

```
ibus-setup
Expand All @@ -26,8 +26,36 @@ ibus-setup
sudo apt --install-recommends fcitx5
```

- iBus কার্যকর আছে তা নিশ্চিত করা।
- fcitx কার্যকর আছে কি না তা নিশ্চিত করা।

```
fcitx5-configtool
```
```
## Debian GNU/Linux এর ভার্সন খুঁজে বের করা
নিচের কমান্ডটি টার্মিনালে রান করুন:
```
lsb_release -a
```
আউটপুটটি এমন হবে:
```
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (version_name)
Release: version_number
Codename: version_name
```
এখানে ```version_name``` ও ```version_number``` হবে যথাক্রমে আপনার Debian ইন্সটলেশনের ভার্সনের নাম ও নাম্বার।
Comment on lines +33 to +47

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally did not include this, as an user should know what version of the OS they installed.
Even then, both KDE and GNOME Settings should list the version of the OS, I cannot comment on other DEs but they should have similar capabilities aswell.
Knowing their own OS version is imho a responsibility of the user, not of OBK.
Another issue is that, the CLI output is very verbose.

If this is considered for merging, maybe this should be included in obk-docs-bn/src/install-instructions/distro-setup/distro-setup.md ?
As to my knowledge this is a fairly distro-agnostic way to find a distro's version ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah. I guess it is... If we're aiming decently tech-savvy people then, is this section even needed?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am extremely sorry for not making things/scope of the docs clearer before, but yes like I said, the distro name/version can be easily known from the Settings app of various DEs,

You can modify and contribute the changes to distro-setup.md instead.


## ওপেনবাংলা কিবোর্ড এর প্যাকেজ ডাউনলোড ও ইন্সটল করা
[এখান](https://github.com/OpenBangla/OpenBangla-Keyboard/releases) থেকে আপনার ডিস্ট্রোর ভার্সন নাম ও নাম্বার অনুযায়ী ওপেনবাংলা কিবোর্ডের প্যাকেজ টি ডাউনলোড করুন।
উদাহরণস্বরূপ আপনার Debian ভার্সন যদি হয় 12 তবে আপনি ডাউনলোড করবেন ```OpenBangla-Keyboard_2.0.0-debian12.deb``` নামের প্যাকেজটি।

প্যাকেজটি সহজে ইন্সটল করার জন্য ```gdebi``` ব্যবহার করতে পারেন। টার্মিনালে রান করুন:
```
sudo apt install gdebi
```
এবার File Manager এ ডাউনলোড করা প্যাকেজটি খুঁজে বের করুন। এরপর, পাকেজটি রাইট ক্লিক করে "Open with GDebi Package Installer" সিলেক্ট করুন।
এরপর Gdebi ওপেন হলে "Install Package" ক্লিক করুন।
<screenshot>

আপনার কম্পিউটারে এখন ওপেনবাংলা কিবোর্ড ইন্সটল হয়ে গিয়েছে। পরবর্তী নির্দেশনার জন্য DE-ভিত্তিক সেটআপ অংশটি দেখুন।
Comment on lines +52 to +61

@ghost ghost Feb 27, 2024

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debian offers alot of DEs in it's installation setup screen.
the right-click context menu text might differ based on the DE in use.

Besides, using gdebi is a personal choice, although I donot personally use Debian, afaik most spins of Debian ship with Synaptic, GNOME spin with GNOME Software and KDE spin with KDE Discover, so the user already should have a GUI package installer installed.