[konsole] [Bug 360424] KPart doesn't remember font/profile settings after restart

2016-03-11 Thread Aleksandr Beliaev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360424

Aleksandr Beliaev  changed:

   What|Removed |Added

 CC||trap0...@gmail.com

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


[plasmashell] [Bug 359139] I have a empty space/icon in the system tray

2016-03-11 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359139

--- Comment #15 from 12949...@opayq.com ---
I can confirm this has been solved for me.

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


[policykit-kde-agent-1] [Bug 343522] polkit-kde-authentication-agent-1 ignores rootpw setting in /etc/sudoers

2016-03-11 Thread EMR_Kde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343522

EMR_Kde  changed:

   What|Removed |Added

 CC||emre...@gmail.com

--- Comment #5 from EMR_Kde  ---
I did an xprop on the window, then manually ran "kdesu ls" kdesu ran as
expected, and ran as expected with native sudo.

However the window that showed up when I attempted to change my network
settings REQUIRED root instead of [kde]sudo even after the setting in kdesurc. 

>From xprop (on the window after attempting to delete a network connection):

WM_NAME(COMPOUND_TEXT) = "System policy prevents modification of network
settings for all users – PolicyKit1-KDE"
WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
WM_CLASS(STRING) = "polkit-kde-authentication-agent-1",
"Polkit-kde-authentication-agent-1"
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
bitmap id # to use for icon: 0x120001e
window id # of group leader: 0x124
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 423 by 283
window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "ePaq.polywog.org"
WM_COMMAND(STRING) = {
"/usr/lib64/kde4/libexec/polkit-kde-authentication-agent-1" }

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

[konsole] [Bug 360424] KPart doesn't remember font/profile settings after restart

2016-03-11 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360424

Eike Hein  changed:

   What|Removed |Added

Summary|Yakuake doesn't remember|KPart doesn't remember
   |font/profile settings after |font/profile settings after
   |restart |restart
  Component|general |kpart
   Assignee|h...@kde.org|konsole-de...@kde.org
Product|yakuake |konsole
Version|3.0.2   |unspecified

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


[kdenlive] [Bug 358175] Implement feature in Title Editor widget to adjust letter spacing (kerning) between letters in title text

2016-03-11 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358175

Jesse  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jesse  ---
This feature looks like it has been implemented in the latest git master
build... and it works great! Dude, you seriously rock!!!

Marking this bug as resolved. Thanks JB!

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


[kdeplasma-addons] [Bug 360389] Show more stuff on start page

2016-03-11 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360389

Eike Hein  changed:

   What|Removed |Added

   Severity|normal  |wishlist
Summary|merge recent Applications   |Show more stuff on start
   |and Documents   |page

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


[kdeplasma-addons] [Bug 360390] big group text

2016-03-11 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360390

Eike Hein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Eike Hein  ---
I don't know what this screenshot shows really, but it's not how App Dash looks
upstream.

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


[plasmashell] [Bug 359618] folder view in panel: much too small fixed icon size, no resizing anymore

2016-03-11 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359618

--- Comment #7 from Eike Hein  ---
No, it allows switching to icon view mode. I brought up your point in the
review but it wasn't addressed by this patch yet.

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


[valgrind] [Bug 360429] Warning: noted but unhandled ioctl 0x530d with no size/direction hints.

2016-03-11 Thread Vasantha Ganesh K via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360429

Vasantha Ganesh K  changed:

   What|Removed |Added

 CC||vasanthaganes...@tuta.io

--- Comment #1 from Vasantha Ganesh K  ---
Created attachment 97850
  --> https://bugs.kde.org/attachment.cgi?id=97850=edit
its a patch and fixes the error

I added some switch cases to PRE() and POST()

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


[valgrind] [Bug 360429] New: Warning: noted but unhandled ioctl 0x530d with no size/direction hints.

2016-03-11 Thread Vasantha Ganesh K via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360429

Bug ID: 360429
   Summary: Warning: noted but unhandled ioctl 0x530d with no
size/direction hints.
   Product: valgrind
   Version: 3.11.0
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: vasanthaganes...@tuta.io

ioctl 0x530d is not supported by valgrind

Reproducible: Always

Steps to Reproduce:
1.run this code with valgrind http://pastebin.com/xK2aX0re
2.
3.

Actual Results:  
==6713== Warning: noted but unhandled ioctl 0x530d with no size/direction
hints.
==6713==This could cause spurious value errors to appear.
==6713==See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a
proper wrapper.


Expected Results:  
it should not have issued the warning

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


[krita] [Bug 360428] New: Black screen problem.

2016-03-11 Thread Elliot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360428

Bug ID: 360428
   Summary: Black screen problem.
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: other
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: nearlycra...@gmail.com

I have no idea how to fix the black screen that occurs when i make a new layer.
It happens all the time and I myself got NO IDEA how to fix it. ive been
looking around and people have been talking about editing codes, and terminals
were involved. the thing is.. i have no idea how to use that. 

Reproducible: Always

Steps to Reproduce:
1.open program (64 bit)
2.Make a new canvas
3.annnd black screen

Actual Results:  
i cant see what im drawing, the program shows the line si draw on the layer
preview, but its all covered up by that black screen.

Expected Results:  
...let me draw? i guess?

Im so sorry if im being a teeny little bother, but i have never reported a bug
in my life. so i dont really know much about it sorry.

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


[kscreenlocker] [Bug 360396] kscreenlocker-greet ignores KB and Mouse after screen energy saving activates

2016-03-11 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360396

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

--- Comment #4 from Rex Dieter  ---
Do you happen to use intel graphics?

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


[Baloo KCM] [Bug 333743] With whitelisted folders in baloofilerc, $HOME is shown as blacklisted

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333743

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |Baloo KCM
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com,
   ||plasma-b...@kde.org
  Component|KCM |general

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


[Baloo KCM] [Bug 352487] Please offer a whitelist instead of blacklist mode for file indexing

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352487

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com,
   ||plasma-b...@kde.org
  Component|KCM |general
Version|5.9.2   |unspecified
Product|Baloo   |Baloo KCM

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


[Baloo KCM] [Bug 351646] let the user identify the KCM with baloo with adding the string "Baloo" somewhere.

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351646

Alexander Potashev  changed:

   What|Removed |Added

  Component|KCM |general
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com,
   ||plasma-b...@kde.org
Product|Baloo   |Baloo KCM

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


[Baloo] [Bug 351642] create a manpage

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351642

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #1 from Alexander Potashev  ---
Man pages are usually for command-line tool. What Baloo command line tool do
you need a manpage for?

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


[frameworks-baloo] [Bug 351642] create a manpage

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351642

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||pinak.ah...@gmail.com

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


[frameworks-baloo] [Bug 352245] Crash While Searching In KDE - Baloo::IdFilenameDB::get

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352245

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
  Component|General |Engine

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


[frameworks-baloo] [Bug 353483] Crash - DocumentDB::put

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353483

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
Version|unspecified |5.13.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 353874] Baloo does not remove deleted files from index

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353874

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 353793] Baloo File Indexing Daemon crash after cleaning away a set of ".stuff" directories

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353793

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
  Component|General |Baloo File Daemon
Product|Baloo   |frameworks-baloo
Version|unspecified |5.14.0

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


[frameworks-baloo] [Bug 353193] Don't blindly index any folder.

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353193

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 356601] Baloo does not index new files

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356601

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 355923] Baloo crash - Baloo::FirstRunIndexer::run() - mdb_txn_begin

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355923

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 356762] crash while selecting files using mouse drag

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356762

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Engine

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


[frameworks-baloo] [Bug 353922] baloofilerc file created in two different places

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353922

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com

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


[frameworks-baloo] [Bug 349867] search finds no files

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349867

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |general
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
Version|unspecified |5.14.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 354030] Baloo crashed at startup

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354030

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.14.0

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


[frameworks-baloo] [Bug 354091] Krunner query causes a segfault in Baloo::Database::open in mdb_txn_commit

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354091

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
Product|Baloo   |frameworks-baloo
Version|5.9.90  |5.15.0

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


[frameworks-baloo] [Bug 355731] Baloo crashed (assert) after copying a lot of files

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355731

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 355238] Baloo crashes when file has timestamp 0

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355238

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0

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


[frameworks-baloo] [Bug 354356] Balloo indexing crash when Android Studio started indexing files

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354356

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 355675] Baloo crash - Baloo::FileContentIndexerProvider::size()

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355675

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 355924] Baloo crash - Baloo::IdFilenameDB::put - mdb_page_dirty

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355924

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0

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


[frameworks-baloo] [Bug 355927] Baloo crash - Baloo::IdTreeDB::get

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355927

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 355347] Baloo crash - Baloo::Database::open - mdb_txn_abort

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355347

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Engine

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


