[KScreen] [Bug 371655] No configuration change reflected when disconnecting docking station with external displays

2016-10-25 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371655

Rex Dieter  changed:

   What|Removed |Added

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

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


[amarok] [Bug 369494] Amarok crashes upon start

2016-10-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369494

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #2 from Rex Dieter  ---
that said, offhand it does appear to be out of amarok's hands (crashing inside
libmysqld and libsmbregistry-samba4)

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


[plasma-pa] [Bug 370979] Plasma-pa volume OSD does not display when default panel is set to auto-hide

2016-10-23 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370979

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||rdie...@math.unl.edu

--- Comment #3 from Rex Dieter  ---
can reproduce with plasma-5.8.2, marking confirmed

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


[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2016-10-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356479

--- Comment #95 from Rex Dieter  ---
> Did the patchset make it to 5.8.2? 

No, only master branch (which will become 5.9) so far.

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


[plasmashell] [Bug 371493] Background.qml in the SDDM theme imports QtGraphicalEffects although not used

2016-10-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371493

Rex Dieter  changed:

   What|Removed |Added

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

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


[systemsettings] [Bug 371483] Sound (HDMI & HDMI + analogue) not saved, resets to analogue

2016-10-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371483

Rex Dieter  changed:

   What|Removed |Added

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

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


[ktorrent] [Bug 362092] RFE: make qt5-based libktorrent parallel-installable with older kde4-based libktorrent-1.x

2016-10-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362092

Rex Dieter  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/libk |http://commits.kde.org/ktor
   |torrent/ea56ea8b5b6114f7a7e |rent/d19cb5f86f684950c50032
   |95d1eb83bdcd3cc8065aa   |6ca868e4a638348270

--- Comment #10 from Rex Dieter  ---
Git commit d19cb5f86f684950c500326ca868e4a638348270 by Rex Dieter.
Committed on 19/10/2016 at 14:36.
Pushed by rdieter into branch 'master'.

Adjust to use new KF5::Torrent cmake target

See also:
REVIEW: 128716

M  +1-1CMakeLists.txt
M  +1-1ktorrent/CMakeLists.txt
M  +1-1libktcore/CMakeLists.txt
M  +1-1plugins/bwscheduler/CMakeLists.txt
M  +1-1plugins/downloadorder/CMakeLists.txt
M  +1-1plugins/infowidget/CMakeLists.txt
M  +1-1plugins/ipfilter/CMakeLists.txt
M  +1-1plugins/ipfilter/tests/CMakeLists.txt
M  +1-1plugins/logviewer/CMakeLists.txt
M  +1-1plugins/magnetgenerator/CMakeLists.txt
M  +1-1plugins/mediaplayer/CMakeLists.txt
M  +1-1plugins/scanfolder/CMakeLists.txt
M  +1-1plugins/scripting/CMakeLists.txt
M  +1-1plugins/search/CMakeLists.txt
M  +1-1plugins/shutdown/CMakeLists.txt
M  +1-1plugins/stats/CMakeLists.txt
M  +1-1plugins/syndication/CMakeLists.txt
M  +1-1plugins/upnp/CMakeLists.txt
M  +1-1plugins/zeroconf/CMakeLists.txt

http://commits.kde.org/ktorrent/d19cb5f86f684950c500326ca868e4a638348270

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


[ktorrent] [Bug 362092] RFE: make qt5-based libktorrent parallel-installable with older kde4-based libktorrent-1.x

2016-10-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362092

Rex Dieter  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/libk
   ||torrent/ea56ea8b5b6114f7a7e
   ||95d1eb83bdcd3cc8065aa
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Rex Dieter  ---
Git commit ea56ea8b5b6114f7a7e95d1eb83bdcd3cc8065aa by Rex Dieter.
Committed on 19/10/2016 at 14:28.
Pushed by rdieter into branch 'master'.

Turn libktorrent into a kf5 framework

First try at turning LibKTorrent into a kf5-based framework
parallel-installable with prior (kde4-based) libktorrent releases.
REVIEW: 128716

M  +11   -13   CMakeLists.txt
R  +1-1KF5TorrentConfig.cmake.in [from: LibKTorrentConfig.cmake.in -
088% similarity]
M  +1-1examples/ktcli/CMakeLists.txt
M  +14   -12   src/CMakeLists.txt
M  +1-1src/datachecker/CMakeLists.txt
M  +1-1src/datachecker/tests/CMakeLists.txt
M  +1-1src/dht/CMakeLists.txt
M  +2-2src/dht/tests/CMakeLists.txt
M  +1-1src/diskio/CMakeLists.txt
M  +2-2src/diskio/tests/CMakeLists.txt
M  +1-1src/download/CMakeLists.txt
M  +1-1src/download/tests/CMakeLists.txt
M  +1-1src/magnet/CMakeLists.txt
M  +1-1src/magnet/tests/CMakeLists.txt
M  +1-1src/mse/CMakeLists.txt
M  +1-1src/mse/tests/CMakeLists.txt
M  +1-1src/net/CMakeLists.txt
M  +2-2src/net/tests/CMakeLists.txt
M  +1-1src/peer/CMakeLists.txt
M  +4-4src/peer/tests/CMakeLists.txt
M  +1-1src/torrent/CMakeLists.txt
M  +3-3src/torrent/tests/CMakeLists.txt
M  +1-1src/tracker/CMakeLists.txt
M  +1-1src/upnp/CMakeLists.txt
M  +1-1src/util/CMakeLists.txt
M  +5-5src/util/tests/CMakeLists.txt
M  +1-1src/utp/CMakeLists.txt
M  +12   -12   src/utp/tests/CMakeLists.txt
M  +1-1testlib/CMakeLists.txt

http://commits.kde.org/libktorrent/ea56ea8b5b6114f7a7e95d1eb83bdcd3cc8065aa

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


[bindings] [Bug 253123] KConfigSkeleton segfaults with PyQt4 API version 2

2016-10-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=253123

--- Comment #11 from Rex Dieter  ---
One thing I make sure to do in fedora, is that all sip-related bindings
packages were rebuilt against sip-4.18 

Hrm, I did test with sip-4.18, not 4.18.1 as you did, I wonder if that makes a
difference

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


[frameworks-kxmlgui] [Bug 346768] After login only one tab is present, when several tabs where opened before logout.

2016-10-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346768

Rex Dieter  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #78 from Rex Dieter  ---
closing as requested, thanks.

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


[bindings] [Bug 253123] KConfigSkeleton segfaults with PyQt4 API version 2

2016-10-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=253123

--- Comment #9 from Rex Dieter  ---
$ rpm -q sip PyQt4 pykde4 qt python python3
sip-4.18-2.fc24.x86_64
PyQt4-4.11.4-14.fc24.x86_64
pykde4-4.14.3-12.fc24.x86_64
qt-4.8.7-18.fc24.x86_64
python-2.7.12-6.fc24.x86_64
python3-3.5.2-3.fc24.x86_64

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


[bindings] [Bug 253123] KConfigSkeleton segfaults with PyQt4 API version 2

2016-10-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=253123

--- Comment #7 from Rex Dieter  ---
The test in the original comment does crash though (using python2)

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


[bindings] [Bug 253123] KConfigSkeleton segfaults with PyQt4 API version 2

2016-10-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=253123

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #6 from Rex Dieter  ---
Fwiw, I cannot reproduce the issue (on fedora 24) with the test-case code
posted here,
https://www.riverbankcomputing.com/pipermail/pyqt/2016-October/038212.html

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


[plasma4] [Bug 312919] high CPU usage for copying notification

2016-10-13 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=312919

Rex Dieter  changed:

   What|Removed |Added

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

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


[Breeze] [Bug 370648] SDDM Breeze theme hardly usable on multiscreen set up with different DPIs

2016-10-13 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370648

Rex Dieter  changed:

   What|Removed |Added

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

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


[krita] [Bug 365643] After creating an Artistic Text object, Krita crashes when adding text or deleting the default text

2016-10-13 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365643

Rex Dieter  changed:

   What|Removed |Added

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

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


[plasmashell] [Bug 370388] No panel on login / second screen settings not saved.

2016-10-12 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370388

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #9 from Rex Dieter  ---
>From the linked bug,

"reproduced and figured out what's going on
https://phabricator.kde.org/D3006 will partly fix it (is as good as we can get
it)
unfortunately the different driver changes screen names so non-primary screen
containments will still get lost."

