Commit Graph

41 Commits

Author SHA1 Message Date
Sanel Zukan 7ebc86ca41 Fixing report string. 2014-06-20 09:27:40 +00:00
Sanel Zukan 30d0261cd3 If .desktop file set Path key, obey to it and change current working directory. 2014-02-25 18:02:39 +00:00
Sanel Zukan e4cf7ba8cf Use more space for key values. 2013-01-07 15:11:54 +00:00
Sanel Zukan b5d2e20cee Fix for #186: ede-launch does not read Terminal key from desktop.
ede-launch now will read Terminal key, and if set to true, will load default selected terminal (or one of known terminals). It will also read now StartupNotify key, and initiate startup-notification protocol if compiled in; by default, it will not use startup notifications.

Resource loading is now made lazy, so first need for ede-launch configuration will load it from file.
2013-01-07 15:07:24 +00:00
Sanel Zukan 4e0bd12967 Use also 'edelib-' matcher for debugger invoke. Also, emit PID to ede-crasher for further inspection. 2012-10-23 10:21:34 +00:00
Sanel Zukan 240c195d87 Removing some incomplete code. 2012-09-24 13:48:16 +00:00
Sanel Zukan c3aa1a61e6 Minix does not have setrlimit(). 2012-09-24 13:20:02 +00:00
Sanel Zukan c26b526dcd Importing svn2cl as it is used from script that makes release archives.
Making code DBus optional; all DBus related code is wrapped inside EDELIB_HAVE_DBUS.
2012-09-18 17:49:48 +00:00
Sanel Zukan 6ef8fead33 Handle case when 'ede-launch ede-launch ...' was given. 2012-04-09 19:02:01 +00:00
Sanel Zukan 89589e95b1 Do not load itself if given as parameter 2012-04-09 11:54:16 +00:00
Sanel Zukan 2e4fc39aa2 Explicitly include limits.h for PATH_MAX 2011-10-29 15:49:31 +00:00
Sanel Zukan 302350b22b Added example to help line 2011-10-28 12:01:35 +00:00
Sanel Zukan 825836fe3d Support for running programs based on guessed pattern 2011-10-28 12:00:04 +00:00
Sanel Zukan 8f84854d4c Fixed example so claws could work 2011-10-26 09:04:04 +00:00
Sanel Zukan 6d9b97b22c mailto example in help 2011-10-25 14:44:03 +00:00
Sanel Zukan 05af3ba7f0 Let --launch [type] load program without parameters 2011-10-25 14:30:29 +00:00
Sanel Zukan c0f1ca1c44 Improved launch tool with preferred applications support. 2011-10-25 13:48:56 +00:00
Sanel Zukan a34cd82898 Replacing external program ede-launch-sn with StartupNotify code 2011-10-24 12:21:05 +00:00
Sanel Zukan d0750641ab Support for launching .desktop files 2011-10-24 09:02:36 +00:00
Sanel Zukan eed5749909 Importing pekwm as alternative wm. Adopting it to ede build system including autoconf checks.
Also center ede-launch window.
2011-10-23 00:10:40 +00:00
Sanel Zukan 73d51110cc Better terminal handling 2011-10-21 20:26:19 +00:00
Sanel Zukan 39b5181ad5 Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
Sanel Zukan f17c97d4a8 Do not state things that are not implemented 2010-03-07 14:03:30 +00:00
Sanel Zukan 1031cdb68e Ignore if TERM == dumb on ede-launch.
Check smallest allowed sizes for font and maxwidth in ede-desktop icons.
2009-11-27 22:26:25 +00:00
Sanel Zukan 037196c9be Reduced warnings on gcc 4.4.1.
Let panel applet use GLOBALFLAGS.
Check for XKBrules from XKB extension and conditionally compile code using it.
2009-11-20 17:08:29 +00:00
Sanel Zukan bafdb44a10 Let ede-launch use xterm if TERM was inherited from login console.
Dumping usage of FL_SHOW event in ede-panel; everything is now handled in Panel::show().
Call Panel::hide() even if ede-panel was ended/killed with outside signal; with this configuration file will be stored.
Remember panel position (top/bottom).
2009-11-18 12:24:58 +00:00
Sanel Zukan c3912222cd Fix some warnings on *BSD's 2009-10-07 09:25:21 +00:00
Sanel Zukan ddb8ae12b0 Free some allocations 2009-10-03 12:28:41 +00:00
Sanel Zukan 7398386ad5 Allow ede-launch arguments to be quoted or unquoted 2009-10-03 09:06:05 +00:00
Sanel Zukan e9e0e3e154 Some indenting.
Use EdeProgram rule for ede-launch-sn so it can be compiled whenre edelib is shared library.
2009-09-04 16:46:20 +00:00
Sanel Zukan be2cb085b9 A small documentation update for evoke.
Do not compile running code for ede-launch-sn in ede-launch when startup-notification was not found.
Allow report button only for ede applications.
2009-07-07 11:57:45 +00:00
Sanel Zukan e8c8485097 Very tiny documentation revision.
Fixed code so it can be compiled on SunStudio without errors.
2009-03-30 15:17:00 +00:00
Sanel Zukan fb4d12d2ad Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive 2009-03-06 12:43:03 +00:00
Sanel Zukan 69ecd10d80 Actually commit ede-launch-sn.cpp 2009-03-06 12:13:06 +00:00
Sanel Zukan 51b488fb14 Added EdeProgramBare rule, that will link with FLTK libs, without images
libstartup-notification checks in configure.in
ede-launch now uses startup notification protocol via ede-launch-sn helper
Added removal of /tmp/.evoke.lock at the startup, in case evoke crashed during sesssion
2009-03-06 12:12:27 +00:00
Sanel Zukan 84589d3ad7 Let failed start be reported even when program was started from console 2009-03-05 18:21:37 +00:00
Sanel Zukan 579d834856 Some output when some functions fails
Correctly propagate returned value from spawned process
Check returned values and display appropriate dialog
2009-02-27 14:37:09 +00:00
Sanel Zukan e0e54f2ece Support for launching with terminal
Added missing title in fl file
2009-02-25 14:42:40 +00:00
Sanel Zukan c9534bcbae Let it be translated 2009-02-25 14:11:49 +00:00
Sanel Zukan 3b735c7778 Dialog support 2009-02-25 14:03:00 +00:00
Sanel Zukan 971172ac14 Imported ede-launch, a replacement for elauncher.
A bunch of things is still missing, but we have to start from something
2009-02-25 13:15:16 +00:00