Evolution bug exporting calendar

2015-07-14 Thread R Mercado
Hello,

I filed a bug in gnome for evolution as in Fedora 22

https://bugzilla.gnome.org//show_bug.cgi?id=752353

Does it help to submit a bug in bugzilla too?

Thanks,

R Mercado

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: system response issue

2015-07-14 Thread g

double oops.

my thinking and typing were out of sync.

On 07/13/15 23:16, g wrote:
 On 07/13/15 21:54, jd1008 wrote:
 On 07/13/2015 08:43 PM, g wrote:
 
 
 ok. you have now thrown in *pipe* and process *un-tar*.

 are you using tar to pass files to target and have them end up as separate
 files, or as a single archive file?

 ria, all i see in your original post is tar -C /sdc1 -xpvf which would
 indicate archiving to a single file.
 
 oops. -x = extract.
 
 just what is your actual command line?


 tar cf - BigDirArchive | tar -C  /sdc1 -xpvf -


should have read:

 ok. that does make for better understanding.

as a suggestion;

 i stopped using tar years ago in favor of cpio, which has more advantages,
 when i was using tape for archiving. works well with usb memory and usb
 hdd drives. in fact, when i archive paths between hdd partitions or drives,
 i use cpio instead of cp -R.
 
 to perform same using cpio, command line would be;
 
   find path2BigDirArchive -depth -print0 | sort | cpio -p -adm  /sdc1
 or
   find . -depth -print0 | sort | cpio -p -adm  /sdc1
 
 in above, -p is 'copy-pass mode', equivalent to | and -x in tar.
 
 because you are having response time issues with usb, i believe you will
 find cpio to be more favorable than using tar.


-- 

peace out.

-+-
If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.
-+-

CentOS GNU/Linux 6.6

tc,hago.

g
.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Antonio M
https://bugzilla.redhat.com/show_bug.cgi?id=1242800

2015-07-14 10:21 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA 
bobgood...@wildblue.net:



 On 14/07/15 04:15, antonio montagnani wrote:

 after this morning updated, dnf-yumex doesn't work anymore as it doesn't
 understand my root passwor (error 36).
 Is anybody taking care to make any test before issuing updates (from
 testing-updated to updates)??
 --
 Antonio M
 Skype: amontag52

 Linux Fedora F22 (Twenty two)
 on Fujitsu Lifebook A512


 Yes, same here, after the third attempt I see:

 Fatal Error : Polkit-not-authorized

 Bob

 --
 Bob Goodwin - Zuni, Virginia, USA
 http://www.qrz.com/db/W2BOD
 box10  FEDORA-22/64bit LINUX XFCE


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Bob Goodwin - Zuni, Virginia, USA



On 14/07/15 05:10, Bob Goodwin - Zuni, Virginia, USA wrote:


After a reboot yumex recognizes my password.

Now protests about repo Dropbox:

failure: repodata/repomd.xml from Dropbox: [Errno 256] No more 
mirrors to try.
http://linux.dropbox.com/fedora/22/repodata/repomd.xml: [Errno 14] 
HTTP Error 404 - Not Found


You can try starting 'yumex -n' from a command line
and deselecting the repositories causing problems
and try again.

yumex -n Dropbox  [or dropbox] does not work either? But I may be 
entering the command wrong?


Bob





[root@box10 bobg]# yumex --root

Seems to be a work around ...


--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Bob Goodwin - Zuni, Virginia, USA



On 14/07/15 04:43, Bob Goodwin - Zuni, Virginia, USA wrote:



I just did [dnf update] a second computer with --exclude polkit and 
got the same result, doesn't recognize my root password?


Bob



After a reboot yumex recognizes my password.

Now protests about repo Dropbox:

failure: repodata/repomd.xml from Dropbox: [Errno 256] No more mirrors 
to try.
http://linux.dropbox.com/fedora/22/repodata/repomd.xml: [Errno 14] HTTP 
Error 404 - Not Found


You can try starting 'yumex -n' from a command line
and deselecting the repositories causing problems
and try again.

yumex -n Dropbox  [or dropbox] does not work either? But I may be 
entering the command wrong?


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Dnf-yumex doesn't recognize root password

2015-07-14 Thread antonio montagnani
after this morning updated, dnf-yumex doesn't work anymore as it doesn't 
understand my root passwor (error 36).
Is anybody taking care to make any test before issuing updates (from 
testing-updated to updates)??

--
Antonio M
Skype: amontag52

Linux Fedora F22 (Twenty two)
on Fujitsu Lifebook A512

http://lugsaronno.altervista.org
http://campingmonterosa.altervista.org

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Bob Goodwin - Zuni, Virginia, USA



On 14/07/15 04:32, Antonio M wrote:
I changed component from yumex-dnf to polkit that was updated this 
morning


2015-07-14 10:24 GMT+02:00 Antonio M antonio.montagn...@gmail.com 
mailto:antonio.montagn...@gmail.com:


https://bugzilla.redhat.com/show_bug.cgi?id=1242800

2015-07-14 10:21 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA
bobgood...@wildblue.net mailto:bobgood...@wildblue.net:



On 14/07/15 04:15, antonio montagnani wrote:

after this morning updated, dnf-yumex doesn't work anymore
as it doesn't understand my root passwor (error 36).
Is anybody taking care to make any test before issuing
updates (from testing-updated to updates)??
-- 
Antonio M

Skype: amontag52

Linux Fedora F22 (Twenty two)
on Fujitsu Lifebook A512


Yes, same here, after the third attempt I see:

Fatal Error : Polkit-not-authorized

Bob





I just did [dnf update] a second computer with --exclude polkit and got 
the same result, doesn't recognize my root password?


Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Antonio M
Bob, polkit and polkit 0.113-2 clears the issue :-)

