Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #616  
Old 31st July 2012, 04:28 AM
CubedRoot Offline
Registered User
 
Join Date: Jun 2012
Location: Chattanooga, TN.
Posts: 18
linuxchrome
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Anyone else having problems getting the cinnamon menu to display programs after the latest updates?

For example, clicking on system tools, doesnt do anything...just sits there.
Reply With Quote
  #617  
Old 7th August 2012, 11:27 PM
edmh007 Offline
Registered User
 
Join Date: Jun 2011
Posts: 2
linuxchrome
Re: Cinnamon guide for F16 (replacement for gnome-shell)

I installed an cinnamon under F17 and its pretty awesome! Makes Gnome 3 usable and productive! Thanks!
Reply With Quote
  #618  
Old 11th August 2012, 12:06 AM
TK492's Avatar
TK492 Offline
Registered User
 
Join Date: Mar 2012
Location: Qc, Canada
Posts: 128
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Using F17, Cinnamon will always crash my computer at some point. I'd be using it then it would all freeze, but I can still move the mouse, nothing more. The only way to get out of it is to hold down the power button on my laptop...

Anyone else get this, or have possible workarounds?
Reply With Quote
  #619  
Old 11th August 2012, 06:46 PM
jpollard Offline
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,150
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Might try the ctrl-alt-backspace and see if it will reset the X server.

Another is use ctrl-alt-f<2-6> and see if you get a virtual terminal. You can then use that as root to abort gdm/kdm and have systemd restart it.
Reply With Quote
  #620  
Old 13th August 2012, 11:32 AM
AnthraxBass Offline
Registered User
 
Join Date: Aug 2012
Location: Israel
Posts: 10
windows_xp_2003firefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Hi everyone!

I'd like to ask a question about Log-in screen in Fedora 17 i686, Gnome3 + Cinnamon.

Why is it looks like fallback mode? I have drivers installed, and raw Gnome3 have been showing new, rounded nice and cool window.

Please assist.

Here's Screenshot
Reply With Quote
  #621  
Old 13th August 2012, 12:19 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by AnthraxBass View Post
Hi everyone!

I'd like to ask a question about Log-in screen in Fedora 17 i686, Gnome3 + Cinnamon.

Why is it looks like fallback mode? I have drivers installed, and raw Gnome3 have been showing new, rounded nice and cool window.

Please assist.

Here's Screenshot
Gnome-shell handles the login screen not cinnamon!
Reply With Quote
  #622  
Old 13th August 2012, 12:27 PM
AnthraxBass Offline
Registered User
 
Join Date: Aug 2012
Location: Israel
Posts: 10
windows_xp_2003firefox
Exclamation Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by Yellowman View Post
Gnome-shell handles the login screen not cinnamon!
I have checked all the Gnome settings concerning this issue: all the keys are set to 'gnome' not 'gnome-fallback'. That's why I'm so confused...
Reply With Quote
  #623  
Old 13th August 2012, 12:49 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by AnthraxBass View Post
I have checked all the Gnome settings concerning this issue: all the keys are set to 'gnome' not 'gnome-fallback'. That's why I'm so confused...
Post
Code:
lspci -nnk |grep -A2 -i vga
and
Code:
glxinfo |head -n20
Reply With Quote
  #624  
Old 13th August 2012, 06:08 PM
AnthraxBass Offline
Registered User
 
Join Date: Aug 2012
Location: Israel
Posts: 10
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

lspci -nnk |grep -A2 -i vga
Code:
01:00.0 VGA compatible controller [0300]: nVidia Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2)
	Kernel driver in use: nvidia
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
glxinfo |head -n20
Code:
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
Reply With Quote
  #625  
Old 13th August 2012, 07:51 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by AnthraxBass View Post
lspci -nnk |grep -A2 -i vga
Code:
01:00.0 VGA compatible controller [0300]: nVidia Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2)
	Kernel driver in use: nvidia
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
glxinfo |head -n20
Code:
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,

That looks good, try

Code:
su
yum reinstall gnome-shell
Reply With Quote
  #626  
Old 13th August 2012, 08:58 PM
AnthraxBass Offline
Registered User
 
Join Date: Aug 2012
Location: Israel
Posts: 10
linuxfirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by Yellowman View Post
That looks good, try

Code:
su
yum reinstall gnome-shell
No effect at all.

Last edited by AnthraxBass; 13th August 2012 at 09:03 PM.
Reply With Quote
  #627  
Old 3rd September 2012, 01:55 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,733
linuxfedorafirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

I was wondering if anyone has seen the following two issues and have some resolutions for the same.

1. Screen brightness

In my laptop (Lenovo Thinkpad T500), when using Cinnamon, all "hot" keys(Fn+something) work except brightness. It shows the on screen animation but does not do change the screen brightness. Furthermore, if I change the brightness in the control center, the system hangs completely!

2. Mounting encrypted HDD


My external HDD are all encrypted. When I connect them, there is a popup saying I have to enter the password - but no where to enter it. Right now, I am opening nautilus and entering the password.

Neither of these problems are in GNOME shell which works fine. Any suggestions would be appreciated.
Reply With Quote
  #628  
Old 4th September 2012, 07:30 AM
leigh123cyprus Offline
Suspended User
 
Join Date: Aug 2012
Location: on holiday
Posts: 2
windows_7firefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Quote:
Originally Posted by nonamedotc View Post
I was wondering if anyone has seen the following two issues and have some resolutions for the same.

1. Screen brightness

In my laptop (Lenovo Thinkpad T500), when using Cinnamon, all "hot" keys(Fn+something) work except brightness. It shows the on screen animation but does not do change the screen brightness. Furthermore, if I change the brightness in the control center, the system hangs completely!

2. Mounting encrypted HDD


My external HDD are all encrypted. When I connect them, there is a popup saying I have to enter the password - but no where to enter it. Right now, I am opening nautilus and entering the password.

Neither of these problems are in GNOME shell which works fine. Any suggestions would be appreciated.
Report the issues here.

https://github.com/linuxmint/Cinnamon/issues
Reply With Quote
  #629  
Old 4th September 2012, 12:59 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,733
linuxfedorafirefox
Re: Cinnamon guide for F16 (replacement for gnome-shell)

Issues reported!
Reply With Quote
  #630  
Old 7th September 2012, 12:32 AM
spacin's Avatar
spacin Offline
Registered User
 
Join Date: Dec 2011
Location: Worcester MA
Posts: 109
linuxchrome
Re: Cinnamon guide for F16 (replacement for gnome-shell)

anyone know where by chance the cinnamon applet weather icons are ?
Reply With Quote
Reply

Tags
cinnamon, f16, gnomeshell, guide, replacement

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GIMP, Gnome, Cinnamon, XFCE, LXDE and the future of GTK+ Thetargos Linux Chat 45 13th May 2013 02:31 AM
gnome-power-manager replacement in gnome 3? fetchinson Using Fedora 6 28th September 2012 09:42 PM
Cinnamon and GNOME-Shell Adunaic Linux Chat 4 7th August 2012 04:13 PM
Howto use keyboard shortcut to reboot/shutdown from gnome/cinnamon hieronymous Guides & Solutions (No Questions) 0 23rd April 2012 12:03 AM
Cinnamon is Mint's gnome-shell fork Gareth Jones Linux Chat 28 2nd January 2012 09:24 AM


Current GMT-time: 20:49 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat