LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-09-2011, 01:47 PM   #1
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Rep: Reputation: 0
Gnome Shell installed via Fedora Repo's doesn't have Dash


Title says it all, really. I've installed Gnome Shell from Fedora's repos, but it doesn't include the all-important Dash. I think Dash is a great feature that I've seen in screenshots and even experienced on the Fedora 15 Live Alpha, and I'd like to get it working in 14.

Any suggestions?
 
Old 03-09-2011, 02:11 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you explain more by "doesn't have dash?" Normally you would go to system, preferences, desktop effects, and select Gnome Shell. You can also do it from the command line by running the following:
Code:
gnome-shell --replace
One last thing, how did you install it? You should just be able to install via yum like so:
Code:
yum install gnome-shell
It should also install gjs and mutter as dependencies.

Cheers,

Josh
 
Old 03-09-2011, 03:11 PM   #3
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
Hi Josh

I did install Gnome Shell in that manner (although I used Packagekit), and I used both gnome-shell --replace and the option in Desktop Effects.

I'm beginning to think it might just be an error in Fedora's implementation or just an outdated package, but I just don't know.
 
Old 03-09-2011, 03:38 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you explain what you mean by not having the dash exactly?
 
Old 03-09-2011, 03:45 PM   #5
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
Certainly.

The Overview feature looks a lot like the first picture here http://www.dedoimedo.com/computers/gnome-shell.html

where it should look like the overview in this site. http://www.gnome3.org/

this suggests to me that the version of GNOME shell in Fedora's repositories is out of date.
 
Old 03-09-2011, 03:51 PM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I'm going to have to give a call out to someone else; I can't view those links at work... Sorry man.
 
Old 03-09-2011, 03:55 PM   #7
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
no problem; basically, I burned a copy of Fedora 15 and it's version of Gnome Shell was consistent with the screenshots present on gnome.org and other places on the web. Fedora 14's version is not, it seems to be far behind, or I have misconfigured it or something.
 
Old 03-09-2011, 04:00 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Oh ok. If anything, fully clean out gnome shell out of Fedora 14 and reinstall just to verify one more time. Or, just configure manually:

http://live.gnome.org/GnomeShell#Building

Cheers,

Josh
 
Old 03-10-2011, 07:14 AM   #9
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
Just a quick update:

I have been unable to build GNOME shell myself, and reinstalling it from the repositories has still deprived me of the Dash; however, I have noticed that the same functionality is present in the large sidepane that is present, so we could mark this solved, although we didn't find an answer.
 
Old 03-10-2011, 10:01 AM   #10
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
In a serious blunder, I forgot to even check the version of GNOME Shell in Fedora's repository; it's 2.32 something, whereas the latest version is something like 2.92. building it from scratch was halted by a lack of a jhbuildrc file, the configuration of which must be done manually, and that is beyond my knowledge.
 
Old 03-10-2011, 10:34 AM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by joker_dk View Post
In a serious blunder, I forgot to even check the version of GNOME Shell in Fedora's repository; it's 2.32 something, whereas the latest version is something like 2.92. building it from scratch was halted by a lack of a jhbuildrc file, the configuration of which must be done manually, and that is beyond my knowledge.
Oh ok. I just remembered one thing - did you try installing from the testing repos? An updated version might be in there.
Code:
yum install *gnome-shell* --enablerepo=*test*
 
Old 03-10-2011, 10:42 AM   #12
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
I hadn't thought of that in any way, but after trying it i get this
Code:
No package gnome-shell-build-setup.sh available.
No package gnome-shell-F14.repo available.
Error: Nothing to do
 
Old 03-10-2011, 10:53 AM   #13
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Where you are doing that from, do you have files in that directory? Most likely you do. Escape to a directory that has nothing in it and try again.
 
Old 03-10-2011, 11:08 AM   #14
joker_dk
LQ Newbie
 
Registered: Mar 2011
Distribution: mint, fedora
Posts: 17

Original Poster
Rep: Reputation: 0
No dice. Making an empty directory and switching to it helped, but it returned saying 2.31.5-7 was the latest version. looks like I'll just wait until April for GNOME 3 or May for Fedora 15.
 
Old 03-10-2011, 11:22 AM   #15
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Damn, that sucks man. Are you sure it's not something small and simple on your end?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How should I get Gnome 3 (Shell) installed? dustin2128 Slackware 4 03-08-2011 08:21 PM
How to setup the Apple-like dash-board in Gnome yinglcs Linux - Newbie 2 03-12-2006 03:03 AM
Debian base installed to usb stick, doesn´t boot boolean Debian 6 02-22-2005 12:41 AM
dash every time I hit enter in gnome (rh9) in everything lynchmob09 Linux - General 2 09-22-2003 05:26 PM
dash every time i hit enter (carriage return) in gnome (rh 9) lynchmob09 Linux - Software 1 09-18-2003 12:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 05:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration