โ prev | next โ
Jasikakalina23 2022-08-12 11:37:51
I have a question
How can I find out size of an already installed applications??
That how much disk space is acquired by the application
p87726 2022-08-12 11:43:23
Jasikakalina23 2022-08-12 11:37:51
I have a question
How can I find out size of an already installed applications??
That how much disk space is acquired by the application
pacman -Qi <package name>
Look at the “Installed size” part
Jasikakalina23 2022-08-12 11:45:45
p87726 2022-08-12 11:43:23
pacman -Qi <package name>
Look at the “Installed size” part
Got it ๐ thankyou
okhsunrog 2022-08-12 11:48:40
You don’t get the sizes of app’s data and dependencies through
Jasikakalina23 2022-08-12 11:53:57
okhsunrog 2022-08-12 11:48:40
You don’t get the sizes of app’s data and dependencies through
How to get these
p87726 2022-08-12 12:04:26
Jasikakalina23 2022-08-12 11:53:57
How to get these
You can also see the dependencies using pacman -Qi. So, just do the same thing with each of the dependencies.
Or, install expac & run this command:
expac -S -H M ‘%n’ <package name>
il_muflone 2022-08-12 12:28:12
devraymondsh 2022-08-12 11:22:48
Disk detective or cables damaged
devraymondsh 2022-08-12 12:37:06

I thinks it’s dead now
il_muflone 2022-08-12 12:38:07
install badblocks into the iso and run
badblocks -vs /dev/sda
JF049 2022-08-12 12:39:59
badblocks is a good program to mark damaged disk sectors for a partition or the whole disk, and you can incorporate that badblocks list into ext4 partition
alokmystic 2022-08-12 15:34:17

Icons of some categories (like Settings, Accessories etc) missing in default Adwaita theme. How to fix this?
cubementore 2022-08-12 15:35:16
alokmystic 2022-08-12 15:34:17
Icons of some categories (like Settings, Accessories etc) missing in default Adwaita theme. How to fix this?
install any icons theme that is not adwaita
alokmystic 2022-08-12 15:37:37
cubementore 2022-08-12 15:35:16
install any icons theme that is not adwaita
But in other distro even in Adwaita theme icons are not missing. This issue is with file in arch repository or with xfce?
il_muflone 2022-08-12 15:43:42
alokmystic 2022-08-12 15:34:17
Icons of some categories (like Settings, Accessories etc) missing in default Adwaita theme. How to fix this?
Is hicolor theme installed?
Only_A_XZJ 2022-08-12 16:34:13
tomazcanabrava 2022-08-12 10:50:48
see the journalctl, we can’t know from the errors on systemctl.
okay thank u
Do Hoang 2022-08-12 16:34:48
alokmystic 2022-08-12 15:37:37
But in other distro even in Adwaita theme icons are not missing. This issue is with file in arch repository or with xfce?
is because of xfce and also adwaita ,so i would suggest use greybird-gtk theme with elementary icon pack, they are recommended by xfce team
fabiscafe 2022-08-12 16:54:23
alokmystic 2022-08-12 15:37:37
But in other distro even in Adwaita theme icons are not missing. This issue is with file in arch repository or with xfce?
It’s only since a few versions that on gnome the icons are part of the application and not included in the adwaita icon pack anymore. So other distros might have the old version or repack the icons.
alokmystic 2022-08-12 17:14:29
il_muflone 2022-08-12 15:43:42
Is hicolor theme installed?
No, hicontrast is installed. I want to keep it minimalistic so I haven’t installed any theme. Adwaita and high contrast are installed by default.
il_muflone 2022-08-12 17:15:10
alokmystic 2022-08-12 17:14:29
No, hicontrast is installed. I want to keep it minimalistic so I haven’t installed any theme. Adwaita and high contrast are installed by default.
then you have to install the icon theme
adwaita doesn’t provide icons for everything
il_muflone 2022-08-12 17:16:04
btw: adwaita-icon-theme depends on hicolor-icon-theme
are you using Arch?
alokmystic 2022-08-12 17:17:14
il_muflone 2022-08-12 17:16:04
btw: adwaita-icon-theme depends on hicolor-icon-theme
are you using Arch?
Yes, I am using vanilla arch not any arch based distro.
il_muflone 2022-08-12 17:17:36
alokmystic 2022-08-12 17:17:14
Yes, I am using vanilla arch not any arch based distro.
then you cannot have adwaita-icon-theme without hicolor-icon-theme
ghostinthewire 2022-08-12 17:17:57
how do I prevent the kernel to update, I just want to update everything except the kernel as kernel update breaks my wifi driver..
C0rn3j 2022-08-12 17:18:12
ghostinthewire 2022-08-12 17:17:57
how do I prevent the kernel to update, I just want to update everything except the kernel as kernel update breaks my wifi driver..
Can you link the bug report?
ghostinthewire 2022-08-12 17:18:29
m8 read the msg
grazzolini 2022-08-12 17:19:36
ghostinthewire 2022-08-12 17:17:57
how do I prevent the kernel to update, I just want to update everything except the kernel as kernel update breaks my wifi driver..
I would suggest you use the lts kernel instead. Keeping a kernel from updating indefinitely will cause you issues in the long run
il_muflone 2022-08-12 17:19:37
ghostinthewire 2022-08-12 17:17:57
how do I prevent the kernel to update, I just want to update everything except the kernel as kernel update breaks my wifi driver..
๐ฏ + ๐งจ = ๐ฅ
ghostinthewire 2022-08-12 17:20:13
grazzolini 2022-08-12 17:19:36
I would suggest you use the lts kernel instead. Keeping a kernel from updating indefinitely will cause you issues in the long run
like what issue?
mrsnailo 2022-08-12 17:20:14
any timeshift user around, i want grub to update automatically when i take a snap. How can i implement that ?
grazzolini 2022-08-12 17:21:30
ghostinthewire 2022-08-12 17:20:13
like what issue?
The rest of the base system will get update but the kernel and drivers won’t. That’s a security issue right there. But there might be issues too with the system requiring new code from the kernel, but you won’t have it, since it’s outdated.
jonathn 2022-08-12 17:35:25
ghostinthewire 2022-08-12 17:17:57
how do I prevent the kernel to update, I just want to update everything except the kernel as kernel update breaks my wifi driver..
Which wifi driver?
ghostinthewire 2022-08-12 17:35:46
jonathn 2022-08-12 17:35:25
Which wifi driver?
it’s an kernel module https://github.com/lwfinger/rtw8852be
jonathn 2022-08-12 17:36:26
ghostinthewire 2022-08-12 17:35:46
it’s an kernel module https://github.com/lwfinger/rtw8852be
You need to update your copy, builds have been fixed already. https://github.com/lwfinger/rtw8852be/commit/4cff135d9e661d7bcbd4178ab5a1b1bef4e7279c
ghostinthewire 2022-08-12 17:37:16
jonathn 2022-08-12 17:36:26
You need to update your copy, builds have been fixed already. https://github.com/lwfinger/rtw8852be/commit/4cff135d9e661d7bcbd4178ab5a1b1bef4e7279c
ikr
jonathn 2022-08-12 17:37:54
ghostinthewire 2022-08-12 17:37:16
ikr
Sure. Just rebuild the AUR package to use the latest commit.
โ prev | next โ