2015-07-14 10:32 GMT+02:00 Antonio M antonio.montagn...@gmail.com:

 I changed component from yumex-dnf to polkit that was updated this
 morning

 2015-07-14 10:24 GMT+02:00 Antonio M antonio.montagn...@gmail.com:

 https://bugzilla.redhat.com/show_bug.cgi?id=1242800

 2015-07-14 10:21 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA 
 bobgood...@wildblue.net:



 On 14/07/15 04:15, antonio montagnani wrote:

 after this morning updated, dnf-yumex doesn't work anymore as it
 doesn't understand my root passwor (error 36).
 Is anybody taking care to make any test before issuing updates (from
 testing-updated to updates)??
 --
 Antonio M
 Skype: amontag52

 Linux Fedora F22 (Twenty two)
 on Fujitsu Lifebook A512


 Yes, same here, after the third attempt I see:

 Fatal Error : Polkit-not-authorized

 Bob

 --
 Bob Goodwin - Zuni, Virginia, USA
 http://www.qrz.com/db/W2BOD
 box10  FEDORA-22/64bit LINUX XFCE


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




 --
 Antonio Montagnani
 Skype : amontag52

 Linux Fedora 22 (Twenty-two)
 inviato da Gmail




 --
 Antonio Montagnani
 Skype : amontag52

 Linux Fedora 22 (Twenty-two)
 inviato da Gmail




-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Antonio M
from a terminal if I use su, password is recognized and I can dnf update,
install. Is this a different problem??


2015-07-14 10:43 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA 
bobgood...@wildblue.net:



 On 14/07/15 04:32, Antonio M wrote:

 I changed component from yumex-dnf to polkit that was updated this
 morning

 2015-07-14 10:24 GMT+02:00 Antonio M antonio.montagn...@gmail.com
 mailto:antonio.montagn...@gmail.com:

 https://bugzilla.redhat.com/show_bug.cgi?id=1242800

 2015-07-14 10:21 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA
 bobgood...@wildblue.net mailto:bobgood...@wildblue.net:



 On 14/07/15 04:15, antonio montagnani wrote:

 after this morning updated, dnf-yumex doesn't work anymore
 as it doesn't understand my root passwor (error 36).
 Is anybody taking care to make any test before issuing
 updates (from testing-updated to updates)??
 -- Antonio M
 Skype: amontag52

 Linux Fedora F22 (Twenty two)
 on Fujitsu Lifebook A512


 Yes, same here, after the third attempt I see:

 Fatal Error : Polkit-not-authorized

 Bob




 I just did [dnf update] a second computer with --exclude polkit and got
 the same result, doesn't recognize my root password?


 Bob

 --
 Bob Goodwin - Zuni, Virginia, USA
 http://www.qrz.com/db/W2BOD
 box10  FEDORA-22/64bit LINUX XFCE

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Bob Goodwin - Zuni, Virginia, USA



On 14/07/15 04:15, antonio montagnani wrote:
after this morning updated, dnf-yumex doesn't work anymore as it 
doesn't understand my root passwor (error 36).
Is anybody taking care to make any test before issuing updates (from 
testing-updated to updates)??

--
Antonio M
Skype: amontag52

Linux Fedora F22 (Twenty two)
on Fujitsu Lifebook A512


Yes, same here, after the third attempt I see:

Fatal Error : Polkit-not-authorized

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-22/64bit LINUX XFCE

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Michael Schwendt
On Tue, 14 Jul 2015 10:15:08 +0200, antonio montagnani wrote:

 after this morning updated, dnf-yumex doesn't work anymore as it doesn't 
 understand my root passwor (error 36).
 Is anybody taking care to make any test before issuing updates (from 
 testing-updated to updates)??

The testing activity is public:

  https://admin.fedoraproject.org/updates/

Try to find out which updates are responsible and look up whether
there have been any testing comments and votes.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dnf-yumex doesn't recognize root password

2015-07-14 Thread Antonio M
I changed component from yumex-dnf to polkit that was updated this
morning

2015-07-14 10:24 GMT+02:00 Antonio M antonio.montagn...@gmail.com:

 https://bugzilla.redhat.com/show_bug.cgi?id=1242800

 2015-07-14 10:21 GMT+02:00 Bob Goodwin - Zuni, Virginia, USA 
 bobgood...@wildblue.net:



 On 14/07/15 04:15, antonio montagnani wrote:

 after this morning updated, dnf-yumex doesn't work anymore as it doesn't
 understand my root passwor (error 36).
 Is anybody taking care to make any test before issuing updates (from
 testing-updated to updates)??
 --
 Antonio M
 Skype: amontag52

 Linux Fedora F22 (Twenty two)
 on Fujitsu Lifebook A512


 Yes, same here, after the third attempt I see:

 Fatal Error : Polkit-not-authorized

 Bob

 --
 Bob Goodwin - Zuni, Virginia, USA
 http://www.qrz.com/db/W2BOD
 box10  FEDORA-22/64bit LINUX XFCE


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




 --
 Antonio Montagnani
 Skype : amontag52

 Linux Fedora 22 (Twenty-two)
 inviato da Gmail




-- 
Antonio Montagnani
Skype : amontag52

Linux Fedora 22 (Twenty-two)
inviato da Gmail
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: system response issue

2015-07-14 Thread David Timms
On 14/07/15 07:42, jd1008 wrote:
 
 
 On 07/13/2015 03:13 PM, Patrick O'Callaghan wrote:
 On Mon, 2015-07-13 at 13:50 -0600, jd1008 wrote:
 I started a tar command from
 one external eSATA drive (ext4), connected to eSATA port,
 out to a USB flash drive (with vfat). The USB stick is touted
 to support 50MB/s write, 160MB/s read.
 Have you actually measured its real write speed for large files? Try
 something like:

 time dd if=/dev/zero of=/the/usb/drive count=1000 bs=1M

 You might be surprised.

 poc
 As  I just replied with the actual read/write performance data
 on this USB 3.0 SUperTalentExpress Drive (256GB), I am
 much more surprised by the fact that while tarring a large
 dir to it from a fast eSATA drive, the system becomes nearly
 unusable!!!
 So, if this shtick is so slow, why is writing to it killing the response
 time for everything else?

I see the same sort of issue (F21, cinnamon desktop). If the disk write
or read is getting backed up with a queue of info, then that should
mean the desktop UI is more responsive, since the CPU is idle. But it
doesn't seem to work that way. It quite often seems to be waiting on a
large disk IO to complete.

On mine, possibly having once connected to a windows7 machine and copied
a mpg file from it to mine, but leaving the nemo window open might be a
trigger. And an hour after boot, the prelink operation runs (again,
should be set for tinniest priority, and rest of OS should be normal
especially given / is on an SSD (with modified time writing disabled).

Love to hear some things to try...
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Evolution bug exporting calendar

2015-07-14 Thread Patrick O'Callaghan
On Tue, 2015-07-14 at 08:39 +0100, R Mercado wrote:
 Hello,
 
 I filed a bug in gnome for evolution as in Fedora 22
 
 https://bugzilla.gnome.org//show_bug.cgi?id=752353
 
 Does it help to submit a bug in bugzilla too?

I assume you mean in Fedora Bugzilla, in which case probably not.

Note that the Evolution list is usually a better place to ask about Evo
, see https://mail.gnome.org/mailman/listinfo/evolution-list

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Ed Greshko
On 07/14/15 20:19, Timothy Murphy wrote:
 Also I miss the multiple desktops I had in Fedora-21 KDE.
 Have these been abolished in Plasma-5?

In addition to what poc said, there are still multiple virtual desktops.  I'm 
running 6.  The one thing that is currently missing, and which may be being  
worked, is the inability to have different wallpaper on each virtual desktop.

Go to System-Settings---Workspace---Desktop Behavior---Virtual Desktops to 
define your desired settings.

-- 
Sorta what I want to say when folks habitually complain about Fedora - 
https://youtu.be/ZArl8fTfub4
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Timothy Murphy
Ed Greshko wrote:

 On 07/14/15 20:19, Timothy Murphy wrote:
 Also I miss the multiple desktops I had in Fedora-21 KDE.
 Have these been abolished in Plasma-5?
 
 In addition to what poc said, there are still multiple virtual desktops. 
 I'm running 6.  The one thing that is currently missing, and which may be
 being  worked, is the inability to have different wallpaper on each
 virtual desktop.
 
 Go to System-Settings---Workspace---Desktop Behavior---Virtual Desktops
 to define your desired settings.

I don't have Workspace in my System-Settings -
I only have Personal, Hardware and System.
I seem to be missing something ...

But is this bar at the top of my display a panel?
It has 3 segments - Activities (on the left), which takes me to Favourites,
Data/Time (in the center) which also tells me about e-mail arrivals,
and a tray (on the right) which opens a small window with 3 icons
which I take to be System Settings, Screen Lock, and Shutdown/Restart.
(That is the only way I see to go to System Settings.)

Some things work well in Fedora-22 -
I don't mind writing dnf instead of yum (doesn't sound so nice)
and it seems to be significantly faster.
The display seems to me a little better on my ThinkPad T510.
I was surprised that my Firefox, KNode and KMail settings
were automatically updated - I assume that the data is saved
somewhere in my home folder.
The loss of the old panel is slightly annoying, but that is all.



-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora-22 KDE panel

2015-07-14 Thread Timothy Murphy
I've just installed Fedora-22 from a Fedora-22 Live KDE usb stick.
After dnf-installing a few packages, most things seem to be working,
but I'm puzzled by the apparent lack of a panel,
or if the bar at the top with Activities and Time are the panel
then I'm puzzled by the lack of icons  in the panel.

I read advice to right-click in the panel,
but if this is the panel that has no effect.

Also I miss the multiple desktops I had in Fedora-21 KDE.
Have these been abolished in Plasma-5?

A very ignorant question - I see everyone refers to KDE Plasma.
Is there in fact another non-Plasma version of KDE
that one could run under Fedora?

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Patrick O'Callaghan
On Tue, 2015-07-14 at 14:19 +0200, Timothy Murphy wrote:
 I've just installed Fedora-22 from a Fedora-22 Live KDE usb stick.
 After dnf-installing a few packages, most things seem to be working,
 but I'm puzzled by the apparent lack of a panel,
 or if the bar at the top with Activities and Time are the panel
 then I'm puzzled by the lack of icons  in the panel.
 
 I read advice to right-click in the panel,
 but if this is the panel that has no effect.
 
 Also I miss the multiple desktops I had in Fedora-21 KDE.
 Have these been abolished in Plasma-5?
 
 A very ignorant question - I see everyone refers to KDE Plasma.
 Is there in fact another non-Plasma version of KDE
 that one could run under Fedora?

There have been some name changes, see 
https://en.wikipedia.org/wiki/KDE#Brand_repositioning:

After the repositioning, the name KDE no longer stands for K Desktop
Environment, as it now acts as an umbrella brand for software produced
by the community. What would have been previously known as KDE 4 will
now be referred as KDE Software Compilation 4 (abbreviated KDE SC
4).[10] Regardless, many users still refer to it as KDE 4. With the
releases of Frameworks 5 and Plasma 5, the term Software Compilation
is again retired, in favor of the names of each specific product the
KDE community produces.[11] Many users still refer to various parts of
the project (particularly Plasma) as KDE 5.

So no, it doesn't make sense to have a KDE without Plasma. Also, note
that a further change has introduced the name KDE Frameworks, which
is why most of the components are now called kf5-*.

The Fedora KDE list would be the place to discuss this (I think you
also hang out there), see 
https://admin.fedoraproject.org/mailman/listinfo/kde

poc
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Timothy Murphy
Patrick O'Callaghan wrote:

 A very ignorant question - I see everyone refers to KDE Plasma.
 Is there in fact another non-Plasma version of KDE
 that one could run under Fedora?
 
 There have been some name changes, see
 https://en.wikipedia.org/wiki/KDE#Brand_repositioning:

Thanks very much for your response.
I skipped through the document above,
but decided serious study was not a fruitful use of my time.

 After the repositioning, the name KDE no longer stands for K Desktop
 Environment, as it now acts as an umbrella brand for software produced
 by the community. What would have been previously known as KDE 4 will
 now be referred as KDE Software Compilation 4 (abbreviated KDE SC
 4).[10] Regardless, many users still refer to it as KDE 4. With the
 releases of Frameworks 5 and Plasma 5, the term Software Compilation
 is again retired, in favor of the names of each specific product the
 KDE community produces.[11] Many users still refer to various parts of
 the project (particularly Plasma) as KDE 5.

I'm afraid my conclusion on reading this is that the KDE team
are seriously lacking in common sense.

