Re: [kde] SLOW KDE login after update

2015-10-27 Thread Rex Dieter
CS DBA wrote: > Created a new user, login still slow > > anyone know which config file is the issue? kf5-kservice is (probably) the culprit, get kf5-5.15.0, https://bodhi.fedoraproject.org/updates/FEDORA-2015-176062173b -- Rex ___ This message is

[kde] Qt stylesheets : per-user default qss capability? (was Re: how to use kdialog --font ?)

2015-10-27 Thread Stephen Dowdy
On Tue, Oct 27, 2015 at 1:24 PM, Kevin Krammer wrote: > > CTRL+SHIFT+Left Click on any part in the observed application (in your case > kdialog), should jump to that object in Gammaray's tree. > > You can then also adjust properties at runtime, e.g. the stylesheet > property. > > See http://doc.q

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Kevin Krammer
On Tuesday, 2015-10-27, 13:05:15, Stephen Dowdy wrote: > Ah, never mind... > > # aptitude install gammaray-probe-qt4 > > ;) (i now see some UI layout goodness) :) CTRL+SHIFT+Left Click on any part in the observed application (in your case kdialog), should jump to that object in Gammaray's tr

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Stephen Dowdy
On Tue, Oct 27, 2015 at 12:28 PM, Kevin Krammer wrote: > > I'm not sure if there's a way to identify the Qt components in use > > ​ by 'kdialog'​ > > . > > ​ (something like firefox' web developer "Inspect" would be awesome)​ > > Gammaray ​Kevin, thanks! Package "gammaray" on "Debian Jessie

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Kevin Krammer
On Tuesday, 2015-10-27, 11:29:44, Stephen Dowdy wrote: > I'm not sure if there's a way to identify the Qt components in use > ​ by 'kdialog'​ > . > ​ (something like firefox' web developer "Inspect" would be awesome)​ Gammaray Very likely packaged by your distribution. Cheers, Kevin -- Kevin

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Stephen Dowdy
Looks like 'kdialog' supports Qt Style Sheets. I haven't played with these before. Appears to be a variant of CSS. $ kdialog --stylesheet ~/tmp/kdialog.qss --msgbox "$(lsblk)" $ cat ~/tmp/kdialog.qss * { font-family: monospace; font-size: 16; } > I'm not sure if there's a way to ident

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Stephen Dowdy
It appears to me that kdialog is ignoring the '--font' option. (kdialog has a lot of "missing features", "misfeatures", etc. it's a shame) However, Ref: https://nowardev.wordpress.com/2013/06/28/kdialog-set-fonts/ $ kdialog --geometry 1024x768 --msgbox "$(cat /etc/motd)" renders a monospace fon

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread ianseeks
On Tuesday 27 Oct 2015 10:03:06 Duncan wrote: > ianseeks posted on Tue, 27 Oct 2015 08:05:49 + as excerpted: > > On Monday 26 Oct 2015 20:31:48 J. Leslie Turriff wrote: > >> I want to use kdialog to display a table of values, and to make > >> the output columns line up, the simplest way is to d

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread Duncan
ianseeks posted on Tue, 27 Oct 2015 08:05:49 + as excerpted: > On Monday 26 Oct 2015 20:31:48 J. Leslie Turriff wrote: >> I want to use kdialog to display a table of values, and to make >> the output columns line up, the simplest way is to display the data >> with a monospace font, e.g. DejaV

Re: [kde] how to use kdialog --font ?

2015-10-27 Thread ianseeks
On Monday 26 Oct 2015 20:31:48 J. Leslie Turriff wrote: > I want to use kdialog to display a table of values, and to make the output > columns line up, the simplest way is to display the data with a monospace > font, e.g. DejaVu Sans Mono. kdialog --help-qt shows option -fn > or --font , b