It could be you're (still) hitting the second case.

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


[ksplash] [Bug 358839] Splash screen not easily customizable from the splash screen settings menu.

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[user-manager] [Bug 339784] Only 2 of 3 installed sytemusers are shown in usermanagement

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[user-manager] [Bug 336677] Not all users are shown

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[user-manager] [Bug 361832] System settings; account details; user manager: doesn't display the other users. I'm administrator. Using Kubuntu 15.10.

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[user-manager] [Bug 336994] User Manager does not show one particular user in the list unless I login as that user

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[user-manager] [Bug 367697] No users shown in user list

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

Rex Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||rdie...@math.unl.edu

--- Comment #1 from Rex Dieter  ---
several users on irc confirmed.

I see slightly different symptoms, I have 2 users, but user-manager only shows
one of them.

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


[plasmashell] [Bug 367917] Primary desktop settings are not saved

2016-10-08 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367917

Rex Dieter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||rdie...@math.unl.edu

--- Comment #5 from Rex Dieter  ---
Looks like this is reported fixed with commit from
https://phabricator.kde.org/D2966

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


[dolphin] [Bug 368367] Dolphin Crashes on right-click for list-menu options

2016-10-04 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368367

--- Comment #7 from Rex Dieter  ---
Any ideas what plugin is causing this?

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