[frameworks-baloo] [Bug 354581] Baloo crash - Baloo::PostingDB::get(QByteArray const&)

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354581

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 354705] Baloo extractor crash - Baloo::IdFilenameDB::get

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354705

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 355881] Baloo crash - Baloo::IdTreeDB::get - MetadataMover::removeMetadata

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355881

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 356769] Baloo crashes when database locks are held

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356769

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |general
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.17.0

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


[frameworks-baloo] [Bug 356913] fall when deleting files on external sdcard

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356913

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 356934] Unknown crash.

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356934

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon
Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0

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


[frameworks-baloo] [Bug 357024] segfault opening application dashboard

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357024

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Engine

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


[frameworks-baloo] [Bug 356009] Baloo crash - Baloo::PostingDB::iter - mdb_cursor_get

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356009

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Engine
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 357300] plasmashell crash - mdb_env_pick_meta (env=0x7f634c178970) at mdb.c:3709

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357300

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.17.0
Product|Baloo   |frameworks-baloo
  Component|General |Engine
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 357391] Baloo crash

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357391

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 357595] plasma desktop crashes when quick search in launch dialog is typed

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357595

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 357607] Crash at startup

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357607

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 357206] Baloo Crash Reported at Startup

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357206

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon
Version|unspecified |5.17.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 354342] Baloo crash - Baloo::ModifiedFileIndexer::run - mdb_txn_begin

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354342

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |general
Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0

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


[frameworks-baloo] [Bug 354342] Baloo crash - Baloo::ModifiedFileIndexer::run - mdb_txn_begin

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354342

Alexander Potashev  changed:

   What|Removed |Added

  Component|general |Baloo File Daemon

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


[frameworks-baloo] [Bug 357919] Baloo crash when opening IBM Notes client 9.0.1 for linux

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357919

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 357344] plasma crash + skype

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357344

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 357941] Baloo crash when changing display order in Dolphin

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357941

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 357973] Application Menu crashes while entering an application's name from keyboard

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357973

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||aspotas...@gmail.com

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


[kscreenlocker] [Bug 360396] kscreenlocker-greet ignores KB and Mouse after screen energy saving activates

2016-03-11 Thread PhillB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360396

--- Comment #3 from PhillB  ---
I just did a grep for powerdevil:

[root@phillbpc log]# grep -i powerdevil  dnf*
dnf.librepo.log:lr_download: Target: p/powerdevil-5.5.5-1.fc23.x86_64.rpm (-)
dnf.librepo.log:select_next_target: Selecting mirror for:
p/powerdevil-5.5.5-1.fc23.x86_64.rpm
dnf.librepo.log:prepare_next_transfer: URL:
http://192.168.0.20/repo/fedora23-updates/p/powerdevil-5.5.5-1.fc23.x86_64.rpm
dnf.librepo.log:check_transfer_statuses: Transfer finished:
p/powerdevil-5.5.5-1.fc23.x86_64.rpm (Effective url:
http://192.168.0.20/repo/fedora23-updates/p/powerdevil-5.5.5-1.fc23.x86_64.rpm)
dnf.log:Mar 10 23:30:12 DEBUG ---> Package powerdevil.x86_64 5.5.4-1.fc23 will
be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package powerdevil.x86_64 5.5.5-1.fc23 will
be an upgrade
dnf.log: powerdevil x86_64 
5.5.5-1.fc23   updates 
  601 k
dnf.log:  policycoreutils.x86_64 2.4-21.fc23
polkit-kde.x86_64 5.5.5-1.fc23  powerdevil.x86_64
5.5.5-1.fc23
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/powerdevil-5.5.5-1.fc23.x86_64.rpm
removed
dnf.rpm.log:Mar 10 23:31:16 INFO Upgraded: powerdevil-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:59 INFO Cleanup: powerdevil-5.5.4-1.fc23.x86_64

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


[frameworks-baloo] [Bug 357984] Baloo crashes on user login

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357984

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 355793] Baloo crash startup - Baloo::Transaction::fetchPhaseOneIds

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355793

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0

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


[frameworks-baloo] [Bug 358258] Baloo indexing crash

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358258

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 358502] Random crash, WINE related?

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358502

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |general
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 357272] baloo_file_extractor crashes on system startup

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357272

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 358585] fail on log-in

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358585

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon
Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 358513] plasmashell crashed when I moving mouse on lower left corner on desktop

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358513

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 356298] Baloo crash - Baloo::File::load - mdb_dbi_open

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356298

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||aspotas...@gmail.com

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


