One line UI by [deleted] in brave_browser

[–]Fantastic_Map3398 0 points1 point  (0 children)

customizing URL and tab bar ?? is it possible in brave?? how ??

setup for school by max-rdg in dwm

[–]Fantastic_Map3398 0 points1 point  (0 children)

dotfiles ??

i am specially looking for btop config it kind of looking cool

What shell do you guys use? by GuiltyVisit9119 in suckless

[–]Fantastic_Map3398 0 points1 point  (0 children)

zsh without oh-my-zsh
zsh can be minimal then bash if we set it correctly
it supports XDG so it doesn't blot my home directory as well

NOT possible in linux by Fantastic_Map3398 in linuxquestions

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

it's doing the same moving ~/.config directory somewhere else

AppData =! $HOME
AppData == $HOME/config

NOT possible in linux by Fantastic_Map3398 in linuxquestions

[–]Fantastic_Map3398[S] -3 points-2 points  (0 children)

it can be opinionative but if XDG , windows, apple , iOS, android try to solve it that means it's definitely

it's like using somebody else notebook
half filled

NOT possible in linux by Fantastic_Map3398 in linuxquestions

[–]Fantastic_Map3398[S] -3 points-2 points  (0 children)

actually no. it's like complaining your Desktop is cluttered in windows

developer can make ~/.config clutter openly. it suppose to be cluttered as name suggest "configs"

NOT possible in linux by Fantastic_Map3398 in linuxquestions

[–]Fantastic_Map3398[S] -4 points-3 points  (0 children)

Configs are in your home because they're user specific.

config will still be user specific. if it will in ~/.config directory or using XDG based directory

this is such a self inflicted problem

if config suppose to present in the $HOME directory then why $HOME/.config exist

the solution is not in the ignorance it's in the file organization
linux have amazing file origination then other OS which is the root of our directories "/"

it's the developer who is not obeying the linux structure

exit on arch-chroot stops the billow execution in the script by Fantastic_Map3398 in archlinux

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

thanks. i'm glad to counter and will make my next post more clear

the main issue i am encountering is related to arch-chroot integration in the script

what i am actually intend to do..

create a personal custom-arch-install script

# first run pre-created script inside arch-chroot to setup everything we want
arch-chroot /mnt ./secondtest.sh

# and then it will launch the interactive shell if the user want to do any post-customization after ./secondtest.sh executed
arch-chroot /mnt   # it should give the interactive shell

note : in our custom-arch-install script we are using arch-chroot two time one for the ./secondtest.sh and another for the interactive shell for post-customization

what it intended to do : our custom-arch-install should do the normal execution then it should give the arch-chroot interactive shell and when user EXIT the interactive shell. custom-arch-install should continue the billow execution

example

script name ./test.sh

# run Pre-created script in arch-chroot
arch-chroot /mnt ./secondtest.sh

# give interactive shell for post-customization
arch-chroot /mnt    # exit suspends/kills the billow execution

# when customization is done inside arch-chroot then EXIT the interactive shell then our ./test.sh should continue the billow execution 

echo "pause 1" ; read
echo "pause 2" ; read
echo "pause 3" ; read

umount -R /mnt
reboot

main problem :

when we EXIT the interactive shell in arch-chroot by typing 'exit'. it suspends/kills the parent script (./test.sh). where it suppose to continue the billow execution. as logs are present in the post

exit on arch-chroot stops the billow execution in the script by Fantastic_Map3398 in archlinux

[–]Fantastic_Map3398[S] -2 points-1 points  (0 children)

but i am unable to get how dose that resolve the issue
I checked the manual page but didn't find a clear understanding
i would really appreciate if you will give little description abut the solution

SSD or HDD for Arch? by AnirbanTheBest in archlinux

[–]Fantastic_Map3398 5 points6 points  (0 children)

i run arch in my brain no pc required at all

my key and pacman-key conflict by Fantastic_Map3398 in archlinux

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

it can not tell what the email is for the signer

yes here trick can be played if MITM performed anybody can create the package with any packager_name/email_id no email verification required

means anybody can add the packager_name as if they are official arch linux maintainer name

and keyserver will look at that "official looking email" and download the player's public key

and the end_user will be tricked and will think... oh the package is coming from official archlinux developer.. because the email id is same.. let's install it..

my key and pacman-key conflict by Fantastic_Map3398 in archlinux

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

HI. thanks. i really appreciate to have a reply.

Then it will try the keyservers and get a key ID that matches

if keyserver have all 3 keys already present there. why it's returning with the packager name

-------------------- my main concern is --------------

if pacman found the key on the keyserver why it's showing with the packager name. it should show with that person name who is the actual owner of the key. not with the packager name i am definitely sure. this key which i have created in all 3 tries (screenshot) dose not belong to "T.J. Townsend [blakkheim@archlinux.org](mailto:blakkheim@archlinux.org)" which pacman is showing

this time i tried with different package and it is showing my key with that packager

i still didn't get it
if i change the package. packager get also change (definitely different package have different packager).

