OpenSUSE :: Possible Bug In OpenBox Autostart.sh Script?

Sep 7, 2011

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 &

[code]...

View 1 Replies


ADVERTISEMENT

Debian Multimedia :: Autostart.sh In Openbox?

May 23, 2011

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.

#!/bin/sh
sleep 3s;
xsetroot -solid "#303030"

[code]....

View 2 Replies View Related

Debian Multimedia :: Openbox Autostart On Second Desktop?

Sep 15, 2010

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

View 3 Replies View Related

General :: Openbox - Autostart.sh File Is Not Restoring Things

Jun 13, 2010

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?

View 4 Replies View Related

Debian :: Background - Xterm Or Conky - Put Instance In Autostart.sh From Openbox

Feb 4, 2011

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

View 8 Replies View Related

Ubuntu :: Openbox Allows Login To An Openbox Session, But GNOME/openbox Just Redirects To The Login Screen?

Jul 17, 2010

I have installed openbox on ubuntu 9.10 by this

Code:
https://help.ubuntu.com/community/Openbox
Code:

[code]....

View 1 Replies View Related

Debian :: Compiled Volwheel And Added "volwheel &" To Autostart.sh File In Openbox And It Would Not Start?

Jul 26, 2011

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.

View 2 Replies View Related

OpenSUSE :: Get Back To KDE After Switching To Openbox?

Feb 18, 2010

I like to explore, but it seems this time I have gone too far. I tried using vi to edit /etc/sysconfig.d/windowmanager but no changes seems to do anything.

View 7 Replies View Related

OpenSUSE :: Can Kinternet Autostart In Gnome And 11.2

Mar 25, 2010

Autostart kinternet with Gnome?

I recently switched desktops. Kinternet connects fine with Gnome, but it doesn't start up with Gnome. I tried putting kinternet into the Gnome startup, but kinternet errors when it starts.

View 5 Replies View Related

OpenSUSE :: How To Autostart Kinternet In 11.2/kde4

Apr 5, 2010

I got autostart working on 11.2/gnome, but I've switch to kde4.3.1. Duncan on the kde list suggested to manually save a session, but in the session manager there's not a clue how to manually save a session. In gnome I wrote a shell script to start kinternet, but the script has to start after smpppd. That script starts too soon in kde4.The reasoon kinternet doesn't start with the "restart on login" box, is a kde3 app. I have already tried kinternet --kicker, but apparetly kicker starts before smpppd. The script I wrote starts kinternet but with this error:

Error - KInternet Connection to local and remote server refused. Maybe smpppd is not running or you are not member of the group "dialout". Also check the server settings in the dialog "Various Settings". OK

The error to the calling shell looks like this:

Starting kinternet --kicker
DCOPClient::attachInternal. Attach failed Could not open network socket
DCOPClient::attachInternal. Attach failed Could not open network socket
DCOPClient::attachInternal. Attach failed Could not open network socket
buildsycoca running...

View 9 Replies View Related

OpenSUSE :: Virtualbox Autostart Script ?

Aug 25, 2010

I'm trying to set up Virtualbox to run as a service so that it auto starts the VM when the PC boots and shuts down the VM when the PC is shut down.

I've found a set of scripts that do this but set up of the scripts was written for Ubuntu so I'm stuck at one of the steps.

The set of scripts can be found HERE

The part of the install that I'm not sure about is the part in bold. I know what it's trying to do (basically start the script last during the boot process and stop the script first during shutdown) but don't know how to do it in oS.

VBoxTool currently consist only of a set of scripts. With this scripts, virtual machines of VirtualBox in a Linux headless server can be controlled. Start, stop, save, backup and show status of sessions in batch mode from the command line.

Usage and installation is tested only on Ubuntu. Please report if a specific function is not working in another environment, say OpenSUSE, Fedora, etc.

INSTALLATION:

View 3 Replies View Related

OpenSUSE Install :: Autostart In GNOME But Not KDE?

Sep 3, 2011

I'm a KDE fan giving GNOME Shell a try, and I find I like it better with a dock. The one in GNOME Shell extensions is still primitive, so I installed Cairo and set it to start automatically, but then I found it starting in KDE too, where I prefer the Plasma Panel. So I disabled it for autostart and checked "Restore Programs" in the Startup Manager instead, but that didn't do the trick. Now I'm thinking that instead of an autostart entry for Cairo dock, I should have one for a script that says, "IF running GNOME, THEN launch Cairo, ELSE leave well enough alone." Can anyone here tell me how to do that? I've never written a script, but I figure the internet can help me with the basics; the piece I'll need is a way to check whether I'm in GNOME.

View 9 Replies View Related

OpenSUSE Install :: Init 3 & Autostart Of Script?

Jan 25, 2010

I use on my serwer openSuSe11.2 and init 3 /console.I need to put some commands/script

Code:
#!/bin/bash
mv /home/tcp-syn.dmp /home/eftepe/tcp-restart-`date +%d-%B-%Y--%H-%M`.dmp

[code]....

View 1 Replies View Related

OpenSUSE Network :: Knetworkmanager Would Not Autostart Abruptly

Jul 3, 2011

For one of the users on my system, knetworkmanager abruptly ceases to autostart once on a while. This happens once in roughly 10-15 days. When that happens, i have to go into .kde4/share/config/networkmanagementrc and manually toggle Autostart=true (from false). This trick works for another 2 weeks or so, before the value of "Autostart" automagically changes to 'false' and i have change it again.I dont mind doing it manually, but the user in question is my mom, and she does not have the know-how to do it herself when i'm not around.

View 7 Replies View Related

OpenSUSE :: Bluetooth File Transfer Error: The Name Org.openbox.client Was Not Provided By Any .service Files?

Apr 20, 2011

I was trying to copy a few files to my phone via bluetooth when the file transfer window popped up with the progress bar stating "Connecting" and an error: the name org.openbox.client was not provided by any .service files..

I am using: openSUSE 11.3
Gnome 2.32, Kernel 2.6.38,
obex-data-server 0.4.5-12.2,

[code]....

View 3 Replies View Related

OpenSUSE :: Kde4 + Openbox + Tilda - No Transparency For Tilda

May 15, 2010

under openbox session, tilda's transparency works. Under kde, with kwin, tilda it is also transparent, but if I use openbox as windowmanager in kde4, there is no transparency for tilda. Somebody knows why? (by tilda, I mean the quake like, drop down terminal )

View 2 Replies View Related

OpenSUSE Network :: Network Manager Won't Autostart After Upgrade 11.2 To 11.3

Oct 27, 2010

I'm having a problem since my last upgrade from 11.2 to 11.3 (Gnome).

Before the upgrade NetworkManager would run just fine at start up, now I have to explicitly run the command from a console using the root user to start it.

(My problem is the same as this one, only in gnome instead of kde)

View 1 Replies View Related

Ubuntu :: Run Openbox / Gnome In 10.10?

Apr 10, 2011

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.

View 8 Replies View Related

General :: Openbox Using Lot Of Ram + Hotkeys?

Jan 12, 2011

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]...

View 3 Replies View Related

Slackware :: How To Install Openbox

Feb 12, 2011

I installed slackware 13.1, but I have no desktop. I installed openbox, is this possible? how?

View 1 Replies View Related

Fedora :: MPlayer Do Not Work On Openbox

May 8, 2010

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.

View 7 Replies View Related

Fedora :: Openbox - Set Wallpaper In Proper Way

Apr 6, 2011

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?

View 6 Replies View Related

Fedora :: Openbox/LXDE C-A-Up Unbinding?

Apr 8, 2011

I use Eclipse IDE and there is a handy binding that I use when I'm running Eclipse on Windows that doesn't work under Openbox. Ctrl-Alt-Up causes a line to be duplicated. I've tried everything to have this key sequenced passed to Eclipse under Openbox, but it seems Openbox is taking itI've tried commenting out all the C-A-Up settings in rc.xml, but that doesn't seem to work. How to configure Openbox (or whomever) to pass the sequence on to the application?

View 1 Replies View Related

Ubuntu :: Desktop Colour With Openbox?

May 22, 2010

I am using ubuntu + openbox.Openbox does not use any program to managed the desktop,so I only could see a black screen.What file do i have to edit for change the colour?I don't want to use a program (like nitrogen to select a background image etc).

View 5 Replies View Related

Ubuntu :: Through Openbox Auto Login?

Nov 8, 2010

How to setup Lubuntu through openbox auto login?

View 2 Replies View Related

Ubuntu :: Add Startup Programs To Openbox?

Dec 1, 2010

I've got an Ubuntu server installation with openbox installed. I also installed wbar and want to have it load with openbox. Is there a config file for openbox or anything like that?

View 1 Replies View Related

General :: Power Management In Openbox?

Jun 16, 2011

I'm fairly used to working with Fluxbox.There,if I want to let myself suspend the computer, all I have to do is add something like Code:[exec] (suspend) {sudo /usr/sbin/pm-suspend}to my .fluxbox/menu and it works like a charm, after having added me to the sudoers. I nstalled openbox earlier today because I was having some font rendering issues in flux and I've been trying to find a way to add something similar to my menu without success. I added this to .config/openbox/menu.xml:

Code:
<item label="suspend">
<action name="Execute">

[code]....

View 4 Replies View Related

Software :: Get Icons / Themes In Openbox?

Apr 23, 2010

Previous to XFCE4.6, I was using xfce-mcs-manager to provide me with icons and themes. Now that xfce-mcs-manager has been replaced with xfconfd, is there a program/daemon I can run at startup that I can use to gain icons in Thunar, and themes for menus and buttons and stuff inside my windows?

View 1 Replies View Related

Software :: Remove Any Desktop In Openbox?

Apr 21, 2011

Is it possible to easily remove any desktop in Openbox, not jsut the last one (like from the middle-click menu)?

View 3 Replies View Related

Debian :: Squeeze - Good Fonts In Openbox?

Feb 26, 2011

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.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved