Re: how to autohide the panel?

2022-02-23 Thread Stephen Dowdy
On 2/23/22 11:12, Patrick Nagel wrote: On Wednesday, 23 February 2022 16:47:03 CET hw wrote: I have set the panel to autohide and it's not hiding except sometimes:( Instead the windows go underneath the panel, which is very annoying. hw, IME, the most common reason for this is an app doing

Re: Where are the /tmp/konsole-xxxxx.history files?

2020-11-12 Thread Stephen Dowdy
On 11/12/20 1:33 PM, Myriam Schweingruber wrote: Hi, On Thu, 5 Nov 2020 at 10:05, chiasa.men mailto:chiasa@web.de>> wrote: kmail -v kmail2 5.15.2 (20.08.2) Earlier the konsole history was saved in /tmp/konsole-x.history. These files seem to be gone (update?). The histor

Re: how to make konsole tabs more distinguishable

2020-05-27 Thread Stephen Dowdy
On 5/26/20 2:06 PM, test wrote: Hi, when opening multiple tabs in a konsole window, the active tab is virtually indistinguishable from the tabs that aren't active. How can I make the active tab more distinguishable, like giving it different a background colour? I've tried to use the Colours s

Re: KDE problems 5.5.5

2019-07-16 Thread Stephen Dowdy
On 7/16/19 7:31 AM, Draciron Smith wrote: Dolphin defaults to a size larger than my screen and often locks in place so I cannot move it to resize it. I just don't even bother with Dolphin any more.  The loss of extensions pretty well crippled it anyway. + == move window so you can get access

Re: manually reload Dolphin session?

2018-05-08 Thread Stephen Dowdy
dolphin has a DBus interface that you can script as well. Looks like here's a good example of using a small bit of this interface: https://github.com/schmunsler/personal-scripts/blob/master/dolphin Of course, loading common directories/URLs into the places container is useful for quick recall

Re: KDE apps not using system printer settings

2018-03-28 Thread Stephen Dowdy
On 03/27/2018 07:12 PM, Bug Reporter wrote: > As my next attempt to resolve this I deleted ~/.cache, ~/.kde4 and /.config. > I logged in as the user and checked the default paper for the printers and it > remains A4. I wonder if CUPS (if it is involved in this process), is doing a live query o

Re: KDE apps not using system printer settings

2018-03-27 Thread Stephen Dowdy
Here's a snippet from my internal wiki page on printing troubleshooting... (FWIW, i've battled this type of issue before, sometimes left with just head-scratching :-( ) libpaper On Linux systems with the libpaper package installed, the system default papersize is stored in /etc/papersize. You

Re: KDE (or X?) clipboard goes stupid

2017-12-09 Thread Stephen Dowdy
On 12/09/2017 12:47 PM, Jerome Yuzyk wrote: > [kf5 5.38, plasma-workspace-5.10.5, Fedora 25] > > My KDE/X clipboard goes astray sometimes. I Copy URL to clipboard from KMail, > for example, and when I paste I get something from a day ago pasted. > > Is there any way to reset that clipboard wit

Re: border (or frame??) missing on Konsole

2017-08-08 Thread Stephen Dowdy
ct route to 'systemsettings' application, and kwinrules is same as title-bar Context (right-click) -> "More Actions" -> Window-Manager Settings -> "Window Rules" You probably would have a rule in there that had an override in [Appearance and Fixes

Task manager window grouping failures and KWin window-action slowness

2017-08-05 Thread Stephen Dowdy
I have LOTS of windows, and while task manager window grouping in KDE4 started off pretty bad early on, it got better for me. In Debian Jessie, i would have issues running 3 different firefox profiles with differing Class Instance names, where it would still *usually* correctly separately group th

Re: Where kde saves user settings ?

2017-03-19 Thread Stephen Dowdy
On 03/19/2017 11:54 AM, John wrote: Thanks for that Stephen. Having looked at the freedesktop spec that's useful and I am rather lost at that level. However I am stuck with BASH. I need help at times and it's always BASH. However I have seen some info on changing shells on the fly and going b

Re: Where kde saves user settings ?

2017-03-18 Thread Stephen Dowdy
For plasma5 and frameworks5 based apps, as I said, the freedesktop.org speced locations are normally used. That's $XDG_CONFIG_HOME for config, and $XDG_DATA_HOME for app data. If those aren't set... well, let me point you to the freedesktop.org website for the specs and you can read it yourself,

Re: Klipper - snippets

2016-12-28 Thread Stephen Dowdy
y entries that I can click on and then paste > wherever I need it. If you need an example of how these work, look either > at the Snippets plugin for glipper or the Snippet menu in ClipMenu (Mac). > > -- > Michael Fierro > > -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu- http://www.ral.ucar.edu/~sdowdy/

Re: Willing to pay for kmail help

2016-11-15 Thread Stephen Dowdy
m). > > If anyone is kind enough to help, I will pay at least $100 to get it going > and more if need be. > > Since kmail is down, I am having to use my old aol email (white...@aol.com > ). > > Thanks > > John White > White Law Chartered > 335 W 1st St. &

Re: [kde] kwin (4.11.12) idle CPU usage

2016-01-26 Thread Stephen Dowdy
FWIW, I have also seen significant kwin cpu usage in thunderbird or firefox (it was a while ago, and i forget), where it was updating the TITLE of the window constantly based upon message/window content. -- ​stephen​ -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869

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

2015-10-27 Thread Stephen Dowdy
KDialog (executable, or i think there's an API?) (unfortunately, the labels in KDialog don't have class/id AFAICT, so you hit all of them) But having one place to tweak styles would be useful. I suppose this is getting low-level enough that reliance from one release to another might get

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

2015-10-27 Thread Stephen Dowdy
f 'gammaray' for Qt5 can operate on a Qt 4 app? Ah, never mind... # aptitude install gammaray-probe-qt4 ;) (i now see some UI layout goodness) thanks, again, --stephen​ -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu- http://www.ral.

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

2015-10-27 Thread Stephen Dowdy
it unchanged renders kdialog with a nice black background, but not monospaced, of course. That's probably the best way to handle kdialog's failings in other areas. There's also a Style "Theme" (--style). I guess i have to look into this stuff more. (this is more like the

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

2015-10-27 Thread Stephen Dowdy
t font, defines the application font. The font should be > > specified using an X logical font description. Note that this option is > > ignored when Qt is built with fontconfig support enabled. > > > > It may be that your qt and/or kde is built with fontconfig support,

Re: [kde] setting for printing from Konqueror

2014-11-13 Thread Stephen Dowdy
t; > I keep getting A4 paper selected with 1in margins. Where is that saved? > > > ___ > This message is from the kde mailing list. > Account management: https://mail.kde.org/mailman/listinfo/kde. > Archives: http://lists.kde.org/. > More info: ht

Re: [kde] menu customiization

