Hi, everybody,

I wrote a small C tool for patching .desktop files to make apps be launched
via fsoraw (to prevent automatic screen dimming and suspending).

It can be used in various distribution enhancing scripts or just to make
freshly installed app fsoraw-enabled.

Typical usage - allocating Display resource for Mokomaze:

  r...@om-gta02:~# appraw -d mokomaze
  
  * Analyzing input file:
  /usr/share/applications/mokomaze.desktop
  * 'Exec' field found:
  Exec=mokomaze
  * Patched 'Exec' field:
  Exec=fsoraw -r Display -- mokomaze
  * File modified successfully.

Changes can be easyly reverted by 'appraw -r mokomaze'. See 'appraw --help'
for details.
Source code is maintained on github [1]. Check Downloads section [2] for
installation package.

[1] http://github.com/Sektor/appraw/
[2] http://github.com/Sektor/appraw/downloads

Regards,
Anton
-- 
View this message in context: 
http://n2.nabble.com/appraw-desktop-file-patcher-for-fsoraw-tp3481050p3481050.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to