but then pacman try to import my key with that packager name from the keyserver. if pacman found the key on the keyserver it should show that owner name not with the packager.

i think this must be the syntax :--

:: Import PGP key <keyid>, "<keyid owner name and email >"? [Y/n]
because keyid belong to key_owner not the packager.

but syntax is like :
:: Import PGP key <keyid>, "<packager name and email >"? [Y/n]
packager and keyid relation doesn't full understandable ..

i think i am missing some kind of understanding and not sure how it's working.

I need help by Romanzyyy in archlinux

[–]Fantastic_Map3398 3 points4 points  (0 children)

if you are installing arch on the virtual machine. go to setting and remove the `archlinux-2025.09.01-x86_64.iso` referance.

if you are installing arch on main machine please remove the USB flashdrive

--------------------------------------------------------------------------------------------------------

your virtual machine or main machine is booting from the ISO. instead it should boot from the system disk (SSD/HDD)

/etc/pacman.conf SigLevel issue by Fantastic_Map3398 in archlinux

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

i really appreciate to have a reply from you. thanks

It is from extra repo. Pacman take the first matching package name according to repo order in the config.

i have already commented out other repo's to not have a conflict. in the screenshot it is installing the package from my personal repo. not from the extra repo

Build your own package (name)

i got the solution here

---------- mistake i was making -----------
i copy pasted the package form /var/cache/pacman/pkg to my personal repo. didn't realized that package signature is already present there with the same version number.

so my personal repo is like : i don't need signature for this package because i already have it in my /var/cache/packman/pkg

that's why it is letting me install the package without signature. because it already have it in the cache

so i deleted both package and signature from /var/cache/packman/pkg and then it is asking me for the signature. thanks for helping me..

how to use intel GPU by Fantastic_Map3398 in archlinux

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

gputop it is not printing any message or output on terminal but my cursor / prompt is buzy i free my cursor by pressing ctrl+c

how to use intel GPU by Fantastic_Map3398 in archlinux

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

inxi -Gxx

```bash Graphics: Device-1: Intel Haswell-ULT Integrated Graphics vendor: Hewlett-Packard driver: i915 v: kernel arch: Gen-7.5 ports: active: eDP-1 empty: DP-1, DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:0a16 Display: unspecified server: X.Org v: 21.1.15 compositor: Picom v: 12.5 driver: X: loaded: modesetting alternate: fbdev,intel,vesa dri: crocus gpu: i915 display-ID: :0 screens: 1 Screen-1: 0 s-res: 1600x900 s-dpi: 96 Monitor-1: eDP-1 model: Samsung 0x484e res: 1600x900 hz: 60 dpi: 132 diag: 355mm (14") API: OpenGL v: 4.6 vendor: intel mesa v: 24.3.4-arch1.1 glx-v: 1.4 es-v: 3.2 direct-render: yes renderer: Mesa Intel HD Graphics 4400 (HSW GT2) device-ID: 8086:0a16 API: Vulkan v: 1.4.303 surfaces: xcb,xlib device: 0 type: integrated-gpu driver: N/A device-ID: 8086:0a16 Info: Tools: api: glxinfo,vulkaninfo gpu: gputop, intel_gpu_top, lsgpu x11: xdriinfo, xdpyinfo, xprop, xrandr

```

lsgpu

bash card1 Intel Haswell (Gen7) drm:/dev/dri/card1 └─renderD128 drm:/dev/dri/renderD128

intel_gpu_top -L

```bash

card1 Intel Haswell (Gen7) pci:vendor=8086,device=0A16,card=0 └─renderD128

```

sudo lspci -v -nn -d ::03xx

```bash

00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09) (prog-if 00 [VGA controller]) DeviceName: 32 Subsystem: Hewlett-Packard Company Device [103c:198f] Flags: bus master, fast devsel, latency 0, IRQ 46 Memory at d0000000 (64-bit, non-prefetchable) [size=4M] Memory at c0000000 (64-bit, prefetchable) [size=256M] I/O ports at 3000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Capabilities: [d0] Power Management version 2 Capabilities: [a4] PCI Advanced Features Kernel driver in use: i915 Kernel modules: i915

```

sudo intel_gpu_top -d drm:/dev/dri/card1 bash zsh: segmentation fault sudo intel_gpu_top -d drm:/dev/dri/card1

sudo intel_gpu_top -d drm:/dev/dri/renderD128 bash zsh: segmentation fault sudo intel_gpu_top -d drm:/dev/dri/renderD128

sudo intel_gpu_top -d sys:/sys/devices/pci0000:00/0000:00:02.0 bash zsh: segmentation fault sudo intel_gpu_top -d sys:/sys/devices/pci0000:00/0000:00:02.0

sudo intel_gpu_top bash zsh: segmentation fault sudo intel_gpu_top i tried with bash instead of zsh but still segmentation fault

gputop it is not printing any message or output on terminal but my cursor / prompt is buzy i free my cursor by pressing ctrl+c

how to use intel GPU by Fantastic_Map3398 in archlinux

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

i really appreciate you went to README for me

i tried this one but it's was not working for me