[plasmashell] [Bug 366190] KDE KickOff Application Launcher crashes when typing to search for applications

2016-10-04 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366190

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #9 from Rex Dieter  ---
Pasting in backtrace from comment #8 (though unfortunately it's missing
debuginfo):

cribari@darwin4 ~ $ gdb plasmashell
GNU gdb (GDB) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from plasmashell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/plasmashell 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe151b700 (LWP 23845)]
[New Thread 0x7fffdb705700 (LWP 23846)]
[New Thread 0x7fffd9cbe700 (LWP 23847)]
[New Thread 0x7fffd3fff700 (LWP 23848)]
[New Thread 0x7fffd2397700 (LWP 23849)]
No metadata file in the package, expected it at: "/home/cribari/wallpaper/"
No metadata file in the package, expected it at: "/home/cribari/wallpaper/"
No metadata file in the package, expected it at: "/home/cribari/wallpaper/"
[New Thread 0x7fff42cf9700 (LWP 23850)]
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:80:
TypeError: Cannot read property 'formFactor' of null
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot read
property of null
file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot read
property of null
file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot read
property of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:41:
TypeError: Cannot read property 'length' of undefined
file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot read
property of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:41:
TypeError: Cannot read property 'length' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:106:20:
Unable to assign [undefined] to int
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:46:29:
Unable to assign [undefined] to bool
file:///usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml:28:
TypeError: Cannot read property 'Layout' of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml:29:
TypeError: Cannot read property 'Layout' of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:43:
TypeError: Cannot read property 'timeFormat' of null
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size 

[amarok] [Bug 369667] Playback on VLC Backend skips songs near the end; Gstreamer backend fails to find MP3 playback

2016-10-04 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369667

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #3 from Rex Dieter  ---
As far as gstreamer backend goes, fedora's phonon gstreamer packages are built
to support gstreamer1, so you're simply missing codecs there.  What you want
from rpmfusion is:
gstreamer1-libav
gstreamer1-plugins-bad-freeworld
gstreamer1-plugins-ugly
(not sure which specifically includes mp3 decoding offhand, but you do probably
want all of them eventually)

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


[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2016-10-02 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356479

Rex Dieter  changed:

   What|Removed |Added

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

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


[kwin] [Bug 340225] registerShortcut is undefined in declarativescript

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340225

Rex Dieter  changed:

   What|Removed |Added

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

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


[plasmashell] [Bug 369612] Default SDDM avatars do not work with the theme

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369612

Rex Dieter  changed:

   What|Removed |Added

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

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


[dolphin] [Bug 357618] scrolling with xf86-input-libinput is unusable slow - only in dolphin

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357618

Rex Dieter  changed:

   What|Removed |Added

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

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


[dolphin] [Bug 365968] scrolling is unusable slow with libinput in dolphin places and folders panel

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365968

Rex Dieter  changed:

   What|Removed |Added

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

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


[dolphin] [Bug 369286] dolphin 16.08.1's Mousewheel scrolling is very small at all settings in non-Plasma5-desktops (regression from 16.04)

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369286

Rex Dieter  changed:

   What|Removed |Added

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

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


[ksplash] [Bug 369592] KSplashQML configuration seems to be tied to Breeze Look and Feel - cannot edit or separately add new QML

2016-10-01 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369592

Rex Dieter  changed:

   What|Removed |Added

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

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


[systemsettings] [Bug 353825] Login by x2go in Plasma 5 crashes KCMInit

2016-09-30 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353825

Rex Dieter  changed:

   What|Removed |Added

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

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


[digikam] [Bug 369517] Digikam from 5.2.0 tarball installs libvkontakte translations even if libvkontakte is disabled

2016-09-30 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369517

Rex Dieter  changed:

   What|Removed |Added

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

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


[amarok] [Bug 351013] Build script incorrectly detects Taglib version 1.10.0 as lower than 1.7

2016-09-29 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351013

Rex Dieter  changed:

   What|Removed |Added

 CC||trufano...@gmail.com

--- Comment #7 from Rex Dieter  ---
*** Bug 368304 has been marked as a duplicate of this bug. ***

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


[amarok] [Bug 368304] Amarok 2.9 beta can't be compiled with latest TagLib

2016-09-29 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368304

Rex Dieter  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||rdie...@math.unl.edu

--- Comment #1 from Rex Dieter  ---


*** This bug has been marked as a duplicate of bug 351013 ***

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


[konsole] [Bug 364660] coloured ls command doesn't have different colours for directories and files in "Solarized Dark" theme

2016-09-28 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364660

Rex Dieter  changed:

   What|Removed |Added

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

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


[kmail2] [Bug 342567] TLSv1.2 is not used on imap/smtp/managesieve

2016-09-26 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342567

Rex Dieter  changed:

   What|Removed |Added

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

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


[kmail2] [Bug 312074] kmail can not detect mailing lists in imap folders

2016-09-25 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=312074

--- Comment #14 from Rex Dieter  ---
Colin, re comment #11 ,

fyi, the the kf5 style akonadi package on fedora is named kf5-akonadi-server

(the old akonadi-1.13 package only provides kde4-style libraries for legacy
applications in f24)

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


[kmail2] [Bug 353671] Full Search does not find any Mails

2016-09-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353671

Rex Dieter  changed:

   What|Removed |Added

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

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


[apper] [Bug 341902] Searchgroups not supported by backends

2016-09-20 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341902

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM
 CC||rdie...@math.unl.edu

--- Comment #4 from Rex Dieter  ---
This is a downstream (fedora) issue, nothing apper can do about a distro's
choice of PackageKit backends (and features)

See also:
https://bugzilla.redhat.com/show_bug.cgi?id=1177137
https://bugzilla.redhat.com/show_bug.cgi?id=1181859
https://bugzilla.redhat.com/show_bug.cgi?id=1098735

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


[apper] [Bug 360011] qt4 dependency

2016-09-20 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360011

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Rex Dieter  ---
I can build the kf5-based master/ branch fine now, closing

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


[konsole] [Bug 368998] Konsole keeps running in background after closing window with nvidia drivers

2016-09-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368998

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rdie...@math.unl.edu

--- Comment #1 from Rex Dieter  ---


*** This bug has been marked as a duplicate of bug 343803 ***

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


[konsole] [Bug 343803] Konsole keeps running in background after closing window with nvidia drivers

2016-09-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343803

--- Comment #71 from Rex Dieter  ---
*** Bug 368998 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 361790] konsole uses 100%cpu

2016-09-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361790

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rdie...@math.unl.edu

--- Comment #1 from Rex Dieter  ---
Using nvidia drivers?  if so, see bug #343803

*** This bug has been marked as a duplicate of bug 343803 ***

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


[konsole] [Bug 343803] Konsole keeps running in background after closing window with nvidia drivers

2016-09-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343803

--- Comment #70 from Rex Dieter  ---
*** Bug 361790 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 356090] Plasmashell crashes often

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356090

Rex Dieter  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |UPSTREAM
 Status|RESOLVED|CLOSED
 CC||rdie...@math.unl.edu

--- Comment #6 from Rex Dieter  ---
Thread 1 (Thread 0x7f258db378c0 (LWP 2796)):
[KCrash Handler]
#6  _wordcopy_fwd_aligned (dstp=4542145784, srcp=43698304, len=25435344) at
wordcopy.c:101
#7  0x7f25881d270f in __memmove_sse2 (dest=0x10ebba500, src=, len=203482752) at ../string/memmove.c:75
#8  0x7f256b5e74ad in ?? () from
/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#9  0x7f256b5e5d95 in ?? () from
/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so

