Fedora 18 Finally Released


Recommended Posts

I like it, that looks very smart and professional, I could live with a desktop like that, my grumble with Fedora is it seems to take a lot of effort to achieve the same things that are moderately easy to do in other distros

I know its all a learning thing, once you learn its easy enough, but not having options on right click such as 'Root menu' to open nautilus as root etc got on my nerves fairly quickly

Yeah fedora is a more intermediate distro, whilst ubuntu is aimed at being as beginner-friendly as possible. This, combined with the fact that red hat is completely against including any patent encumbered software makes some aspects of fedora less userfriendly than a distro like ubuntu. But it doesn't take *that* much work to get a setup like that in fedora.

For the font rendering, there's the infinality freetype packages, and they have a fedora repo making them easy to install: http://www.infinalit...ity-repository/ Infinality is also very customizable, and you can set it to have any style font rendering you wish (Windows style, OSX style, Ubuntu style etc...)

For media codecs and such, they can all be found in the rpmfusion repo: http://rpmfusion.org/

and the rest of my setup is just a gnome-shell theme and icons which are easy to install, copy icons to /usr/share/icons, copy themes to /usr/share/themes etc...

The default nautilus in fedora 18 does have some annoying omissions such as no "New Document" in the right click menu (known bug that's fixed upstream in gnome 3.7), but you can get that back by creating an empty text file in the "templates" folder. You can get right click "open in terminal" by installing the nautilus-open-terminal package from the repos, and there's probably a package for right click open as root too (I haven't checked though, but I *think* the beesu package in the repos has some optional nautilus scripts that can put this in the right click menu).

after updating the kernel from 3.6 something to 3.7 something (via autouptade i guess), it still boots but then i try to start firefox and the whole system freezes (with graphical glitches). that happens only with firefox, i can start other apps normaly...

It's the icedtea-web plugin.

But disable it isn't enough. You must uninstall it. There is a bug in bugzilla.

also i started making this today lol




# This is a script setting up Fedora the way I like it

# Remove software that I don't want
yum remove brasero evolution rhythmbox firefox

# Update fedora
yum update

# Install repos
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
echo "[google]
name=Google Chrome 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64" >> /etc/yum.repos.d/google.repo'
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo


# Install Internet stuff
yum -y install google-chrome-stable pidgin pidgin-guifications xchat filezilla


# Install office and design applications
yum -y install kate gimp nautilus-image-converter nautilus-sound-converter nautilus-open-terminal libreoffice AdobeReader_enu

# Install administration tools
yum -y install gparted gnome-tweak-tool unrar

# Install media apps
yum -y install vlc

# Install desktop customisation tools and eyecandy
yum -y install cairo-dock cairo-dock-plug-ins


# Install Flash
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum -y install flash-plugin

# Install Virtual Box
yum -y install dkms gcc kernel-devel VirtualBox-4.1

# misc Installs
yum -y install faenza-icon-theme

[/CODE]

not finished yet and apps done by memory as at work today lol

Also not been tested because as i say not at my own computer

Yeah fedora is a more intermediate distro, whilst ubuntu is aimed at being as beginner-friendly as possible. This, combined with the fact that red hat is completely against including any patent encumbered software makes some aspects of fedora less userfriendly than a distro like ubuntu. But it doesn't take *that* much work to get a setup like that in fedora.

For the font rendering, there's the infinality freetype packages, and they have a fedora repo making them easy to install: http://www.infinalit...ity-repository/ Infinality is also very customizable, and you can set it to have any style font rendering you wish (Windows style, OSX style, Ubuntu style etc...)

For media codecs and such, they can all be found in the rpmfusion repo: http://rpmfusion.org/

and the rest of my setup is just a gnome-shell theme and icons which are easy to install, copy icons to /usr/share/icons, copy themes to /usr/share/themes etc...

The default nautilus in fedora 18 does have some annoying omissions such as no "New Document" in the right click menu (known bug that's fixed upstream in gnome 3.7), but you can get that back by creating an empty text file in the "templates" folder. You can get right click "open in terminal" by installing the nautilus-open-terminal package from the repos, and there's probably a package for right click open as root too (I haven't checked though, but I *think* the beesu package in the repos has some optional nautilus scripts that can put this in the right click menu).

Thanks for that, I might give F18 another shot in VMWare later today armed with the disable 3D Acceleration info and your tips and see how I get on

I don't mind intermediate as long as it eventually makes sense :)

and there's probably a package for right click open as root too (I haven't checked though, but I *think* the beesu package in the repos has some optional nautilus scripts that can put this in the right click menu).


yum install nautilus-gksu
[/CODE]

should work, might have to log out and back in


yum install nautilus-gksu
[/CODE]

should work, might have to log out and back in

Last time I checked fedora does not have gksu in its repos, but instead an alternative called beesu. so for fedora [b][font=Consolas, Monaco,]yum install beesu nautilus[/font][font=Consolas, Monaco,]-[/font][font=Consolas, Monaco,]beesu[/font][font=Consolas, Monaco,]-[/font][/b][font=Consolas, Monaco,][b]manager[/b] should do the trick.[/font]

twice now i have booted to the live cd in Virtual box and went to do an install and both times after an hour was only at 30% installed

hoping its not gonna do this when i install it on SSd in a few weeks

Got it installed, but when getting the ATI drivers installed it wont save my dual screen config and just keeps going back to mirror after a reboot - I also read there is an issue with security signing with alot of software atm, like Google Chome won't install

Got it installed, but when getting the ATI drivers installed it wont save my dual screen config and just keeps going back to mirror after a reboot - I also read there is an issue with security signing with alot of software atm, like Google Chome won't install

install downloaded packages via the terminal to workaround the gpg key issues: yum localinstall packagename.rpm, it should automatically prompt to import the gpg key (installing packages via double clicking on the rpm should do this too, but the bug you mentioned is a packagekit bug which is why its not working via the gui atm). To skip key check completely you can do: yum --nogpgcheck localinstall packagename.rpm.

And with google chrome its possible to add the chrome repo first and install it right from the repo: http://www.if-not-tr...a-red-hat-rhel/

install downloaded packages via the terminal to workaround the gpg key issues: yum localinstall packagename.rpm, it should automatically prompt to import the gpg key (installing packages via double clicking on the rpm should do this too, but the bug you mentioned is a packagekit bug which is why its not working via the gui atm). To skip key check completely you can do: yum --nogpgcheck localinstall packagename.rpm.

And with google chrome its possible to add the chrome repo first and install it right from the repo: http://www.if-not-tr...a-red-hat-rhel/

got it thanks! - Now just to stop my graphics card from mirroring my screens instead of extending.

got it thanks! - Now just to stop my graphics card from mirroring my screens instead of extending.

extends by default for me in f18 (plugged it into my tv via hdmi last night to watch a movie and thats what it did, fresh install of f18). It also seems to remember the setting when I unplug/replag the hdmi cable, but I'm on intel graphics :) I've heard nvidia/ati's proprietary drivers tend to do weird things with dual monitors lol.

did a net install to the VM

went through it fine said all done and i should reboot, closed down the VM and reopened it and i get

Welcome to GRUB

then a black screen and it goes no further

Thanks! I finally have an excuse to mess with Linux again, and to convince my friend to try it!

Fedora is the best tweak OS that is actually convenient out of the box. I love the concepts behind Slackware and such, but not having a package manager is uuugh... and I just can't be arsed to set up Arch every time I screw it up.

did a net install to the VM

went through it fine said all done and i should reboot, closed down the VM and reopened it and i get

Welcome to GRUB

then a black screen and it goes no further

Working fine for me. Here's a screenshot that contains some of the details, but here's the basics of my setup.

Host OS: Ubuntu Linux 12.10 64 bit

VirtualBox 4.2.6 64 bit with exetnsion pack installed.

Used the Gnome Live disc from the Fedora website. Gnome 3 is a bit sluggish in this VM, probably something to do with me using the open source graphics drivers since AMD doesn't support my card on Linux any more, but it is functional enough to play around with it.

post-125978-0-76547900-1358578441.png

Got it done eventually

kept getting a grub error its a known bug so got it fixed

now working on my setup script so i can install F18 on SSD in a few weeks run the script and leave it to set itself up

I now have my Fedora Setup Scripts done for new installs for me

I tried them out on a VM and they make a big difference lol

Still gonna see if i can add more Customisations to them


# This is a script will remove the apps i dont want, install additional repos and update the system

# Remove software that I don't want
yum -y remove brasero evolution rhythmbox firefox cheese empathy gnome-games shotwell sound-juicer



# Install repos
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
echo "[google]
name=Google Chrome 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64" >> /etc/yum.repos.d/google.repo
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux# Update fedora
yum -y update
[/CODE]

[CODE]
# This will install additional software that i use
# Install Internet stuff
yum -y install google-chrome-stable pidgin pidgin-guifications xchat filezilla

# Install office and design applications
yum -y install kate gimp nautilus-image-converter nautilus-sound-converter nautilus-open-terminal libreoffice

# Install administration tools
yum -y install gparted gnome-tweak-tool unrar

# Install media apps
yum -y install vlc

# Install desktop customisation tools and eyecandy
yum -y install cairo-dock cairo-dock-plug-ins


# Install Flash
yum -y install flash-plugin

# misc Installs
yum -y install faenza-icon-theme
# Install Virtual Box
yum -y install dkms gcc kernel-devel VirtualBox-4.1
[/CODE]

Aergan do u get as far as login screen or do u get Welcome to grub then nothing?

On another note i just used FEDUP to upgrade from 17 to 18 and all went through fine :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Flameshot 14.0 Final by Razvan Serea Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. Using Flameshot is as simple as launching, dragging the selection box to cover the area you want to capture, making annotations as needed in on-screen and saving the shot to your computer, all with a very simple and straightforward interface. Flameshot allows users to simply upload their screenshots directly to the cloud in order to easily share it with others. You can upload your image directly to Imgur with a single click and share the URL with others. In-app screenshot editing - You can choose to add an arrow mark, highlight text, blur a section (blur or pixelate an area), add a text, draw something, add a rectangular/circular shaped border, add an incrementing counter number, and add a solid color box with Flameshot's built-in editing tools. Command-line interface (CLI) - Flameshot has several commands you can use in the terminal without launching the GUI via a command line interface. The command line interface lets you script Flameshot and use it as the subject of key binds. Flameshot 14.0 release notes: This release brings major improvements to multi-monitor support, fractional scaling support, new capture workflows, and a long list of bug fixes across all platforms. Changelog: New Multi-Monitor Capture Workflow New monitor selection screen before capture for better multi-monitor and mixed-scaling support. Option to auto-capture the monitor under the cursor (X11 & Windows). Tray menu can directly select a monitor. Linux Improvements XDG Desktop Portal is now the primary screenshot method. Added legacy X11 fallback option for minimal window managers. New D-Bus capture API for scripting and automation. Windows Enhancements Global screenshot hotkeys now supported (not limited to Print Screen). New portable mode stores settings next to the executable. Clipboard now always uses PNG format for better compatibility. CLI & Platform Updates Redesigned flameshot screen command with per-monitor capture support. Added native Nix Flake support. More compact launcher UI and improved update notifications. Major Fixes Multiple Wayland stability fixes, including KDE Plasma crash fixes. Clipboard compatibility improvements for GNOME, Wayland, X11, Windows, and macOS. Fixed D-Bus hangs, capture crashes, and HiDPI region issues. Other Changes Dropped Ubuntu 20.04 (Focal) support. Updated translations and build infrastructure. Intel macOS builds are no longer provided. [full release notes] Download: Flameshot 14.0 | 18.1 MB (Open Source) Download: Flameshot Portable | 53.0 MB Links: Flameshot Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Helium Browser 0.13.4.1 by Razvan Serea Helium is a private, fast, and honest Chromium-based web browser — built for people, with love. It offers the best privacy by default, unbiased ad-blocking, and a clean experience free from bloat and noise. Proudly based on Ungoogled-Chromium, Helium removes Google’s clutter while keeping a fast, efficient development pipeline. With thoughtful touches like native !bangs and split view, Helium is a people-first, fully open-source browser that puts control back in your hands. Privacy, security, and control come first. Ads, trackers, and third-party cookies are blocked automatically, HTTPS is enforced everywhere, and all Chromium extensions work seamlessly — while Google can’t track your activity. Helium’s 13,000+ offline-ready !bangs let you jump straight to sites or AI tools like ChatGPT instantly. Open-source, people-first, and unbiased, Helium delivers a browsing experience that’s fast, secure, and free from noise, ads, and compromises. Helium Browser key features: Performance Fast, efficient, and lightweight — built on Chromium’s optimized engine. Energy-saving and consistent — stays fast over time without slowing down. No bloat — stripped of unnecessary components for maximum speed. Minimalist interface — compact, clean, and distraction-free. Customizable toolbar — hide elements you don’t need. Smooth and stable — no flicker, lag, or animation glitches. Comfort-focused experience — intuitive and unobtrusive. Privacy & Security Best privacy by default — blocks ads, trackers, phishing, and third-party cookies. Unbiased ad-blocking — powered by community filters and uBlock Origin. No telemetry or analytics — zero background web requests on first launch. Strict HTTPS enforcement — warns for insecure sites. Passkeys supported — modern authentication made simple. No built-in password manager or cloud sync — your data stays yours. Extension Compatibility Full Chromium extension support — including MV2 extensions. Anonymized Chrome Web Store requests — Google can’t track extension installs. Extended MV2 support — maintained for as long as possible. Smart Features Native !bangs — browse faster using 13,000+ offline-ready shortcuts. AI integration — use !chatgpt and others directly from the address bar. Offline functionality — bangs work without an Internet connection. Philosophy People-first design — open source, transparent, and community-driven. No ads, no noise, no bias — privacy and honesty over profit. Helium Browser 0.13.4.1 changelog: 0a4f1149 revision: bump to 4 (#1969) 4848de1f helium/core: enable the chromium screenshot feature (#1968) e0dec3f5 onboarding: integrate strings to i18n system (#1948) 417fa5bc i18n: fix newline parsing for onboarding 7a339b39 i18n: add foraged translations for onboarding 4f090cff i18n/generate: add handling for onboarding strings bfe48d58 i18n_apply: manually override parent grd logic for onboarding strings ab214e3c onboarding: bump in deps, wire up grdp afa6a059 helium/core: disable pdf infobar feature (#1965) eba585e7 helium/ui/vertical: fix new tab button alignment and icon size (#1964) 6ecfc9e0 helium/ui/tabs: fix horizontal tab hover background color (#1963) 3db87dc0 helium/ui/tabs: fix new tab button hover/press colors (#1962) 6bbdcc3e helium/ui: improve tab group UI in all layouts (#1961) 53deb314 helium/ui/tabs: enable tab group hover cards e93aece7 helium/ui/vertical: fix tab group appearance, prevent line overlap 629f5495 helium/ui/tabs: restore solid group header colors, enable new colors 961c962e helium/ui/tabs: move horiz tab group underline to bottom, make it thick c96deab6 merge: update to chromium 149.0.7827.155 (#1959) 36db56b4 i18n: update source.gen.json 5ce006ae patches: refresh for chromium 149.0.7827.155 b4c1ea62 merge: update ungoogled-chromium to 149.0.7827.155 4e5e8671 Update to Chromium 149.0.7827.155 08a3e7da helium/ui/layout: disable mute on collapsed vertical tabs (#1778) a0a5bbaf helium/core: simplify context menu and prevent huge widths (#1951) c4732aac devutils/i18n: add forage command (#1944) 11d16986 devutils/i18n: add an option to translate using local CLI tools (#1942) d820c3a2 i18n/prompt: tighten translation rules to prevent common errors (#1940) cf827007 Update to Chromium 149.0.7827.114 6e3d5164 Update to Chromium 149.0.7827.102 Download: Helium 64-bit | Portable 64-bit |~100.0 MB (Open Source) Download: Helium ARM64 | Portable ARM64 Links: Helium Home Page | macOS | Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Glow 26.10 by Razvan Serea Glow provides detailed reporting on every hardware component in your computer, saving you valuable time typically spent searching for CPU, motherboard, RAM, graphics card, and other stats. With Glow, all the information is conveniently presented in one clean interface, allowing you to easily access and review the comprehensive hardware details of your system. Glow provides detailed information on various system aspects, including OS, motherboard, processor, memory, graphics card, storage, network, battery, drivers, and services. The well-organized format ensures easy access to the required information. You can export all the gathered data to a plain text file, facilitating sharing with others for troubleshooting purposes. No installation needed. Just decompress the archive, launch the executable, and access computer-related information. Glow runs on Windows 11 and Windows 10 64-bit versions. Glow 26.10 changelog: New Features The bootstrapping algorithm has been completely redesigned. The software can now launch directly without requiring TS Preloader. As part of this change, the startup splash screen displayed during initialization has been removed. In addition, spikes in CPU usage have been eliminated, resulting in a more stable architecture with significantly lower memory consumption. The Microsoft Office detection infrastructure within the Operating System section has been enhanced. Additional detection support has been added for Office C2R (Click-to-Run) installations. Furthermore, the license status evaluation system has been improved, and the priority order has been revised as follows: Licensed > Grace Period > Other (NOTIFICATIONS, EVALUATION, etc.). Glow now includes preliminary support for Wi-Fi 8 technology, allowing more detailed information to be displayed for Wi-Fi 8-compatible network adapters. Glow now provides full support for Bluetooth 6.2. Adapters supporting Bluetooth 6.2 can be analyzed in greater detail and with improved accuracy. The disk distribution view in the Disk section has been modernized, replacing the traditional table layout with a new 2×2 card-based design. The TS Custom Controls module has been updated to v26.7. Thanks to the new custom controls, all Türkaysoft applications now offer a more modern and consistent user interface aligned with Windows 11 design standards. Bug Fixes Potential line-ending handling issues in the Office detection code within the Operating System section have been resolved. Additionally, the output format has been standardized to UTF-8 to prevent character encoding issues and ensure consistent data processing. Several stability and file management issues within the Debugging infrastructure have been addressed. Problems that prevented new log files from being created after Debugging was disabled, as well as issues causing debug records to be lost, have been fixed. File deletion and reaccess issues that occurred after file locks were released have also been resolved. In addition, a bug that caused newly recreated log files to remain locked after deletion has been eliminated. Unnecessary blank lines within debug logs and the extra empty line that could appear at the end of log files have also been corrected. A shortcut key conflict caused by assigning identical hotkeys to both the DNS Test Tool and the Donation page has been fixed. The DNS Test Tool can now be accessed using CTRL + Shift + D, while the Donation page is available via CTRL + Alt + D. Changes The service responsible for providing the Public IP Address and Internet Service Provider information in the Network section has been updated to use the ipinfo.io infrastructure. This change improves the accuracy and consistency of the displayed data. (No external requests are made while Hiding Mode is enabled.) Some terms in the Dutch and Korean language files have been updated to make them clearer and more user-friendly. [TS Updater] Before the update process begins, users are now prompted to choose whether they would like to view the release notes. Note: Always unzip the program before using it. Otherwise you may get an error. Download: Glow 26.10 | 1.8 MB (Open Source) Links: Glow Homepage | Screenshot | Github Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      582
    2. 2
      +Edouard
      183
    3. 3
      PsYcHoKiLLa
      75
    4. 4
      Michael Scrip
      73
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!