[kscreenlocker] [Bug 360396] kscreenlocker-greet ignores KB and Mouse after screen energy saving activates

2016-03-11 Thread PhillB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360396

--- Comment #2 from PhillB  ---
Here is a grep -i of the DNF logs for "kde" (I see powerdevil - possibility):

dnf.log:Mar 10 23:30:12 DEBUG ---> Package kde-cli-tools.x86_64 5.5.4-1.fc23
will be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kde-cli-tools.x86_64 5.5.5-1.fc23
will be an upgrade
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdesu.x86_64 1:5.5.4-1.fc23 will be
upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdesu.x86_64 1:5.5.5-1.fc23 will be
an upgrade
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kde-style-breeze.x86_64 5.5.4-1.fc23
will be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kde-style-breeze.x86_64 5.5.5-1.fc23
will be an upgrade
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdecoration.x86_64 5.5.4-1.fc23 will
be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdecoration.x86_64 5.5.5-1.fc23 will
be an upgrade
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdeplasma-addons.x86_64 5.5.4-1.fc23
will be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package kdeplasma-addons.x86_64 5.5.5-1.fc23
will be an upgrade
dnf.log:Mar 10 23:30:12 DEBUG ---> Package polkit-kde.x86_64 5.5.4-1.fc23 will
be upgraded
dnf.log:Mar 10 23:30:12 DEBUG ---> Package polkit-kde.x86_64 5.5.5-1.fc23 will
be an upgrade
dnf.log: kde-cli-tools  x86_64 
5.5.5-1.fc23   updates 
  663 k
dnf.log: kde-style-breeze   x86_64 
5.5.5-1.fc23   updates 
  177 k
dnf.log: kdecorationx86_64 
5.5.5-1.fc23   updates 
   64 k
dnf.log: kdeplasma-addons   x86_64 
5.5.5-1.fc23   updates 
  1.9 M
dnf.log: kdesu  x86_64 
1:5.5.5-1.fc23 updates 
   53 k
dnf.log: polkit-kde x86_64 
5.5.5-1.fc23   updates 
   84 k
dnf.log:  kde-cli-tools.x86_64 5.5.5-1.fc23 
kde-style-breeze.x86_64 5.5.5-1.fc23kdecoration.x86_64
5.5.5-1.fc23   
dnf.log:  kdeplasma-addons.x86_64 5.5.5-1.fc23   kdesu.x86_64
1:5.5.5-1.fc23 kf5-kwayland.x86_64 5.5.5-1.fc23 
dnf.log:  policycoreutils.x86_64 2.4-21.fc23
polkit-kde.x86_64 5.5.5-1.fc23  powerdevil.x86_64
5.5.5-1.fc23
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/kdeplasma-addons-5.5.5-1.fc23.x86_64.rpm
removed
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/kdecoration-5.5.5-1.fc23.x86_64.rpm
removed
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/kde-cli-tools-5.5.5-1.fc23.x86_64.rpm
removed
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/kde-style-breeze-5.5.5-1.fc23.x86_64.rpm
removed
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/polkit-kde-5.5.5-1.fc23.x86_64.rpm
removed
dnf.log:Mar 10 23:32:09 DDEBUG
/var/cache/dnf/updates-ee683da08a4d6cba/packages/kdesu-5.5.5-1.fc23.x86_64.rpm
removed
dnf.rpm.log:Mar 10 23:31:05 INFO Upgraded: kdecoration-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:07 INFO Upgraded: kde-style-breeze-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:18 INFO Upgraded: kdesu-1:5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:19 INFO Upgraded: kde-cli-tools-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:21 INFO Upgraded: polkit-kde-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:31:54 INFO Upgraded: kdeplasma-addons-5.5.5-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:00 INFO Cleanup: kde-style-breeze-5.5.4-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:01 INFO Cleanup: kde-cli-tools-5.5.4-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:02 INFO Cleanup: kdesu-1:5.5.4-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:02 INFO Cleanup: kdecoration-5.5.4-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:03 INFO Cleanup: polkit-kde-5.5.4-1.fc23.x86_64
dnf.rpm.log:Mar 10 23:32:04 INFO Cleanup: kdeplasma-addons-5.5.4-1.fc23.x86_64

These were upgraded as a matter of course to keep the system current.

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


[frameworks-baloo] [Bug 358729] Baloo crashes on log in

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358729

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 358794] Crash of baloo when deleting file

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358794

Alexander Potashev  changed:

   What|Removed |Added

  Component|general |Baloo File Daemon

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


