
Antico
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
*********************
ANTICO DEVELOPMENT IS ENDED (I SWITCHED TO MAC OS X).
I'M AVAILABLE TO PROVIDE ANY CLARIFICATION TO ALL INTERESTED DEVELOPERS TO CONTINUE THE PROJECT.
*********************
Antico is a Qt4/X11 Desktop/Window Manager (i.e. KDE+KWin).
The goal is to create a Desktop/Window manager simple and fast. All parameters must be configured from few files, avoiding unnecessary complications, following the K.I.S.S. philosophy.
The whole project is based only on Qt4 libraries, without any other external dependencies (e.g. kdelibs ...).
**********
FEATURES
**********
The whole application is based on "antico.cfg" file.
Frame border dimension, color, pixmap, desk wallpaper are managed from "Manager" panel.
The style is selected from "Manager" and save in a xxx.stl file: if you want to share your personal style, save the directory and send it.
General style (Oxygen, Plastique ..), fonts family and size, window background etc. can be selected from "qtconfig".
See "git commits" on repository ...
***********
REPOSITORY
***********
http://github.com/antico/antico/tree/master
***********
DOWNLOAD
***********
- on first installation: "git clone git://github.com/antico/antico.git"
- to update your local repository: "git pull"
*************
INSTALLATION
*************
To compile, enter in "Antico" dir (where is the antico.pro) and type on shell:
"qmake" (this create the Makefile)
"make"
---------------------------------------------------
To install, type on shell (as root):
"sh install"
---------------------------------------------------
To run the window manager:
- from KDM/GMD, select "Antico" from WM list
- from shell, type "xinit /path/to/antico/bin" (first "pkill" kdm/gdm and X)
---------------------------------------------------
To uninstall, type on shell (as root):
"sh uninstall"
---------------------------------------------------
To init the WM, just delete the "antico.cfg".
************
DEVELOPMENT
************
To test the window manager, type on shell:
DISPLAY=:0
Xephyr :1 -ac -screen 1024x768 & DISPLAY=:1; $HOME/antico/antico
(where 1024x768 is your preferred screen size and $HOME if you have download Antico in user home)
---------------------------------------------------
To hide debug messages, uncomment in antico.pro
//DEFINES = QT_NO_DEBUG_OUTPUT
---------------------------------------------------
***********
STYLE
***********
Use "qtconfig" to select your preferred style (Oxygen, Plastique), fonts, effects, etc.
10 years ago
25/01/09: version 0.1
29/05/09: version 0.2
10 years ago
25/01/09: version 0.1
29/05/09: version 0.2
xpear
8 years ago
Report
greycash
10 years ago
Regards.
Report
xpear
10 years ago
http://qt-apps.org/content/show.php?content=128172
Report
xpear
10 years ago
http://qt-apps.org/content/show.php?content=128172
Report
xpear
10 years ago
http://qt-apps.org/content/show.php?content=128172
Report
gustavosbarreto
10 years ago
Take a look: http://github.com/gustavosbarreto/antico
Any help is welcome :)
Report
jackiebrown
10 years ago
Report
WantedToAsk
11 years ago
When I launch an application (i.e. Qt Designer) windows are placed pretty messy (that is to say they are always centered). I actually need the WM to allow programs to set its windows positions. However I can't do it in this WM. If I launch 'xterm -geometry 100x30+100+200' it resized properly, however, it's still centered. Is there a workaround? Or it supposed to be like it is, seems pretty inconvinient.
Report
willer
11 years ago
i compiled it to my nokia n810 and it works fine.
if you want to see the result:
http://www.willerdavis.com/?p=59
thank you for this great project.
Report
deer
11 years ago
If you are interested I have two screencast:
the previous version with Xephyr running on Debian-Lenny Gnome.
http://www.youtube.com/watch?v=JTDAvc7iZRI
the current version on Debian-Sid kde.
http://video.linuxfoundation.org/video/1463
ps:un caro saluto in madrelingua
ciao
Report
Shirakawasuna
11 years ago
Report
JazzVoid
11 years ago
This needs to be fixed
Report
peppino
11 years ago
Report
JazzVoid
11 years ago
Report
Shirakawasuna
11 years ago
Report
franzf
11 years ago
The ChangeLog is for showing the changes since the last release. You update your qt-apps-entry everytime you do a svn commit - that's spam! And just for showing the _commit-log_? If people were interested in that, they could just do "svn log" to see the changes.
I kept calm some time now, but seeing Antico every day on the first page (mostly the first entry...), I really need to say this.
There are other Apps, that get developed using svn/git/... and they don't push their app on the first page by publishing their commit log.
Things like
* add Filedialog Icon/List view.
* Deskfolder/file/app selection with rubberband for deletion.
* etc.
are nice to have, but no reason for an instant update after commit...
So please stop pushing Antico every day with this detailed commitlog
If you really want to post the cvhanges here, you can (AFAIK) uncheck an option like "mark entry as updated".
So thx for antico and your efforts,
Franz
Report
disels
11 years ago
git://github.com/disels/axkb.git
git clone git://github.com/disels/axkb.git
Page project absent in this moment, all the requests and send the error to disels [at] gmail.com
Report
disels
11 years ago
Please update repo and rebuild application.
Report
disels
11 years ago
+ Keyboard layer switch
+ Curent layer indicator
+ Keyboard layer config lake KDE KXKB
The archive contains
+ src directory with the files keyswitch;
+ Keyswitch.patch himself patch;
+ set flags for display;
+ ui file to generate the window settings.
At the moment works Layout tab setup of keyboard languages and XKB options setup keystrokes
Switching options, if necessary, will be made in the future
Berate :)
http://rapidshare.com/files/206841522/keyswitch-0.0.4.tar.gz
Report
Shirakawasuna
11 years ago
Report
peppino
11 years ago
Report
disels
12 years ago
Why I have not yet found
Report
disels
12 years ago
http://rapidshare.com/files/198539498/Keyswitch-0.0.1.tar.gz
In the future, will natraevaemy switch keyboard
Report
disels
12 years ago
+ аdded support the icons with the flag (only png. The catalog with the subject required in the form of icons such as XX.png en.png, it.png, ru.png etc. Also you must have a file group_names)
* altered function of drawing content
Report
StMPA3b
12 years ago
Report