[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #18 from Gleb Popov  ---
I'm clueless what's wrong with your setup, guys.

Another thing to try:

- Make sure you have Plasma, KF and bsdisks packages up to date.
- Create a new user with empty home dir and run a Plasma session under it. This
should give you default settings for all Plasma-related things. Maybe this will
make difference.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Does FreeBSD have HAL?

2020-01-06 Thread Gleb Popov
On Sun, Jan 5, 2020 at 1:06 PM Tobias C. Berner  wrote:

> Moin moin
>
> We will replace (ancient) hal with Gleb's implementation of usdisks2
> "bsdisks2" in the near future by default.
>
> Hald is likely not enabled on the CI hosts -- I could enable it :) --
> or we could push the switch and make bsdisks2 the default in master,
> which I would prefer.
> What is your thought on this Gleb?
>

I'm using bsdisks for a long time and have no problems with it. However,
tcberner was having busy-loop hangs, and I wasn't able to reproduce them
myself.

I'd say let's make a switch given that CI is green with bsdisks.


>
> mfg Tobias
>
> On Sat, 4 Jan 2020 at 18:16, David Faure  wrote:
> >
> > solid/src/CMakeLists.txt offers the option to use "UDisks2/bsdisks
> backend instead of HAL to manage disk devices" on FreeBSD, but OFF by
> default.
> >
> > So the default is the HAL backend, which however completely fails on CI:
> >
> https://build.kde.org/job/Frameworks/view/Platform%20-%20FreeBSDQt5.13/job/solid/job/kf5-qt5%20FreeBSDQt5.13/52/testReport/projectroot/autotests/halbasictest/
> > basically says that org.freedesktop.Hal is not running (on the system
> bus)
> >
> > FreeBSD users: does `qdbus --system org.freedesktop.HalManager` work for
> you?
> > If it does, any idea what should be done on the CI to make that work
> there?
> >
> > I'm really hoping for fully-green unittests one day, but FreeBSD isn't
> really helping with that :-)
>

I was working on improving tests on FreeBSD long ago, but got distracted by
$WORK. It is sad to hear that things aren't improving. I'll try my best
again in near future.

>
> > --
> > David Faure, fa...@kde.org, http://www.davidfaure.fr
> > Working on KDE Frameworks 5
> >
> >
> >
>


Re: Does FreeBSD have HAL?

2020-01-06 Thread Gleb Popov
On Sun, Jan 5, 2020 at 3:37 PM Tijl Coosemans  wrote:

> On Sun, 5 Jan 2020 10:06:08 +0100 "Tobias C. Berner"
>  wrote:
> > Moin moin
> >
> > We will replace (ancient) hal with Gleb's implementation of usdisks2
> > "bsdisks2" in the near future by default.
> >
> > Hald is likely not enabled on the CI hosts -- I could enable it :) --
> > or we could push the switch and make bsdisks2 the default in master,
> > which I would prefer.
> > What is your thought on this Gleb?
>
> Does it support cdrom/dvd?
>

Depends on what's meant by support. It should recognize it, probably
doesn't mount it.


[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #19 from Serge Volkov  ---
(In reply to Gleb Popov from comment #18)

I created a new user with empty home dir and started a Plasma5 session under
it. All Plasma5 default settings is applied. But nothing has changed. All
packages is up to date.

I think I need to recompile something else besides the kf5-solid. But what
exactly?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #20 from Gleb Popov  ---
(In reply to Serge Volkov from comment #19)
> I think I need to recompile something else besides the kf5-solid. But what 
> exactly?

I'm pretty sure you don't need anything else.

Check "Removable devices" widget settings. Do you have "Only automatically
mount media that has been manually mounted before" turned off?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #21 from Serge Volkov  ---
(In reply to Gleb Popov from comment #20)

I already have "Only automatically mount media that has been manually mounted
before" turned off in "Removable devices" widget settings. See screenshot
http://www.ulbsd.ru/devel/notifier_settings.png

However, Plasma5 Device Notifier not working.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242254] [exp-run] Upgrade cmake to 3.16.0

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242254

--- Comment #12 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Mon Jan  6 12:57:05 UTC 2020
New revision: 52
URL: https://svnweb.freebsd.org/changeset/ports/52

Log:
  Update devel/cmake to latest upstream release, 3.16.2

  This new release has support for the latest Boost, Objective-C
  and various small improvements. The release notes are at:
https://cmake.org/cmake/help/v3.16/release/3.16.html

  Two ports could not be persuaded to build with this new release
  (math/openmesh science/fleur) and are marked BROKEN. Other build
  fixes have already been done in-tree.

  Thanks antoine@ for the exp-runs (multiple).
  Thanks tcberner@ for prep-work (most of the work, actually).

  PR:   242254

Changes:
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo
  head/devel/cmake/files/patch-Source_CPack_cmCPackFreeBSDGenerator.cxx
  head/devel/cmake/pkg-plist
  head/devel/cmake-doc/Makefile
  head/devel/cmake-doc/pkg-plist
  head/devel/cmake-gui/Makefile
  head/devel/kms-cmake-utils/Makefile
  head/devel/kms-cmake-utils/pkg-plist
  head/math/casadi/Makefile
  head/math/openmesh/Makefile
  head/science/fleur/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 242254] [exp-run] Upgrade cmake to 3.16.0

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242254

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #22 from Jason W. Bacon  ---

My "only mount previous media" is also off.  I never touched any settings in
there until now.

I tried turning on automatic mounting, but still no response.  If I understand
correctly, this should not affect device notifier, but simply open a file
manager automatically.

I also tried a fresh user account.

Does PolicyKit.conf matter?  I see that bsdisks installs a config file under
dbus-1, but I would assume it should work from where it sits without
modification.

Can you describe the process you use to produce a working configuration?  I.e.
what packages do you install, what do you build from source and what options
are selected, what services do you enable, what configuration file changes do
you make if any, ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #23 from Jason W. Bacon  ---
And yes, all my packages were updated last night.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #24 from Gleb Popov  ---
Judging from `solid-hardware5 listen` output, everything is fine on bsdisks
side - it sees devices and notifies kf5-solid about them. Solid also catches
these events and propagates them to consumers (solid-hardware5 in this case).
So everything up to Removable Devices widget is working OK.

I have no idea what's wrong. I didn't do any special configuration on my
machine, never touched polkit stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #25 from Max Brazhnikov  ---
With BSDISKS all my usb sticks are detected as non-removable drives, so I don't
get plasma notifications until I set "Show all media" in the widget settings.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #26 from Jason W. Bacon  ---
That helped some...  Looks like we need to tweak the default settings to show
USB sticks.

Updated status:

I right-clicked the device notifier icon, selected "Configure device notifier",
then selected "All devices".

Now when I insert a FAT32 thumb drive, Device Notifier pops up a window showing
the device twice and the only option is "Download photos with Gwenview".

When I insert the exFAT drive notifier does not open a window automatically,
but if I open it manually I see the drive (once), again with only the Gwenview
option.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #27 from Jason W. Bacon  ---
Created attachment 210479
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210479&action=edit
FAT32 popup

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #28 from Serge Volkov  ---
(In reply to Max Brazhnikov from comment #25)

Thanks for the help. I tried to set "All devices" in the Device Notifier widget
settings. And it worked. Indeed, with BSDISKS all usb sticks are detected as
non-removable drives. This is the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 243082] www/qt5-webkit: Will not build

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243082

--- Comment #2 from Tobias C. Berner  ---
Moin moin 

I'm unable to reproduce this on Current and 12.1 amd64. 



mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.