2020-03-01 20:47:23 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
xfce4-session: fix compilation on !Linux !*BSD
More work would be required should someone want suspension or
hibernation to function in this case, this is simply a build fix.
|
2020-01-29 05:56:19 by David H. Gutteridge | Files touched by this commit (1) | |
Log message:
xfce4-session: while here, update archive site to https
|
2020-01-29 05:45:19 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
xfce4-session: update to 4.14.1
Change log:
4.14.1
======
- Fix session crash at logout (Bug #16105)
- settings: Don't make 'saved sessions' tab reorderable
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
English (United Kingdom), Finnish, French, Galician, German, Greek,
Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese
|
2019-08-17 21:26:19 by David H. Gutteridge | Files touched by this commit (5) | |
Log message:
xfce4-session: update to 4.14.0
Change log:
4.14.0
======
- settings: Fix icon name
- settings: Replace GtkStock buttons
- Set XAUTHLOCALHOSTNAME in systemd user session (Bug #15440)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
Croatian, Czech, Danish, Dutch, English (Australia), English (United
Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean,
Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Uighur, Ukrainian,
Vietnamese
4.13.4
======
- Process Gtk events prior to starting D-Bus (Bug #15712)
- Revert "session: Serialize startup of xfsettings daemon"
- session: Serialize startup of xfsettings daemon
- Splash engines are not present anymore in xfce4-session
- Translation Updates:
Armenian (Armenia), Danish, Finnish, Norwegian Bokmål, Ukrainian
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-07-18 10:15:40 by Nia Alarie | Files touched by this commit (50) |
Log message:
Use https for xfce.org subdomains.
|
2019-07-14 00:36:05 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/xfce4-session: fix conditional inclusion for Darwin, bump revision
|
2019-07-13 02:21:07 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
xfce4-session: update to 4.13.3
Change log:
4.13.3
======
- Reset font-size of logout dialog to default (Bug #15505)
- Report optional dependency on polkit (Bug #12761)
- Read data from correct group when editing autostart entry (Bug
#10423)
- Improve layout of autostart add/edit dialogs
- Improve column layout of autostart tab (Bug #15448)
- settings: Fix crash when terminating programs (Bug #15489)
- Translation updates:
Belarusian, Danish, English (Australia), Finnish, French, German,
Hebrew, Hungarian, Kazakh, Malay, Portuguese, Portuguese (Brazilian),
Turkish
|
2019-05-23 04:56:08 by David H. Gutteridge | Files touched by this commit (7) | |
Log message:
xfce4-session: update to 4.13.2
Change log:
4.13.2
======
- Drop splash screens
- Introduce priority-group startup for FailSafe Session
- Optionally run commands on logout, suspend etc. (Bug #10172)
- xflock4:
- Do not override PATH with hardcoded value.
- Add support for xfce4-screensaver to xflock4
- chooser:
- Improve look and feel of the session chooser
- Improve UI and add delete button (Bug #12799)
- Add fallback theming to chooser dialogs
- Enable keypress response to session creation
- Update session name in xfconf after chooser
- Fix case in session chooser buttons
- settings:
- Show saved sessions in settings dialog
- Move "lock screen before sleep" option to general tab
- Fix alignment of session lock property
- Fix PID showing in "Current Session" tab
- Improve icon matching in "Current Session" tab
- Add a label for the currently active session
- Add a "delete session" button to the session list
- Make the Autostart buttons an inline toolbar
- Initialize the session list treeview if necessary
- More settings dialog UI improvements
- Add column headers to autostart list
- In autostart some apps (e.g. xfce-polkit) have bigger icons
- Make entries expand in add/edit app startup dialog (Bug #15321)
- logout-dialog:
- Fix sensitivity of switch user button
- Remove blue border from logout dialog (Bug #15284)
- Improve default style of the logout dialog
- Add styleclass to make logout dialog themeable
- Set logout dialog icons from icon_name
- Support scaling in logout dialog (Bug #14951)
- Use a different icon for hybrid sleep when possible
- Fix mnemonic conflict on logout dialog
- Use systemd-logind methods instead of polkit permissions (Bug #14707)
- scripts/xinitrc.in.in: use "command" shell builtin instead of
which(1)
- Use sysconf(_SC_NGROUPS_MAX) instead of #defining an arbitrary
MAX_USER_GROUPS (bug #14722)
- Don't auto start consolekit daemon if it is not running
- Added better shutdown fallback support for the BSDs (Bug #14722)
- Don't install generic icon names (Bug #11912)
- Use exec to launch xfce4-session from xinitrc
- xinitrc: Remove fallback path when xfce4-session is not installed
- Remove old unused autostart_migrate function
- Fix GVariant format string in dbus server
- Extend debug messages
- Silence compiler warnings
- Remove unused checks on configure step
- Drop unused function
- Remove useless ioprio.h check
- rollback fix of a warning (fix requires glib 2.58)
- Fixed warning "cast between incompatible function types" introduced
in GCC 8
- replaced GList of windows with single window (not required any more)
(triggered by previous commit a99008c8dbddc038778c8c7e1e080f42c034c3a2)
- merged identic cases (triggered by previous commit
a99008c8dbddc038778c8c7e1e080f42c034c3a2)
- removed duplicated loop counter (triggered by previous commit
a99008c8dbddc038778c8c7e1e080f42c034c3a2)
- replaced deprecated "gtk_display_get_screen" - For each display
there is only one screen (See gtk3 doc of gdk_display_get_screen). So
we can use gdk_display_get_default_screen (display) instead of looping
on all screens. - The default screen is the screen of the default
display ( no need to first get the default display if the default
screen is required)
- bump gtk version to 3.22 and gmodule/gio to 2.42
- Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945)
- Tell intltool how to extract .ui files (Bug #14582)
- fix build failure when dbus is not in the system include path (Bug
#14386)
- Translation updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian,
Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English
(Great Britain), Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
Urdu, Urdu (Pakistan), Uyghur, Vietnamese
|