anyone know the proper way of doing this so it doesn't involve a lot
of killing after every login?
-Skip
On Friday 19 of August 2011 09:22:05 Skip Tavakkolian wrote:
> anyone know the proper way of doing this so it doesn't involve a lot
> of killing after every login?
not sure about Ubuntu, but in Slackware there's /etc/X11/xinit/xinitrc script
which gets executed after login and is responsible for
You could always have a look at:
http://dl.suckless.org/9buntu/
2011/8/19 dexen deVries :
> On Friday 19 of August 2011 09:22:05 Skip Tavakkolian wrote:
>> anyone know the proper way of doing this so it doesn't involve a lot
>> of killing after every login?
>
>
> not sure about Ubuntu, but in Sla
%-W-NORML Normal Successful Completion
--
cinap :)
Now the Golang is almost mature . Are the designers of plan9
interested in rewriting plan 9 in the Go language ? personality I'm
very expecting they do it. the reasons are : first the language change
from C to Go is the last step of the whole Unix to Plan9. second it
will provide a good place to
If you are interested, there is one attempt to do parts of it:
goblin (userland utilities)
git://github.com/jdparent/goblin.git
oh shell (rc re-implemented in go)
https://github.com/michaelmacinnis/oh
gish (which utility written in go)
https://bitbucket.org/jpoirier/gich
... and probably lots o
You could put this in your $HOME/.xinitrc file (plumber and factotum
are optional)
"""
plumber
factotum
exec rio
"""
It should run when you use 'startx'
When I last used Ubuntu however .xinitrc seemed to be omitted from
GDM. A quick google brings this up http://subforge.org/blogs/show/13
It should be possible to omit GDM. Ubuntu used /etc/rc#.d/ now it's
replaced by Upstart.
In Arch it's as simple as
--- /etc/inittab.origin 2011-08-19 14:45:12.0 +0300
+++ /etc/inittab2011-08-11 13:24:41.0 +0300
@@ -40,9 +40,10 @@
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
On 08/19/2011 12:54 PM, Skip Tavakkolian wrote:
anyone know the proper way of doing this so it doesn't involve a lot
of killing after every login?
Try examples available at http://werc.homelinux.net/hacks/plan9us/, and
customize the same per your needs.
Hope that helps,
--
Balwinder S "bdhee
On 08/19/2011 10:22 AM, Skip Tavakkolian wrote:
anyone know the proper way of doing this so it doesn't involve a lot
of killing after every login?
-Skip
not sure if this would work for you in ubuntu, but it works for me in
debian squeeze using gnome2.
1. go to /usr/share/xsessions/;
2. i
10 matches
Mail list logo