8
Mount Icons for additional HDDsview story

https://bbs.archlinux.org – Right-click on the desktop and look for an option for creating a shortcut. Then just alter the target to point to your drives mount point (folder). If you prefer the terminal, look into the ln command. anonymous_user https://bbs.archlinux.org/profile.php?id=28548 2013-03-07T00:52:11Z (HowTos)

8
New user coming from Debianview story

https://bbs.archlinux.org – If you do not have time to read the wiki and manual, you will experience a great deal more breakage - and waste a lot more time - than you need to.That said, if you did not have time to keep Debian up to date, why on Jupiter did you choose Arch?I do not mean to be unwelcoming. Of course, you are most welcome, if you really want to use Arch. But do you? (HowTos)

8
need installation helpview story

https://bbs.archlinux.org – Do you have anything on the drive which you need? If so, back it up immediately if you can.Did you mean that you typedmkfs.ext4 /dev/sda1? That's not what you said but it seems somewhat more plausible.Only troubleshoot the drive if you have everything off it that you need. cfr https://bbs.archlinux.org/profile.php?id=54639 2013-03-07T00:23:18Z (HowTos)

8
Window manager vs desktop environment - some specific queriesview story

https://bbs.archlinux.org – rajagopal87 wrote:2 > Logically i assume, the actions/events/methods provided by a widget depends on the toolkit the programmer uses... if that is true, then how is this taken care by the window manager? or how do these programs (QT gui, GTK gui) work together under a single WM/DE??I think you are confusing different "levels". (HowTos)

8
confused about lvm uefi partition requirementsview story

https://bbs.archlinux.org – I think your EFI partition must be outside the lvm. As far as I know, you cannot include that partition in the lvm itself because the firmware needs to find the ESP and it will not know about lvm and such./boot can just be a sub-directory of / in the lvm. (Assuming you are not encrypting the disk, of course.) cfr https://bbs.archlinux.org/profile.php?id=54639 2013-03-07T00:18:10Z (HowTos)

8
KDE Settings not updatingview story

https://bbs.archlinux.org – Hello,After a few months of testing other distros, I came back to Archlinux yesterday and did a clean install with a minimal install of KDE just as instructed on the wiki.  I find that when I use the any of the Appearance options to change themes or fonts newly installed items won't appear on the list regardless of how they were installed until I log our of the current session and back i (HowTos)

8
Possible to stream HDMI Input into a desktop window?view story

https://bbs.archlinux.org – Hey,i had the idea to stream the output of my Windows 7 Box (DVI or HDMI) into a desktop window on my Arch Linux box (much like a VM, but with a real machine). Is this possible with a capture card? I want to bypass the latency of vnc and such, but i dont want to record the output. (HowTos)

8
Python, FIFO and monsterwmview story

https://bbs.archlinux.org – Why don't you do everything in one Python script?Use subprocess.Popen to run monsterwm and pipes instead of a fifo progandy https://bbs.archlinux.org/profile.php?id=60261 2013-03-06T14:06:54Z (HowTos)

8
Working with Archview story

https://bbs.archlinux.org – Arch is great :- install stuff- read wiki page (often way better than official doc)- google error message (if any)- find [SOLVED] thread on forum (often first google result)- - PROFIT !Really I find it amazing, for every single problem I had with my setup, I found a solution either from the forum or the wiki.I just want to say thanks to the community See you,~ktr Kooothor https://bbs.arch (HowTos)

8
makepkg and pkgbuild - list dependenciesview story

https://bbs.archlinux.org – Read the package's documentation. Usually the authors will list the build dependencies in the README or INSTALL file, or possibly somewhere on the package's website. Then it's up to you to find the Arch/AUR packages that fulfill those dependencies. jakobcreutzfeldt https://bbs.archlinux.org/profile.php?id=48725 2013-03-06T14:40:12Z (HowTos)