2014-06-05 Thread Stephen Dowdy
istinct icons in the taskbar separately) I wish firefox still supported the WM_NAME --name option :-( - StartupNotify is False, because firefox GTK doesn't support the KDE launch feedback stuff and the bouncey-bouncey icon sits there until it times-out 30 seconds later) --steph

Re: [kde] copnfiguring KDE shutdown to be immediate

2014-03-11 Thread Stephen Dowdy
ownMode=${ShutdownModeTryNow} #ShutdownMode=${ShutdownModeSchedule} This all gleaned from: http://api.kde.org/4.4-api/kdebase-workspace-apidocs/libs/kworkspace/html/kworkspace_8h_source.html --stephen -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu-

Re: [kde] KDE's rough edges... what are your experiences?

2013-10-29 Thread Stephen Dowdy
lications to reprocess kdeglobals (or their own KConfig setup?) --stephen -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu- http://www.ral.ucar.edu/~sdowdy/ ___ This message is from the kde mailing

Re: [kde] global disable maximize windows by dragging to top of screen?

2013-09-14 Thread Stephen Dowdy
Felix Miata wrote, On 09/14/2013 09:29 AM: > Is there a way to make drag to top of screen mean *only* drag to top of > screen and nothing more, systemwide for all users? If so, how? Felix, Here's the FAQ entry i put together for my users on "ElectricBorders" Note that this is directed at users

Re: [kde] Klipper default actions: URLs and Files

2013-08-30 Thread Stephen Dowdy
dE wrote, On 08/29/2013 09:54 PM: > On 08/26/13 18:00, Dotan Cohen wrote: >> On Sun, Aug 25, 2013 at 5:28 PM, dE wrote: >>> In Klipper settings, check 'Ignore selection'. >> Thank you, however this prevents my user-configured actions from >> working, even though Enable Clipboard Actions is checked

Re: [kde] Klipper default actions: URLs and Files

2013-08-27 Thread Stephen Dowdy
Notifications /org/freedesktop/Notifications GetServerInformation Plasma KDE 1.0 1.1 $ qdbus org.freedesktop.Notifications /org/freedesktop/Notifications GetCapabilities body body-hyperlinks body-markup icon-static actions (body-markup allows bolded, ... Ref: http://www.galago

Re: [kde] Setting multi-touch gestures in KDE 4.10

2013-07-30 Thread Stephen Dowdy
Franklin Weng wrote, On 07/30/2013 06:23 AM: > > Running touchegg it could get my gestures. However I had no idea about how > to link my gestures into a proper action, like closing a window or making the > fonts larger. Could anyone please give me some hints? Franklin, The closest i think yo

Re: [kde] term config prolem

2013-07-22 Thread Stephen Dowdy
Gene Heskett wrote, On 07/22/2013 12:29 PM: > For instance, I do software for a legacy machine, and need at least 100k > lines of history I can scroll back through looking for build errors. With > a 1000 line default limit, 99% of a nitros9 build scrolls out of the buffer > forever. I have 8G

Re: [kde] SUSE/4.10.x konsole stuck on taskbar

2013-07-19 Thread Stephen Dowdy
gled, you might be able to create a script to run through the found konsole windows and reset the geometry to something sane. something like 'xdotool' might help, for example: xdotool -windowmap ... xdotool -windowmove ... 1 1 You could put that into an Autostart directory script.

Re: [kde] K menu submenu on a panel

2013-06-20 Thread Stephen Dowdy
Duncan wrote, On 06/20/2013 03:35 AM: > Duncan posted on Wed, 19 Jun 2013 05:20:15 + as excerpted: > >>> I just tried this dragging the "Applications->Graphics" menu to the >>> panel. >>> >>>Location: applications://graphics/ >>> >>> If i changed the location manually to: >>> >>>

Re: [kde] K menu submenu on a panel

2013-06-18 Thread Stephen Dowdy
but another thing... as a folder view, i don't see any way to change the icon (it's a generic "sheet of paper" with "?". might be a way programmatically/manual editing, but context "Folder View Settings" doesn't show me any way to change it. That limits its usefulness. I would Definitely really

Re: [kde] K menu submenu on a panel

2013-06-18 Thread Stephen Dowdy
Duncan wrote, On 06/18/2013 12:44 AM: > Spoke too soon. =:^( > > It's giving me the full apps menu now, not the submenu, despite the fact > that if I choose settings, it's set to the appropriate submenu as it > should be. Duncan, I just tried this dragging the "Applications->Graphics" menu t

[kde] Klipper Actions (was Re: Is it normal that text in the clipboard gets lost?)

2013-06-06 Thread Stephen Dowdy
-o) and runs it via 'sed' to insert 4 spaces at the front of every line. It Replaces the contents of the selection buffer (Output=1) with the STDOUT of that command. the second command uppercases everything, the 3rd trims spaces off Konsole's EXCRUTIATINGLY PAINFUL and PERSISTENT BUG of padding ex

Re: [kde] LibreOffice - no entry from applications

2013-05-21 Thread Stephen Dowdy
Burkhard Lück wrote, On 05/21/2013 01:22 AM: > Am Dienstag, 21. Mai 2013, 09:51:58 schrieb Kevin Wilson: >> Hello >> After switching to KDE I installed LibreOffice 4 from RPM. >> I cannot find a menu entry for it from under "Applications". >> Is there a way I can add a menu entry? >> > http://docs

Re: [kde] How to learn about all those configuration file values?

2013-04-08 Thread Stephen Dowdy
Kevin Krammer wrote, On 04/07/2013 03:34 AM: > A lot of application config are nowadays described by a meta config file, > file extension being .kfcg --^ > They are used to describe all possible values, their types and defaults and > are used to generate config access code

Re: [kde] How to learn about all those configuration file values?

2013-04-06 Thread Stephen Dowdy
Adrelanos, adrelanos wrote, On 04/02/2013 04:10 PM: > There is an Ubuntu Package kde-settings-lowfat. The creator of that ... > At the bottom is a list of settings I can hardly make head of tail of. I > am not asking to tell me what each any any values do, I am just asking > about the best approa

Re: [kde] Wrap Firefox in KDE app?

2012-11-13 Thread Stephen Dowdy
t allows lookups in the user's profile, or based on the Class name, you might be able to fix that. Worst case you could change the XDG variables to hunt for Icon dirs, or the kde4 icon path, etc... Good luck! --stephen -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 -

Re: [kde] Nepomuk

2012-10-16 Thread Stephen Dowdy
Felix Miata wrote, On 10/12/2012 09:50 PM: > On 2012-10-12 16:28 (GMT-0500) Brian J Densmore composed: > >> Nepomuk is required to be installed in the latest KDE. > > But it isn't required to be running. KDE is highly configurable. Look up the > following: > nepomukserverrc > nepomukstrigirc > [

Re: [kde] THE kde desktop is slow...

2012-10-10 Thread Stephen Dowdy
ic instance manually and interactively as needed) I'm not sure about issues you may be facing booting from flash-disk, but if you're *swapping* to flash disk, that may ultimately create a VERY slow flash disk. --stephen -- Stephen Dowdy - Systems Administrator - NCAR/

[kde] CDE/deskset filtering (was Re: Mouse wheel workspace switching behavior)

2012-09-20 Thread Stephen Dowdy
Duncan wrote, On 09/20/2012 04:14 PM: > Stephen Dowdy posted on Thu, 20 Sep 2012 13:35:47 -0600 as excerpted: > > OK, so we're at least second generation OT now, but... it's fun. =:^) So, i've changed the subject line ;) > 2) Had you heard, CDE has been open-sourced

Re: [kde] Mouse wheel workspace switching behavior

2012-09-20 Thread Stephen Dowdy
ring in 'vim') in thunderbird i've run across. > Your lines looked fine here as originally posted, but as you observed, > unwrapped as he quoted them. > > FWIW that's one of the reasons I use a client[1] that can toggle wrap. thunderbird can't (AFAIK) :-

Re: [kde] Mouse wheel workspace switching behavior

2012-09-19 Thread Stephen Dowdy
invoke that function. This might give you more ideas: http://marian.schedenig.name/2012/06/07/mapping-kde-actions-to-extra-mouse-buttons/ and here's something using qdbus {prev,next}Desktop i described above (but, that doesn't answer your question about relative up/down/left/right motion) http:

Re: [kde] KDE Desktop effects

2012-09-17 Thread Stephen Dowdy
, but tended to have some nasty redraw problems. (entire apps would fail to update their windows, re-exposed regions wouldn't repaint, etc) I ended up buying a new nVidia card, as the Quadro NVS295 that came with my system just couldn't cut it. I got a GeForce GT440 w/ 2GB Memory.

Re: [kde] Hide panel on 2nd screen

2012-05-04 Thread Stephen Dowdy
Duncan wrote, On 05/03/2012 08:54 AM: > Paul Check posted on Wed, 02 May 2012 20:17:09 -0400 as excerpted: > >> I have two screens. Screen 0 is my main screen and screen 1 outputs to >> a TV in a different room. How do I hide the panel on the 2nd screen? I >> can't click on the panel on the 2nd

[kde] Konsole resizing and default size

2012-04-09 Thread Stephen Dowdy
is where i'm stuck. Also, it'd be nice to be able to specify CHARACTER cell sizes, not just pixel sizes. Unfortunately, 'resize -s cols rows' doesn't work with konsole, and i'm not sure of another way to resize konsole windows this way... Any point

Re: [kde] Set plasma panel default to maximum?

2012-04-09 Thread Stephen Dowdy
e. (that's useful for testing out your script, but making it run at login time is another story...) I'm sure there's a way to do this via the other plasma APIs as well. Anyway, i'm curious what you put together to solve this issue in the end. --stephen -- Stephen Dowdy - S

Re: [kde] Home Directory KDE config files

2011-10-26 Thread Stephen Dowdy
Bogus Zaba wrote, On 10/26/2011 01:49 PM: > On 10/26/2011 07:11 PM, Duncan wrote: >> Bogus Zaba posted on Wed, 26 Oct 2011 13:02:56 +0100 as excerpted: >> >>> On 10/26/2011 11:38 AM, Bogus Zaba wrote: Slackware 13.37, KDE4.5.5. Is there another location (other than the .kde folder) w

Re: [kde] Shortcut Issue

2011-09-18 Thread Stephen Dowdy
Bios wrote, On 09/18/2011 10:17 AM: > Hey > How can I use left shift+right shift as a shortcut? > It does not work simply through the system settings. Durh, i didn't actually bother to verify whether the kcmshell4 keys modifiers entries could be changed in that interface. nope. So... debian:~$ x

Re: [kde] Shortcut Issue

2011-09-18 Thread Stephen Dowdy
Bios wrote, On 09/18/2011 10:17 AM: > Hey > How can I use left shift+right shift as a shortcut? > It does not work simply through the system settings. Don't know for sure if this is possible, but i suspect that those keys would be in a keyboard class of something like "Modifier" keys, that you wil

Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-28 Thread Stephen Dowdy
Eric, Just replying directly to you, but if this is applicable, please follow up on the list. I have an ASUS Eee PC 1005PE that i finally got Skype working on (Debian Squeeze) by following some instructions i found somewhere (don't know sure where). Tell skype that it MAY NOT automatically adjus

[kde] KDE4 Shortcuts and performance (was Re: Re: disable fx prior to first 4.6 startups)

2011-07-07 Thread Stephen Dowdy
g '--graphicssystem raster' and 'opengl' for kwin, konsole, plasma-desktop, nothing seems to solidly help. Now, i'm one of those people that has upto 50 firefox windows and 200-300 tabs open. In KDE3 this was not a problem (even with the crappy NVS295 card) In KDE4 i can

[kde] Re: disable fx prior to first 4.6 startups

2011-07-07 Thread Stephen Dowdy
ne specific) Override (that should not be touched by system updates). This will/should create files, group sections, and keys as appropriate if they don't already exist. kde_etc_config=$(kde4-config --path config | cut -f2 -d:) kwriteconfig --file ${kde_etc_config}/kwinrc --group Compositing --key

[kde] Re: Konsole: split view show the same screen twice

2011-06-16 Thread Stephen Dowdy
Dotan Cohen wrote, On 06/16/2011 05:34 AM: > On Thu, Jun 16, 2011 at 14:01, Anne Wilson wrote: >>> It sounds to me that you are referring to tabs, Anne, not to split. >>> Take a look at View -> Split View. >>> >> No, I'm not. I don't use this facility myself, it was explained to me as I >> descri

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Stephen Dowdy
p;& sleep 3 && plasma-desktop --graphicssystem=raster) then has to become a KDE4 "Autostart" script to workaround this particular bug :-( Hopefully that answers your question... --stephen -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu

[kde] Programmatically adding plasmoid widgets to the plasma panel?

2011-06-02 Thread Stephen Dowdy
in/sh # Title:kde3-install-kicker-buttons # Purpose: Install some standard default buttons on the KDE3 kicker panel # Author: Stephen Dowdy (sdowdy @ ucar.edu) if ! dcop >/dev/null 2>&1 ; then echo "This must be run in a KDE3 user session" exit 1 fi add_xfree

[kde] Re: Autostart locations in KDE4

2011-06-02 Thread Stephen Dowdy
Tim Edwards wrote, On 06/02/2011 03:53 AM: > Recently I found that knetworkmanager wasn't starting up when I logged > into KDE. I tried looking for any mention of it in the 'startup and > shutdown' control centre module, but no luck. Eventually I found a tip > on a forum that I had to set 'Autostar

[kde] Re: Running dolphin from a shell script and opening it in a specific directory.

2011-06-01 Thread Stephen Dowdy
om >> the bash shell. One aspect of that is how to stop the shell flashing up >> briefly? > > Don't know what you mean by that. Same here?? > > Wonko --stephen -- Stephen Dowdy - Systems Administrator - NCAR/RAL 303.497.2869 - sdo...@ucar.edu-

[kde] Re: How to set the KDE path?

2011-02-07 Thread Stephen Dowdy
Dotan Cohen wrote, On 02/07/2011 08:48 AM: > On Wed, Feb 2, 2011 at 15:32, Kevin Krammer wrote: >> A combination of paths in $PATH and KDE specific "non-interactive-binaries" >> paths. >> See kde4-config --path exec > > There is nothing but a blank line there, maybe that is the issue: > ✈ganymede