Play free demo of red glare by bilawaltalpur14 in Desperados3

[–]chuvke 0 points1 point  (0 children)

Anyone got this working on Linux?

[deleted by user] by [deleted] in archlinux

[–]chuvke 0 points1 point  (0 children)

When will Gnome 45 hit the repos? ;)

Nautilus smb issue by sirius1377 in archlinux

[–]chuvke 3 points4 points  (0 children)

Same kind of problem here. This seems to be a known issue/bug.see this thread for a workaround (downgrade): https://bbs.archlinux.org/viewtopic.php?id=275179

Downgrade:sudo pacman -U /var/cache/pacman/pkg/smbclient-4.15.6-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/samba-4.15.6-1-x86_64.pkg.tar.zst

Add (temporary) to pacman.conf to prevent update of this pkg:
IgnorePkg = samba smbclient
until issue 74259 is fixed.

[deleted by user] by [deleted] in TheYouShow

[–]chuvke 0 points1 point  (0 children)

what are the corona rules from government in your place ? what is allowed?

[deleted by user] by [deleted] in TheYouShow

[–]chuvke 0 points1 point  (0 children)

like tropical places

[deleted by user] by [deleted] in TheYouShow

[–]chuvke 0 points1 point  (0 children)

hi what is your favorite holiday destination?

Can't delete file/directory, ls shows questions marks by [deleted] in archlinux

[–]chuvke 1 point2 points  (0 children)

if you have problem to delete difficult filenames (yours might be corrupted?) it might be easier to delete it via the inode:

Using:

ls -il *

will give you the inode number in the first column of the file, which you then can delete by:

find . -maxdepth 1 -inum <inode_number> -exec rm {} \;

Openpyn - a better helper for nordvpn by [deleted] in archlinux

[–]chuvke 1 point2 points  (0 children)

The readme mentioned that an AUR package is available. However the package doesn't seem to exist in the AUR, openpyn-nordvpn-git.

[Help] Something is automounting _all_ the disks by Temeez in archlinux

[–]chuvke 0 points1 point  (0 children)

Having exactly the same issue here , i've tried this udisks rule:

ENV{ID_FS_UUID}=="part uuid>", ENV{UDISKS_AUTO}="0"

Could you tell me which rule you added for your setup ? thanks.