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
  #136  
Old 17th June 2012, 11:56 AM
raveit65's Avatar
raveit65 Offline
Registered User
 
Join Date: Feb 2012
Location: Berlin
Posts: 142
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by fredex View Post
ok, so having gotten Mate working on F17 (for the curious, I posted about a day ago regarding my own stupid failure to do it right), it seems to be working fine.

however, every time I log in I get an error box that says:

Code:
GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject
I click OK and it goes away. AFter that, everything seems to work fine, as far as I can tell.

Clues?... thanx!

Fred
Can you check in 'mate-session-properties' if there is only one entry for 'PolicyKit Authentication Agent'' with the command line '/usr/libexec/polkit-mate-authentication-agent-1' ?

---------- Post added at 10:56 AM ---------- Previous post was at 10:50 AM ----------

Quote:
Originally Posted by nanonyme View Post
Btw, regarding the configuration, something like
Code:
NOCONFIGURE=1 ./autogen.sh
%configure ...
prevents configure from being run twice.
This is true, and wanted
__________________
Life is to short for boring desktops
Reply With Quote
  #137  
Old 17th June 2012, 06:35 PM
fredex Offline
Registered User
 
Join Date: Dec 2008
Posts: 71
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

where do I find 'mate-session-properties' ??
Reply With Quote
  #138  
Old 17th June 2012, 06:42 PM
raveit65's Avatar
raveit65 Offline
Registered User
 
Join Date: Feb 2012
Location: Berlin
Posts: 142
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

It's System/Preferences/startprogramms or type it in a terminal.
__________________
Life is to short for boring desktops
Reply With Quote
  #139  
Old 20th June 2012, 07:33 PM
szilagyic Offline
Registered User
 
Join Date: Aug 2008
Posts: 192
windows_7firefox
Re: MATE Desktop for fedora 16 / 17

Is it possible to install MATE on Fedora without Gnome installed? For example, I installed Fedora 17 without any desktop environments. Then I enabled the MATE repository and installed MATE with "yum groupinstall MATE-Desktop" which succeeded. There is no graphical logon even though it is enabled for systemd. And, when I run "startx", X11 starts but I get a popup error saying "Failed to load session Gnome" and there's a Logout button which kills X. The X errors include:

Unable to find required component 'gnome-shell'
Unable to find required component 'gnome-settings-daemon'
... and others all related to Gnome.

I've been running in circles to try and figure this out. Basically, I'm just trying to install a Fedora17 system with MATE as the default desktop environment without having Gnome 3 at all on the system. Is this possible? Thanks in advance..........

--
Chris
Reply With Quote
  #140  
Old 20th June 2012, 07:58 PM
raveit65's Avatar
raveit65 Offline
Registered User
 
Join Date: Feb 2012
Location: Berlin
Posts: 142
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

Yes,
for a working startx command you have to edit/create ~/.xinitrc with
HTML Code:
exec ck-launch-session mate-session
check if consolekit daemon is enable.
Another way is to install 'mdm' (mate-display-manager)
and
HTML Code:
systemctl enable graphical.target
for changing start option from (old) runlevel 3 to runlevel 5
__________________
Life is to short for boring desktops
Reply With Quote
  #141  
Old 21st June 2012, 12:37 AM
szilagyic Offline
Registered User
 
Join Date: Aug 2008
Posts: 192
linuxfedorafirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Another way is to install 'mdm' (mate-display-manager)
and

Code:
systemctl enable graphical.target
for changing start option from (old) runlevel 3 to runlevel 5
That worked perfectly, thank you. Now the regular graphical login screen comes up.

I noticed that there are some native Gnome applications installed (like Totem, Rhythmbox, etc) , and they use a very ugly and boxy theme. I've tried using gnome-tweak-tool to change the Gnome theme, but the changes don't seem to take effect. Is there a way that this theme can be changed? The MATE theme is set and is OK.

Thank you very much!

--
Chris
Reply With Quote
  #142  
