When my .xinitrc contains exec /usr/bin/openbox-session My displays will turn off like there is no video output. I cannot switch to a TTY (or at least there is still no video when I try). I can however ssh into the machine. Alt+SysRq+K does not seem to kill the X session, but Alt+SysRq+B will reboot the machine.When my .xinitrc contains exec /usr/bin/openbox and I manually run sh .config/openbox/autostart.sh everything seems to go smoothly. I really don't understand the discrepancy.
Im currently fitting Openbox to my needs.I want to autostart my email-app (Icedove) on the second desktop, if possible with a given size and position.I googled that already and searched th forum, but did not find anything related to it
I want to put some info on my all black background, for instance i do a lot of vpn connections, so it would be cool that i do startx and a xterm console was on the background (without the window ofcourse) with the tail -f /var/log/messages or my dropbox status and so on Like tilling....but on background...i hate wallpapers
[Code]....
now a problem to do the command line above and put it for instance in autostart.sh from openbox i need to do it as sudo and give the password......damn..it will not work
absolutely positive, but I think the following is a bug in/etc/xdg/openbox/autostart.sh
24# Make GTK apps look and behave how they were set up in the gnome config tools 25if test -x /usr/lib/gnome-settings-daemon >/dev/null; then 26 /usr/lib/gnome-settings-daemon &
I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly. I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.
Here is my autostart.sh file: Code: # Autostart file for openbox nitrogen --restore & sleep 2s && tint -c /home/john/.config/tint/.tintrc) & (sleep 2s && trayer --expand true --transparent true --alpha 255 --edge bottom --align right --expand true --SetDockType true --widthtype request --margin 130) & I do have proper content in the .tintrc file located in /home/john/.config/tint/tintrc. Am I doing something wrong here?
I just compiled volwheel and added "volwheel &" to my autostart.sh file in openbox and it would not start. I then ran it from my terminal and recieved this error message:
Can't locate Alsa.pm in @INC (@INC contains: /usr/local/lib/volwheel /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/bin/volwheel line 24. BEGIN failed--compilation aborted at /usr/local/bin/volwheel line 24.
Running Debian Squeeze and OpenBox. I added the command: "gdm-control --suspend" to my OBmenu but nothing happens. When I run the command from the terminal, also, nothing happens. Yes, I did actually Google. Anyway, proper suspend command from the OpenBox menu?
ibus works in a freshly installed wheezy with gnome, but it doesn't work in another system where I use openbox without desktop environment. The ibus-daemon is running and the icon is shown in the panel but the key sequence Ctrl+Space has no effect.
I may have posted this in the wrong section before. I had it in General Questions and wasn't getting any feedback there, so I'll try here. Okay, onto the problem...I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly.I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.
Here is my autostart.sh file: # Autostart file for openbox nitrogen --restore &
I'm using Openbox, and I'm working on some scripts to automatically change several things at once (wallpaper, theme, idesk icons, wbar, etc), and I've started with a simple script for changing the wallpaper. I have three different scripts, each one connected to a different wallpaper. The scripts are in my /usr/bin file, so I just have to type the script name and it goes. Trouble is, I've tried assigning it to a keybinding in Openbox's rc.xml, and I can't seem to get them to work.
It's supposed to make it so I type ctrl+F10 to switch to a steampunk wallpaper I have. I can do the script from the command prompt, but I can't get the keybinding to work. Anybody know why? Will Openbox not allow for scripts to be in the rc.xml file?
I'm a black screen guy, so i dont give to much to appearance, i always do a minimal debian install and build from this with openbox...but this time i get to test xfce and damn indeed has good looking, i just went to xfce4-settings-manager put as full and rgb and voila...good looking. Patched libcairo and better still.Back to Openbox i cant achieve the same result..no matter what i do, tried fonts.conf but in xfce just looks better....Any tut to appearance in Openbox.....what fonts do you install.
I installed openbox and obmenu with everything seeming to run smooth , but I managed to mess something up. When right clicking my screen I get an error stating that I am missing root-menu. I cannot open terminal while inside openbox. So while out I used apt-get purge on both applications , and reinstalled. The problem is still there and cannot right click or super+t for terminal. I've found other problems same as mine , but with being able to access the terminal while in.
I'm currently using the default Gnome desktop environment on my server when I connect via VNC, but I've been trying to Openbox on Crunchbang lately and I rather prefer it for being so light. I'm a relative noob and don't want to cock anything up - what's the simplest way to switch to the Openbox environment for when I connect via VNC, and once that's working, whats the safest way to remove Gnome?
How can I make a script file a runnable thread auto-start program. the script is: executable permission I add: #! bin/sh -e at the first of the code I add /home/sok/Scripts/check.sh at the end of /etc/rc.local before exit 0 I add /home/sok/Scripts/check.sh in Autostart as program. I restart the system. no effect.
I can't seem to get the options halt and reboot working in my openbox right-click menu. I've tried following the guide here from post #11, where the code he says to use in the /etc/sudoers file is:
%users john=NOPASSWD: /sbin/shutdown -h now, /sbin/shutdown -r now
...but I can't seem to get it to work on my end. In obmenu, I have for halt, to run "sudo halt" and for reboot, "sudo reboot" but they only work after I've already entered my sudo password, such as when I work with terminal to edit a config file.
After doing a aptitude full-upgrade I no longer have the Debian menu showing in the Openbox menu. According to Obmenu, Debian is listed; it's just not showing when I right click. The upgrade brought a new version of Openbox so I assume that has something to do with it.
I installed ntop and it works but I cant make it autostart with my server. I started ntop with its parameters and it works as a daemon but if I restart the server ntop wont load even if an ntop file is in /etc/init.d. I executed rcconf and it wont list ntop. How can I make it autostart in daemon with my parameters? (like ntop -d -w12345)
I installed debian with minimal packages (without an any X components). Later I installed xserver-xorg-video-intel , xserver-xorg-input-mouse, xserver-xorg-input-kbd ... and other X components through apt-get. Created a Xorg.conf file.
On execution of X, I see black screen without cursor. What are the other minimal packages that I need to install in order to run any window-manager like openbox.. ?
I am running Xandros on an asus netbook. I've been trying out the fluxbox window manager. I'm having trouble getting akregator to start after login. I've been able to edit my ~/.fluxbox/apps file and can get other programs to start up just fine. here is my apps file: I added konqueror and kcalc after akregator just to see if they worked.
Is it possible to run Openbox/Gnome in 10.10? My goal is to change virtual desktops with the mouse scroll wheel. I've installed Openbox, but Openbox/Gnome will not work.
i have recently installed arch linux with just openbox and tint2. i have heard that openbox is a light desktop enviroment but at boot it uses about 300 mb of ram and it seems alot to me.i am also trying to get alt+F2 hotkeys to open gmrun so i added this to the openbox config file:
<!-- Keybindings for running applications --> <keybind key="C-F2"> <action name="Execute">
Code: $ mplayer *.avi MPlayer SVN-r31061-4.4.3 (C) 2000-2010 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control.
Playing *.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 VIDEO: [XVID] 480x360 24bpp 25.000 fps 1004.6 kbps (122.6 kbyte/s) Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory .....
MPlayer interrupted by signal 2 in module: sleep_timer A: 53.9 V: 53.9 A-V: -0.000 ct: 0.183 1349/1349 6% 0% 3.0% 0 0 Exiting... (Quit) But still no sound. On KDE 4 everything fine.
I set openbox wallpaper with: Code: feh --bg-scale ~/Pictures/image.jpg & In ~/.config/openbox/autostart.sh last line. But some kind of KDE stuff overrides it and sets default again after few seconds. I can override it again with manual command. How can I set wallpaper then in openbox in proper way?