LXDE Blog

Distribuir contenido
blog.lxde.org
Actualizado: hace 21 mins 33 segs

libfm 0.1.17 released! PCManFM 0.9.10 released!

Lun, 24/10/2011 - 17:59

libfm, the backend of the LXDE default file manager PCManFM, just got a new release to fix some outstanding bugs.
Along with the libfm release a new PCManFM release is available, this update adds some improvements to translations.

pcmanfm-0.9.10.tar.gz, sha1: 63fa355607ba5603d4e07dffc275a780afe9e27b
libfm-0.1.17.tar.gz, sha1: 06767191b0c8fbcc12b0ad0a61cf3774f4448c86

Changelog for PCManFM
Translation updates.

Changelog for libfm
d9a0701 Returns TRUE if the version of the GTK+ header files is the same as or newer than the passed-in version, so to match <= 2.20.x, we have to match >= 2.21
355d021 it has to be true for gtk <= 2.20.1
a075bcf Add missing files for building API doc with gtk-doc.
69a5671 Fix incorrect header guards.
79285e8 Add some compatibility headers and files used with min-lib-ver.py for future gtk3 migration.
5941231 Add warning message for gtk-doc in autogen.sh and add configuration summary in configure.ac.
e55e69e * Remove generated files from version control. and Fix wrong project URL in configure.ac.
77095f2 fixed a DSO issue
18cef6b re-added docs
and some translation updates.

PCManFM 0.9.9 released! libfm 0.1.16 released!

Mar, 09/08/2011 - 19:57

PCManFM, the default file manager of LXDE, just got a new release. This application need libfm 0.1.16 to work and incidently that is also released today!

PCManFM has seen some significant improvements since the last release back in October 2010. Probably the most notable UI change is the reintroducation of the tree view in side pane that was removed in the rewrite.

pcmanfm-0.9.9.tar.gz, sha1: de7099f57d7139a3d184cd162e02f5f5601667ec
libfm-0.1.16.tar.gz, sha1: c3f4b10baa596ddfc09ae9efbd2c922a26114de8

Changelog for PCManFM
5cbad00 Explicitly link to libfm.
a672793 Fix #3094303 – Regression: Dnd to add folder to bookmarks is broken.
3c969e7 Focus folder view after switching page.
5089e13 Update to use latest libfm API. Fix #3300800 – Deletion prompt has no title.
fa7d474 Fix untranslatable messages.
792cf32 Make “%d items selected” status message translatable.
b282aec Fix #3308324 – “~ in locatio bar cause pcmanfm crash”. Fix #3286157 – “Entering path with two initial slashes // crashes”. Fix #3284001 – “Crash when entering path with trailing slash”. This is related to GTK+ bug #650114, which is already fixed.
813241d Add “Reload folder” to “View” menu.
8a2866f Apply patch #3135578 – Problems with the selection and opening a file.
11d77a6 Apply patch #3163496 – “Menu key to call context menu” with some modifications.
164a371 Apply patch #3301636 – Make slash and tilde activate location bar.
253bdaa Close tab page when the folder which it shows is deleted or unmounted.
fb74b05 Use a less problematic way to show “root mode” warnings.
9756804 Update statusbar text, volume info, and window title correctly for every pages.
792db54 Use enum values instead of integer values for bookmark open methods.
ca184dd Use new API: fm_folder_model_get_is_loaded().
32f6ac2 Rework tabbed-browsing again and create one separate GtkHPaned widget for every page.
ea5e99a Save side pane mode.
5c2f12d Fix free disk space display. Fix #3037825 – Bottom bar not updated.
9a84c1c Rework tabbed-browsing again and make the code cleaner.
25a6a7b Add correct version checks for libraries in configure.ac.
ff8faeb Deprecate fm_folder_get_for_path() API and use fm_folder_get() instead.
28a479b Rename variables for consistancy.
a1c270d Make status bar message more user-friendly and correct.
b4e898b Use new fm_path_entry_set_path() and fm_path_entry_get_path() APIs.
1dfc8e4 Fix #3114626 – PCManFM 0.9.9 Umount partitions problem.
30cf77f Prevent removing built ui files and fix #3181001 – data/ui/*.glade files missing in tarball .
c1f4b6c Set a proper default desktop font if the config value is lacking.
41ad5c3 Add a new config value tab_max_chars to limit the maximum width of tabs.
6240436 Rework tab browsing so we can have more tabs in available space just like the old pcmanfm 0.5 series.
b7a953d Little fix.
cac3de0 * Fix #3139753 – Create New asks for name of new “file” even for a new folder. * Update translations.
9197e75 Add “Create New” popup menu to “File” main menu. Close bug #3107416.
3d14164 Fix #3095516 – PCManFM does not write preferences from main menu.
13a4a38 Add checks for invalid enum values when loading config files.
6d95cbc Fix #3112447 – Daemon mode opens window.
376cc92 Update translations and fix #3114640 – PCManFM 0.9.9 Right-clic on desktop partly hard coded.
6033d80 Escape strings while passing through IPC.
d7d1289 Handle string arguments with prefix –.
1098cfe Little fixes.
cda6259 Reimplement a simpler yet cleaner IPC mechanism again.
cdf5dfc Support mouse button 8 and 9 for back and forward.
5715ba7 Fix #3094187 – Icons file no change when “Stick to Positon” is unchecked.
4e0e602 Trivial fix.
b2e074e Improve handling of backward compatibility for old config files.
2ed76de Fix #3085503 – always_show_tabs=1 don’t work.
b510014 Require correct version of libfm.
9afd9e1 Bump version number to 0.9.9. Fix #3071296 – pcman windows always show up on first desktop.
422e106 Apply patch #3089346 – Re-enbale fake transparency when using pcmanfm 0.9.X.
7fd8aba Use our own round() implementation to avoid using C99 only function.
248b813 Add missing file to data/Makefile.am

Changelog for libfm
c5595a9 Remove docs directory from make file
d036dce fixed makefile
d06d8a0 we need m4 folder
4c7b7a2 fix file authors
7f5466e added missing license header
d22b41f Try to fix Lubuntu bug #820865 – pcmanfm cut&paste a folder to a destination folder withouth write permission causes data loss. https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/820865
2c8fdfb Trivial fix.
fe9ea77 Add missing license info and fix some build problems found by “make distcheck”.
3153210 * Bump ABI version with libtool -version-info to 1:0:0. * Update AUTHORS info.
9c49624 Fix #3094303 – Regression: Dnd to add folder to bookmarks is broken.
70e45ab Add optional window titles to commonly used dialogs provided by fm-gtk-utils.c. Fix #3300800 – Deletion prompt has no title.
94d9f4e Fix untranslatable messages.
d20b968 Make menu of side pane translatable.
37eee68 Apply patch #3301641 – Typing “~” in location bar loads root folder.
89630cf API changed: fm_folder_get_is_loading() -> fm_folder_get_is_loaded(), fm_folder_model_get_is_loading() -> fm_folder_model_get_is_loaded(). Add fm_folder_view_get_is_loaded(). Correctly update popup menu of FmSidePane when mode is changed.
cd79d62 Add missing g_object_ref.
8a69a3d Little fixes.
90c685c Add “changed”, “removed”, “content-changed”, and “fs-info” signals to FmFolder and add filesystem size query to FmFolder.
c076d3e Check for correct required versions of libraries in configure.ac.
d3f856f Little fix for dir tree.
1d09555 Include proper headers.
29bf2a1 Add FmSidePane class for a better implementation of side pane.
b54f630 Some fixes for FmDirTreeView.
c1b0d37 Add FmDirTreeView and FmDirTreeModel to implement directory tree for left pane.
7915d1f Add new API: fm_path_depth().
682f9e2 Add new API: fm_file_info_is_hidden() and have FmFolderModel use it. Remove the unused API fm_folder_get_for_path().
fe1854e Implement %k field code for Exec key according to desktop entry spec.
debea4a Little fix for statusbar message in demo program.
03ec420 Fix #3093778 – Pasting empty string causes copying “/” to current folder.
db84c10 Remove the useless “status” signal from FmFolderView and add some APIs for accessing data members.
180db97 Update comments.
3bdd675 Add a FmPathEntryModel custom tree model for FmPathEntry to save memory.
8003719 Little fix for cancellable.
392601b Use another way to implement auto-completion for path entry and try to utilize most existing functionality provided by gtk+.
d53456f Rework FmPathEntry and make it simpler and faster.
d500b33 Add a simple and basic implementation of button-style path bar.
197c7e1 Fix #3086703 – PCManFM crashes on non existent directories.
61443ac Fix #3115734 – Copying to long path names.
26062bb * Do chdir to / if cwd is under the mounted filesystem which is going to be unmounted. * Fix #3114626 – PCManFM 0.9.9 Umount partitions problem.
2243156 Fix #3127903 – Fails to give permission denied error when overwriting.
2f61ade Fix reference of invalid widget pointer in properties dialog.
415083d Prevent removing built ui files and fix #3181001 – data/ui/*.glade files missing in tarball.
883793d Show tooltips for tab labels when the label text is ellipsized.
3204482 * Use a forward compatible way to register uri scheme handlers as in glib >= 2.27. * Fix #3094197 – Prepare deprecation of the gio module.
67375dd Fix #3132262 – Crash when trying to restore files from trash.
17511bd Fix #3148077 – Latest pcmanfm/libfm crashes when trying to open /proc/self/fd/ (or its symlink /dev/fd/). In this same system nautilus opens that directory fine.
0f04125 Fix #3143296 – spaces are still (or again) not escaped in paths to execute.
36dfad2 Fix #3135910 – “Extract here” doesn’t handle space and encoding characters.
d419535 Add some macros to validate enum values.
1b2560c Changed order of typedeffing enums and declaring them – for C++ compatibility
cf8446b Do further checks for scripts.
1a249bf List “gobject-2.0″ in configure.ac explicitly.

LXAppearance 0.5.1 released!

Vie, 29/07/2011 - 16:12

The tool for setting look and feel of your session, LXAppearance, has been released in a new version.

Get the file at sourceforge.net: lxappearance-0.5.1.tar.gz, sha1: 5cdff02e2c0ba268dbcbe2a9aa5febe3daa7e842

17a9171 Updated copyright year
bb69b4a Removing useless whitespaces at EOL and EOF.
c7b7bbf Correcting automake handling for –enable-man configure option that has never worked in the first place.
7961ca4 Rather than failing with an error when build is run with –enable-man=no, now printing only a warning instead.
b16606c Rather than unconditionally regenerating the manpage, setting the –enable-man default to yes.
df55eb9 BUG: Always build manual pages
d170c61 Update FSF address
aeb2da6 fixed assignment and plugged memory leak
fad3989 fixed the types of the app struct members holding the gtk-xft-hintstyle and gtk-xft-hintstyle properties
1bf9b9a Remove deprecated property in ui file
3936b38 Fix typo in gtk-3.0 file saving
89574cc Don’t use GTK_DIALOG_NO_SEPARATOR for gtk3
8108db6 Add an option to compile with gtk3
e2eadb8 Use an option to enable more warnings instead of the maintainer mode
c26fee9 Write gtkrc file in gtk3 directory
1eef2a2 Revert also commit on plugin
b864865 Revert part of the commit for compiler warnings, to fix loading themes.
29e7d94 Fix silent build
5b0f6f6 Update po with migration to UI
d31af5a Fix not capitalized string
97f5808 Add another item to .gitignore
203587a Remove some compiler warnings
2d9128f Add new font configuration tab.
073c072 Apply patch on GTK3 migration
2664156 Remove 1 compiler warning.
59bae74 Add new item to .gitignore
39bff85 Use directly ui file instead of glade files
6f83e86 Add .gitignore
8f1bbe3 Really apply previous changes
62d4031 Improve build system (new flags, silent rules)

LXDE Common 0.5.5 released!

Vie, 29/07/2011 - 11:24

The common packages has some files that are good to have around, wallpapers and openbox configuration and such.

Get the file at sourceforge.net: lxde-common-0.5.5.tar.gz, sha1: 27ce9bcaf109ded61aa0c691a8dc6059a04a6d08

87c368d Fix install location of pcmanfm.conf file
736ded3 Add missing openbox-lxde manpage
4a461c3 Fix location of pcmanfm config file
7c95c46 fixed pcmanfm config file path after 0.9.8 release
38c0d2f Minor adjust for PCManfm 0.9 LXDE profile name in LXDE session.
908f14c pcmanfm2 has been finally re-named as pcmanfm
278a3f5 fixed pcmanfm command to call the proper config table on pcmanfm2
96fa5ab Set terminal=lxterminal to make it consistent with the terminal setting in lxpanel.
07dae88 Bump version of lxde-common to 0.5.5.
bf7093b * Fix config file of pcmanfm2. * Fix autostart for pcmanfm2.
fcefd17 Properly set XDG_MENU_PREFIX.
00acd9d remove old config file
0f3b683 swtich from pcmanfm to pcmanfm2
3f17c3a Sync lxde-common/debian from debian.
28309e5 Ensure the existance of the ‘Desktop’ folder
34cd793 start xscreensaver after lxpanel and pcmanfm
847a8e7 Launch dbus in startlxde when needed.

LXMenu-data 0.1.2 released!

Vie, 29/07/2011 - 10:58

As is normal with this package there are just one non transaltion related change in this release, the point of this package is to provide transaltions of text for the application menu and we now support 91 different translations.

Get the file at sourceforge.net: lxmenu-data-0.1.2.tar.gz, sha1: 57490607f67d43167beb326ebc927524dd6dd1ab

77e17cf remove distribution of mkinstalldirs

LXDM 0.4.1 released!

Vie, 29/07/2011 - 10:32

The LXDE Desktop Manager has been updated. This releases is a translation update but also add a minor bugfix.

Get the file at sourceforge.net: lxdm-0.4.1.tar.gz, sha1: 652886ac27ac01b24e7d13c3be3b1e582e2159cc

3eb70bf fix lost data entry when install

LXInput 0.3.1 released!

Vie, 29/07/2011 - 10:18

This release is mainly a translation update. There are some smaller things changed, see the condensed log below.

Get the file at sourceforge.net: lxinput-0.3.1.tar.gz, sha1: eb4a846b90e353f2201de23860888f3e6bc9061b

2d42550 debian: Add build-depends on xsltproc
46b4269 debian: build-depends on docbook-xml and group build-depends needed by autogen.sh
1300a03 debian: Force –enable-man and use verbose mode
7614973 Add debian directory
a61aa3d Correct ids in .ui file
13d94b1 Add an option to compile with gtk3
ffd0d77 Add an option to enable more warnings instead of maiintainer mode
3a0fc90 Add additional flags for maintainer mode
22e5efb Add silent rules
b7e39af Remove some compiler warnings
89e0a0c Add .gitignore
48a5b77 Add INSTALL file
53e5422 Use directly the .ui file
0caaa22 Add optional entry when a program which change keymap is installed (support only lxkeymap for now)

LXPanel 0.5.8 released!

Vie, 29/07/2011 - 09:53

We released LXPanel some days ago, unfortunatley there was a crash bug in it. This release should fix that problem.

Get the file at sourceforge.net: lxpanel-0.5.8.tar.gz, sha1: a9d6bd9d15a3588fb959aa32880ad888c58359f7

6d2d92e fix typo to make code build with old gtk
62c77fa fixed compiler warning
c30911e fixed error in tooltipS function call
200121f Fix usage of GtkRequisition

LXTerminal 0.1.11 released!

Mié, 27/07/2011 - 18:31

The 0.1.10 fixed the fake transparency of LXterminal but it broke transparency when using compiz. This release fixes this issue, it also fixes a small cosmetic bug with the number of visible lines on netbook computers.

Get the file at sourceforge.net: lxterminal-0.1.11.tar.gz, sha1: 3914c8e0552f7b8e1e32fde69244f90c16072df4

84506b1 fix desynchonization of terminal index and notebook index (fixes #3372388)
6d11a3c solve rgba composite problems. (fixed SF#3376800)

LXSession 0.4.6.1 released!

Mié, 27/07/2011 - 17:49

So we had a very ugly crash bug in LXSession 0.4.6, that is fixed but we know that the fix is not complete and there will be a proper 0.4.7 release as soon as possible. This version is at least usable.

Get the file at sourceforge.net: lxsession-0.4.6.1.tar.gz, sha1: ef7f74617f7555f3e292b670099ef44389a9a849

82e5901 Fix crash on start

LXAppearance obconf plugin 0.0.1 released!

Lun, 25/07/2011 - 16:32

This is the first release of a plugin to LXAppearance. This component does because of that depend on LXAppearance and obconf the openbox configuration tool. The second dependency is because this plugin would be useless without openbox installed. LXDE can be used with other window managers but openbox is the one the major distributions are using and the one us developers have been preferring lately.

Get the file at sourceforge.net: lxappearance-obconf-0.0.1.tar.gz, sha1: 9c45fb111391779a504908b6b7edd0490704daa2

3a0fd02 Update FSF address
eef7177 debian: add libtool build-depends
6a1a707 Add a debian directory
26d0cd5 Use cairo surfaces instead of pixmap when using gtk3
5f1f0f3 Add gdk-3.0 when using gtk3
620a677 Add an option to compile with gtk3
8b69f56 Use an option to enable more warnings instead of maintainer mode
fb03292 Remove others compiler warnings
1621311 Remove some compiler warnings
ccbec31 Add another item to .gitignore
41e8daa Update po/LINGUAS
ad5cc6f Add .gitignore
eb3d27c Improve build system (silent rules, additional flags)
e5f91d5 Apply patch for GTK3 building
d448016 Rewording of error strings.
2fc1aa9 fixed some implic declarations
c81c400 Handle ABI compatibility check
6b045e3 Add proper copyright notice.
d72689a Don’t load the plugin if openbox is not in use.
b510e55 Change the way theme preview is displayed. Integrate obconf plugin into lxappearance.
fa397b2 Simply the UI and prepare to be merged into lxappearance.
8901904 Remove all unnecessary parts and leave theme selction part only.
72eb002 Original files taken from obconf 2.0.3.

LXPolkit 0.1.0 released!

Lun, 25/07/2011 - 16:20

This is the first release of the LXDE PolicyKit authentication agent.

Get the file at sourceforge.net: lxpolkit-0.1.0.tar.gz sha1: 8278cd59bc83a8104c1e2316facfbf9a1a6fe121

040639e start to enable gtk3 support
f0aa81a Correcting filename for source file with translatable stirngs
a432e06 fixed libexec issue if not manually passed on configure
814ee2c initial libexecdir support
c042211 Forgot to include the new files so here they are.
b970e87 Adding complete set of language files to be translated. Syncronized with POT file too.
5087383 proerly align fields in table
8d0d0a4 add gtk-dialog-authentication icon
77def25 Little fix. Add zh_TW locale.
93aae7a Add missing files.
973333a Add a very simple policykit authentication agent.

GPicView 0.2.2 released!

Lun, 25/07/2011 - 16:12

A long sought after release of the LXDE default image viewer is here. The major addition is the slideshow feature originally developed inside Puppy linux. Condensed git log can be found below.

Get the file at sourceforge.net: gpicview-0.2.2.tar.gz, sha1: bde109c23dc9497f18a06944cd38c95dc8f34821

05d97d0 we need X11 not a generic ‘package’
5259143 debian : convert to tiny debian/rules
542ea16 Use directly ui file
5e93723 Remove the .ui file from gitignore
baea106 Regenerate configure & Makefile when building debian packages
578a19f Update debian/ with current version on Debian
e5c2711 Experiment a drawing function for gtk3
5804551 Add options for enable more warnings and building with gtk3
99fd56c Fix compilation of xml-purge.c
f861cb9 Fix compilation with jpgfile.c
e3c943a Fix compilation for exif.c
de6575b Fix compilation for src/jpeg-tran.c
db28fa2 Fix compilation with GTK3 for file-dlgs.c
26bda1d Fix compilation with GTK3 for working-area.c
aba809c Fix compilation for GTK3 for image-view.c
4c4ee3a Fix building with maintainer mode of main-win.c
b21a986 Add linking to x11 for recent version of ld.
adf169f Add additional CFLAGS when running maintainer mode.
f453c5f Add silent rules
1648ce8 Add a .gitignore
8c8dcb6 removed exec bit
74e671b SVN changes after git sync
e56253e Credit slideshow work as per Puppy Linux contributor’s wishes
b968a1a use intltool to generate desktop files
ebee501 Implement slideshow feature (FR2089496) based on patch from Puppy Linux Add –slideshow to start slideshow from command line for unattended operation -Wall lint cleanups
ed14be0 Fix SUSE lint warnings
c968e69 remove distribution of mkinstalldirs

LXTerminal 0.1.10 released!

Lun, 25/07/2011 - 16:06

Our fast and small terminal application is out in a new version. Mostly a minor update. However there is a Known bug in this release, the fake transperancy was restored but on the other hand transparancy with compiz was broken, the patch for compiz is trivial but to not hurt fake transperancy it is not trivial. See the bug report for further information.

Get the file at sourceforge.net: lxterminal-0.1.10.tar.gz, sha1: c9534697e549b676a615a83fb0addbb1860fe84d

04809ea add tilde to word selection (closes LP#720758)
819a07b fixed link error on fedora /usr/bin/ld: lxterminal.o: undefined reference to symbol ‘XGetWMNormalHints’ /usr/bin/ld: note: ‘XGetWMNormalHints’ is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line
e73ba4a GtkNotebookPage fix: Use GtkWidget instead according to GTK3 document.
d6f3732 debian: update to build from source
158a202 debian: add missing files
cb09d55 debian: update with current directory used in Debian
442b13b use another way to calculate base_width and base_height
5ce88dc if gtk3 is used, vte pkgconfig is now vte-2.90, that allow to have gtk2 and gtk3 version installed at the same time. the configure checks must match that difference
97edc77 Don’t use GDK_WINDOW_DESTROYED
65c0562 Use gtk_widget_get_window
10072e9 Use visual instead of colormap
bb32c74 Use gtk_dialog_get_content_area
4b4cbed Add an option to compile with gtk3
b4fa19b Use g_object_ref() instead of gtk_rc_style_unref
2ef2aee Use gtk_about_dialog_set_program_name instead of gtk_about_dialog_set_name
51e5c5e Remove deprecated gtk_about_dialog_set_url_hook
fa6d21f Remove deprecated GtkNotebookPage
dce2ffb Fix more-warnings options
d404af8 Add an option to enable more warnings
efeb476 Add INSTALL
b55a739 Add .gitignore
37f805d Update po/LINGUAS
17769e2 Generate po/LINGUAS at build time.
17dead7 Add silent rules
7c9f533 Set opacity to 100% by default.
234e5a9 Fix failure to set working directory over socket when it contains a space (Bug3037363)
2cda6d2 fixed vte failure because of deprecated API

LXPanel 0.5.7 released!

Lun, 25/07/2011 - 15:48

One of the corner stones of the LXDE project is the panel and we have just released a new version of it. As most other components this can be built using GTK3. Git log is available below.

LXPanel 0.5.8 was just released. Please use that instead of this one. There is a crash bug in 0.5.7.

Get the file at sourceforge.net: lxpanel-0.5.7.tar.gz, sha1: 276168fb4560899e83a6a340448c961d63333717

101ce55 Fix usage of GtkAllocation
e528dbe Add new po/LINGUAS
5f9e4cb Generate the po/LINGUAS on build time
77f69cb Use an option to enable more warnings
de94a90 Apply patch from Debian to fix battery plugin display
d5c46ff Some fixes for GTK3 building
ade9c95 Pass correctly the deprecated flags
9ce5ad4 Add flags for GTK3 migration
1ba232d Add missing X11 to the linker
48e6898 Add another item to .gitignore
d6dd79f Add INSTALL file
a530447 Use only .ui files instead of glade files
8e4890c Somme improvement to configure.ac (silent rules, libtool)
ec9564d Add .gitignore
788bd0c Replace deprecated INCLUDES in Makefile.am
47f0a0f Fix brown bag off-by-one in timer setting exposed by once-per-minute update (Bug3124474)
93d9373 Battery percentage incorrectly always evaluates as 100 percent (Bug3006059)
4a974f2 Fix build issue with symbol “alarm” showing up on F14 (Bug3033293)

LXSession 0.4.6 released!

Lun, 25/07/2011 - 15:42

Back in November last year we released the last version of LXSession ans since then there are mostly minor changes. The feature to not autostart any applications is the exception to that. See the condensed git log below.

Get the file at sourceforge.net: lxsession-0.4.6.tar.gz, sha1: 5f1dd16b15265484554a7a6be4ce0649474f4bdd

UPDATE!
THIS RELEASE IS BUSTED, DO NOT USE IT!

8577ac1 fixed autostart
531c3a3 use helper shell script to lock the screen
c5e3c1e debian: Update to build from source
f320a38 debian: update with current directory on Debian
7dfdd58 Add an option to add more warnings instead of using maintainer mode.
b93da91 Add option to compile with GTK3
ad4ba23 Also add link to x11 for lxsession-logout
21f44a4 Link directly to X11
1f8c788 Remove new compiler warnings.
ede8d15 Add additional flags for maintainer mode.
a0cc98b Add information of man pages support
4f4f340 Add some CFLAGS for GTK3 migration
ab66e7e Fix compiler warning
8698201 Add another item to .gitignore
65e831b Add more items to .gitignore
d700b1c Add .gitignore
3ba2ea5 Add some improvement to build system, inspired by patch from ID: 3005712
60da412 gtk3 build fixes (apply patch from ID: 3103279)
34deb02 Add support for not launching autostart programs (patch from ID 3103281)
70c7e52 fixed logscreen issue

LXLauncher 0.2.2 released!

Lun, 25/07/2011 - 15:36

Last version of LXLauncher was released over two years ago, this update has alot of translation updates as always but also brings the option to build with GTK3 as most LXDE component now has. The condensed git log is available below.

Get the file at sourceforge.net: lxlauncher-0.2.2.tar.gz, sha1: 9e1fead1d24cedfa980db23bd31cc52b45ce1823

92ae20c fix building with gtk older tha 2.24
a9d4ae3 fix-wrong-arg-to-gtk_menu_popup
1ea14e4 fix wrong type
2ebf134 fix-g_spawn_async-usage
48ad68d revert Use GDK_WINDOW_XID instead of GDK_WINDOW_XDISPLAY
43b1b3c fixed broken string comparison
537aab8 fixed GdkRGBA usage
55b2172 fixed missing include
1181daa Add a debian directory
0a0498f Fix wrong type casting
307a8d9 Uncomment background handling for gtk3
9a0c47d Fix drawing with gtk3
9df23f4 Fix usage of GtkAllocation
d605dff Use GDK_WINDOW_XID instead of GDK_WINDOW_XDISPLAY
965c0a5 Remove some GTK_WIDGET_*
504a1a9 Use GDK_WINDOW_XID instead of GDK_WINDOW_XWINDOW
fd6e156 Fixes for Makefile.am
02aa235 Use gdk_window instead of gdk_drawable
40b92d9 Remove a MENU_CACHE reference
bd10856 Use a gtk3 function for drawing the background
184aa03 Fix GtkAllocation and border_width of GtkContainer
778e9e8 Remove GTK_NO_WINDOW
5ba4378 Use new method for size-request of gtk3
732a977 Remove GDK_DISPLAY usage
4ee7302 Fix property of gtk_settings_install_property
2b3698b Modify rendering for gtk3
8979b39 Fix viewport for gtk3
671451a Comment GdkPixmap, the code which used it is commented also
dca7f18 Big type casting clean up
9f2d5b3 Fix gtk_window and can_focus
f7efa6b Others gtk_adjustement fixes
c613846 Fix gtk_adjustment for gtk3
d10d9a8 Remove GTK_* usage
9d41540 Add an option to compile with gtk3
d10ea1c Use an option for additional flags instead of the maintainer mode
3887015 Add the ability to use another prefix for the menu (original patch by Christopher R. Gabriel)
b24e815 Remove resize grip wih GTK3 (patch from Jonathan Marsden)
3f9cb13 Add .gitignore file
e21b76f Add missing languages
514c07c Add missing COPYING and INSTALL files
9a65490 Add silent rules
79c4ccc Add additional flags on maintainer mode
a2e0fdd Generate po/LINGUAS at build time
0b9e795 Add missing x11 flags
5c74d1d Apply patch from Enrico Zini Do not segfault if a window manager returns no data for current desktop.
bb46b03 Adding new files
a7dad81 Fix for the new behavior of libmenu-cache 0.3 series.
b8c5339 Correcting misspelling of LXLauncher found by Josep Sànchez
ddfdf61 Fix failure with “builtin” icons; code change propagated from lxpanel
b1ec4b8 Apply build loop patch to lxlauncher and lxsession-edit for cwickert.
cb99b12 Fix SUSE lint warnings
72d26a8 remove distribution of mkinstalldirs

LXRandR 0.1.2 released!

Lun, 25/07/2011 - 15:30

It is over two years ago since we released the last version of LXRandR, this version is merely a translation update but still brings some changes into the application that might be worth pointing out.

Get the file at sourceforge.net: lxrandr-0.1.2.tar.gz sha1: 5e2642c2e1f4c001ca27a8634ff621fd2fd7892a

d9f8449 replace symlink with real file
aed7ce0 debian: Add build-depends on xsltproc
c98f339 debian: Add docbook-xml build-depends on group needed build-depends for autogen.sh
b9cd35d debian: Add libtool and intltool to build-depends
2739ec8 debian: Add automake to build- depends
07b1f50 debian: convert to tiny debian/rules
b6ba51e Replace GTK_DIALOG_NO_SEPARATOR by GTK_DIALOG_MODAL to compile it with gtk3 (7 weeks ago)
3ab3230 Add an option to compile with gtk3
c0622ec Add an option to enable more warnings instead of maintainer mode
befa3a2 Add new items to .gitignore
1b2a535 Fix another == in if statement
3cef63e Fix again a while boucle “fix”
eb7dfd9 Fix compiler warning
7058962 Migrate to GtkComboBoxText
9aa07e8 Use display icon, like in desktop file.
4a7276d Add new item to .gitignore
41906c9 Remove new compiler warnings
ddb761c Add more compiler warnings when using maintainer mode.
a2938fd Fix compiler warnings
7e9ab79 Apply patch to save configuration (ID: 3107353)
5de5e73 Improve configure.in (slient rules, correct INIT)
e8e4df3 Add another item to .gitignore
4992cb7 Improve src/Makefile.am
4e8e2a5 Update po/LINGUAS<
b818486 Apply patch for GTK3 migration (ID: 3107356)
5e10bc8 Add .gitignore
284df0a Generated supported languages.
aeb4539 Add an icon to the window (patch by Jonathan Marsden)
0ec1b71 fixed wrong ‘\n’
3a6045a use intltool to generate desktop file
2835b9e make desktop file follow freedesktop specs and add German translations
8e91e3d Hopefully this can solve the problem on runs configure in infinite loop.
123fbaa remove distribution of mkinstalldirs

LXShortcut 0.1.2 released!

Lun, 25/07/2011 - 15:27

The long wait is over, LXShortcut 0.1.2 is the successor of LXShortcut 0.1.1 released in July 2009. By no surprise the vast majority of changes since then are translation related, omitting these and merge commits the git log looks like below.

Get the file at sourceforge.net: lxshortcut-0.1.2.tar.gz, sha1: 92e4510313b6c2225edc7dd49f6b4d889303ddc3

70a02e7 debian: update to build from source
f3c4b82 Use an option to enable more warnings instead of maintainer mode.
82bebca Add a debian directory
bf1bdf0 Fix compilation with gtk3
4ccf196 Add an option to compile with gtk3
cf08e16 Update to use directly .ui files
47111aa Move a g_free
f7f7c67 Add .gitignore
262e3cb Fix another compiler warning
ce3e372 Update LINGUAS
afdf644 Fix compiler warnings
5905acd Generate LINGUAS at build time
4df7c0d Add correct CFLAGS
709b41f Add INSTALL file
3bdafc7 Add silent rules
13894d6 Add option to enable more warnings
0fb97fc added a FIXME reminder
e2a360b minor changes
18ac425 fixed implicit declaration, added return 1 if no command line options are passed to lxshortcut
016eac0 removed exec bit
689c0d9 Confirmed previous patch solved the problem on runs configure in infinite loop, commit the same patch for lxappearance and lxshortcut. (Thanks Enrico Zini provided a armel machine to test this patch.)
9af910f remove distribution of mkinstalldirs

Upcoming releases

Jue, 21/07/2011 - 11:50

LXDM 0.4.0 was just released. Get the file at sourceforge.

But that is not the only thing happening in LXDE land. Next week we will do at least three releases if nothing special happens. PCManFM, libfm and LXDM.

PCManFM and libfm has been in development with no updates since last October and the much sought after feature of a directory tree has returned.

LXDM will “just” be a service release to get more translations into shape; Esperanto makes its first appearance in an LXDE component by this. Happy times. All three components are scheduled for release at the 27th of July.

The best guess by now is that more components will get releases in the coming weeks, some of them has seen no releases for years but has seem interesting features hidden in the git HEAD.