[frameworks-baloo] [Bug 358657] Dolphin crash when in split pane mode

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358657

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
  Component|General |Engine
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 358794] Crash of baloo when deleting file

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358794

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |general
Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 358962] baloo crash on various occasions

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358962

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 359060] Crash under Xenial when creating a Creating a USB live key with multisystem

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359060

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 359095] trying to open kde system monitor

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359095

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 359119] baloo_file_extractor got mad and ate 3 gigabytes of my RAM

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359119

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.18.0
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 359239] Crash aprendo Konsole

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359239

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 359231] Baloo indexing crashed when modify any office flie and hit save

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359231

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 359292] baloo crashes in dolphin file manager

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359292

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com
Version|unspecified |5.18.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 359276] Baloo crashes when log-in

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359276

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0

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


[frameworks-baloo] [Bug 359325] Baloo crashes on log-in again

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359325

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 359038] kde-frameworks/baloo-5.18.0 - index is truncated back to 0 Bytes when it reaches 4096 MB

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359038

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |general
 CC||aspotas...@gmail.com
Version|unspecified |5.18.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 358098] Baloo fails to index plain text files unless extension is .txt

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358098

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.19.0
Product|Baloo   |frameworks-baloo
  Component|General |general
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 359259] krunner fail

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359259

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |general
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 359741] Repetitive crashes after Fedora 23 boot up

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359741

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.18.0

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


[frameworks-baloo] [Bug 359775] Baloo-File-Indexing crashes

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359775

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.18.0
Product|Baloo   |frameworks-baloo
 CC||aspotas...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 359789] Baloo breaks.

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359789

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0
 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon

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


[frameworks-baloo] [Bug 359775] Baloo-File-Indexing crashes

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359775

Alexander Potashev  changed:

   What|Removed |Added

  Component|general |Baloo File Daemon

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


[frameworks-baloo] [Bug 359847] Baloo fails when starting

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359847

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon
Product|Baloo   |frameworks-baloo
Version|unspecified |5.16.0

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


[frameworks-baloo] [Bug 359839] plasma crash when opening first window

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359839

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |general
Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 356114] Baloo crash - Baloo::PositionCodec::decode

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356114

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0
Product|Baloo   |frameworks-baloo
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 359968] baloo_file segfaults on session start

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359968

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |Baloo File Daemon
Version|unspecified |5.15.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 359999] Baloo crashes every time

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=35

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo
Version|unspecified |5.19.0

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


[frameworks-baloo] [Bug 359996] Application Launcher crashes when clicking on the icon

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359996

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
  Component|General |general
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 360024] Application 'baloo_file' crashing

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360024

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.19.0
  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com

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


[frameworks-baloo] [Bug 355551] Baloo crash - Baloo::PostingCodec::decode

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=31

Alexander Potashev  changed:

   What|Removed |Added

Version|unspecified |5.16.0

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


[frameworks-baloo] [Bug 355551] Baloo crash - Baloo::PostingCodec::decode

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=31

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Engine
 CC||aspotas...@gmail.com
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 360175] Crashes when formating fat32 usb stick

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360175

Alexander Potashev  changed:

   What|Removed |Added

  Component|general |Baloo File Daemon

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


[frameworks-baloo] [Bug 360187] After loading a desktop baloo always crashes

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360187

Alexander Potashev  changed:

   What|Removed |Added

  Component|General |Baloo File Daemon
 CC||aspotas...@gmail.com
Version|unspecified |5.19.0
Product|Baloo   |frameworks-baloo

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


[frameworks-baloo] [Bug 360175] Crashes when formating fat32 usb stick

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360175

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.15.0
 CC||aspotas...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 353342] Crash - mdb_txn_begin (m_env=0)

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353342

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.17.0
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com
  Component|General |general

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


[frameworks-baloo] [Bug 353512] Baloo considers docx, xlsx, pptx as application/zip and doesn't index them

2016-03-11 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353512

Alexander Potashev  changed:

   What|Removed |Added

Product|Baloo   |frameworks-baloo
Version|unspecified |5.19.0
  Component|General |general
 CC||aspotas...@gmail.com,
   ||pinak.ah...@gmail.com

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


[plasmashell] [Bug 359781] Plasma crash on clicking "Disable this popup"

2016-03-11 Thread K . C . Juntunen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359781

--- Comment #5 from K. C. Juntunen  ---
Created attachment 97849
  --> https://bugs.kde.org/attachment.cgi?id=97849=edit
Same crash again.

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


  1   2   3   4   >