From owner-freebsd-questions@freebsd.org Fri Jul 22 18:54:51 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3127DBA1558 for ; Fri, 22 Jul 2016 18:54:51 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 083ED1168 for ; Fri, 22 Jul 2016 18:54:50 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-io0-f169.google.com with SMTP id 38so113188896iol.0 for ; Fri, 22 Jul 2016 11:54:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=yn+c6SsNNny31gT/KY7+Xqf642ghBC3+BmuNyZtpmJg=; b=HhaTOeeXYI7+B8aC8twMVSREsIK09PGY60Pw34D5q68C1KN8yfvbavN3+c+aRCDE7K jWGabXGWcGvy+VH6uLTvXKRe9Qvyzf2m/3c+p/AbqUVk3oK1utFqrYLDhtDb3OPcFeaL sa2WSbc5ysnR+dcB2ay8D7xHhpF9d16Q95TJFeMUGneOehUct9jKHPk6WGesMtnhlEQ/ gUuw+tqS7aVdFCaHWa4e6cM1Ex2bSLPXPmbiEZaYvpiBphyYGeIGDdRSWtayUiTPL0Nb vA5bgIeLR781MzvlnMcdC1B0cRHt7nk0tumoffyEfDuRkMZqzqEb6VNAClorQZKwLDDb YD7w== X-Gm-Message-State: AEkooutWlG+vl0Nz/MH7/8CtRh5lTmtNcpcQX7kLjWx8v3+D1vFajGQK8shOavKXXjDFOA== X-Received: by 10.107.169.207 with SMTP id f76mr6331611ioj.192.1469213684176; Fri, 22 Jul 2016 11:54:44 -0700 (PDT) Received: from WorkBox.Home.gmail.com (174-30-254-39.mpls.qwest.net. [174.30.254.39]) by smtp.gmail.com with ESMTPSA id z128sm6129364iof.4.2016.07.22.11.54.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Jul 2016 11:54:43 -0700 (PDT) References: <20160722101355.52bad2a2@FTF.FTG> <471b847b-028e-4e86-854a-1a0b1b0a4e04@unixarea.de> User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Matthias Apitz Cc: freebsd-questions@freebsd.org Subject: Re: KDE panel , how to remove widgets? In-reply-to: <471b847b-028e-4e86-854a-1a0b1b0a4e04@unixarea.de> Date: Fri, 22 Jul 2016 13:54:43 -0500 Message-ID: <86lh0twljg.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 18:54:51 -0000 :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ---------------------------------- Matthias Apitz writes: > Do you (or someone) knows how to tweak the KDE4 pannel, desktop app icons, > features ... by editing config files or using command line stuff? This > would it make more easier to setup your desktop after new installation. There is no such thing. KDE is configured entirely through graphical interfaces. Virtually no KDE applications have command-line options, and I don't recall ever seeing a KDE applications with a man page. --