GPN5 - smack my bit up
Monday, May 29. 2006, 00:49
Ich paste mal einfach die Ankündigung hier rein:Der Entropia e.V. lädt im fünften Jahr zur GPN Programmiernacht ein. Am Wochenende vom 9. bis 11. 6. 2006 wird sich in den Räumen der HS(ex-FH) Karlsruhe eine hackerfreundliche Mischung aus Vorträgen, Workshops, Projekten, Chillout und Chaos entfalten und den Besuchern Gelegenheit bieten, ihr Wissen zu mehren und zu verbreite(r)n.
Die GPN hat sich inzwischen als süddeutsches Hackerevent etabliert und in den letzten Jahren für viel positives Feedback gesorgt. Auch dieses Jahr wollen wir uns wieder mit den Auswirkungen von Technik auf den Einzelnen und die Gesellschaft beschäftigen. "Hacken" nach der Definition des Entropia e.V. ist der verantwortungsbewusste und kreative, durchaus manchmal verspielte, Umgang mit Technik.
Der Schwerpunkt soll in diesem Jahr wieder verstärkt auf das Programmieren gelegt werden. Andere Themen rund um digitalen Lifestyle sowie Computerphilosophie und -sicherheit werden ebenfalls nicht zu kurz kommen. Auch die Karlsruher Lockpicker/innen vom Sportsfreunde der Sperrtechnik - Deutschland e.V. werden sich auf der GPN in ihrer Kunst üben und einen Einblick in die Welt des gewaltfreien Öffnens von Schlössern bieten.
Ich werde dort voraussichtlich mit einem Workshop über 4k-Intros unter Linux und mit einem Lightningtalk über XGL & AIGLX präsent sein.
File dialogs in linux desktop environments
Sunday, May 7. 2006, 20:53
When I was asked in the past what linux desktop lacks I kept on telling that we need a way to have a more common look and feel among several desktop environments. Opening a gtk/gnome-app shouldn't look weird in kde, same thing with opening a qt/kde-app in gnome. Dialogs for files, printing etc. should look common. You can discuss hours if the button-order should be »Ok«/»Cancel« or »Cancel«/»Ok«, but it's definitely the worst if this changes from app to app.
Today I found this little tool called KGtk, which (partly) does what I want. It's a wrapper around gtk-apps to call the kde file open dialog. It also contains the same thing for qt apps (that don't use kdelibs).
Using it is quite trivial, just start
kgtk-wrapper.sh [somegtkapp]
or
kqt-wrapper.sh [someqtapp]
I really like it, because there are some gtk-apps I don't want to miss (especially gimp), but I think the new gtk fileselector is really a sin of usability.
While this is (cited from webpage) »a quick-and-dirty LD_PRELOAD hack«, it imho shows exactly how it should work. The freedesktop.org standardisation is a very good thing, but it has to go much further. We need something like »app tells DE to open a file-open dialog« instead of »app opens it's file dialog«. We need the same thing for printing, iconsets, button-order and probably much more.
Today I found this little tool called KGtk, which (partly) does what I want. It's a wrapper around gtk-apps to call the kde file open dialog. It also contains the same thing for qt apps (that don't use kdelibs).
Using it is quite trivial, just start
kgtk-wrapper.sh [somegtkapp]
or
kqt-wrapper.sh [someqtapp]
I really like it, because there are some gtk-apps I don't want to miss (especially gimp), but I think the new gtk fileselector is really a sin of usability.
While this is (cited from webpage) »a quick-and-dirty LD_PRELOAD hack«, it imho shows exactly how it should work. The freedesktop.org standardisation is a very good thing, but it has to go much further. We need something like »app tells DE to open a file-open dialog« instead of »app opens it's file dialog«. We need the same thing for printing, iconsets, button-order and probably much more.
Linuxtag 2006
Friday, May 5. 2006, 17:16
(Page 1 of 1, totaling 3 entries)



