[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-11-21 Thread Scott Beamer
https://bugs.kde.org/show_bug.cgi?id=439346

Scott Beamer  changed:

   What|Removed |Added

 CC||scott.bea...@comcast.net

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #10 from tagwer...@innerjoin.org ---
(In reply to tagwerk19 from comment #1)
> Suspect this could be related:
> https://bugzilla.redhat.com/show_bug.cgi?id=1951580
> https://github.com/systemd/systemd/issues/18791
Whether it was or wasn't connected...

... the spice agent issue in F34 (noticable as a F34 guest VM not releasing the
cursor) is also now fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=439346

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.23|5.22.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-14 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #9 from skierpage  ---
(In reply to tagwerk19 from comment #8)

> ... If baloo can be run via systemd, does this open the possibility of using
> systemd cgroup settings to cap memory use? (Yes, thread drift, sorry...)

In Fedora 34, baloo is run by systemd before and after this fix. I mentioned in
comment 6 that the service files are different, putting baloo_file in different
slices that as I understand it may have different resource limits. Yes,
kde-baloo.service could have more settings.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #8 from tagwer...@innerjoin.org ---
Chapeau!

... If baloo can be run via systemd, does this open the possibility of using
systemd cgroup settings to cap memory use? (Yes, thread drift, sorry...)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=439346

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/ed4b92af374f7072b618e59b2
   ||dc4172ea359d4be
   Version Fixed In||5.23

--- Comment #7 from Nate Graham  ---
Fixed by you with
https://invent.kde.org/plasma/plasma-workspace/-/commit/ed4b92af374f7072b618e59b2dc4172ea359d4be
in Plasma 5.23!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=439346

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-12 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #6 from skierpage  ---
Created attachment 140001
  --> https://bugs.kde.org/attachment.cgi?id=140001=edit
diff of service generated from xdg file and kde-baloo.service

The /run/user/1000/systemd/generator.late/app-baloo_file@autostart.service file
that systemd-xdg-autostart-generator generates from
/etc/xdg/autostart/baloo_file.desktop is different from the kde-baloo.service
file provided by baloo. I'm not sure if the differences are significant.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-11 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #5 from skierpage  ---
(In reply to tagwerk19 from comment #2)
> This is somehow a regression (as there wasn't an issue F33). If I remove the
> X-systemd-skip line, baloo starts up OK.

Yes I think that's it, so I was probably wrong to mention this baloo_file issue
in systemd issue 18791.

KDE commit 048edc5d2b29ea77d4e4226528e42031aac1c59a added the
X-systemd-skip=true line:
> Author: Henri Chain 
> Date:   Thu Oct 15 09:21:09 2020 +0200
>   Fix baloo_file autostart with systemd
>   Makes baloo_file started by systemd when systemd boot is enabled.
>   Disables auto generation of a service file by recent systemd
>   Will need to add `Wants=kde-baloo.service` to `plasma-workspace@.target`

But this last bit is not in plasma-workspace.git's
startkde/systemd/plasma-workspace@.target file, yet, so I tried it. I reverted
to the original /etc/xdg/autostart/baloo_file.desktop and made the suggested
change to /usr/lib/systemd/user/plasma-workspace@.target and rebooted, and
kde-baloo.service started fine . The previously generated
/run/user/1000/systemd/generator.late/app-baloo_file@autostart.service is
different from /usr/lib/systemd/user/kde-baloo.service (see attachment), the
former has different settings, e.g. Restart=no, a different Slice name, and the
extra
  ExecCondition=/usr/lib/systemd/systemd-xdg-autostart-condition
"KDE:GNOME:Unity:XFCE" ""
I'm no expert in grokking systemctl trees to tell if these are significant and
belong in /usr/lib/systemd/user/kde-baloo.service.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-11 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #4 from skierpage  ---
(In reply to skierpage from comment #3)
> (In reply to tagwerk19 from comment #2)
> Many thanks for your suggestions!
> 
> > If I remove the X-systemd-skip line, baloo starts up OK.
I commented out both 
>   X-GNOME-Autostart-enabled=true
> and
>   X-systemd-skip=true
> in /etc/xdg/autostart/baloo_file.desktop , ...
and on next reboot baloo_file started up fine!

The actual service unit running is not kde-baloo.service, but
% systemctl --user status app-baloo_file@autostart.service
● app-baloo_file@autostart.service - Baloo File Daemon
 Loaded: loaded (/etc/xdg/autostart/baloo_file.desktop; generated)
 Active: active (running) since Sat 2021-07-10 15:35:41 PDT; 7h ago

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-08 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #3 from skierpage  ---
(In reply to tagwerk19 from comment #2)
Many thanks for your suggestions!

> If I remove the X-systemd-skip line, baloo starts up OK.
If I comment out both 
  X-GNOME-Autostart-enabled=true
and
  X-systemd-skip=true
in /etc/xdg/autostart/baloo_file.desktop , then running
/usr/lib/systemd/user-generators/systemd-xdg-autostart-generator creates a
/tmp/app-baloo_file@autostart.service

So maybe these changes will get baloo_file to run after my next reboot. (I
couldn't figure out how to get the `log_warning_errno()` lines in
systemd-xdg-autostart-generator to log, `sudo systemd-analyze set-log-level 7`
didn't do it.)

The Fedora 34 kde-baloo package already provides a
/usr/lib/systemd/user/kde-baloo.service file, so I'm confused why
systemd-xdg-autostart-generator needs to create another service file.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-07-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=439346

--- Comment #2 from tagwer...@innerjoin.org ---
I notice in the
/etc/xdg/autostart/baloo_file.desktop
file there is a line
X-systemd-skip=true

Doesn't seem to bother Neon but maybe Neon "relies less" on systemd.

This is somehow a regression (as there wasn't an issue F33). If I remove the
X-systemd-skip line, baloo starts up OK.

It may be worth though watching the desktop file to see whether updates re-add
the line.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-06-30 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=439346

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-06-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=439346

tagwer...@innerjoin.org changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||tagwer...@innerjoin.org

--- Comment #1 from tagwer...@innerjoin.org ---
Suspect this could be related:
https://bugzilla.redhat.com/show_bug.cgi?id=1951580
https://github.com/systemd/systemd/issues/18791

"xdg-autostart-generator: unconditionally ignores items with
X-GNOME-Autostart-Phase"

I have trouble with an upgraded F34 in a VM not running the spice-vdagent; a
clean install F34 works.

... I'm guessing .config/baloofilerc

-- 
You are receiving this mail because:
You are watching all bug changes.