Nod, not a duplicate, but also not much kde can do about it: the crash occurs
in software rendered mesa/driver codepath.

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


[kio] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

Rex Dieter  changed:

   What|Removed |Added

  Component|general |desktop
 Status|CONFIRMED   |RESOLVED
  Latest Commit||c784a879eaba0babc6274bc32e7
   ||61772add3d4f8
Product|konsole |kio
   Assignee|konsole-de...@kde.org   |fred...@kde.org
Version|16.08.1 |unspecified
 Resolution|--- |FIXED

--- Comment #6 from Rex Dieter  ---
Thanks!

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


[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366793

--- Comment #11 from Rex Dieter  ---
appears to be a consequence of porting away from kdelibs4support, which
provided support for a plethora of extra command line options, including:
-caption (see bug #368949)

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


[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366793

Rex Dieter  changed:

   What|Removed |Added

   Keywords||regression
   Severity|normal  |major

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


[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366793

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #10 from Rex Dieter  ---
Marking confirmed.

Another side-effect is that application desktop shortcuts that include
Terminal=true
no longer work either (see also bug #368949)

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


[konsole] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #4 from Rex Dieter  ---
And, that seems to be related to bug #366793  :(

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


[konsole] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #3 from Rex Dieter  ---
So, kio contains this code:

if (d->service.terminal()) {
KConfigGroup cg(KSharedConfig::openConfig(), "General");
QString terminal = cg.readPathEntry("TerminalApplication",
QStringLiteral("konsole"));
if (terminal == QLatin1String("konsole")) {
if (!d->service.path().isEmpty()) {
terminal += " --workdir " +
KShell::quoteArg(d->service.path());
}
terminal += QLatin1String(" -caption=%c %i %m");
}


And konsole seems to no longer support the -caption command line option,
$ konsole  -caption="foo"
Unknown options: c, a.

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


[konsole] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #2 from Rex Dieter  ---
Quick-n-dirty cli test:

kioclient5 exec bc.desktop

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


[konsole] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #1 from Rex Dieter  ---
See also downstream report,
https://bugzilla.redhat.com/show_bug.cgi?id=1376981

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


[konsole] [Bug 368949] New: foo.desktop: Terminal=true no longer works with konsole-16.08.1

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

Bug ID: 368949
   Summary: foo.desktop: Terminal=true no longer works with
konsole-16.08.1
   Product: konsole
   Version: 16.08.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: rdie...@math.unl.edu

I've a sample application shortcut that runs in a terminal, bc.desktop, that
contains:
[Desktop Entry]
Name=bc
Exec=/usr/bin/bc
Terminal=true
Type=Application

This has always worked as expected, to run terminal app 'bc' inside a konsole. 
After upgrading to konsole-16.08.1, this no longer works.  Now when I click the
application link, nothing happens



Reproducible: Always

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


[kscreenlocker] [Bug 368884] Kscreenlocker locks screen for ever! (a critical bug)

2016-09-16 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368884

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||rdie...@math.unl.edu
 Ever confirmed|0   |1

--- Comment #8 from Rex Dieter  ---
This is most likely a downstream/fedora specific packaging bug.  In recent
packaged release of plasma-workspace, a custom distro plasma theme was removed,
/usr/share/plasma/look-and-feel/org.fedoraproject.fedora.twenty.two
it is appears (all?) the users experiencing this problem are still using that
(at least kscreenlocker is)

So, the real issue here is that kscreenlocker doesn't (gracefully) handle the
case of a missing/misconfigured theme.

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


[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-14 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Rex Dieter  changed:

   What|Removed |Added

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

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


[kdeconnect] [Bug 358440] Should be aware of firewalls

2016-09-13 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358440

Rex Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||rdie...@math.unl.edu
   Severity|normal  |wishlist
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Rex Dieter  ---
marking confirmed wishlist

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


[konsole] [Bug 368596] foreground process infos are not updated when getting them

2016-09-13 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368596

Rex Dieter  changed:

   What|Removed |Added

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

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


[print-manager] [Bug 366483] print-manager FTBFS against cups-2.2

2016-09-12 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366483

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.08.2
  Latest Commit||http://commits.kde.org/prin
   ||t-manager/971e75934bc646272
   ||26d61565f68aff3c9bb
 Resolution|--- |FIXED

--- Comment #1 from Rex Dieter  ---
Git commit 971e75934bc64627226d61565f68aff3c9bb by Rex Dieter.
Committed on 12/09/2016 at 16:59.
Pushed by rdieter into branch 'master'.

fix FTBFS against cups-2.2

cupsGetPPD2 moved to cups/ppd.h
FIXED-IN: 16.08.2

M  +1-0libkcups/KCupsRequest.cpp

http://commits.kde.org/print-manager/971e75934bc64627226d61565f68aff3c9bb

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


[okular] [Bug 368486] Frameworks: Okular always uses the default printing size of the printer

2016-09-12 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368486

Rex Dieter  changed:

   What|Removed |Added

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

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

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

Rex Dieter  changed:

   What|Removed |Added

 CC||memare...@gmail.com

--- Comment #160 from Rex Dieter  ---
*** Bug 368667 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 368667] KDEwallet problems

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

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Rex Dieter  ---


*** This bug has been marked as a duplicate of bug 346118 ***

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


[frameworks-kpackage] [Bug 367923] kpackagetool5 does not create appdata files for types like "Plasma/Wallpaper" or "Plasma/LookAndFeel", but shows error

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

--- Comment #3 from Rex Dieter  ---
Suspecting a missing runtime component of kpackagetool5, I found that 
plasma-workspace contains (in plugins/kpackage/packagestructure):
plasma_packagestructure_lookandfeel.so
plasma_packagestructure_wallpaper.so

and those being present or not seems to be the difference between kpackagetool5
working to parse those package types.

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


[frameworks-kpackage] [Bug 367923] kpackagetool5 seems to have issues with types like "Plasma/Wallpaper" or "Plasma/LookAndFeel"

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

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Rex Dieter  ---
Seeing this on fedora's minimal build environment too (local buids are fine?),
when trying to build breeze and plasma-sdk components.  See also bug #368594

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


[frameworks-kpackage] [Bug 368594] kpackage_install_package macro sometimes fails to generate metainfo

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

Rex Dieter  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Rex Dieter  ---
marking a dup of bug #367923 , looks like same issue

*** This bug has been marked as a duplicate of bug 367923 ***

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


[frameworks-kpackage] [Bug 367923] kpackagetool5 seems to have issues with types like "Plasma/Wallpaper" or "Plasma/LookAndFeel"

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

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Rex Dieter  ---
*** Bug 368594 has been marked as a duplicate of this bug. ***

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


[frameworks-kpackage] [Bug 368594] kpackage_install_package macro sometimes fails to generate metainfo

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

--- Comment #2 from Rex Dieter  ---
Here's the full cmake output for the breeze case (I patched kpackage macro to
output the full kpackagetool5 command used):

-- /usr/bin/kpackagetool5 --appstream-metainfo
/builddir/build/BUILD/breeze-5.7.4/lookandfeel.dark OUTPUT_FILE
/builddir/build/BUILD/breeze-5.7.4/i686-redhat-linux-gnu/org.kde.breezedark.desktop.appdata.xml
CMake Warning at /usr/lib/cmake/KF5Package/KF5PackageMacros.cmake:46 (message):
  couldn't generate metainfo for org.kde.breezedark.desktop: Error: Can't
  find plugin metadata: /builddir/build/BUILD/breeze-5.7.4/lookandfeel.dark
Call Stack (most recent call first):
  CMakeLists.txt:40 (kpackage_install_package)

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


[frameworks-kpackage] [Bug 368594] kpackage_install_package macro sometimes fails to generate metainfo

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

Rex Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
   Platform|Other   |Fedora RPMs

--- Comment #1 from Rex Dieter  ---
So far, I've seen it in 2 cases:

breeze: org.kde.breezedark.desktop.appdata.xml
plasma-sdk : org.kde.plasma.plasmoidviewershell.appdata.xml

since kf5-5.25 release (continues with recent 5.26)

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


[frameworks-kpackage] [Bug 368594] New: kpackage_install_package macro sometimes fails to generate metainfo

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

Bug ID: 368594
   Summary: kpackage_install_package macro sometimes fails to
generate metainfo
   Product: frameworks-kpackage
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: default
  Assignee: notm...@gmail.com
  Reporter: rdie...@math.unl.edu

I've not been able to nail this down yet, but  kpackage_install_package macro 
sometimes fails to generate metainfo with cmake output  similar to (using
plasma-breeze as an example):

# CMake Warning at /usr/lib/cmake/KF5Package/KF5PackageMacros.cmake:45
(message):
# couldn't generate metainfo for org.kde.breezedark.desktop: Error: Can't
# find plugin metadata: /builddir/build/BUILD/breeze-5.7.4/lookandfeel.dark

Unfortunately, "Error: Can't find plugin metadata" is a bit too vague to help
diagnose what's going wrong

Reproducible: Sometimes

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


[frameworks-ktexteditor] [Bug 335079] Text rendering broken for unicode characters

2016-09-07 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Rex Dieter  changed:

   What|Removed |Added

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

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


[kate] [Bug 365116] kate horizontally cuts off lines if they contain tall characters

2016-09-07 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365116

Rex Dieter  changed:

   What|Removed |Added

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

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


[frameworks-ktexteditor] [Bug 335988] katepart height issues hide spellchceking

2016-09-07 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335988

Rex Dieter  changed:

   What|Removed |Added

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

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


[konsole] [Bug 360072] Option "manage profiles" doesn't work, doesn't do anything

2016-09-05 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360072

Rex Dieter  changed:

   What|Removed |Added

 CC||j...@noirextreme.com

--- Comment #7 from Rex Dieter  ---
*** Bug 367725 has been marked as a duplicate of this bug. ***

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


[yakuake] [Bug 367725] Manage Profile dialog does not appear

2016-09-05 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367725

Rex Dieter  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||rdie...@math.unl.edu

--- Comment #5 from Rex Dieter  ---


*** This bug has been marked as a duplicate of bug 360072 ***

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


[konsole] [Bug 360072] Option "manage profiles" doesn't work, doesn't do anything

2016-09-04 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360072

Rex Dieter  changed:

   What|Removed |Added

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

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


[plasmashell] [Bug 364227] The Super (Windows) key should launch Kickoff, like most other DEs

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

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #4 from Rex Dieter  ---
This is a free software project, whose contributors are primarily volunteers. 
Questioning motives or any perceived lack of priorities is not constructive.

Please have a look at https://www.kde.org/code-of-conduct/ and reflect what you
wrote.

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


[neon] [Bug 337622] Desktop effects video doesn't work due to missing encoder

2016-08-30 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337622

Rex Dieter  changed:

   What|Removed |Added

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

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


[systemsettings] [Bug 367688] Audio Volume Settings of Notification Sounds reset to zero

2016-08-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367688

Rex Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||rdie...@math.unl.edu
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Rex Dieter  ---
confirmed (plasma-5.7.3/fedora-24)

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


[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

2016-08-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367675

Rex Dieter  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/digi
   ||kam/463667c89f3fabcb2daf47e
   ||d8e14ad23e84e8cec
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Rex Dieter  ---
Git commit 463667c89f3fabcb2daf47ed8e14ad23e84e8cec by Rex Dieter.
Committed on 24/08/2016 at 17:52.
Pushed by rdieter into branch 'master'.

fix digikamhelperdir

Cannot assume DATA_INSTALL_DIR is a fully-qualified path

M  +1-1data/hotplug/CMakeLists.txt

http://commits.kde.org/digikam/463667c89f3fabcb2daf47ed8e14ad23e84e8cec

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


[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

2016-08-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367675

--- Comment #3 from Rex Dieter  ---
so, the problem is in data/hotplug/CMakeLists.txt:
set(digikamhelperdir ${DATA_INSTALL_DIR}/digikam/utils)
this makes an assumption that DATA_INSTALL_DIR is a full (non-relative) path. 
Better would be to use:
set(digikamhelperdir ${KDE_INSTALL_FULL_DATADIR}/digikam/utils)

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


[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop

2016-08-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367675

Rex Dieter  changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |---
 CC||rdie...@math.unl.edu
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #2 from Rex Dieter  ---
I see the same problem on fedora, I'll look into it closer...

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


[plasmashell] [Bug 367677] Clock (AM/PM) cut off, outside of screen, panel spacer too wide

2016-08-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367677

Rex Dieter  changed:

   What|Removed |Added

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

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


[Akonadi] [Bug 366213] akonadi server not starting

2016-08-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366213

--- Comment #8 from Rex Dieter  ---
In this case, mysql is failing to start, and the output suggests that your db
is possibly corrupt and/or to file a bug with them.

InnoDB: Error: trying to access page number 4160743807 in space 0,
InnoDB: space name ./ibdata1,
InnoDB: which is outside the tablespace bounds.
InnoDB: Byte offset 0, len 16384, i/o type 10.
InnoDB: If you get this error at mysqld startup, please check that
InnoDB: your my.cnf matches the ibdata files that you have in the
InnoDB: MySQL server.
160729  9:29:06  InnoDB: Assertion failure in thread 140621652350848 in file
fil0fil.c line 4578
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
16:29:06 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

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


[Akonadi] [Bug 366213] akonadi server not starting

2016-08-22 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366213

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #7 from Rex Dieter  ---
Bugzilla is not a support forum (where you can generally expect to get help).

If you want help, there are better places to get it, some are outlined here:
https://www.kde.org/support/

including (but not limited to):
irc chat
mailing lists
forums

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


[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-08-21 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366793

Rex Dieter  changed:

   What|Removed |Added

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

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


[ktorrent] [Bug 362092] RFE: make qt5-based libktorrent parallel-installable with older kde4-based libktorrent-1.x

2016-08-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362092

--- Comment #8 from Rex Dieter  ---
Submitted to reviewboard,
https://git.reviewboard.kde.org/r/128716/

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


[Oxygen] [Bug 366749] GTK+ applications complain about missing size field in oxygen

2016-08-14 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366749

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Rex Dieter  ---
Perhaps, but it's odd that the directory *name* here is apparently blank.

... **: Theme directory * * of theme oxygen ...

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


[dolphin] [Bug 366638] [16.04] sftp stuck operations. Can operate only if reopening Dolphin

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

Rex Dieter  changed:

   What|Removed |Added

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

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


[kalarm] [Bug 357653] kalarm.autostart.desktop missing OnlyShowIn=KDE

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357653

Rex Dieter  changed:

   What|Removed |Added

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

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


[kalarm] [Bug 366562] Kalarm starts in non-KDE desktop environments...

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366562

Rex Dieter  changed:

   What|Removed |Added

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

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


[kajongg] [Bug 366566] kajongg can't start due to an "AttributeError: 'Tileset'"

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366566

--- Comment #2 from Rex Dieter  ---
In particular, kde4-based libkmahjongg-14.12.3 (or newer libkmahjongg-16.04.x
if care is taken that it installs tilesets to the same place kmajongg expects)

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


[kajongg] [Bug 366566] kajongg can't start due to an "AttributeError: 'Tileset'"

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366566

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Rex Dieter  ---
is libkmahjongg installed ?

(had similar problem in fedora until I added the necessary dependency)

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


[digikam] [Bug 366542] Build failure on i686

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366542

--- Comment #8 from Rex Dieter  ---
Created attachment 100514
  --> https://bugs.kde.org/attachment.cgi?id=100514=edit
quick-n-dirty fix

here's a quick-n-dirty patch I used that fixes it for me

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


[digikam] [Bug 366542] Build failure on i686

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366542

--- Comment #5 from Rex Dieter  ---
I verified the i686 FTBFS on fedora 25 (development branch)

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


[digikam] [Bug 366542] Build failure on i686

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366542

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||rdie...@math.unl.edu

--- Comment #2 from Rex Dieter  ---
confirmed

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


[digikam] [Bug 365135] Digikam 5 fails to build with DIGIKAMSC_COMPILE_DOC=on

2016-08-09 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365135

Rex Dieter  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #18 from Rex Dieter  ---
digikam-5.1.0 tarball appears to have gotten this wrong still, but in a
different way than before.  Now the layout is correct, but CMakeLists.txt is
incorrect, for example,

digikam-5.1.0/doc-translated/digikam/it/CMakeLists.txt contains:
KDOCTOOLS_CREATE_HANDBOOK( showfoto/index.docbook INSTALL_DESTINATION
${HTML_INSTALL_DIR}/it/ SUBDIR digikam )

Only the showfoto handbook is installed, and is installed to the wrong place.

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


  1   2   3   4   5   >