-
as seen on Super User
- Search for 'Super User'
If I browse to comics.com using konqueror under KDE on Fedora 11, X will, after a delay, lock up. The mouse will move, but no keyboard input is recognized, and the screen does not react to the mouse passing over objects on screen. I am able to ssh into the machine and issue shutdown -r now and have…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have set up a VirtualBox Fedora 11 (i386) guest on my Fedora 11 (x86_64) host system with shared folders enabled. I mount the shared folder successfully with the recommended "mount -t vboxsf share /shareddir -o rw,exec,uid=500,gid=100" command. I can successfully read and write files in the share…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have added repository and at the time of commit I get error as error: abort: no username supplied (see "hg help config"). I am not getting Mercurial.ini file on my local as well. Does anyone know how I can resolve this error on Fedora?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I need to install Fedora 11 in my monitor-less linux box which is running some where in a data center. I will use Fedora 11 as a virtual machine.
What I already know/have:
1) How to create LVM partitions and create ext3 filesystem
2) Mount the LVM partition and ISO image
3) Run the partition…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting some weirdness with QtRuby when using a TableWidget. The table widget loads, but when you click on the elements in the row, the app segfaults and crashes.
require 'Qt4'
class SimpleModel < Qt::AbstractTableModel
def rowCount(parent)
return 1
end
def columnCount(parent)
…
>>> More