Moderators: slax, sarcastic_bastard

dubigrasu wrote:PCLinuxOS user since Big Daddy (2006), joined the forum in 2007 and banned in 2010.

dubigrasu wrote:PCLinuxOS user since Big Daddy (2006), joined the forum in 2007 and banned in 2010.


Taco.22 wrote:Looks the final nail in the coffin for OB at PCLOS - http://www.pclinuxos.com/forum/index.php/topic,105725.msg903424.html#msg903424
Not to mention the not so subtle "let's not speak ill of the dead but..."![]()
And, she added custom packages and configurations that are not maintained, as well as using zram.
It's a real shame - Bonsai was a great construction platform and is what I built my Astronomy Edition on. Hope it all finds a new home soon.
Unfortunately for PCLOS (as if they care!) for me no OB means no PCLOS, partly because of the loss of options, but also because of the cavalier treatment of those who worked really hard in the best interests of all.
Recent Posts
LXMusic 0.4.5 released!
menu-cache 0.3.3 released!
LXAppearance 0.5.2 released!
LXInput 0.3.2 released!
LXPanel 0.5.9 released!
[Lxde-list] I just fixed tons of bugs in pcmanfm/libfm
From: PCMan <pcman.tw@gm...> - 2012-05-09 01:10
Hi list,
I just fixed tons of bugs in pcmanfm/libfm this week.
Some patches from the community are applied, too.
Please help test the current code in git to see if it still crashes so
often.
I think things are improved now.
My laptop was broken last two weeks.
Now it's fixed and I can do coding again.
Luckily I got some more spare time this month.
There are still more than 70 bugs, but I'll try to fix as many of them as I
can.
Let's keep marching toward 1.0 stable release.
######### ZRAM SWAP ##########
# set to "on" to activate.
ZRAM_SWAP="on"
# If you have several swap devices (or partitions), you may prefer to have
# a higher priority for zram_swap.
ZRAM_SWAP_PRIORITY=30
# Maybe you could use some extra args while loading zram module.
ZRAM_EXTRA_ARGS=""
######## NOTHING TO CHANGE BELOW THIS ##########
if [ $ZRAM_SWAP = "on" ]; then
modprobe zram $ZRAM_EXTRA_ARGS
if grep -wq /dev/zram0 /proc/swaps; then
# Normally, this shouldn't be executed if you don't play with rc.local.
gprintf "Unloading and reseting zram swap device\n"
swapoff /dev/zram0
echo 1 > /sys/block/zram0/reset
fi
gprintf "Sizing zram swap device\n"
FREE_MEM=`free -t -m | egrep Mem | awk {'print $2'}`
# Swap size = 25% of free memory;
ZRAM_SWAP_SIZE=$(($FREE_MEM/4))
echo $(($ZRAM_SWAP_SIZE * 1024 * 1024)) > /sys/block/zram0/disksize
gprintf "Activating zram swap device\n"
mkswap /dev/zram0
swapon -p $ZRAM_SWAP_PRIORITY /dev/zram0
success;echo
fi
######### /ZRAM SWAP ##########
There are still some outstanding issues with zsmalloc which may result
in increased memory usage with zram. Also, it requires more testing for
performance, stability and memory utilization. I think all this should
settle down by kernel 3.5 or 3.6.


sarcastic_bastard wrote:This is becoming a bigger circus than Australian politics.

melodie wrote:sarcastic_bastard wrote:This is becoming a bigger circus than Australian politics.
What is Australian politics definition ?

melodie wrote:What is Australian politics definition ?

Taco.22 wrote:I find French politics far more entertaining


melodie wrote:sarcastic_bastard wrote:This is becoming a bigger circus than Australian politics.
What is Australian politics definition ?
--
$ fortune
Mediocrity finds safety in standardization.
-- Frederick Crane


Hey, Mike,
Okay. I thought it might have something to do with PCManFM.
I know you don't want to hear this. But, it will probably save you some grief in the long run. Please understand, I am not casting any aspersions on someone who is no longer here. I think Melodie meant well, but she failed to follow the tried and true PCLinuxOS "formula" in her quest to slim down the desktop environment. She removed vital python packages.
If it were me, I would start over and install Leiche's 2012.01 LXDE Mini edition. Believe me, you won't use any more resources than you would with the "pure" Openbox desktop. And, man, is it fast! No exaggeration. You'll have the advantage of using a fully supported desktop environment. Openbox is in limbo, right now. The Openbox CDs are no longer listed on the main site. Personally I have had no issues with python in the time that I have run Bonsai as my OS for more than a year now. I wouldn't use anything else - and that is after long and considered thought.
Just remember to install the apt-sources-list package before updating and installing packages.
EDIT: Melodie has informed me she did not add any custom packages. I believe her.



Users browsing this forum: No registered users and 1 guest