Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artenax authored Mar 26, 2023
1 parent 00c05bb commit 17b4ecf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# About
It is a universal GUI, allowing you to open an input file, pass it to any console application with the parameters set inside and specify the output file.
It can be used as audio converter, for example. Or any other.
This application was written by Roland57 from [MLO forum](https://www.mageialinux-online.org/forum/topic-30422+universal-gui-input-output.php).
There you can read the discussion in French.
This application was written by Roland57 from [MLO forum](https://www.mageialinux-online.org/forum/topic-30422+universal-gui-input-output.php). There you can read the discussion in French.
[Roland's project](https://github.com/rchastain/ui) may have new changes

# Editing the source code and building it
Install the Lazarus IDE on Linux (Windows is not supported yet)
Expand All @@ -20,9 +20,12 @@ You can show logs in View-Messages
Build your project: Run-Compile (Ctrl+F9)
Compiled binary file demo will be in project folder (depends on GTK2)

# Restrictions
Do not use quotation marks (double and single) in filenames and paths
Fixed version here:
[Fork](https://github.com/rchastain/ui)
If after opening a project in Lazarus you don't see the source code (this might be the case if you chose "File - Close All" before), select:
Project - Modules (Ctrl+F12) - main.pas
Project - Forms (Shift+F12) - Form1
You can move Form1, click Save All, compile, and your application will run in that position.

# Restrictions
Do not use double quotation marks in filenames and paths

![ui](https://user-images.githubusercontent.com/107228652/218859651-2688038b-47e0-48f6-ade2-5d81ec91d092.png)

0 comments on commit 17b4ecf

Please sign in to comment.