[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-usability
Subject:    Re: Taskbar: "show windows from all desktops"
From:       Frans Englich <frans.englich () telia ! com>
Date:       2004-01-20 18:13:29
Message-ID: 200401201913.29107.frans.englich () telia ! com
[Download RAW message or body]

On Friday 16 January 2004 23:45, Jorge Adriano Aires wrote:
> I always turn this off. If I'm using more than one desktop then I probably
> have many open applications, so if they all show in the taskbar it becomes
> completely cluttered and I become completely lost. Applications in the
> taskbar are really harder to find.
> Is it just me, or do you also prefer this off? Could it be a better default
> the other way around?

I would also vote for turning it off. AFAICT, the current behavior is 
inconsistent with the tab widget which does only the current desktop's apps. 
Until the tab thingy is fixed to follow the discussed setting I guess 
disabling it would be a good idea, if consistency is of interest. If I've got 
everything right..

Anyway, attached one-liner disables the setting.


			Frans


["not_show_all.diff" (text/x-diff)]

Index: kcontrol/taskbar/kcmtaskbar.cpp
===================================================================
RCS file: /home/kde/kdebase/kcontrol/taskbar/kcmtaskbar.cpp,v
retrieving revision 1.38
diff -u -3 -p -r1.38 kcmtaskbar.cpp
--- kcontrol/taskbar/kcmtaskbar.cpp	8 Nov 2003 23:43:53 -0000	1.38
+++ kcontrol/taskbar/kcmtaskbar.cpp	20 Jan 2004 18:03:52 -0000
@@ -175,7 +175,7 @@ void TaskbarConfig::load()
     { // group for the benefit of the group saver
         KConfigGroupSaver saver(c, "General");
 
-        ui->showAllCheck->setChecked(c->readBoolEntry("ShowAllWindows", true));
+        ui->showAllCheck->setChecked(c->readBoolEntry("ShowAllWindows", false));
         ui->showListBtnCheck->setChecked(c->readBoolEntry("ShowWindowListBtn", false));
         ui->sortCheck->setChecked(c->readBoolEntry("SortByDesktop", true));
         ui->iconCheck->setChecked(c->readBoolEntry("ShowIcon", true));


_______________________________________________
kde-usability mailing list
kde-usability@kde.org
https://mail.kde.org/mailman/listinfo/kde-usability


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic