I want to install Xfce on a ClearOS server. They have not defined any desktop groups (actually no groups other than minimal). But lots of Xfce rpms are in their repos.
How can I see what rpms Centos would install with a 'yum group install'?
Then I get to install vnc server and set up the client right...
thanks
On 05/23/2017 10:52 PM, Ian Mortimer wrote:
On Tue, 2017-05-23 at 18:52 -0400, Robert Moskowitz wrote:
How can I see what rpms Centos would install with a 'yum group install'?
yum group info Xfce
Ah,
I had tried
yum groupinfo "Xfce Desktop"
And got the listing of groups, not packages.
thanks
On 5/23/2017 3:52 PM, Robert Moskowitz wrote:
I want to install Xfce on a ClearOS server. They have not defined any desktop groups (actually no groups other than minimal). But lots of Xfce rpms are in their repos.
How can I see what rpms Centos would install with a 'yum group install'?
Then I get to install vnc server and set up the client right...
to *really* see what its going to install...
yum groupinstall "Some Group"
then answer N (no) after it lists the packages it wants to install. this will show you not only whats in the group, but also any prerequisites.
On 05/24/2017 12:03 AM, John R Pierce wrote:
On 5/23/2017 3:52 PM, Robert Moskowitz wrote:
I want to install Xfce on a ClearOS server. They have not defined any desktop groups (actually no groups other than minimal). But lots of Xfce rpms are in their repos.
How can I see what rpms Centos would install with a 'yum group install'?
Then I get to install vnc server and set up the client right...
to *really* see what its going to install...
yum groupinstall "Some Group"
then answer N (no) after it lists the packages it wants to install. this will show you not only whats in the group, but also any prerequisites.
Not needed. I want to install Xfce desktop on a ClearOS system. They do not provide a group for any of the desktops. So all I need is a list of rpms that create the desktop and let yum do its job from there. Of course, I need to read the manpage to figure out how to provide the rpms from a file that I got from the group info output....
Can some one that has a Centos7-x64 system please send me the output of:
yum group info Xfce
My Centos7-armv7 does not have an Xfce group, only Gnome and KDE. And all else I have here are Fedora 25-x64 laptops. I want to see what Centos7 considers to be in the Xcfe desktop.
thanks
On 05/24/2017 10:07 AM, Robert Moskowitz wrote:
On 05/24/2017 12:03 AM, John R Pierce wrote:
On 5/23/2017 3:52 PM, Robert Moskowitz wrote:
I want to install Xfce on a ClearOS server. They have not defined any desktop groups (actually no groups other than minimal). But lots of Xfce rpms are in their repos.
How can I see what rpms Centos would install with a 'yum group install'?
Then I get to install vnc server and set up the client right...
to *really* see what its going to install...
yum groupinstall "Some Group"
then answer N (no) after it lists the packages it wants to install. this will show you not only whats in the group, but also any prerequisites.
Not needed. I want to install Xfce desktop on a ClearOS system. They do not provide a group for any of the desktops. So all I need is a list of rpms that create the desktop and let yum do its job from there. Of course, I need to read the manpage to figure out how to provide the rpms from a file that I got from the group info output....
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On 5/24/2017 5:59 PM, Robert Moskowitz wrote:
yum group info Xfce
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils +xfce4-panel +xfce4-session +xfce4-settings +xfconf +xfdesktop +xfwm4 Default Packages: +NetworkManager-gnome gdm +leafpad +openssh-askpass +orage +polkit-gnome +thunar-archive-plugin +thunar-volman +tumbler +xfce4-appfinder +xfce4-icon-theme +xfce4-mixer +xfce4-power-manager +xfce4-session-engines +xfce4-terminal +xfwm4-theme-nodoka Optional Packages: xfwm4-themes Conditional Packages: +pinentry-gtk
CentOS Linux release 7.3.1611 (Core)
Scott
On 05/24/2017 06:07 PM, Scott Gennari wrote:
On 5/24/2017 5:59 PM, Robert Moskowitz wrote:
yum group info Xfce
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils
Thanks. Much different output than I got from Fedora. What are all those + in front of each line?
the recommendation on how to feed a list into yum from:
https://unix.stackexchange.com/questions/47304/centos-install-packages-liste...
yum -y install $(cat filename cat | tr '\n' ' ')
Will need a bit more editing of the list than just removing the first lines!
hmm. but that seems like an error with 'cat filename cat' ??
On 05/24/2017 06:07 PM, Scott Gennari wrote:
On 5/24/2017 5:59 PM, Robert Moskowitz wrote:
yum group info Xfce
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils +xfce4-panel +xfce4-session +xfce4-settings +xfconf +xfdesktop +xfwm4 Default Packages: +NetworkManager-gnome gdm +leafpad +openssh-askpass +orage +polkit-gnome +thunar-archive-plugin +thunar-volman +tumbler +xfce4-appfinder +xfce4-icon-theme +xfce4-mixer +xfce4-power-manager +xfce4-session-engines +xfce4-terminal +xfwm4-theme-nodoka Optional Packages: xfwm4-themes Conditional Packages: +pinentry-gtk
So when I run this list thru yum on the ClearOS7 I get a few packages that are not available. I will take that up with them. But interestingly:
Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead
So is this a problem with the Xfce group in Centos7 in general?
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
?
I would rather enable Xfce than Gnome. I have totally switched to Xfce on all my Fedora platforms. By enabling the clearos-centos.repo I have the option of the Gnome group to install...
thanks
On 05/24/2017 06:07 PM, Scott Gennari wrote:
On 5/24/2017 5:59 PM, Robert Moskowitz wrote:
yum group info Xfce
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils +xfce4-panel +xfce4-session +xfce4-settings +xfconf +xfdesktop +xfwm4 Default Packages: +NetworkManager-gnome gdm +leafpad +openssh-askpass +orage +polkit-gnome +thunar-archive-plugin +thunar-volman +tumbler +xfce4-appfinder +xfce4-icon-theme +xfce4-mixer +xfce4-power-manager +xfce4-session-engines +xfce4-terminal +xfwm4-theme-nodoka Optional Packages: xfwm4-themes Conditional Packages: +pinentry-gtk
CentOS Linux release 7.3.1611 (Core)
Scott
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Am 25.05.2017 um 14:20 schrieb Robert Moskowitz rgm@htt-consult.com:
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
http://mirror.centos.org/centos/
-- LF
Am 25.05.2017 um 14:32 schrieb Leon Fauster leonfauster@googlemail.com:
Am 25.05.2017 um 14:20 schrieb Robert Moskowitz rgm@htt-consult.com:
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
https://dl.fedoraproject.org/pub/epel/7/
-- LF
On 05/25/2017 08:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 14:20 schrieb Robert Moskowitz rgm@htt-consult.com:
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
On 05/25/2017 08:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 14:20 schrieb Robert Moskowitz rgm@htt-consult.com:
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
-- LF
On 05/25/2017 09:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
On 05/25/2017 08:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 14:20 schrieb Robert Moskowitz rgm@htt-consult.com:
I seem to be missing some important rpms, even when I enable the clearos-centos.repo which is suppose to include all of the centos rpms not customized by clearos.
How can I check out if centos7-x64 has these missing rpms:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
I missed that your two emails pointed to different urls. Thanks. But...
Enabling epel does not provide an Xfce group. Enabling epel does not give me the missing rpms. It does provide both mixer and pulseaudio-plugin, but not the others.
So Xfce is still broken at some level of brokeness with C7.
On 5/25/2017 10:04 AM, Robert Moskowitz wrote:
On 05/25/2017 09:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
I missed that your two emails pointed to different urls. Thanks. But...
Enabling epel does not provide an Xfce group. Enabling epel does not give me the missing rpms. It does provide both mixer and pulseaudio-plugin, but not the others.
So Xfce is still broken at some level of brokeness with C7.
On my rather basic C7 system with epel enabled, I don't see any problems.
# yum groupinstall "Xfce" ... Install 20 Packages (+193 Dependent packages)
It did not give any errors and the install list does not mention any of the missing packages that you list above. It works fine with C7. There must be some difference with your system.
On 05/25/2017 11:22 AM, Bowie Bailey wrote:
On 5/25/2017 10:04 AM, Robert Moskowitz wrote:
On 05/25/2017 09:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
I missed that your two emails pointed to different urls. Thanks. But...
Enabling epel does not provide an Xfce group. Enabling epel does not give me the missing rpms. It does provide both mixer and pulseaudio-plugin, but not the others.
So Xfce is still broken at some level of brokeness with C7.
On my rather basic C7 system with epel enabled, I don't see any problems.
# yum groupinstall "Xfce" ... Install 20 Packages (+193 Dependent packages)
It did not give any errors and the install list does not mention any of the missing packages that you list above. It works fine with C7. There must be some difference with your system.
The group is not on my system. I am using ClearOS' version of the Centos repos, so not necessarily a surprise. And all my other servers are Centos7-armv7hl, also with no Xfce group. But the armv7hl repos have a number of build challenges that we have had to work around...
Can you please run:
yum group info Xfce
and send me the output?
On 5/25/2017 12:07 PM, Robert Moskowitz wrote:
On 05/25/2017 11:22 AM, Bowie Bailey wrote:
On 5/25/2017 10:04 AM, Robert Moskowitz wrote:
On 05/25/2017 09:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
I missed that your two emails pointed to different urls. Thanks. But...
Enabling epel does not provide an Xfce group. Enabling epel does not give me the missing rpms. It does provide both mixer and pulseaudio-plugin, but not the others.
So Xfce is still broken at some level of brokeness with C7.
On my rather basic C7 system with epel enabled, I don't see any problems.
# yum groupinstall "Xfce" ... Install 20 Packages (+193 Dependent packages)
It did not give any errors and the install list does not mention any of the missing packages that you list above. It works fine with C7. There must be some difference with your system.
The group is not on my system. I am using ClearOS' version of the Centos repos, so not necessarily a surprise. And all my other servers are Centos7-armv7hl, also with no Xfce group. But the armv7hl repos have a number of build challenges that we have had to work around...
Can you please run:
yum group info Xfce
and send me the output?
Here is what the group info gives me:
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils +xfce4-panel +xfce4-session +xfce4-settings +xfconf +xfdesktop +xfwm4 Default Packages: +NetworkManager-gnome +gdm +leafpad +openssh-askpass +orage +polkit-gnome +thunar-archive-plugin +thunar-volman +tumbler +xfce4-appfinder +xfce4-icon-theme +xfce4-power-manager +xfce4-pulseaudio-plugin +xfce4-session-engines +xfce4-terminal +xfwm4-theme-nodoka Optional Packages: xfwm4-themes Conditional Packages: +pinentry-gtk
I don't know why that list is different from what it actually tries to install. When I try to install it, I get this:
Installing for group install "Xfce": Thunar x86_64 1.6.11-1.el7 epel 1.4 M gdm x86_64 1:3.14.2-20.el7_3 updates 719 k openssh-askpass x86_64 6.6.1p1-35.el7_3 updates 74 k orage x86_64 4.12.1-3.el7 epel 1.8 M polkit-gnome x86_64 0.105-6.el7 epel 82 k thunar-archive-plugin x86_64 0.3.1-6.el7 epel 69 k thunar-volman x86_64 0.8.1-2.el7 epel 175 k tumbler x86_64 0.1.31-2.el7 epel 195 k xfce4-appfinder x86_64 4.12.0-4.el7 epel 194 k xfce4-panel x86_64 4.12.0-4.el7 epel 820 k xfce4-power-manager x86_64 1.6.0-2.el7 epel 769 k xfce4-pulseaudio-plugin x86_64 0.2.5-1.el7 epel 71 k xfce4-session x86_64 4.12.1-8.el7 epel 484 k xfce4-session-engines x86_64 4.12.1-8.el7 epel 315 k xfce4-settings x86_64 4.12.0-7.el7 epel 658 k xfce4-terminal x86_64 0.6.3-4.el7 epel 484 k xfconf x86_64 4.12.0-3.el7 epel 199 k xfdesktop x86_64 4.12.3-2.el7 epel 1.0 M xfwm4 x86_64 4.12.3-2.el7 epel 627 k Installing: pinentry-gtk x86_64 0.8.1-17.el7 base 51 k
Plus 193 dependencies. I do not have any xfce packages installed already.
On 05/25/2017 12:29 PM, Bowie Bailey wrote:
On 5/25/2017 12:07 PM, Robert Moskowitz wrote:
On 05/25/2017 11:22 AM, Bowie Bailey wrote:
On 5/25/2017 10:04 AM, Robert Moskowitz wrote:
On 05/25/2017 09:32 AM, Leon Fauster wrote:
Am 25.05.2017 um 15:27 schrieb Robert Moskowitz rgm@htt-consult.com:
Thanks. I followed this to: http://mirror.centos.org/centos/7/os/x86_64/Packages/
And could not find any of the following:
No package xfce-utils available. No package NetworkManager-gnome available. No package leafpad available. No package xfce4-icon-theme available. Package xfce4-mixer is obsoleted by xfce4-pulseaudio-plugin, trying to install xfce4-pulseaudio-plugin-0.2.4-4.el7.x86_64 instead No package xfwm4-theme-nodoka available.
So it would appear that an Xfce desktop install is 'broken' for some level of brokeness for Centos7.
But interestingly, NetworkManager-gnome is not used by gnome. It has a bunch of other NetworkManager rpms. I also checked Fedora 21 and 24 and their Xfce desktop does not list NetworkManager-gnome when I do a group info xfce. So there is something wrong in the packaging of the xfce group in Centos7-x64 that Scott provided me...
Xfce is provided by EPEL:
https://lists.centos.org/pipermail/centos/2017-May/164858.html
I missed that your two emails pointed to different urls. Thanks. But...
Enabling epel does not provide an Xfce group. Enabling epel does not give me the missing rpms. It does provide both mixer and pulseaudio-plugin, but not the others.
So Xfce is still broken at some level of brokeness with C7.
On my rather basic C7 system with epel enabled, I don't see any problems.
# yum groupinstall "Xfce" ... Install 20 Packages (+193 Dependent packages)
It did not give any errors and the install list does not mention any of the missing packages that you list above. It works fine with C7. There must be some difference with your system.
The group is not on my system. I am using ClearOS' version of the Centos repos, so not necessarily a surprise. And all my other servers are Centos7-armv7hl, also with no Xfce group. But the armv7hl repos have a number of build challenges that we have had to work around...
Can you please run:
yum group info Xfce
and send me the output?
Here is what the group info gives me:
Group: Xfce Group-Id: xfce-desktop Description: A lightweight desktop environment that works well on low end machines. Mandatory Packages: +Thunar +xfce-utils +xfce4-panel +xfce4-session +xfce4-settings +xfconf +xfdesktop +xfwm4 Default Packages: +NetworkManager-gnome +gdm +leafpad +openssh-askpass +orage +polkit-gnome +thunar-archive-plugin +thunar-volman +tumbler +xfce4-appfinder +xfce4-icon-theme +xfce4-power-manager +xfce4-pulseaudio-plugin +xfce4-session-engines +xfce4-terminal +xfwm4-theme-nodoka Optional Packages: xfwm4-themes Conditional Packages: +pinentry-gtk
I don't know why that list is different from what it actually tries to install. When I try to install it, I get this:
Installing for group install "Xfce": Thunar x86_64 1.6.11-1.el7 epel 1.4 M gdm x86_64 1:3.14.2-20.el7_3 updates 719 k openssh-askpass x86_64 6.6.1p1-35.el7_3 updates 74 k orage x86_64 4.12.1-3.el7 epel 1.8 M polkit-gnome x86_64 0.105-6.el7 epel 82 k thunar-archive-plugin x86_64 0.3.1-6.el7 epel 69 k thunar-volman x86_64 0.8.1-2.el7 epel 175 k tumbler x86_64 0.1.31-2.el7 epel 195 k xfce4-appfinder x86_64 4.12.0-4.el7 epel 194 k xfce4-panel x86_64 4.12.0-4.el7 epel 820 k xfce4-power-manager x86_64 1.6.0-2.el7 epel 769 k xfce4-pulseaudio-plugin x86_64 0.2.5-1.el7 epel 71 k xfce4-session x86_64 4.12.1-8.el7 epel 484 k xfce4-session-engines x86_64 4.12.1-8.el7 epel 315 k xfce4-settings x86_64 4.12.0-7.el7 epel 658 k xfce4-terminal x86_64 0.6.3-4.el7 epel 484 k xfconf x86_64 4.12.0-3.el7 epel 199 k xfdesktop x86_64 4.12.3-2.el7 epel 1.0 M xfwm4 x86_64 4.12.3-2.el7 epel 627 k Installing: pinentry-gtk x86_64 0.8.1-17.el7 base 51 k
Plus 193 dependencies. I do not have any xfce packages installed already.
Note that you do not have xfce-utils or leafpad.
Do you have themes? What is your background.
I have actually gotten Xfce working. Kindof. I am into Xfce via vncserver. It pretty much looks like Xfce on my Fedora systems. Backleveled a bit of course. No sensor applet to show the cpu temp for example.
But no background, other than black.
Oh, and no NetworkManager on the tray.
I am going to install geany for the editor. I use geany a lot for editing xml and html files so am familiar with it. It is just a bit much for editing a simple text file.
Anyway, it is possible to get Xfce running on Centos7, but it is missing some rpms.
On 5/25/2017 3:43 PM, Robert Moskowitz wrote:
Note that you do not have xfce-utils or leafpad.
Do you have themes? What is your background.
I have actually gotten Xfce working. Kindof. I am into Xfce via vncserver. It pretty much looks like Xfce on my Fedora systems. Backleveled a bit of course. No sensor applet to show the cpu temp for example.
But no background, other than black.
Oh, and no NetworkManager on the tray.
I am going to install geany for the editor. I use geany a lot for editing xml and html files so am familiar with it. It is just a bit much for editing a simple text file.
Anyway, it is possible to get Xfce running on Centos7, but it is missing some rpms.
I don't actually use Xfce. I was just noting that it did not give me any errors on my system regarding missing packages. I have not attempted to install and use it.
On 05/25/2017 03:49 PM, Bowie Bailey wrote:
On 5/25/2017 3:43 PM, Robert Moskowitz wrote:
Note that you do not have xfce-utils or leafpad.
Do you have themes? What is your background.
I have actually gotten Xfce working. Kindof. I am into Xfce via vncserver. It pretty much looks like Xfce on my Fedora systems. Backleveled a bit of course. No sensor applet to show the cpu temp for example.
But no background, other than black.
Oh, and no NetworkManager on the tray.
I am going to install geany for the editor. I use geany a lot for editing xml and html files so am familiar with it. It is just a bit much for editing a simple text file.
Anyway, it is possible to get Xfce running on Centos7, but it is missing some rpms.
I don't actually use Xfce. I was just noting that it did not give me any errors on my system regarding missing packages. I have not attempted to install and use it.
thanks for the info, still.
So I just have to pull out my round tuit and file a bug report...
(I actually HAVE a round tuit in my drawer. Somewhere...) :)
Robert Moskowitz wrote:
On 05/25/2017 03:49 PM, Bowie Bailey wrote:
On 5/25/2017 3:43 PM, Robert Moskowitz wrote:
Note that you do not have xfce-utils or leafpad.
Do you have themes? What is your background.
I have actually gotten Xfce working. Kindof. I am into Xfce via vncserver. It pretty much looks like Xfce on my Fedora systems. Backleveled a bit of course. No sensor applet to show the cpu temp for example.
But no background, other than black.
Oh, and no NetworkManager on the tray.
I am going to install geany for the editor. I use geany a lot for editing xml and html files so am familiar with it. It is just a bit much for editing a simple text file.
Anyway, it is possible to get Xfce running on Centos7, but it is missing some rpms.
I don't actually use Xfce. I was just noting that it did not give me any errors on my system regarding missing packages. I have not attempted to install and use it.
thanks for the info, still.
So I just have to pull out my round tuit and file a bug report...
There are random things... like apcupsd isn't in the EPEL 6.9 repo, but it was in 6.8, and it's in 7.
(I actually HAVE a round tuit in my drawer. Somewhere...) :)
Mine, sitting on my desk at home, was from the '95 Glasgow bid for Worldcon....
mark