<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbox-snap/data/xsession, branch master</title>
<subtitle>custom openbox fork with 'aero-snap' feature and bugfixes
</subtitle>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/'/>
<entry>
<title>Make .desktop files obey specs where possible (Fix bug 5737)</title>
<updated>2012-10-07T01:56:56+00:00</updated>
<author>
<name>Julian Ospald</name>
<email>julian.ospald@googlemail.com</email>
</author>
<published>2012-10-01T02:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=9154bddf35a7abe98df011856c86b052e4ae50d8'/>
<id>9154bddf35a7abe98df011856c86b052e4ae50d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for gnome-session 3.</title>
<updated>2011-10-16T22:51:51+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2011-10-15T19:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=3991e148e2acbc3da3b9c31e2459b20a4e598a03'/>
<id>3991e148e2acbc3da3b9c31e2459b20a4e598a03</id>
<content type='text'>
We run by default with a panel (default gnome-panel) and then run Openbox
without any panel if one cannot be found.

- Adds a fallback session for if a panel (default gnome-panel) not found.
- Removes notifications as a requirement.  Seems to be a legacy thing judging
  from the ubuntu .session files.  Notifications are being provided by
  notify-osd on modern systems, and you can't check for its presence in
  gnome-session (gnome-classic.session always fails because it looks for it, so
  ubuntu falls back to gnome-fallback.session).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We run by default with a panel (default gnome-panel) and then run Openbox
without any panel if one cannot be found.

- Adds a fallback session for if a panel (default gnome-panel) not found.
- Removes notifications as a requirement.  Seems to be a legacy thing judging
  from the ubuntu .session files.  Notifications are being provided by
  notify-osd on modern systems, and you can't check for its presence in
  gnome-session (gnome-classic.session always fails because it looks for it, so
  ubuntu falls back to gnome-fallback.session).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make openbox-gnome-session compatible with gnome3 with gnome-session 3.0+ support.</title>
<updated>2011-10-07T13:38:25+00:00</updated>
<author>
<name>Geoffrey Antos</name>
<email>dynamotwain@aim.com</email>
</author>
<published>2011-10-07T13:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=3f870080de978e905f764b6cbc8e662a419d8983'/>
<id>3f870080de978e905f764b6cbc8e662a419d8983</id>
<content type='text'>
Yay they did something nice and made it easier for other window managers to be used.  How unexpected and pleasant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yay they did something nice and made it easier for other window managers to be used.  How unexpected and pleasant.
</pre>
</div>
</content>
</entry>
<entry>
<title>bug #5253 kde4 is out now, use kde4 menus by default.</title>
<updated>2011-10-05T17:42:50+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2011-09-29T16:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=a23954ec17c17259f75e0f4e647975bbf4ede058'/>
<id>a23954ec17c17259f75e0f4e647975bbf4ede058</id>
<content type='text'>
Startup scripts should export "XDG_MENU_PREFIX=kde-4-" but they export
"XDG_MENU_PREFIX=kde-".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Startup scripts should export "XDG_MENU_PREFIX=kde-4-" but they export
"XDG_MENU_PREFIX=kde-".
</pre>
</div>
</content>
</entry>
<entry>
<title>revamp the autostart functionality, so autostart apps launch after openbox.</title>
<updated>2010-02-17T21:11:36+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-02-17T21:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=bcc31faf7ecd8b0ad3b66a75fc72145e93e6c35a'/>
<id>bcc31faf7ecd8b0ad3b66a75fc72145e93e6c35a</id>
<content type='text'>
add /usr/libexec/openbox-autostart which runs the global/user scripts and
  launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart
  stuff)

make openbox-session call openbox with --startup option, to make openbox launch
  /usr/libexec/openbox-autostart *after* it is initialized.

add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let
  user change environment variables (locale) for their Openbox session, which
  openbox-session loads before running openbox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add /usr/libexec/openbox-autostart which runs the global/user scripts and
  launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart
  stuff)

make openbox-session call openbox with --startup option, to make openbox launch
  /usr/libexec/openbox-autostart *after* it is initialized.

add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let
  user change environment variables (locale) for their Openbox session, which
  openbox-session loads before running openbox.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport' into work</title>
<updated>2010-02-05T18:47:58+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-02-05T18:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=31f0c8c1ad8c9acf369ab8336765f4bf673b8e21'/>
<id>31f0c8c1ad8c9acf369ab8336765f4bf673b8e21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #4492 better, the test in openbox-gnome-session needs to be inverted</title>
<updated>2010-01-24T05:07:56+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-01-24T05:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=14f8b4cb544bf50d059b0feb85585e19b77752c7'/>
<id>14f8b4cb544bf50d059b0feb85585e19b77752c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport' into work</title>
<updated>2010-01-14T21:19:57+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-01-14T21:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=3bd4397b6ec5212bfe53a36892746962dc45dbeb'/>
<id>3bd4397b6ec5212bfe53a36892746962dc45dbeb</id>
<content type='text'>
Conflicts:

	openbox/frame.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	openbox/frame.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes bug #4492 (mis-using the return value of grep -q in openbox-gnome-session script</title>
<updated>2010-01-12T19:29:23+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-01-12T18:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=62e36ad0410ce888e7097e7bce5cbbf67b5b6290'/>
<id>62e36ad0410ce888e7097e7bce5cbbf67b5b6290</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport' into work</title>
<updated>2010-01-08T15:22:30+00:00</updated>
<author>
<name>Dana Jansens</name>
<email>danakj@orodu.net</email>
</author>
<published>2010-01-08T15:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.networkheaven.net/openbox-snap/commit/?id=73575c10ce3ede1637e4f959b56e1f7d5f110b91'/>
<id>73575c10ce3ede1637e4f959b56e1f7d5f110b91</id>
<content type='text'>
Conflicts:

	Makefile.am
	openbox/actions/focus.c
	openbox/config.c
	openbox/event.c
	openbox/menuframe.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	Makefile.am
	openbox/actions/focus.c
	openbox/config.c
	openbox/event.c
	openbox/menuframe.c
</pre>
</div>
</content>
</entry>
</feed>
