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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo