You are not logged in.
Pages: 1
Is there a way to change the scroll wheel sensitivity? On my system, everything scrolls way too fast for it to be usable.
I feel sheepish...
@corenominal and porkpiehat
Thanks for your help! It is not unappreciated.
In the wiki, under the desktop section, there are instructions to modify things with obconf and rc.xml etc.
http://crunchbanglinux.org/wiki/configuring_rc.xml
http://crunchbanglinux.org/wiki/obconf
In the instructions there I am asked to go to the main menu and do something like:
Preferences → Openbox Config → Edit rc.xml.
Preferences → Openbox config → GUI Config Tool.
The preferences menu is missing.
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<item label="Run Program">
<action name="Execute">
<execute>
gmrun
</execute>
</action>
</item>
<separator/>
<item label="Terminal">
<action name="Execute">
<execute>
terminator
</execute>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<execute>
x-www-browser
</execute>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<execute>
thunar
</execute>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<execute>
geany
</execute>
</action>
</item>
<item label="Media Player">
<action name="Execute">
<execute>
vlc
</execute>
</action>
</item>
<separator/>
<menu id="accessories" label="Accessories">
<item label="Catfish File Search">
<action name="Execute">
<execute>
catfish
</execute>
</action>
</item>
<item label="Archive Manager">
<action name="Execute">
<execute>
file-roller
</execute>
</action>
</item>
<item label="Geany Text Editor">
<action name="Execute">
<execute>
geany
</execute>
</action>
</item>
<item label="Terminator Terminal">
<action name="Execute">
<execute>
terminator
</execute>
</action>
</item>
<item label="Thunar File Manager">
<action name="Execute">
<execute>
thunar
</execute>
</action>
</item>
<item label="Thunar File Manager (root)">
<action name="Execute">
<execute>
gksudo thunar
</execute>
</action>
</item>
</menu>
<menu id="graphics" label="Graphics">
<item label="GIMP">
<action name="Execute">
<execute>
gimp
</execute>
</action>
</item>
<item label="Viewnior Image Viewer">
<action name="Execute">
<execute>
viewnior
</execute>
</action>
</item>
<menu id="graphicsScreenshots" label="Take Screenshot">
<item label="Screenshooter">
<action name="Execute">
<execute>
xfce4-screenshooter
</execute>
</action>
</item>
<separator label="scrot"/>
<item label="Now">
<action name="Execute">
<execute>
scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
<item label="In 5 Seconds...">
<action name="Execute">
<execute>
scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
<item label="In 10 Seconds...">
<action name="Execute">
<execute>
scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
<item label="Selected Area... (click & drag mouse)">
<action name="Execute">
<execute>
scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ & viewnior ~/images/$f'
</execute>
</action>
</item>
</menu>
</menu>
<menu id="multimedia" label="Multimedia">
<item label="VLC Media Player">
<action name="Execute">
<execute>
vlc
</execute>
</action>
</item>
<item label="Volume Control">
<action name="Execute">
<execute>
xfce4-mixer
</execute>
</action>
</item>
<item label="Xfburn">
<action name="Execute">
<execute>
xfburn
</execute>
</action>
</item>
</menu>
<menu id="network" label="Network">
<menu execute="cb-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/>
<item label="gFTP Client">
<action name="Execute">
<execute>
gftp
</execute>
</action>
</item>
<item label="Transmission BitTorrent Client">
<action name="Execute">
<execute>
transmission
</execute>
</action>
</item>
<item label="XChat IRC Client">
<action name="Execute">
<execute>
xchat
</execute>
</action>
</item>
<item label="Remote Filesystems">
<action name="Execute">
<execute>
gigolo
</execute>
</action>
</item>
<menu execute="cb-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/>
<separator label="Services"/>
<menu execute="cb-dropbox-pipemenu" id="dropbox" label="Dropbox"/>
</menu>
<menu id="office" label="Office">
<menu id="libreoffice" label="LibreOffice" execute="cb-libreoffice-pipemenu" />
<item label="AbiWord Word Processor">
<action name="Execute">
<execute>
abiword
</execute>
</action>
</item>
<item label="Gnumeric Spreadsheet">
<action name="Execute">
<execute>
gnumeric
</execute>
</action>
</item>
<item label="Calculator">
<action name="Execute">
<execute>
gnome-calculator
</execute>
</action>
</item>
<item label="Evince PDF Viewer">
<action name="Execute">
<execute>
evince
</execute>
</action>
</item>
</menu>
<separator/>
<menu id="settings" label="Settings">
<menu execute="cb-compmgr" id="CompositingPipeMenu" label="Compositing"/>
<menu id="conkyconfig" label="Conky">
<item label="Edit .conkyrc">
<action name="Execute">
<execute>
geany ~/.conkyrc
</execute>
</action>
</item>
<item label="Restart Conky">
<action name="Execute">
<execute>
conkywonky
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man page">
<action name="Execute">
<execute>
terminator --command="man conky"
</execute>
</action>
</item>
<item label="Wiki Page">
<action name="Execute">
<execute>
x-www-browser [url]http://crunchbanglinux.org/wiki/conky[/url]
</execute>
</action>
</item>
</menu>
<menu id="dmenuconfig" label="dmenu">
<item label="Edit start-up script">
<action name="Execute">
<execute>
geany ~/.config/dmenu/dmenu-bind.sh
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man page">
<action name="Execute">
<execute>
terminator --command="man dmenu"
</execute>
</action>
</item>
</menu>
<menu id="gmrunconfig" label="gmrun">
<item label="Edit config file">
<action name="Execute">
<execute>
geany ~/.gmrunrc
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man page">
<action name="Execute">
<execute>
terminator --command="man gmrun"
</execute>
</action>
</item>
</menu>
<menu id="obConfig" label="Openbox">
<item label="Edit menu.xml">
<action name="Execute">
<execute>
geany ~/.config/openbox/menu.xml
</execute>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<execute>
geany ~/.config/openbox/rc.xml
</execute>
</action>
</item>
<item label="Edit autostart">
<action name="Execute">
<execute>
geany ~/.config/openbox/autostart
</execute>
</action>
</item>
<item label="GUI Menu Editor">
<action name="Execute">
<execute>
obmenu
</execute>
</action>
</item>
<item label="GUI Applications Settings Editor">
<action name="Execute">
<execute>
obapps
</execute>
</action>
</item>
<item label="GUI Config Tool">
<action name="Execute">
<execute>
obconf
</execute>
</action>
</item>
<item label="Reconfigure">
<action name="Reconfigure"/>
</item>
<item label="Restart">
<action name="Restart"/>
</item>
</menu>
<menu id="terminatorconfig" label="Terminator">
<item label="Edit config file">
<action name="Execute">
<execute>
geany ~/.config/terminator/config
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man page">
<action name="Execute">
<execute>
terminator --command="man terminator_config"
</execute>
</action>
</item>
</menu>
<menu id="tint2config" label="tint2">
<item label="Edit config file">
<action name="Execute">
<execute>
geany ~/.config/tint2/tint2rc
</execute>
</action>
</item>
<item label="Restart tint2">
<action name="Execute">
<execute>
tint2restart
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man page">
<action name="Execute">
<execute>
terminator --command="man tint2"
</execute>
</action>
</item>
<item label="Online Help">
<action name="Execute">
<execute>
x-www-browser [url]http://code.google.com/p/tint2/wiki/Welcome[/url]
</execute>
</action>
</item>
</menu>
<menu id="DisplaySettings" label="Display Settings">
<item label="Adjust with grandr">
<action name="Execute">
<execute>
grandr
</execute>
</action>
</item>
<separator label="Help?"/>
<item label="man xrandr">
<action name="Execute">
<execute>
terminator --command="man xrandr"
</execute>
</action>
</item>
</menu>
<item label="Edit Default Applications">
<action name="Execute">
<execute>
terminator --command="sudo update-alternatives --all"
</execute>
</action>
</item>
<item label="User Interface Settings">
<action name="Execute">
<execute>
lxappearance
</execute>
</action>
</item>
<item label="Power Management">
<action name="Execute">
<execute>
xfce4-power-manager-settings
</execute>
</action>
</item>
<item label="Screensaver">
<action name="Execute">
<execute>
xscreensaver-demo
</execute>
</action>
</item>
<item label="Choose Wallpaper">
<action name="Execute">
<execute>
nitrogen ~/images/wallpapers/
</execute>
</action>
</item>
</menu>
<menu id="system" label="System">
<menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/>
<item label="GParted">
<action name="Execute">
<execute>
gksudo gparted
</execute>
</action>
</item>
<item label="User Login Settings">
<action name="Execute">
<execute>
gksudo gdmsetup
</execute>
</action>
</item>
<item label="Synaptic Package Manager">
<action name="Execute">
<execute>
gksudo synaptic
</execute>
</action>
</item>
</menu>
<!--<menu id="help" label="Help" execute="cb-help-pipemenu" />-->
<separator/>
<item label="Lock Screen">
<action name="Execute">
<execute>
cb-lock
</execute>
</action>
</item>
<item label="Exit">
<action name="Execute">
<execute>
cb-exit
</execute>
</action>
</item>
</menu>
</openbox_menu>Thanks for the reply!
I went and looked at that video I saw again. http://www.youtube.com/watch?v=Lu1EzEuosZo
I am pretty sure that he is using the same version that I am.
I tried your first command. When I type it in nothing is returned. It simply takes me to a new input line. I am not sure if this means that it has returned a 0 (meaning they are the same) or that one or both of the files doesn't exist. The latter seems more likely to me because I tried to navigate to those directories and I couldn't do so in terminator or in the file browser. What seems weird to me with this is that as I was typing in the commands, tab completion worked. Will tab completion work when the files or directories are not there?
I also successfully installed pastebinit, however, upon execution I get the following response:
"THIS API HAS BEEN DISABLED. Please use pastebin's new api. http://...."
I'm not sure how to proceed from that.
Here is some more info on what my menu looks like:
When I right click on the desktop, on the menu that comes up there is "system". This is what is in the System menu: Printers, GParted, User login settings, Synaptic package manager.
I did run all of the scripts after installation.
I also went ahead and install #! on a virtual machine in my windows partition. I used the same .iso image as I did on my previous installation. I ran all of the welcome scripts there as well and the same problem persists.
I am aware that #! will be harder for me to learn but that is ok with me. I chose #! (alongside CentOS on another machine) to learn with because it is light and I want to get my hands dirty with it.
I am brand new to Linux as well as #!, so if this is trivial or obvious I beg your forgiveness.
I just installed crunchbang 10 on my laptop. Windows is on the first partition and #! occupies three partitions after that. After spending some time using the system it has become apparent to me that the main menu (the menu that comes up when you right click on the desktop) doesn't have all of the options that it should have in it. I have confirmed this by looked at some videos online of people using crunchbang. It looks like most of the missing menu entries have to do with administrative/system control things. I can launch the basic applications that come with the installation and change the wall paper but that is about it.
Thanks very much in advance for helpin me out.
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.