Old 21st June 2012, 02:24 AM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

XFCE includes Gnome packages:

[jonathon@HPProbook ~]$
Code:
 rpm -q gdm
gdm-3.4.1-3.fc17.x86_64
[jonathon@HPProbook ~]$
Code:
 rpm -q gnome-session
gnome-session-3.4.2-1.fc17.x86_64
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM
Reply With Quote
  #143  
Old 21st June 2012, 03:45 AM
szilagyic Offline
Registered User
 
Join Date: Aug 2008
Posts: 192
linuxfedorafirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
I noticed that there are some native Gnome applications installed (like Totem, Rhythmbox, etc) , and they use a very ugly and boxy theme. I've tried using gnome-tweak-tool to change the Gnome theme, but the changes don't seem to take effect. Is there a way that this theme can be changed? The MATE theme is set and is OK.
Ah ha... found the issue with the ugly themes issue, this is a posted fix:

https://github.com/mate-desktop/mate-desktop/issues/7
Reply With Quote
  #144  
Old 21st June 2012, 11:17 AM
raveit65's Avatar
raveit65 Offline
Registered User
 
Join Date: Feb 2012
Location: Berlin
Posts: 142
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by szilagyic View Post
Ah ha... found the issue with the ugly themes issue, this is a posted fix:

https://github.com/mate-desktop/mate-desktop/issues/7
It's already posted here in this topic. Use 'mate-themes-extras' wich includes GK2/3 themes.
__________________
Life is to short for boring desktops
Reply With Quote
  #145  
Old 21st June 2012, 11:51 AM
den23513's Avatar
den23513 Offline
Registered User
 
Join Date: Mar 2008
Age: 37
Posts: 69
linuxchrome
Re: MATE Desktop for fedora 16 / 17

Hello,
I want to introduce my DeniX-OS distro. This is Fedora 17 based Linux system with build-in MATE desktop and included all Fedora updates up to 20.06.2012
It included multimedia codecs, adobe flush plugin, skype (in 32bit version only), and all other software for everyday usage.
Default configuration includes adjustments for gtk2/3 themes , grub2 graphical theme and more.

Download links from my website:
http://os.vc/index.php?action=content_get_denix_os

Or mirror links:
https://dl.dropbox.com/u/86384341/denix-17-i386.iso
https://dl.dropbox.com/u/86819301/denix-17-x86_64.iso
Reply With Quote
  #146  
Old 22nd June 2012, 03:29 PM
Riff Gaffer's Avatar
Riff Gaffer Offline
Registered User
 
Join Date: Nov 2009
Location: England
Age: 49
Posts: 75
linuxfirefox
Smile Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by raveit65 View Post
It's already posted here in this topic. Use 'mate-themes-extras' wich includes GK2/3 themes.


Thankyou so much for this! This is excellent and makes me happy.

I installed this on a bare F17 LDXE - this may seem like a noob question (I admit it) but howdo I make MATE the default desktop?
Reply With Quote
  #147  
Old 22nd June 2012, 04:36 PM
raveit65's Avatar
raveit65 Offline
Registered User
 
Join Date: Feb 2012
Location: Berlin
Posts: 142
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by Riff Gaffer View Post
I installed this on a bare F17 LDXE - this may seem like a noob question (I admit it) but howdo I make MATE the default desktop?
I think you're using lxdm as display manager?
see https://wiki.archlinux.org/index.php/LXDM for changing default session

- per user ~/.dmrc
Code:
[Desktop]
Session=mate
or
Code:
[Desktop]
Session=mate-session
- system wide
Edit /etc/lxdm/lxdm.conf
Code:
session=/usr/bin/startx
For this you need a ~/.xinitrc , (see in some previous post)

Hope this work, i'm not expert with lxdm
__________________
Life is to short for boring desktops
Reply With Quote
  #148  
Old 22nd June 2012, 07:14 PM
lovyagin Offline
Registered User
 
Join Date: Jul 2009
Posts: 102
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

I've made Live CDs of Fedora Remix with Mate. Can be find here.

These are fully bootable and can be installed to hard disk as usual Fedora Live CD. MDM is used as a login manager, so I've patched prefdm and SELinux labels to accept it. Also default user autostart contains xhost +SI:localuser:root to accept executign root GUI applications at user's X server.

Since one can't call them Fedora and use Fedora logos, so I used generic-logos and generic-release. That's the reason of yum check missing dependency mate-desktop-release requires fedora-release. (I think it would be better not to make this requirnment for mate-desktop rpm.) Unfortunately I don't have good taste and can't made proper logos, hope someone can help.
Reply With Quote
  #149  
Old 23rd June 2012, 10:15 AM
Riff Gaffer's Avatar
Riff Gaffer Offline
Registered User
 
Join Date: Nov 2009
Location: England
Age: 49
Posts: 75
unknownfirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by raveit65 View Post
I think you're using lxdm as display manager?
see https://wiki.archlinux.org/index.php/LXDM for changing default session

- per user ~/.dmrc
Code:
[Desktop]
Session=mate
or
Code:
[Desktop]
Session=mate-session
- system wide
Edit /etc/lxdm/lxdm.conf
Code:
session=/usr/bin/startx
For this you need a ~/.xinitrc , (see in some previous post)

Hope this work, i'm not expert with lxdm
Thanks but I needed to run the 32bit version to get Second Life going - I've only got 4 gigs of ram so it made more sense to reinstall the standard version and now I've got MATE running nicely on that. It seems it remembers my choice for desktop anyhow.

Quote:
Originally Posted by lovyagin View Post
I've made Live CDs of Fedora Remix with Mate. Can be find here.

These are fully bootable and can be installed to hard disk as usual Fedora Live CD. MDM is used as a login manager, so I've patched prefdm and SELinux labels to accept it. Also default user autostart contains xhost +SI:localuser:root to accept executign root GUI applications at user's X server.

Since one can't call them Fedora and use Fedora logos, so I used generic-logos and generic-release. That's the reason of yum check missing dependency mate-desktop-release requires fedora-release. (I think it would be better not to make this requirnment for mate-desktop rpm.) Unfortunately I don't have good taste and can't made proper logos, hope someone can help.
I looked at this, but they seemed to be in Russian so I couldn't read it. I'm afraid I found that a touch offputting. I liked the idea though. You could call your spin "My mate's homburg" or something though
Reply With Quote
  #150  
Old 24th June 2012, 10:34 AM
lovyagin Offline
Registered User
 
Join Date: Jul 2009
Posts: 102
linuxfirefox
Re: MATE Desktop for fedora 16 / 17

Quote:
Originally Posted by Riff Gaffer View Post
I looked at this, but they seemed to be in Russian so I couldn't read it. I'm afraid I found that a touch offputting. I liked the idea though. You could call your spin "My mate's homburg" or something though
That's weird, CDs has English as basic language. I've checked them on Virtualbox. Just "narod" download page is in Russian, but "1fichier" is in English although it is much slower (they are seems to be the two fastest free file sharing to accept 5Gb files, if I've not missed an other). Well... anyway I've made "passworded" version to choice liveuser language before loggin in...
Reply With Quote
Reply

Tags
desktop, fedora, mate

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
MATE Desktop question? BogdanPetkovic Using Fedora 7 15th March 2013 11:37 AM
Help with mdmsetup on MATE Desktop Jamwa Using Fedora 0 1st November 2012 06:58 AM
Fedora 17 Net Installation + Mate Desktop DragonWarrior Installation and Live Media 4 4th October 2012 11:42 AM
MATE desktop available for F16! tsorvoja Using Fedora 0 27th January 2012 06:01 PM
Mate Desktop Environment is977 Using Fedora 8 14th December 2011 08:23 PM


Current GMT-time: 00:49 (Wednesday, 22-05-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