XFCE 4.12 on EPEL7
by Martin Sourada
Hi all,
are there any plans on getting Xfce 4.12 on epel7 (e.g. copr repo)? I've
been able to mockchain build pretty much everything sans:
pragha-1.2.2-5.fc20.src.rpm (missing deps, more than one, haven't tried
yet rebuilding them all)
ristretto-0.8.0-1.fc23.src.rpm (missing deps for libappstream-glib
which is unbuildable on epel7: too old glib, but fails late in build
process)
libxfcegui4-4.10.0-7.el7.src.rpm
xfce4-timer-plugin-0.6.1-17.el7.centos.src.rpm
xfce4-radio-plugin-0.5.1-10.el7.centos.src.rpm
xfce4-quicklauncher-plugin-1.9.4-19.el7.centos.src.rpm
xfce4-cpufreq-plugin-1.0.0-11.el7.centos.src.rpm
Haven't tried the functionality though yet.
Regards,
Martin
7 years, 7 months
Pragha 1.3 for Fedora 22
by Heiko Adams
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
is there a special reason pragha 1.3.2.1 is still built only for rawhide
?
- --
Regards,
Heiko Adams
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVpsqcAAoJED6DRcV6KbgxprMQAMp+SU0YbugoyMX7mEWII/Ms
Me/mab98QtaZdYkaC18xZYcQk36Hf5rHVmPjfYefz/OsfLRkH55P6UtImmmXJyaE
MIO1jRLBxBuMSNQQvBK/eb/ZUj2dClygzdaoicfkgrjSRFOjB6B+dzcPQLWcimr5
pk0+bG6iTNRPYDKdfodwqRTCkuvFcO2Su+8ciWh8htS3iwPjl3aBqSukiXf8rV5L
vulXNFL2zIKYc6gOqctO81QVzxeFXbZ7W5zsBcHxcUdKnsEcACWl7lUWZqjA0Xk3
9v34zHwOM456DH26KAq/IQ9phCJIpdxQfRS0KHfpxPa43etdO+3g93Pmev/Jk5TK
RqfpGDD1KdV9cNYDNmXegTeTIJkqF9uYC79k7yssgIe4kU0bDOpcJJRunStnuPxs
xdcrTOjJTzyJmuGNuqMW16jwLm14FjmT1mKyQLZpS40605Aba/T/ufpE8WT3d8qZ
QpiKKf06bMiaMdaiWL27BM3QMxaOQv0+QkwGlVRlZvKoQhxiwwwCdfamSIBR3pI0
98u3PzR62TLCJVMLY7grE9GInGpjAsWs79orRFXLwLG9sJ2FLM3ZXJKDFN6AN/Cd
QA/Ri/1v419SOzHGpJwYaaaYYjrTHyyUktqBaAJVKKjhWWfTjBv1iTtLv6QoYCye
Ouo8QpbpgN1rCn119Bnr
=KbuJ
-----END PGP SIGNATURE-----
8 years
Rust, SAFE Network, Crust and a problem for Fedora 22 x86_64 XFCE (ie not other spins)
by Philip Rhoades
People,
I have been getting heavily involved with this project:
maidsafe.net / maidsafe.org
and I have a problem (real hardware and VMs) that occurs with building
the software which doesn't happen for other Fedora 22 spins or if I
build the software in a Docker image. To reproduce the problem do this:
As root:
curl -sSf https://static.rust-lang.org/rustup.sh | sh -s --
--channel=nightly
dnf install libsodium-devel
As any user:
git clone https://github.com/maidsafe/crust
cd crust
cargo build
RUST_TEST_THREADS=1 cargo test
You should see something like this:
Running target/debug/crust-991e24481699f6b2
running 23 tests
test beacon::test::test_avoid_beacon ... ok
test beacon::test::test_beacon ... ok
test bootstrap_handler::test::duplicates ... ok
test bootstrap_handler::test::max_contacts ... ok
test bootstrap_handler::test::oldest ... ok
test bootstrap_handler::test::prune ... ok
test bootstrap_handler::test::serialisation ... ok
test config_utils::test::read_config_file_test ... ok
test connection_manager::test::bootstrap ... ok
test connection_manager::test::bootstrap_off_list_connects ... ok
test connection_manager::test::bootstrap_off_list_connects_multiple ...
ok
test connection_manager::test::connection_manager ... ok
test connection_manager::test::connection_manager_start ... ok
test connection_manager::test::network ... ignored
test getifaddrs::test::test_filter_loopback ... ok
test getifaddrs::test::test_getifaddrs ... ok
test tcp_connections::test::test_multiple_nodes_small_stream ... ok
test tcp_connections::test::test_small_stream ... ok
test test::check_rust_unit_testing_is_not_parallel ... ok
test transport::test::test_ord ... ok
test utp_connections::test::cannot_establish_connection ... NOTE:
Transport connect 172.17.0.28:56710 failure due to InvalidPacket
NOTE: Transport connect 172.17.0.28:38604 failure due to InvalidPacket
NOTE: Transport connect 172.17.0.28:36980 failure due to InvalidPacket
NOTE: Transport connect 172.17.0.28:37710 failure due to InvalidPacket
NOTE: Transport connect 172.17.0.28:34469 failure due to InvalidPacket
ok
test utp_connections::test::establishing_connection ... ok
test utp_connections::test::send_receive_data ... ok
test result: ok. 22 passed; 0 failed; 1 ignored; 0 measured
Instead for an XFCE environment I see this:
Running target/debug/crust-935be27542bb08fc
running 23 tests
test beacon::test::test_avoid_beacon ... thread 'test_avoid_beacon
seek_peers 2' panicked at 'index out of bounds: the len is 0 but the
index is 0', ../src/libcollections/vec.rs:1047
- which also hangs indefinitely . . I have NO idea why a desktop
environment should cause this sort of problem - anyone got any ideas?
Thanks,
Phil.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: phil(a)pricom.com.au
8 years, 1 month
Re: Vim commands for copying to system clipboard but text does, not show up in Clipman
by Raphael Groner
Hi Phil,
your issue sounds somehow like a RFE for Clipman to monitor also for
some commands from cli mode, but I do not know how difficult the
implementation is therefore, maybe it's technically impossible.
Technical background: Vim has its own clipboard manager in use that does
not know anything about running Xorg (or Wayland) applications, so I
guess the own clipboard of vi as in cli mode is used. Does it work if
you select text with the mouse and copy by help from context menu entry
or the menu of the terminal emulator (xfce4-terminal)?
Did you check upstream for any existing issue? Otherwise, you should
file a RFE in rhbz and as well to upstream of Clipman (the latter is the
generally preferred way).
You could also try with GPaste (based on Gtk as well) or Qlipper (Qt
based) as alternatives to Clipman.
R.
Am 31.07.2015 um 14:00 schrieb xfce-request(a)lists.fedoraproject.org:
> Date: Fri, 31 Jul 2015 16:23:16 +1000
> From: Philip Rhoades<phil(a)pricom.com.au>
> To:xfce@lists.fedoraproject.org
> Subject: Vim commands for copying to system clipboard but text does
> not show up in Clipman
> Message-ID: <e1c15f4923ed77da0f2408ed24e147b3@localhost>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> People,
>
> In Vim, these commands are supposed to copy text to the system clipboard
> - but the text does not show up in Clipman:
>
> "+yy
>
> "*yy
>
> - why doesn't this work?
>
> In fact, rather than copying the current line as above, I want to copy
> the text of a whole file which is not conveniently done by clicking and
> dragging the mouse . . but I can't even get it to work on one line . .
>
> Thanks,
>
> Phil.
8 years, 1 month
ARM release-blocking desktop changed to Xfce
by Adam Williamson
In accordance with discussion at today's Go/No-Go meeting, I've changed
the release-blocking desktop for ARM from KDE to Xfce in
https://fedoraproject.org/wiki/Template:Release_criteria_preamble (whic
h is included in each of the Release Criteria pages). For those not at
the meeting and who don't want to read through the whole log, this has
been changed on the basis that KDE 5 requires 3D acceleration and does
not fully work with llvmpipe (software rendering), and we don't have
hardware 3D support for any of our supported ARM platforms at this
time, so it no longer makes any sense for KDE to be the blocking
desktop for ARM.
I'd suggest the ARM team takes whatever steps necessary so that, in
future, they can ensure this desktop is working and tested - including
ensuring that resources will be available to fix bugs in Xfce,
potentially at short notice - and if they wish to change it again or
not have a release-blocking desktop any more, this be proposed at an
appropriate point in the cycle.
I will also adjust the desktop validation matrix appropriately (moving
KDE to non-blocking and ARM to blocking), effective from Alpha RC2 as
this change was effectively applied to Alpha at the meeting.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
8 years, 1 month
Panel plugins not showing up
by Roman Collins
Hey all, first time emailing here,
I've been trying to get a plugin to show up under "Add Items" and under the
items tab for panel preferences, for some reason plugins are just not
showing up and I cant' figure out why. Specifically I'm trying to get the
dockbarx-plugin to work:
https://github.com/TiZ-EX1/xfce4-dockbarx-plugin/issues/15
I've tried installing to /usr/lib/xfce4/panel/plugins,
/usr/lib64/xfce4/panel/plugins, and /usr/share/xfce4/panel/plugins
I also disabled SELinux to test if that could possibly be it with
setenforce 0, that was not the issue so I re-enabled it.
Any ideas how I could fix this?
8 years, 1 month
Thunar and Custom Actions
by Frank Murphy
If I mount a phone using
Xfce-Terminal as user:
obexfs -b xx:xx:xx:xx:xx:xx /my/mount/point
Open thunar,
on the left
DEVICES
File System
MYPhone
Second button click
on MyPhone > Disconnect
Failed to eject "MyPhone"
umount: /my/mount/point: Permission denied
In Xfce-Terminal
fusermount -u /my/mount/point
It's disconnected/unmounted.
How can the custom action be changed from umount to fusermount.
can not find relevant entry in thunarrc, uca.xml
___
Regards
Frank Murphy
8 years, 1 month