Questions tagged [fedora20]

Version 20 (December 2013) of Fedora, a Linux-based operating system. Use only if your question is specifically related to features of this version.

Version 20 (December 2013) of Fedora, a Linux-based operating system.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

68 questions
16
votes
2 answers

Cannot build R package "png" Fedora 20

I am trying to build the R package png, the repo says that libpng needs to be available. I run a Linux Fedora 20 distro Looks like I have it... [root@localhost bin]# yum install libpng Loaded plugins: langpacks, refresh-packagekit Package…
statquant
  • 12,389
  • 13
  • 75
  • 148
7
votes
3 answers

Fedora 20 how to run script at the end of startup

I am using Fedora 20. I have a two lines bash script needs to be run at the end of the startup. I want it to be run automatically each time when machine is startup. How can I do this? I tried "sudo crontab -e" to insert my executable script but it…
5YrsLaterDBA
  • 29,380
  • 38
  • 121
  • 200
7
votes
5 answers

Eclipse crash on Fedora 20

I can not run Eclipse in Fedora 20 in any case, always crash. java-1.7.0-openjdk java-1.7.0-openjdk-devel java-1.7.0-openjdk-headless Linux * 3.12.7-300.fc20.x86_64 #1 SMP Fri Jan 10 15:35:31 UTC 2014 x86_64 x86_64 x86_64…
user1497250
  • 491
  • 5
  • 12
5
votes
1 answer

How to change shortcut for switching between work-space in fedora 20?

I am using a text editor which uses shortcut ctrl+alt+arrowup/arrowdown which is default key for switching workspaces in fedora 20. So i need to change the shortcut key to make it work in text editor. I changed the shortcut from…
Gautam Kumar
  • 687
  • 1
  • 10
  • 27
4
votes
1 answer

is it possible to easily merge two files like this in Sublime Text 2?

I have two files, the first one contains this: companyName url country address zip founders industry isPrivate and the second one contains this: :companyName :url :country :address :zip :founders :industry :isPrivate Is it possible to easily merge…
angelcool.net
  • 2,369
  • 1
  • 22
  • 25
3
votes
2 answers

`/usr/bin/build-classpath` messages when executing `/usr/bin/groovy`

# groovy --version /usr/bin/build-classpath: Could not find /lib/jvm/java Java extension for this JVM /usr/bin/build-classpath: error: Some specified jars were not found Groovy Version: 1.8.9 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux #…
Gerold Broser
  • 11,355
  • 4
  • 36
  • 85
3
votes
2 answers

Cannot communicate securely with peer: no common encryption algorithm(s)

I am a fedora 20 user. While cloning a repository,I got the following error: " Cloning into 'git_missions'... fatal: unable to access 'https://openhatch.org/git-mission-data/git/hithard/': Cannot communicate securely with peer: no common encryption…
hithard
  • 83
  • 1
  • 7
3
votes
1 answer

understand bash script syntax

What does the following bash syntax mean: function use_library { local name=$1 local enabled=1 [[ ,${LIBS_FROM_GIT}, =~ ,${name}, ]] && enabled=0 return $enabled } I don't particularly understand the line [[ ,${LIBS_FROM_GIT}, =~…
Mark
  • 4,824
  • 5
  • 38
  • 85
3
votes
2 answers

install jekyll on linux(fedora 20)

Everyone, I used sudo gem install jekyll to install jekyll on my Fedora 20 and got the following error. I've successfully installed ruby and rubygems, and it seems to me the jekyll has been installed. But when I enter jekyll serve, the pages won't…
user3805728
  • 89
  • 1
  • 10
3
votes
2 answers

Flask + uWSGI + Nginx + Fedora 20 setup issues

I'm trying to deploy a flask app through uWSGI onto Nginx, with Fedora 20 as the OS, and i'm running into some issues. I have the following configuration files: NGINX - Default config with following edit: location / { try_files $uri…
JackGibbs
  • 230
  • 2
  • 9
2
votes
2 answers

RabbitMQ consumes memory and shuts

I just installed OpenStack Juno using devstack, and observed that RabbitMQ (package rabbitmq-server-3.1.5-10 installed by yum) is not stable, i.e. it quickly eats up the memory and shuts down; there is 2G of RAM. Below is the messages from logs and…
Mark
  • 4,824
  • 5
  • 38
  • 85
2
votes
1 answer

How to restart X Windows System for new desktop `Xfce' to take effect

I installed Fedora 20 a while ago and now decided to install and test Xfce ui. I installed Desktop Switched gui utility for switching the ui. Now when I select xfce in the switcher utility and click apply I get the following message. Your desktop…
MistyD
  • 13,289
  • 28
  • 108
  • 198
2
votes
2 answers

How to install SDL2 library in Fedora 20

There is a question about the SDL package (SDL 1.2) in Fedora in StackOverflow. But I can't found any about SDL2 in Fedora, and I am having troubles to install the SDL2 package. I search and the command to install SDL2 in Fedora is: sudo yum…
lcsvcn
  • 873
  • 3
  • 11
  • 24
2
votes
0 answers

Fedora 20 and skype screen sharing

I use Skype 4.3 on Fedora 20, and I have a problem with screen sharing. (btw, the problem also happens with 4.2.*). When I share my screen with another Skype client (ipad, windows... doesn't matter), my screen on the other client is just so noisy.…
mudlee
  • 680
  • 12
  • 22
1
vote
1 answer

LAPACK 3.8.0 installation [znep.out] Error 139

I'm trying to install LAPACK 3.8.0 on fedora 20 to be able to use it for MESA code. I faced the below TESTING error: make[2]: Leaving directory /home/aunia/bin/lapack-3.8.0/TESTING/EIG' NEP: Testing Nonsymmetric Eigenvalue Problem…
Anya Samadi
  • 473
  • 1
  • 3
  • 12
1
2 3 4 5