<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blueman-open, branch master</title>
<subtitle>File Open Utility for Blueman (obsolete?)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/'/>
<entry>
<title>More major upheaval in the code...</title>
<updated>2010-04-23T19:42:27+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2010-04-23T19:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=345d50c20b44e6b086d529decea0d1ca4ca7090e'/>
<id>345d50c20b44e6b086d529decea0d1ca4ca7090e</id>
<content type='text'>
  * no more gvfs usage - that was a disaster
  * better handling of the notifications
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * no more gvfs usage - that was a disaster
  * better handling of the notifications
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed from blueman_open to blueman-open</title>
<updated>2010-04-23T19:35:57+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2010-04-23T19:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=75dc9a4dea3b08f375eebdcbc63fc44dffa492c1'/>
<id>75dc9a4dea3b08f375eebdcbc63fc44dffa492c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use notify-send as fallback instead of gtkdialog</title>
<updated>2010-03-01T04:36:27+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2010-03-01T04:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=c6cac647c6fce88e0a7edf5530d9b36cca1ef39e'/>
<id>c6cac647c6fce88e0a7edf5530d9b36cca1ef39e</id>
<content type='text'>
  We'll be getting all of the requirements for this in -current
    real soon now, so unless I snuffed something up, this should
    be really close to what we need.  :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  We'll be getting all of the requirements for this in -current
    real soon now, so unless I snuffed something up, this should
    be really close to what we need.  :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Change hardcoded /root to $HOME</title>
<updated>2009-12-29T20:31:08+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2009-12-29T20:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=73d52f9755051b8a74adac0875155b69fa15fcaf'/>
<id>73d52f9755051b8a74adac0875155b69fa15fcaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Scraped the old mount method for gvfs-mount.</title>
<updated>2009-12-29T13:09:21+00:00</updated>
<author>
<name>drgr33n</name>
<email>root@drgr33n.example.net</email>
</author>
<published>2009-12-29T13:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=f00f63f4016ab41af754f4262a15155a5acb0967'/>
<id>f00f63f4016ab41af754f4262a15155a5acb0967</id>
<content type='text'>
Cleaned up indentation method to match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up indentation method to match.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added killscript() to fix broken pipe bug when script killed manually.</title>
<updated>2009-12-17T03:57:56+00:00</updated>
<author>
<name>drgr33n</name>
<email>root@drgr33n.example.net</email>
</author>
<published>2009-12-17T03:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=7881cb4e1b00d5b538c9999ceb1b6790b6e06963'/>
<id>7881cb4e1b00d5b538c9999ceb1b6790b6e06963</id>
<content type='text'>
  When the script was killed by ctrl+c the progress function caused
  broken pipe to occur.

Added creation of cleanup scripts to unmount devices and clean
folders.

  Blueman does not unmount devices when using this bash script.
  So now blueman_open creates cleanup scripts in /etc/rc.d/rc0.d
  &amp; */rc6.d. These scripts also clean themselves upon running.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  When the script was killed by ctrl+c the progress function caused
  broken pipe to occur.

Added creation of cleanup scripts to unmount devices and clean
folders.

  Blueman does not unmount devices when using this bash script.
  So now blueman_open creates cleanup scripts in /etc/rc.d/rc0.d
  &amp; */rc6.d. These scripts also clean themselves upon running.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to the directory creation</title>
<updated>2009-12-15T14:29:42+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2009-12-15T14:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=0838610086699a16933a6027952830cff0efef33'/>
<id>0838610086699a16933a6027952830cff0efef33</id>
<content type='text'>
  Default to /mnt as $basedir
  Set dir=$basedir/$device_name
  No need to $(mkdir $basedir/$device_name) early - the directory
    will be created later in a function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Default to /mnt as $basedir
  Set dir=$basedir/$device_name
  No need to $(mkdir $basedir/$device_name) early - the directory
    will be created later in a function
</pre>
</div>
</content>
</entry>
<entry>
<title>Added gtk progress bar, changed references to phone into device, Cleaned up my bad spelling and the device now mounts to /mnt.</title>
<updated>2009-12-15T10:11:50+00:00</updated>
<author>
<name>drgr33n</name>
<email>root@drgr33n.example.net</email>
</author>
<published>2009-12-15T10:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=acc62cd1d26916096f4cc42fc65b80e8f75d0ba4'/>
<id>acc62cd1d26916096f4cc42fc65b80e8f75d0ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding style; add DEBUG; more abstraction of dialogs</title>
<updated>2009-12-15T01:29:08+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2009-12-15T01:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=2624f9f5c4eb101a73a2edc18aef3947e746fed3'/>
<id>2624f9f5c4eb101a73a2edc18aef3947e746fed3</id>
<content type='text'>
  Hopefully this is not shell-agnostic (no bash required).
  Only a non-null DEBUG value will spam syslog now.
  Possibly worthless abstraction of dialog messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Hopefully this is not shell-agnostic (no bash required).
  Only a non-null DEBUG value will spam syslog now.
  Possibly worthless abstraction of dialog messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for gtkdialog (by Zarren)</title>
<updated>2009-12-15T01:27:35+00:00</updated>
<author>
<name>Robby Workman</name>
<email>rworkman@slackware.com</email>
</author>
<published>2009-12-15T01:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/blueman-open/commit/?id=cd5c04d8c35af4f8459255eb250327e7a99010a3'/>
<id>cd5c04d8c35af4f8459255eb250327e7a99010a3</id>
<content type='text'>
  This adds support for gtkdialog in addition to kdialog.
  It's probably not perfect yet, but it's a start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This adds support for gtkdialog in addition to kdialog.
  It's probably not perfect yet, but it's a start.
</pre>
</div>
</content>
</entry>
</feed>