As far as I can see, the term Fedora/KDE is unambiguous,
and the addition of the word Plasma adds nothing to it.
I put it in the same pigeon-hole as saying GNU/Linux for Linux.

 The Fedora KDE list would be the place to discuss this (I think you
 also hang out there), see
 https://admin.fedoraproject.org/mailman/listinfo/kde

I should indeed have sent my post to the redhat.fedora.kde newsgroup;
but for reasons that escape me my posts to that newsgroup (through gmane)
sometimes appear, and sometimes do not appear.

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


dnf command to list contents of packages?

2015-07-14 Thread Neal Becker
Is there a dnf query that would list the contents of an uninstalled package, 
without d/l it?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Ed Greshko
On 07/14/15 21:16, Timothy Murphy wrote:
 Ed Greshko wrote:

 On 07/14/15 20:19, Timothy Murphy wrote:
 Also I miss the multiple desktops I had in Fedora-21 KDE.
 Have these been abolished in Plasma-5?
 In addition to what poc said, there are still multiple virtual desktops. 
 I'm running 6.  The one thing that is currently missing, and which may be
 being  worked, is the inability to have different wallpaper on each
 virtual desktop.

 Go to System-Settings---Workspace---Desktop Behavior---Virtual Desktops
 to define your desired settings.
 I don't have Workspace in my System-Settings -
 I only have Personal, Hardware and System.
 I seem to be missing something ...

 But is this bar at the top of my display a panel?
 It has 3 segments - Activities (on the left), which takes me to Favourites,
 Data/Time (in the center) which also tells me about e-mail arrivals,
 and a tray (on the right) which opens a small window with 3 icons
 which I take to be System Settings, Screen Lock, and Shutdown/Restart.
 (That is the only way I see to go to System Settings.)

 Some things work well in Fedora-22 -
 I don't mind writing dnf instead of yum (doesn't sound so nice)
 and it seems to be significantly faster.
 The display seems to me a little better on my ThinkPad T510.
 I was surprised that my Firefox, KNode and KMail settings
 were automatically updated - I assume that the data is saved
 somewhere in my home folder.
 The loss of the old panel is slightly annoying, but that is all.


You setup is nothing like mine  Sounds like you've actually installed GNOME.


-- 
Sorta what I want to say when folks habitually complain about Fedora - 
https://youtu.be/ZArl8fTfub4
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Windows 8 Dual boot lost after Fedora upgrade

2015-07-14 Thread Gary Stainburn
After advice from Chris I've created the Windows recovery USB stick from 

http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media

and run it choosing the system repair option.  I now have a working Windows 8 
system on my laptop.

Unfortunately, it now boots straight into Windows and doesn't show the GRUB 
menu.

If I press F9 to get the boot menu I can select from

OS Boot Manager
Fedora (STT000LM014-1EJ164-SSHD)
Boot From EFI File

OS Boot Manager takes me into Windows
Fedora then shows me the GRUB menu and lets me boot Fedora

If I go into the BIOS menu and look at the boot sequence, OS Boot Manager is 
at the top of the list, but there is no other option that would make the 
Fedora / GRUB option the default. The full list is:

OS boot Manager
Internal CD/DVD ROM Drive
USB Diskette on key/USB Hard Disk
USB CD/DVD Drive

Having booted into Fedora I re-ran 

grub2-mkconfig -o ~/Downloads/grub.cfg

hoping that it would now include WIndows, but it still does not. This means 
that even if I get GRUB to be the default boot loader, I'll lose Windows 
again.

Can anyone suggest where I can go next?

//boot/efi/EFI/Microsoft/Boot now also contains BCD and BCD.LOG files as well 
as bootmgfw.efi

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 21 on mackbook air - no tilde key

2015-07-14 Thread Kevin Cummings
On 07/13/15 18:26, CS DBA wrote:
 Hi All;
 
 I've installed Fedora 21 KDE spin on a 2015 Macbook air.  I installed
 the rpmfusion repos and enabled kmod-wl and kernel-devel packages to
 enable wireless support.  At this point most everything works, the
 screen brightness keys, keyboard backlight keys, keyboard volume keys,
 etc all work.
 
 However if I press the tilde/back tick key I get a les than sign ()
 and if I press shift-tilde I get a greater than sign ()
 
 Anyone know how to enable the proper behavior for these keys?

Sounds like a misconfigured keyboard type.

Can you change the characters they send with xmodmap?

 Thanks in advance

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://www.linuxcounter.net/)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Flash Blocked in Firefox, Read the full story.

2015-07-14 Thread g


On 07/14/15 09:36, Mickey wrote:
 The reason Flash was blocked in Firefox.

 http://money.cnn.com/2015/07/14/technology/flash-firefox-facebook/index.html


mickey,
that link is not old news, but it is a little stale as the possibility
of happening has been know.

your link shows that someone finally applied it.

earlier report on 'hacking team' attack;

  http://www.cnet.com/news/adobe-tackles-hacking-team-zero-day-vulnerability/

NIST released an 'NVD' reported on it;

  https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9163

mozilla was aware;

  https://bugzilla.mozilla.org/show_bug.cgi?id=1109795

the mozilla fix is a warning notice window that pops up allowing user to
allow or deny allowing flash to run.


-- 

peace out.

-+-
If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.
-+-

CentOS GNU/Linux 6.6

tc,hago.

g
.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: system response issue

2015-07-14 Thread jd1008



On 07/14/2015 06:13 AM, David Timms wrote:

On 14/07/15 07:42, jd1008 wrote:


On 07/13/2015 03:13 PM, Patrick O'Callaghan wrote:

On Mon, 2015-07-13 at 13:50 -0600, jd1008 wrote:

I started a tar command from
one external eSATA drive (ext4), connected to eSATA port,
out to a USB flash drive (with vfat). The USB stick is touted
to support 50MB/s write, 160MB/s read.

Have you actually measured its real write speed for large files? Try
something like:

time dd if=/dev/zero of=/the/usb/drive count=1000 bs=1M

You might be surprised.

poc

