Remove tooltips from kde4
January 23, 2012 Leave a Comment
wtf i hate them
Don’t make war make Linux!
January 20, 2012 Leave a Comment
kde-peace-settings is going to be released soon… i would not call it fork … but… anyway jut for brave testers
the new works is almost done
you can test it downloading here
cd /tmp ; git clone https://code.google.com/p/kde-peace-settings/
then do
cd Testingkubuntu ; chmod +x install ; sudo ./install
January 15, 2012 Leave a Comment
http://maketecheasier.com/run-startup-scripts-in-kdm-before-kde-starts/2011/12/15
i will paste just to be sure to not lose thsi information
if you try to rotate the display output you could test investigate here running this on kernel boot… i will not explain because this is stuff for good users .. and not noobs don’t do this
http://www.mjmwired.net/kernel/Documentation/arm/OMAP/DSS
fbcon=rotate:2
January 3, 2012 Leave a Comment
wget -r -E -T 2 -np -R xmlrpc.php,trackback -k http://nowardev.wordpress.com
December 28, 2011 Leave a Comment
here shouold be the code to configure yawp but… it DOESN’T WORK :S i have tried but no
it doesn’t do the job
this code works only if you have compiled the latest version of yawp (jan 2012 it’s 0.4.3)
var yawp = panel.addWidget("yaWP");
yawp.writeConfig("animation.daysnames","8");
yawp.writeConfig("animation.details","1");
yawp.writeConfig("animation.duration","500");
yawp.writeConfig("animation.icon","3");
yawp.writeConfig("animation.page","8");
yawp.writeConfig("custom.fontcolor.lowtemp","30,28,27");
yawp.writeConfig("custom.fontcolor.normal","20,19,18");
yawp.writeConfig("custom.fontcolor.shadows","255,255,255,100");
yawp.writeConfig("custom.fontcolor.usage","false");
yawp.writeConfig("custom.theme.background.enabled","false");
yawp.writeConfig("custom.theme.enabled","false");
yawp.writeConfig("custom.theme.file","");
yawp.writeConfig("panel.forecast.days","5");
yawp.writeConfig("panel.forecast.format","3");
yawp.writeConfig("panel.layout.compact","false");
yawp.writeConfig("panel.today.format","3");
yawp.writeConfig("panel.tooltip.extended.enabled","true");
yawp.writeConfig("panel.tooltip.extended.format","5");
yawp.writeConfig("start delay","0");
yawp.writeConfig("system.distance","2007");
yawp.writeConfig("system.pressure","5007");
yawp.writeConfig("system.speed","9001");
yawp.writeConfig("system.temperature","6001");
yawp.writeConfig("text.shadows","false");
yawp.writeConfig("theme","default");
yawp.writeConfig("traverse locations","false");
yawp.writeConfig("traverse locations timeout","30");
yawp.writeConfig("update interval","45")
yawp.currentConfigGroup = new Array('locations')
yawp.writeConfig("city01",'accuweather,Verona\\, Italy(Veneto),Italy,it,EUR.IT.IT020.VERONA,Europe/Rome');
yawp.writeConfig("selected","0");
yawp.currentConfigGroup = new Array('ExtenderItems')
yawp.writeConfig(" extenderItemPosition","0");
December 28, 2011 Leave a Comment
var weather = panel.addWidget("weather");
weather.writeConfig("Share","false");
weather.writeConfig("pressureUnit","5008");
weather.writeConfig("source","bbcukmet|weather|Venice, Italy|http://newsrss.bbc.co.uk/weather/forecast/64/ObservationsRSS.xml");
weather.writeConfig("speedUnit","9001");
weather.writeConfig("temperatureUnit","6001");
weather.writeConfig("updateInterval","30");
weather.writeConfig("visibilityUnit","2007");
December 19, 2011 Leave a Comment
Video preview
I hate to not to have choices , so on kde 4 now there are panels for everyone :
gnome2 panel
chrome os panel (it not finished )
mac style panel
unity style
nowardev style (designed for my own use xd)
attempt style (designed to be in the right side )
December 19, 2011 1 Comment
and here it is
http://kde-apps.org/content/show.php/kate+folder+service+menu?content=147325
December 16, 2011 12 Comments
sudo add-apt-repository ppa:razor-qt ; sudo apt-get update ; sudo apt-get install razor-qt openbox xserver-xephyr
this xserver-xephyr is installed only to test it only inside the kde session.
Xephyr :1 -screen 640x480 & sleep 3 && export DISPLAY=:1 && razor-session
here there is a softwar compilation suggested from razor-qt dev
https://github.com/Razor-qt/razor-qt/wiki/3rd-party-applications
considering to build a light destkop wrapped on ubuntu kernel i guess you could try TO OWN RISK
sudo add-apt-repository ppa:razor-qt ; sudo apt-get update ; sudo apt-get install razor-qt openbox ubuntu-minimal chromium-browser lightdm
LIKE File manager i have tested this
http://www.qtfm.org/