Warning: session_start(): open(/tmp/sess_l4sl9uakcssr5np7u1la8eh2a1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Plasma Panels Collections openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (2) .- Knowledge Base  . 

Plasma Panels Collections

   4.11.3  

KDE Other Utility

Score 61%
Plasma Panels Collections
zoom


Plasma Panels Collections
zoom


Plasma Panels Collections
zoom


Downloads:  1372
Submitted:  Dec 9 2012
Updated:  Apr 3 2014

Description:

ok i have created a new entry cuz i had a problem with a guy so i need to do not touch the older one entry. thanks!


Now

Kde Plasma Panels Collection


Video PREVIEW

2.0.2 ~> new

https://www.youtube.com/watch?v=pWNkHOA56O4

1
http://www.youtube.com/watch?v=LYzEty1TYAE

2
http://www.youtube.com/watch?v=o_qR-7FQHxc



Fdl documentation
gpl software

WHY WHAT AND WHERE

this is a collection of panels for plasma.
They are similar to gnome2 gnome3 kde3 chakra windows mac
PLEASE note these panels are only panels they ARE NOT EXACTLY LIKE gnome2\3 mac docks etc ... they are similar to ...
there are done to be useful for those users has switched to kde.
they are what they are. just test them if you want.



left and right bar are a pain so i decided to replace everytime right \left panel with bottom panel, so you need to move them ..





PACKAGES YOU NEED:

for debian user that doen\'t want waste time for 150mb of widget :D

sudo apt-get install plasma-widget-*


now you shoudl install these extra widget:

homerun widget
takeoff
kwinbuttons
daisy

just download daisy and run the install scritp from here

http://cdlszm.org/downloads/

here how to install kwinbuttons

http://nowardev.wordpress.com/2012/02/26/kwin-button-close-minimize-on-your-panel-kubuntu-12-04/



for takeoff search on google i have no time right now .

INSTALLATION

BACK UPS YOUR PANELS

directory="$HOME/.kde" ; directoryalternative="$HOME/.kde4" ; if [[ -d "$directory" ]] ; then
mv $HOME/.kde/share/config/plasma-desktop-appletsrc $HOME/.kde/share/config/plasma-desktop-appletsrc_OLD ; mv $HOME/.kde/share/config/plasma-desktoprc $HOME/.kde/share/config/plasma-desktoprc_OLD ;elif [[ -d "$directoryalternative" ]] ; then mv $HOME/.kde/share/config/plasma-desktop-appletsrc $HOME/.kde4/share/config/plasma-desktop-appletsrc_OLD ; mv $HOME/.kde4/share/config/plasma-desktoprc $HOME/.kde4/share/config/plasma-desktoprc_OLD ; else exit 1; fi




LOCAL INSTALLATION (you should use this for a safer installation...)

LOCAL INSTALLATION (you should use this for a safer installation...) THIS DOC SI FOR 4.11.3 edit this line if you have a newer version

directory="$HOME/.kde" ; directoryalternative="$HOME/.kde4"; if [[ ! -d "$directory" ]] ; then directory="$directoryalternative"; fi ; link="https://kde-peace-settings.googlecode.com/files/plasma-panels-collections-4.11.3.tar.gz";rm -R /tmp/Plama-Panels-Collection; rm -R /tmp/plasma-panels-collections*/ ; rm /tmp/plasma-panels-collections*.tar.gz ; for file in $directory/share/kde4/services/plasma-layout-*.desktop; do rm "$file" ;done ; for f in $directory/share/apps/plasma/layout-templates/org.kde* ; do rm -R "$f"; done ; for f in $directory/share/apps/plasma/layout-templates/nowardev.* ; do rm -R "$f"; done ; cd /tmp; wget "$link" -D /tmp/ ; tar -zxvf "${link##*/}";cp -R /tmp/plasma-panels-collection*/addons/usr/ /tmp/plasma-panels-collection*/ ;cd /tmp/plasma-panels-collections*/usr/share/kde4/apps/plasma/layout-templates/ ; for folder in */ ; do zip -r ${folder%/}.zip "$folder" -x "*.git*" -x "*.svn*" -x "*~" ; done ; for file in *.zip ; do plasmapkg -t layout-template -i "$file"; done

LOCAL UNISTALL

directory="$HOME/.kde" ; directoryalternative="$HOME/.kde4"; if [[ ! -d "$directory" ]] ; then directory="$directoryalternative"; fi ; rm -R /tmp/Plama-Panels-Collection; rm -R /tmp/plasma-panels-collections*/ ; rm /tmp/plasma-panels-collections*.tar.gz ; for file in "$directory"/share/kde4/services/plasma-layout-*.desktop; do rm "$file" ;done ; for f in "$directory"/share/apps/plasma/layout-templates/org.kde* ; do rm -R "$f"; done ; for f in "$directory"/share/apps/plasma/layout-templates/nowardev.* ; do rm -R "$f"; done

RESTORE YOUR OLD PANELS BACKUP, NOTE THAT PLASMA WILL BE KILLED AND RESTARTED


directory="$HOME/.kde" ; directoryalternative="$HOME/.kde4" ; if [[ -d "$directory" ]] ; then
mv $HOME/.kde/share/config/plasma-desktop-appletsrc_OLD $HOME/.kde/share/config/plasma-desktop-appletsrc ; mv $HOME/.kde/share/config/plasma-desktoprc_OLD $HOME/.kde/share/config/plasma-desktoprc ;elif [[ -d "$directoryalternative" ]] ; then mv $HOME/.kde4/share/config/plasma-desktop-appletsrc_OLD $HOME/.kde4/share/config/plasma-desktop-appletsrc ; mv $HOME/.kde4/share/config/plasma-desktoprc_OLD $HOME/.kde4/share/config/plasma-desktoprc ; else exit 1; fi ; pkill plasma-desktop ; plasma-desktop

SYSTEM WIDE INSTALLATION

ARCHLINUX : there is a package on aur i guess but it\'s old
if you want install the new one just install it using LOCAL INSTALLATION the script install doesn\'t work on arch

of others should be enough

just download extract and run

sudo ./install

NOTE THIS INSTALLER INSTALL PLASMA PANELS COLLECTION ON /USR/BLABLALBA so if you have installed kde in another not standard folder you need to edit the installer.









REMOVING

The file is installed locally
so you have to remove folder that you can find here

~/.kde/share/apps/plasma/layout-templates/

and here

~/.kde/share/kde4/services/


USE

-remove your panels
-right button on the desktop
-add panel
-add MAC panel for example


-FOR MAC STYLE YOU SHOULD CLOSE ALL APPLICATION AND REOPEN THEM TO SEE THE MENU BAR


-MAKE SURE YOU HAVE KDE 4.7.4 or higher IF YOU HAVE NOT YOU COULD HAVE PLASMA CRASH, IT DOESN\'T MATTER BECAUSE YOU CAN RE-ADD YOU PANELS BUT IT NOT SO NICE SEE AN APPLICATION CRASH


I WANT CREATE MY OWN PANELS HOW TOO FOR SMART ONE

https://www.youtube.com/watch?v=wAB1whqH9n8



Copyright (C) 2012 nowardev@gmail.com.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled \"GNU
Free Documentation License\" here http://www.gnu.org/licenses/fdl-1.3.txt




Changelog:

just upgraded the installer was missing some ~/.kde vs ~/.kde4
--------------------------------
fix local installer
metadata spain panel fix

-----------------------
4.11.2a
fix networkmanager widget.

4.11.2
new numeration
fix unity panel homeuser was missing
fix activities
brand new chromeos activity

some other little stuff check if its installed or not a widget ...

2.0.2

activity for each panel
panels are rewritten better

if you have not some widget (launchers js will detect and will add starnddard launchers .)

many changes

------------------------------------

1.9
ADD DEBIAN PACKAGE
1.9
new layoout nowardev double panel this shdould replace the older one ... anyway..
fix some typos
other little stuff :P

1.8
chakra inspired panel added
nowardev panel added the menu bar into..
1.7
new installer MAKE SURE YOU HAVE INSTALLED KDE on /usr/share/ or your needd to edit the installer ...

redesigned unit
redesigned nowardev panel
i have just commented some rows so if you liked some feature you must only delete // (type ALT D on kate ..)
1.6
redisigned gnome3
added a crazy panel just for doc ..
somefix
1.5
added gnome3
added unkool7
removed smooth-task replaced with icontask
1.4
kde3 added
somefix here and there

1.3
unity panels redisigned to be more like unity


1.2

-disabled function remove old panels
SO PLEASE REMOVE PANELS WIHT YOUR HAND BEFORE...
-added a new panel called attempt, it's a bar designed to be in thr right side...but because of a problem i have made on bottom.


1.1
-nowardev panel bigger :) but it's only for me :D
-customized with laucher icontask
-fixed pager on unity dock and customized with laucher too

1.0
fixed some bad stuff var pager and so one that could cause problems




LicenseGPL
(4.11.3 tar.gz)
Send to a friend
Subscribe
Other  Content  from nowardev
Report inappropriate content



-

 cant add panel

 
 by eming on: Oct 31 2015
 
Score 50%

after installing it in antergos i cant add the panels


Reply to this

-

 Panels option disappears after upgrade to kf5

 
 by citizen on: Dec 19 2015
 
Score 50%

Always like the option your panels offered. I am currently trying out an upgrade to plasma-desktop 4:5.4.2-1 Debian based KDE complete with all the kf5 libs and your panels do not appear anymore (only 2 options appear on right click on desktop servicemenu - Default Panel and Empty Panel). Can you please indicate what changes i must make to have your panels working again. I believe the changes have to be made to /usr/share/kservices and /usr/share/plasma as i wish to implement the changes system wide.

Thanks in advance for your great work.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team