As  I just replied with the actual read/write performance data
on this USB 3.0 SUperTalentExpress Drive (256GB), I am
much more surprised by the fact that while tarring a large
dir to it from a fast eSATA drive, the system becomes nearly
unusable!!!
So, if this shtick is so slow, why is writing to it killing the response
time for everything else?

I see the same sort of issue (F21, cinnamon desktop). If the disk write
or read is getting backed up with a queue of info, then that should
mean the desktop UI is more responsive, since the CPU is idle. But it
doesn't seem to work that way. It quite often seems to be waiting on a
large disk IO to complete.

On mine, possibly having once connected to a windows7 machine and copied
a mpg file from it to mine, but leaving the nemo window open might be a
trigger. And an hour after boot, the prelink operation runs (again,
should be set for tinniest priority, and rest of OS should be normal
especially given / is on an SSD (with modified time writing disabled).

Love to hear some things to try...

I wish I knew ...
I find that the desktop kernel and scheduler are tuned more
to server operations where FS buffers for all the threads are
given priority as the desktop is either non-existent or not in operatio.
memory is used mostly for these buffers (aka pagecache).

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Windows 8 Dual boot lost after Fedora upgrade

2015-07-14 Thread Chris Murphy
On Tue, Jul 14, 2015 at 9:28 AM, Gary Stainburn
gary.stainb...@ringways.co.uk wrote:
 After advice from Chris I've created the Windows recovery USB stick from

 http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media

 and run it choosing the system repair option.  I now have a working Windows 8
 system on my laptop.

 Unfortunately, it now boots straight into Windows and doesn't show the GRUB
 menu.

 If I press F9 to get the boot menu I can select from

 OS Boot Manager
 Fedora (STT000LM014-1EJ164-SSHD)
 Boot From EFI File

On a new Dell XP 13 I had for a bit in January, it had two F keys to
use. One was for setup which is where the boot order could be
permanently changed. Another one was for just one-time boot and was
not persistent. So you'd need to dig around to find an option to make
it  persistent. Or you can do this from within Fedora using
efibootmgr. So you'd do:

efibootmgr -v
And then you'll see a BootOrder, and you can man efibootmgr to find
the proper flag for changing the boot order, and make Fedora first in
the list. But before you do that...


 Having booted into Fedora I re-ran

 grub2-mkconfig -o ~/Downloads/grub.cfg

 hoping that it would now include WIndows, but it still does not. This means
 that even if I get GRUB to be the default boot loader, I'll lose Windows
 again.

Clear+reset the terminal window. Then do:
bash -x grub2-mkconfig

Copy-paste the entire window results into a (gedit) text doc and post
a URL for us to take a look at it; it won't fit in the mail list. And
also post the contents of /etc/default/grub - this will fit in the
mail list.

-- 
Chris Murphy
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Dan Mossor

On 07/14/2015 08:16 AM, Timothy Murphy wrote:

Ed Greshko wrote:


On 07/14/15 20:19, Timothy Murphy wrote:

Also I miss the multiple desktops I had in Fedora-21 KDE.
Have these been abolished in Plasma-5?


In addition to what poc said, there are still multiple virtual desktops.
I'm running 6.  The one thing that is currently missing, and which may be
being  worked, is the inability to have different wallpaper on each
virtual desktop.

Go to System-Settings---Workspace---Desktop Behavior---Virtual Desktops
to define your desired settings.


I don't have Workspace in my System-Settings -
I only have Personal, Hardware and System.
I seem to be missing something ...

But is this bar at the top of my display a panel?
It has 3 segments - Activities (on the left), which takes me to Favourites,
Data/Time (in the center) which also tells me about e-mail arrivals,
and a tray (on the right) which opens a small window with 3 icons
which I take to be System Settings, Screen Lock, and Shutdown/Restart.
(That is the only way I see to go to System Settings.)

Some things work well in Fedora-22 -
I don't mind writing dnf instead of yum (doesn't sound so nice)
and it seems to be significantly faster.
The display seems to me a little better on my ThinkPad T510.
I was surprised that my Firefox, KNode and KMail settings
were automatically updated - I assume that the data is saved
somewhere in my home folder.
The loss of the old panel is slightly annoying, but that is all.



The you don't have F22 Plasma, you have F22 Workstation. The desktop you 
describe is the GNOME shell, not Plasma. When you log in, there should 
be a selection of which desktop to launch - see if Plasma Workspaces is 
listed there, if not, we can help you get it loaded.


--
Dan Mossor, RHCSA
Systems Engineer
Fedora Server WG | Fedora KDE WG | Fedora QA Team
Fedora Infrastructure Apprentice
FAS: dmossor IRC: danofsatx
San Antonio, Texas, USA
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Flash Blocked in Firefox, Read the full story.

2015-07-14 Thread Mickey

The reason Flash was blocked in Firefox.

http://money.cnn.com/2015/07/14/technology/flash-firefox-facebook/index.html 


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf command to list contents of packages?

2015-07-14 Thread Edouard Fazenda
Hi Neal Becker,

I'm new using dnf, but i would prefer using rpm query to list the
content of an uninstalled packages.

Like : rpm -qpl [url package]  but if anyone have a tips with dnf i
will be happy to know.


 Is there a dnf query that would list the contents of an uninstalled package, 
 without d/l it?


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf command to list contents of packages?

2015-07-14 Thread Kevin Fenzi
On Tue, 14 Jul 2015 18:37:18 +0200
Edouard Fazenda edouard.faze...@gmail.com wrote:

 Hi Neal Becker,
 
 I'm new using dnf, but i would prefer using rpm query to list the
 content of an uninstalled packages.
 
 Like : rpm -qpl [url package]  but if anyone have a tips with dnf i
 will be happy to know.
 
 
  Is there a dnf query that would list the contents of an uninstalled
  package, without d/l it?

dnf repoquery -l packagename

That will only work for packages in the enabled repos, you can't pass
it a url. 

kevin


pgpU3jnkiSzS8.pgp
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora low level tools

2015-07-14 Thread jd1008

Are there any generic vanilla tools for Linux or specific to Fedora
that can run in standalone mode from a bootable cd/dvd  and can be
used to undervolt (i.e underclock) or overvolt (overclock) the cpu?
Especially for the unlocked AMD cpu's.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf command to list contents of packages?

2015-07-14 Thread Michael Schwendt
On Tue, 14 Jul 2015 10:06:10 -0400, Neal Becker wrote:

 Is there a dnf query that would list the contents of an uninstalled package, 
 without d/l it?

repoquery -l …  ==  dnf repoquery -l …
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: GNOME applications do not respect the chosen XFCE style

2015-07-14 Thread Kevin Fenzi
On Sun, 12 Jul 2015 06:10:05 +0200
Ralf Corsepius rc040...@freenet.de wrote:

 Could you be more verbose. What exactly are people supposed to
 install and which themes/settinga are known to work?

Any theme that has both a gtk2 and gtk3 version should mostly work. 

adwaita-gtk2-theme.x86_64
albatross-gtk2-theme.noarch
albatross-gtk3-theme.noarch
bluebird-gtk2-theme.noarch
bluebird-gtk3-theme.noarch
clearlooks-phenix-gtk2-theme.noarch
clearlooks-phenix-gtk3-theme.noarch
egtk-gtk2-theme.noarch
egtk-gtk3-theme.noarch
greybird-gtk2-theme.noarch
greybird-gtk3-theme.noarch
light-gtk2-theme.noarch
light-gtk3-theme.noarch
zukini-gtk2-theme.noarch
zukini-gtk3-theme.noarch
zukitwo-gtk2-theme.noarch
zukitwo-gtk3-theme.noarch
zukiwi-gtk2-theme.noarch
zukiwi-gtk3-theme.noarch

Or any locally installed one in ~/.themes that has both gtk2/gtk3. 

Of course some have bettter coverage than others... 
 
 At least I have not been able to find any xfce/gtk2/gtk3 theme combo 
 which harmonizes well with gnome3-apps under xfce on fc22 and
 deserves to be named functional.
 
 IMO, it's all an annoying and dysfunctional mess.

Well, adwaita is supposed to (it has a gtk2 version as well). 

In the end it's somewhat personal preference... 

kevin


pgpkZDYjba1yR.pgp
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Ed Greshko
On 07/15/15 01:26, Timothy Murphy wrote:
 Ed Greshko wrote:

 Go to System-Settings---Workspace---Desktop Behavior---Virtual
 Desktops to define your desired settings.
 I don't have Workspace in my System-Settings -
 I only have Personal, Hardware and System.
 I seem to be missing something ...
 You setup is nothing like mine  Sounds like you've actually installed
 GNOME.
 Yes, it seems like a hybrid of KDE and Gnome.
 What I did was to install Fedora KDE Live on a USB stick,
 and then click on Install on Hard Disk.

 I was asked later to choose between Fedora Workstation and Fedora Server,
 and chose the first.

 I did think after I might have been better to start with Network Install,
 which is my usual route.

You don't have a KDE Live USB stick.

Fedora Workstation is, by definition GNOME.

-- 
Sorta what I want to say when folks habitually complain about Fedora - 
https://youtu.be/ZArl8fTfub4
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Linux Foundation serves up a tasty dish of BUGS

2015-07-14 Thread jd1008

Linux Foundation serves up a tasty dish of BUGS
http://www.theregister.co.uk/2015/07/14/linux_foundation_serves_up_a_tasty_dish_of_bugs/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


rpmbuild error in F22 (looking for desktop file)

2015-07-14 Thread Ranjan Maitra
Hello,

I am trying to make a rpm out of the following application:

https://github.com/apandada1/typhoon

but my spec file, created from looking at the batti.spec file looks for a 
desktop file, rather than a desktop.in file. What I don't understand is where 
it figures out how to look for a desktop file. Any suggestions/help? I don't 
have a lot of experience with rpmbuild and spec files.

Here is the spec file:

$ fpaste typhoon.spec
Uploading (1.4KiB)...
http://ur1.ca/n4lhh - http://paste.fedoraproject.org/244462/14369268

And here is the error that I am getting:

$rpmbuild -bb typhoon.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Mne9tW
+ umask 022
+ cd /home/maitra/rpmbuild/BUILD
+ cd /home/maitra/rpmbuild/BUILD
+ rm -rf typhoon-0.8.9.4
+ /usr/bin/bzip2 -dc /home/maitra/rpmbuild/SOURCES/typhoon-0.8.9.4.tar.bz2
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd typhoon-0.8.9.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf stapler.egg-info
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZQvdSk
+ umask 022
+ cd /home/maitra/rpmbuild/BUILD
+ cd typhoon-0.8.9.4
+ /usr/bin/python setup.py build
Unable to init server: Could not connect: Connection refused
running build
running build_py
creating build
creating build/lib
creating build/lib/typhoon_lib
copying typhoon_lib/Window.py - build/lib/typhoon_lib
copying typhoon_lib/helpers.py - build/lib/typhoon_lib
copying typhoon_lib/Builder.py - build/lib/typhoon_lib
copying typhoon_lib/typhoonconfig.py - build/lib/typhoon_lib
copying typhoon_lib/__init__.py - build/lib/typhoon_lib
creating build/lib/typhoon
copying typhoon/TyphoonWindow.py - build/lib/typhoon
copying typhoon/__init__.py - build/lib/typhoon
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/typhoon - build/scripts-2.7
changing mode of build/scripts-2.7/typhoon from 644 to 755
running build_i18n
intltool-update -p -g typhoon
intltool-merge -d po typhoon.desktop.in build/share/applications/typhoon.desktop
Merging translations into build/share/applications/typhoon.desktop.
running build_icons
running build_help
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X1IL6J
+ umask 022
+ cd /home/maitra/rpmbuild/BUILD
+ '[' /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64 '!=' / ']'
+ rm -rf /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
++ dirname /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
+ mkdir -p /home/maitra/rpmbuild/BUILDROOT
+ mkdir /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
+ cd typhoon-0.8.9.4
+ rm -rf /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
+ /usr/bin/python setup.py install -O1 --skip-build --root 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
Unable to init server: Could not connect: Connection refused
running install
running install_lib
creating /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64
creating /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr
creating /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib
creating 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7
creating 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages
creating 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
copying build/lib/typhoon_lib/Window.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
copying build/lib/typhoon_lib/helpers.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
copying build/lib/typhoon_lib/Builder.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
copying build/lib/typhoon_lib/typhoonconfig.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
copying build/lib/typhoon_lib/__init__.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib
creating 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon
copying build/lib/typhoon/TyphoonWindow.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon
copying build/lib/typhoon/__init__.py - 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon
byte-compiling 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib/Window.py
 to Window.pyc
byte-compiling 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib/helpers.py
 to helpers.pyc
byte-compiling 
/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon_lib/Builder.py
 to Builder.pyc

Linux Foundation flings two full-time developers at OpenSSL

2015-07-14 Thread jd1008
http://www.theregister.co.uk/2014/05/29/linux_foundation_core_infrastructure_initiative_update/ 


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error in F22 (looking for desktop file)

2015-07-14 Thread stan
On Tue, 14 Jul 2015 21:25:13 -0500
Ranjan Maitra maitra.mbox.igno...@inbox.com wrote:

 Hello,
 
 I am trying to make a rpm out of the following application:
 
 https://github.com/apandada1/typhoon
 
 but my spec file, created from looking at the batti.spec file looks
 for a desktop file, rather than a desktop.in file. What I don't
 understand is where it figures out how to look for a desktop file.
 Any suggestions/help? I don't have a lot of experience with rpmbuild
 and spec files.
 
 Here is the spec file:
 
 $ fpaste typhoon.spec
 Uploading (1.4KiB)...
 http://ur1.ca/n4lhh - http://paste.fedoraproject.org/244462/14369268
 
 And here is the error that I am getting:
 
 $rpmbuild -bb typhoon.spec

 - 
 /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/share/doc/typhoon
 running install_egg_info
 Writing 
 /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon-0.8.94-py2.7.egg-info
 (ERROR: Can't find,
 '/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/share/applications/typhoon.desktop')
 error: Bad exit status from /var/tmp/rpm-tmp.X1IL6J (%install)
 
 
 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.X1IL6J (%install)

Someone more knowledgeable will probably offer better advice.  But
here's my take.  If you look in the files section of the spec file, you
find the egg.info file listed.  And rpmbuild is obviously looking for
the files listed in there.  Go to the BUILD directory, and look inside
that file to see what it wants.

You can then put shell commands in the spec file to create dummy files
where they are expected using something like touch.  Or you can patch
the source to create them with real information, from a currently
running version, for example. That will allow rpmbuild to find the files
it wants, and create the rpms.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


binary executes in an SELinux type other than its label

2015-07-14 Thread Gordon Messmer
courierlogger is labeled courier_exec_t in the filesystem, but 
appears to execute under system_mail_t.  I think the former type is 
being treated as an alias for the latter, but I don't remember where I'd 
look for information on that.


The problem is that when upgrading the courier-authlib package, a 
preuninstall script runs authdaemond stop, which in turn uses 
courierlogger to signal the running process to exit.  The command hangs, 
while courierlogger tries to send the signal (in a loop) and is denied 
by SELinux policy.


$ ls -lZ /usr/sbin/courierlogger
-rwxr-xr-x. daemon daemon system_u:object_r:courier_exec_t:s0 
/usr/sbin/courierlogger*


This is the AVC that is logged repeatedly while courierlogger is trying 
to stop authdaemond.


type=AVC msg=audit(1436135786.396:23625): avc:  denied  { sigkill } for  
pid=4827 comm=courierlogger 
scontext=unconfined_u:unconfined_r:system_mail_t:s0-s0:c0.c1023 
tcontext=system_u:system_r:unconfined_service_t:s0 tclass=process


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fwd: SHA-1 crypto hash retirement fraught with problems

2015-07-14 Thread jd1008




 Forwarded Message 

http://www.theregister.co.uk/2015/04/30/sha_2_migration_headaches/


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


NSA runs on Red Hat Linux

2015-07-14 Thread Frank McCormick

http://www.theregister.co.uk/2015/07/08/evil_nsa_runs_on_saintly_red_hat_enterprise_linux_apache/

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error in F22 (looking for desktop file)

2015-07-14 Thread Ranjan Maitra
Hi,

Thank you for your response!


  I am trying to make a rpm out of the following application:
  
  https://github.com/apandada1/typhoon
  
  but my spec file, created from looking at the batti.spec file looks
  for a desktop file, rather than a desktop.in file. What I don't
  understand is where it figures out how to look for a desktop file.
  Any suggestions/help? I don't have a lot of experience with rpmbuild
  and spec files.
  
  Here is the spec file:
  
  $ fpaste typhoon.spec
  Uploading (1.4KiB)...
  http://ur1.ca/n4lhh - http://paste.fedoraproject.org/244462/14369268
  
  And here is the error that I am getting:
  
  $rpmbuild -bb typhoon.spec
 
  - 
  /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/share/doc/typhoon
  running install_egg_info
  Writing 
  /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon-0.8.94-py2.7.egg-info
  (ERROR: Can't find,
  '/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/share/applications/typhoon.desktop')
  error: Bad exit status from /var/tmp/rpm-tmp.X1IL6J (%install)
  
  
  RPM build errors:
  Bad exit status from /var/tmp/rpm-tmp.X1IL6J (%install)
 
 Someone more knowledgeable will probably offer better advice.  But
 here's my take.  If you look in the files section of the spec file, you
 find the egg.info file listed.  And rpmbuild is obviously looking for
 the files listed in there.  Go to the BUILD directory, and look inside
 that file to see what it wants.

So, from what I understood from your suggestions, I should look at:

/home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon-0.8.94-py2.7.egg-info

So, that is what I did but I can not see what the files are that it wants. (I 
still can not see the desktop stuff.)

$ more typhoon-0.8.94-py2.7.egg-info 
Metadata-Version: 1.1
Name: typhoon
Version: 0.8.94
Summary: Quickly check the weather with this beautiful application
Home-page: https://launchpad.net/typhoon
Author: Archisman Panigrahi
Author-email: apanda...@gmail.com
License: GPL-3
Description: Typhoon is a free and open source weather application. It is contin
uation of discontinued Stormcloud 1.1 ,however with some changes. It is and alwa
ys will be free.

  PPA: https://launchpad.net/~apandada1/+archive/typhoon/   

   Homepage: http://gettyphoon.tk/
Platform: UNKNOWN
Requires: gi.repository.GObject
Requires: gi.repository.Gio
Requires: gi.repository.Gtk
Requires: gi.repository.Unity
Requires: gi.repository.WebKit
Provides: typhoon
Provides: typhoon_lib

Where is any mention to desktop? 
 
 You can then put shell commands in the spec file to create dummy files
 where they are expected using something like touch.  Or you can patch
 the source to create them with real information, from a currently
 running version, for example. That will allow rpmbuild to find the files
 it wants, and create the rpms.

I guess it might be helpful to know the difference between a desktop and a 
desktop.in file. Could someone please tell me about this difference?

Many thanks and best wishes,
Ranjan


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error in F22 (looking for desktop file)

2015-07-14 Thread Ranjan Maitra
Thanks again!

  So, from what I understood from your suggestions, I should look at:
  
  /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon-0.8.94-py2.7.egg-info
  
  So, that is what I did but I can not see what the files are that it
  wants. (I still can not see the desktop stuff.)
  
  $ more typhoon-0.8.94-py2.7.egg-info 
  Metadata-Version: 1.1
  Name: typhoon
  Version: 0.8.94
  Summary: Quickly check the weather with this beautiful application
  Home-page: https://launchpad.net/typhoon
  Author: Archisman Panigrahi
  Author-email: apanda...@gmail.com
  License: GPL-3
  Description: Typhoon is a free and open source weather application.
  It is contin uation of discontinued Stormcloud 1.1 ,however with some
  changes. It is and alwa ys will be
  free. 
PPA:
  https://launchpad.net/~apandada1/+archive/typhoon/ 
 Homepage: http://gettyphoon.tk/
  Platform: UNKNOWN
  Requires: gi.repository.GObject
  Requires: gi.repository.Gio
  Requires: gi.repository.Gtk
  Requires: gi.repository.Unity
  Requires: gi.repository.WebKit
  Provides: typhoon
  Provides: typhoon_lib
  
  Where is any mention to desktop? 
 
 I would guess that it would be part of the Requires: specs.
 Unity is probably a desktop for Ubuntu. Gtk for other desktops?
 Possibly GObject for Gnome?

I also don't know what the above repositories mean.


 You've exhausted my small store of knowledge.

Sorry, at least there is some sense in what you are saying. 

   
   You can then put shell commands in the spec file to create dummy
   files where they are expected using something like touch.  Or you
   can patch the source to create them with real information, from a
   currently running version, for example. That will allow rpmbuild to
   find the files it wants, and create the rpms.
  
  I guess it might be helpful to know the difference between a desktop
  and a desktop.in file. Could someone please tell me about this
  difference?
 
 I can't help with this.  Do you have a currently installed version of
 this package that you can consult?  rpm -q --files [package name]

No. This software is under GPL and so I thought it might be interesting to see 
if it can be packaged for Fedora. 

The app looks cool and the current developer (who I contacted) is a high school 
student but does not know much about packaging for Fedora. He did suggest using 
Alien for creating the spec file from the debian package (but he did not know 
much about it, and I had not even heard about it) so I passed on that. I also 
thought that perhaps the debian package needs a Debian machine.

Many thanks again!

Best wishes,
Ranjan


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: rpmbuild error in F22 (looking for desktop file)

2015-07-14 Thread stan
On Tue, 14 Jul 2015 23:35:24 -0500
Ranjan Maitra maitra.mbox.igno...@inbox.com wrote:


 So, from what I understood from your suggestions, I should look at:
 
 /home/maitra/rpmbuild/BUILDROOT/typhoon-0.8.9.4-1.fc22.x86_64/usr/lib/python2.7/site-packages/typhoon-0.8.94-py2.7.egg-info
 
 So, that is what I did but I can not see what the files are that it
 wants. (I still can not see the desktop stuff.)
 
 $ more typhoon-0.8.94-py2.7.egg-info 
 Metadata-Version: 1.1
 Name: typhoon
 Version: 0.8.94
 Summary: Quickly check the weather with this beautiful application
 Home-page: https://launchpad.net/typhoon
 Author: Archisman Panigrahi
 Author-email: apanda...@gmail.com
 License: GPL-3
 Description: Typhoon is a free and open source weather application.
 It is contin uation of discontinued Stormcloud 1.1 ,however with some
 changes. It is and alwa ys will be
 free. 
   PPA:
 https://launchpad.net/~apandada1/+archive/typhoon/ 
Homepage: http://gettyphoon.tk/
 Platform: UNKNOWN
 Requires: gi.repository.GObject
 Requires: gi.repository.Gio
 Requires: gi.repository.Gtk
 Requires: gi.repository.Unity
 Requires: gi.repository.WebKit
 Provides: typhoon
 Provides: typhoon_lib
 
 Where is any mention to desktop? 

I would guess that it would be part of the Requires: specs.
Unity is probably a desktop for Ubuntu. Gtk for other desktops?
Possibly GObject for Gnome?

You've exhausted my small store of knowledge.

  
  You can then put shell commands in the spec file to create dummy
  files where they are expected using something like touch.  Or you
  can patch the source to create them with real information, from a
  currently running version, for example. That will allow rpmbuild to
  find the files it wants, and create the rpms.
 
 I guess it might be helpful to know the difference between a desktop
 and a desktop.in file. Could someone please tell me about this
 difference?

I can't help with this.  Do you have a currently installed version of
this package that you can consult?  rpm -q --files [package name]
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora-22 KDE panel

2015-07-14 Thread Timothy Murphy
Ed Greshko wrote:

 Go to System-Settings---Workspace---Desktop Behavior---Virtual
 Desktops to define your desired settings.

 I don't have Workspace in my System-Settings -
 I only have Personal, Hardware and System.
 I seem to be missing something ...

 You setup is nothing like mine  Sounds like you've actually installed
 GNOME.

Yes, it seems like a hybrid of KDE and Gnome.
What I did was to install Fedora KDE Live on a USB stick,
and then click on Install on Hard Disk.

I was asked later to choose between Fedora Workstation and Fedora Server,
and chose the first.

I did think after I might have been better to start with Network Install,
which is my usual route.

-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org