Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 0day

#31
General Support / Re: fbpanel battery bug
January 13, 2014, 04:24:35 PM
i want fbpanel
#32
General Support / fbpanel battery bug
January 13, 2014, 08:59:38 AM
fbpanel battery plugin don't work: https://bugzilla.redhat.com/show_bug.cgi?id=982593 another plugin for battery status?
#33
General Support / Re: lxpanel covered by the windows
January 12, 2014, 10:33:21 PM
[
[end]

changed in:
app] (name=panel) (class=lxpanel)
  [Layer]   {2}

to make it transparent?
#34
General Support / Re: lxpanel covered by the windows
January 12, 2014, 03:47:37 PM
done, don't work
#35
General Support / lxpanel covered by the windows
January 12, 2014, 11:42:47 AM
LXPanel remains covered by the windows. how can I make it always visible? can i replace it with fbpanel?
#36
General Support / Re: translate in italian
January 10, 2014, 01:43:30 PM
yes, i want vsido in italian. thanks
#37
General Support / synaptic error
January 10, 2014, 12:51:54 AM
Failed to fetch xz:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_experimental_main_binary-i386_Packages  Hash Sum mismatch
Failed to fetch bzip2:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_experimental_main_i18n_Translation-en  Hash Sum mismatch
Some index files failed to download. They have been ignored, or old ones used instead.
#38
General Support / adjust clock
January 10, 2014, 12:27:17 AM
for adjust clock?
#39
General Support / translate in italian
January 09, 2014, 11:35:55 AM
how to for translate distro in italian?
#40
General Support / Re: enable tapping
January 08, 2014, 11:24:00 PM
solved with:

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "~/.Xmodmap"

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &
#
# Debian-local change:
#   - fbautostart has been added with a quick hack to check to see if it
#     exists. If it does, we'll start it up by default.
which fbautostart > /dev/null
if [ $? -eq 0 ]; then
    fbautostart
fi

# enable tapping:
synclient VertEdgeScroll=1
synclient HorizEdgeScroll=1
synclient TapButton1=1

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

# exec fluxbox

fluxbox &
fbpid=$!

sleep 1
{
compton --config ~/.compton.conf &
(sleep 3s && wicd-gtk --tray) &
(sleep 3s && conky -c ~/.conkyrc) &
nitrogen --restore &
(sleep 3s && lxpanel) &
## tint2 -c /usr/local/bin/.tint2oblaunchers/tint2rc &
## (sleep 3s && tint2 -c /usr/local/bin/.tint2oblaunchers/tint2rcallbtm) &
## vsido-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
(sleep 6s && vsido-welcome --firstrun) &
   # MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN & AT THE END.
   # ipager &
   # gkrellm2 &
} &

wait $fbpid

# or if you want to keep a log:
# exec fluxbox -log "~/.fluxbox/log"


#41
General Support / Re: enable tapping
January 08, 2014, 02:13:57 PM
ok, thanks but menu>touchpad mouse don't work?
#42
General Support / vsido vs vsido raptor vs crunchbang
January 08, 2014, 02:01:14 PM
What is the difference between vsido and vsido raptor? are lighter crunchbang?
#43
General Support / italian keyboard
January 08, 2014, 01:13:38 PM
setxkbmap it work but after reboot is us keyboard??
#44
General Support / enable tapping
January 08, 2014, 01:10:49 PM
tapping don't work on notebook and link of menu touchpad/mouse don't work.