2015-07-22 05:58:28 -0600 | answered a question | Manage VPN from systemd and GUI
|
2015-05-28 09:29:41 -0600 | answered a question | No valid Boot loader... If you are installing on UEFI you have to create partition with mount point /boot/efi. When you make custom partitioning you have to do it by hand else anaconda does it for you. Problem could be if you don't have GPT because it should be used for UEFI installation (consider reformating disk in that case). |
2015-05-28 09:29:31 -0600 | commented question | gnome does not start after install fresh F22 You can try to run system with nomodeset (add it to kernel line in grub). Or if you have two graphic cards try to disable external one. |
2015-05-28 09:29:22 -0600 | answered a question | Fedora 22 + Win7 dual boot on separate disks. No bootloader. You can try to boot directly from secondary disc (or set it in bios) this should work. Anaconda probably used mbr from disk where you installed Fedora (sdb?). You can set it during installation in Installation destination it is on bottom left - Full disc summary and bootloader... -> Choose primary disc (both discs must be marked as destination for installation) and click on Set as Boot Device. Then it should boot to grub (where should be both Fedora and Windows). On already installed system you can use command grub2-install <device> that will amend mbr of <device> so it will boot to grub from running system. |
2015-05-28 09:29:10 -0600 | answered a question | Substituting left super key for shell overlay. It can be set in settings->keyboard->Shortcuts->System->Show overview. Or you can use Alt+F1 by default. |
2013-08-28 06:56:59 -0600 | received badge | ● Teacher (source) |
2013-08-28 06:15:17 -0600 | answered a question | Desktop background cannot be changed from default Hi, which way are you trying to change the background? There are more ways to do that, try them: 1. Change it in Settings (menu in upper right corner) -> Background -> click on the picture with current background -> choose new. 2. In file manager (Nautilus) -> go to the Folder with desired picture -> right click on it and choose "Set as Wallpaper" 3. In terminal use: $ gsettings set org.gnome.desktop.background picture-uri <path to="" the="" picture=""> If some of above don't work, please fill a bug into bugzilla.redhat.com or bugzilla.gnome.org (upstream). |