Compare commits
4 Commits
ubuntu/plu
...
ubuntu/bio
Author | SHA1 | Date |
---|---|---|
apt-ghetto | 77d91fea25 | 5 years ago |
Simon Quigley | 52dd325d90 | 6 years ago |
Simon Quigley | 4be7e413ec | 6 years ago |
Simon Quigley | 0229d7cbb2 | 6 years ago |
@ -1 +0,0 @@
|
|||||||
debian/files
|
|
@ -1,5 +1,18 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
all:
|
SUBDIRS := usr/share/applications/po usr/share/xsessions/po
|
||||||
make -C src/usr/share/xsessions/po/
|
|
||||||
rm -rf src/usr/share/xsessions/po/ src/usr/share/xsessions/*.in
|
all: install
|
||||||
|
|
||||||
|
install:
|
||||||
|
mkdir -pv $(DESTDIR)
|
||||||
|
cp -a src/etc src/usr $(DESTDIR)/.
|
||||||
|
# po generation
|
||||||
|
for i in $(SUBDIRS); do \
|
||||||
|
make -C $(DESTDIR)/$$i; \
|
||||||
|
rm -rf $(DESTDIR)/$$i; \
|
||||||
|
done
|
||||||
|
# remove some remaining files
|
||||||
|
find $(DESTDIR) -type f -iname "*.in" | xargs rm -f
|
||||||
|
|
||||||
|
# vim:ts=4
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
[![Build Status](https://travis-ci.org/lubuntu-team/lubuntu-default-settings.svg?branch=ubuntu%2Fcosmic)](https://travis-ci.org/lubuntu-team/lubuntu-default-settings)
|
=== Automatic build testing ===
|
||||||
## Automatic build testing
|
See https://travis.debian.net/ for details
|
||||||
Automatic build are on Travis : https://travis-ci.org/lubuntu-team/lubuntu-default-settings
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
9
|
@ -1,28 +1,95 @@
|
|||||||
Source: lubuntu-default-settings
|
Source: lubuntu-default-settings
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Maintainer: Julien Lavergne <gilir@ubuntu.com>
|
||||||
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
Build-Depends: debhelper (>= 9), intltool
|
||||||
Build-Depends: debhelper-compat (= 13), intltool
|
Standards-Version: 3.9.5
|
||||||
Standards-Version: 4.7.0
|
Homepage: https://launchpad.net/~lubuntu-desktop
|
||||||
Homepage: https://lubuntu.me
|
|
||||||
Vcs-Browser: https://git.launchpad.net/lubuntu-default-settings?h=master
|
Vcs-Browser: https://git.launchpad.net/lubuntu-default-settings?h=master
|
||||||
Vcs-Git: https://git.launchpad.net/lubuntu-default-settings
|
Vcs-Git: https://git.launchpad.net/lubuntu-default-settings
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: lubuntu-default-settings
|
Package: lubuntu-default-settings
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: fonts-ubuntu,
|
Depends: lubuntu-artwork (>= 0.4),
|
||||||
lubuntu-artwork,
|
lubuntu-icon-theme,
|
||||||
lxqt-session,
|
|
||||||
openbox,
|
|
||||||
policykit-desktop-privileges,
|
policykit-desktop-privileges,
|
||||||
qt6-style-kvantum,
|
ttf-ubuntu-font-family,
|
||||||
qt6-style-kvantum-l10n,
|
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends: breeze-gtk-theme,
|
Suggests: amixer,
|
||||||
qt6-style-kvantum-themes
|
dmz-cursor-theme,
|
||||||
|
galculator,
|
||||||
|
lxsession,
|
||||||
|
lxsession-logout,
|
||||||
|
pcmanfm (>= 0.9.5) | pcmanfm-qt,
|
||||||
|
scrot,
|
||||||
|
xbacklight,
|
||||||
|
xscreensaver
|
||||||
|
Breaks: lubuntu-extra-sessions (<< 0.54)
|
||||||
Description: default settings for Lubuntu
|
Description: default settings for Lubuntu
|
||||||
Various system settings tailored for Lubuntu's default session. This includes
|
Various system settings tailored for Lubuntu.
|
||||||
default settings, applications, and themes.
|
|
||||||
|
Package: lubuntu-extra-sessions
|
||||||
|
Architecture: all
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Depends: lubuntu-default-settings, ${misc:Depends}
|
||||||
|
Breaks: lubuntu-default-settings (<< 0.54)
|
||||||
|
Description: extra session for different default settings of Lubuntu
|
||||||
|
Various system settings tailored for various version of Lubuntu.
|
||||||
|
|
||||||
|
Package: lxgames-default-session
|
||||||
|
Architecture: all
|
||||||
|
Depends: lightdm (>= 1.9.4),
|
||||||
|
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||||
|
lubuntu-default-settings,
|
||||||
|
lubuntu-extra-sessions,
|
||||||
|
${misc:Depends}
|
||||||
|
Provides: lightdm-gtk-greeter-config
|
||||||
|
Description: Set default session to lxgames
|
||||||
|
This package sets the default session to lxgames by default.
|
||||||
|
|
||||||
|
Package: lubuntu-default-session
|
||||||
|
Architecture: all
|
||||||
|
Depends: lightdm (>= 1.9.4),
|
||||||
|
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||||
|
lubuntu-default-settings,
|
||||||
|
${misc:Depends}
|
||||||
|
Provides: lightdm-gtk-greeter-config
|
||||||
|
Breaks: lubuntu-default-settings (<< 0.53)
|
||||||
|
Description: Set default session to Lubuntu
|
||||||
|
This package sets the default session to Lubuntu by default.
|
||||||
|
|
||||||
|
Package: lubuntu-nexus7-default-session
|
||||||
|
Architecture: all
|
||||||
|
Depends: lightdm (>= 1.9.4),
|
||||||
|
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||||
|
lubuntu-default-settings,
|
||||||
|
lubuntu-extra-sessions,
|
||||||
|
${misc:Depends}
|
||||||
|
Provides: lightdm-gtk-greeter-config
|
||||||
|
Description: Set default session to Lubuntu Nexus7 version
|
||||||
|
This package sets the default session to Lubuntu Nexus7 version by default.
|
||||||
|
|
||||||
|
Package: lubuntu-nexus7-extra-files
|
||||||
|
Architecture: all
|
||||||
|
Depends: lubuntu-default-settings, ${misc:Depends}
|
||||||
|
Description: Extra files for the nexus7 session
|
||||||
|
This package contents extra files for the nexus7 session.
|
||||||
|
|
||||||
|
Package: qlubuntu-default-session
|
||||||
|
Architecture: all
|
||||||
|
Depends: lubuntu-default-settings,
|
||||||
|
sddm,
|
||||||
|
sddm-theme-lubuntu-chooser,
|
||||||
|
${misc:Depends}
|
||||||
|
Provides: razorqt-lightdm-greeter-config
|
||||||
|
Breaks: lubuntu-extra-sessions (<< 0.53)
|
||||||
|
Description: Set default session to QLubuntu version
|
||||||
|
This package sets the default session to QLubuntu version by default.
|
||||||
|
|
||||||
|
Package: lubuntu-live-settings
|
||||||
|
Architecture: all
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Depends: lubuntu-default-settings, ${misc:Depends}
|
||||||
|
Description: default settings for Lubuntu live ISO
|
||||||
|
Various system settings tailored for Lubuntu ISO.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
src/etc/xdg /etc/
|
|
||||||
src/usr/lib /usr
|
|
||||||
src/usr/share /usr/
|
|
@ -0,0 +1,2 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Hidden=true
|
@ -1,3 +0,0 @@
|
|||||||
# These desktop files are not meant to be user-visible; ignore these flags
|
|
||||||
lubuntu-default-settings: desktop-entry-lacks-icon-entry [usr/share/xsessions/Lubuntu.desktop]
|
|
||||||
lubuntu-default-settings: desktop-entry-lacks-keywords-entry [usr/share/xsessions/Lubuntu.desktop]
|
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/lightdm/lightdm.conf.d/20-lubuntu.conf
|
@ -0,0 +1 @@
|
|||||||
|
/etc/lxdm
|
@ -0,0 +1,24 @@
|
|||||||
|
etc/lightdm/
|
||||||
|
etc/xdg/lubuntu/applications/
|
||||||
|
etc/xdg/lubuntu/libfm/
|
||||||
|
etc/xdg/lubuntu/lxdm/
|
||||||
|
etc/xdg/lubuntu/lxterminal/
|
||||||
|
etc/xdg/lubuntu/menus/lxde-applications.menu
|
||||||
|
etc/xdg/lubuntu/menus/lxgames-applications.menu
|
||||||
|
etc/xdg/lxsession/Lubuntu-Netbook/
|
||||||
|
etc/xdg/lxsession/Lubuntu/
|
||||||
|
etc/xdg/pcmanfm/
|
||||||
|
etc/xdg/xdg-Lubuntu/
|
||||||
|
usr/bin/
|
||||||
|
usr/share/applications/lubuntu-logout.desktop
|
||||||
|
usr/share/applications/lubuntu-screenlock.desktop
|
||||||
|
usr/share/gdm/
|
||||||
|
usr/share/lubuntu/leafpad/
|
||||||
|
usr/share/lubuntu/openbox/menu.xml
|
||||||
|
usr/share/lubuntu/openbox/rc.xml
|
||||||
|
usr/share/lubuntu/pcmanfm/
|
||||||
|
usr/share/lubuntu/qt/Trolltech.conf
|
||||||
|
usr/share/lubuntu/xscreensaver/
|
||||||
|
usr/share/lxpanel/profile/Lubuntu/
|
||||||
|
usr/share/upstart/sessions/
|
||||||
|
usr/share/xsessions/Lubuntu.desktop
|
@ -0,0 +1 @@
|
|||||||
|
etc/xdg/xdg-Lubuntu etc/xdg/xdg-QLubuntu
|
@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Remove alternative file if it's not a symlink, workaround for broken upgrade
|
||||||
|
# See bug #625485
|
||||||
|
if [ -f /etc/alternatives/lxdm.conf ] ; then
|
||||||
|
if [ ! -h "/etc/alternatives/lxdm.conf" ] ; then
|
||||||
|
rm -f "/etc/alternatives/lxdm.conf"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$1" = "configure" ] ; then
|
||||||
|
update-alternatives --install /etc/lxdm/default.conf \
|
||||||
|
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
||||||
|
fi
|
||||||
|
|
||||||
|
if dpkg-maintscript-helper supports mv_conffile; then
|
||||||
|
dpkg-maintscript-helper mv_conffile \
|
||||||
|
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||||
|
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||||
|
0.44 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1,14 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
if dpkg-maintscript-helper supports mv_conffile; then
|
||||||
|
dpkg-maintscript-helper mv_conffile \
|
||||||
|
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||||
|
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||||
|
0.44 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
@ -0,0 +1,14 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
if dpkg-maintscript-helper supports mv_conffile; then
|
||||||
|
dpkg-maintscript-helper mv_conffile \
|
||||||
|
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||||
|
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||||
|
0.44 -- "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
exit 0
|
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
if [ "$1" = "remove" ] ; then
|
||||||
|
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
exit 0
|
@ -0,0 +1,12 @@
|
|||||||
|
etc/xdg/lubuntu/menus/desktop-directories/lxqt-settings.directory
|
||||||
|
etc/xdg/lubuntu/menus/lubuntu-nexus7-applications.menu
|
||||||
|
etc/xdg/lubuntu/pcmanfm-qt/
|
||||||
|
etc/xdg/lxsession/LX-Games/
|
||||||
|
etc/xdg/lxsession/Lubuntu-Nexus7/
|
||||||
|
etc/xdg/lxsession/QLubuntu/
|
||||||
|
usr/share/lubuntu/openbox/nexus-rc.xml
|
||||||
|
usr/share/lubuntu/qt/Trolltech-qt-session.conf
|
||||||
|
usr/share/lxpanel/profile/Lubuntu-Nexus7/
|
||||||
|
usr/share/xsessions/lubuntu-nexus7.desktop
|
||||||
|
usr/share/xsessions/lxgames.desktop
|
||||||
|
usr/share/xsessions/Lubuntu-Netbook.desktop
|
@ -0,0 +1 @@
|
|||||||
|
debian/light-locker.desktop /etc/xdg/lubuntu/autostart/
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/lightdm/lightdm.conf.d/20-lubuntu-nexus7.conf
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/applications/lubuntu-nexus7*.desktop
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/lightdm/lightdm.conf.d/20-lxgames.conf
|
@ -0,0 +1,5 @@
|
|||||||
|
mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/pcmanfm.conf 0.15
|
||||||
|
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu.conf 0.40
|
||||||
|
rm_conffile /etc/lightdm/lightdm.conf.d/20-lubuntu-nexus7.conf 0.40
|
||||||
|
rm_conffile /etc/lightdm/lightdm.conf.d/20-lxgames.conf 0.40
|
||||||
|
rm_conffile /etc/lightdm/lightdm.conf.d/20-qlubuntu.conf 0.40
|
@ -0,0 +1 @@
|
|||||||
|
usr/share/lightdm/lightdm.conf.d/20-qlubuntu.conf
|
@ -1,3 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install --fail-missing
|
||||||
|
@ -0,0 +1,60 @@
|
|||||||
|
# LightDM GTK+ Configuration
|
||||||
|
# Available configuration options listed below.
|
||||||
|
#
|
||||||
|
# Appearance:
|
||||||
|
# theme-name = GTK+ theme to use
|
||||||
|
# icon-theme-name = Icon theme to use
|
||||||
|
# background = Background file to use, either an image path or a color (e.g. #772953)
|
||||||
|
# user-background = false|true ("true" by default) Display user background (if available)
|
||||||
|
# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
|
||||||
|
# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
|
||||||
|
#
|
||||||
|
# Fonts:
|
||||||
|
# font-name = Font to use
|
||||||
|
# xft-antialias = false|true Whether to antialias Xft fonts
|
||||||
|
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
||||||
|
# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
|
||||||
|
# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
|
||||||
|
#
|
||||||
|
# Login window:
|
||||||
|
# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
|
||||||
|
# position = x y ("50% 50%" by default) Login window position
|
||||||
|
# default-user-image = Image used as default user icon, path or #icon-name
|
||||||
|
# hide-user-image = false|true ("false" by default)
|
||||||
|
#
|
||||||
|
# Panel:
|
||||||
|
# panel-position = top|bottom ("top" by default)
|
||||||
|
# clock-format = strftime-format string, e.g. %H:%M
|
||||||
|
# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
|
||||||
|
#
|
||||||
|
# Accessibility:
|
||||||
|
# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
|
||||||
|
# keyboard = command to launch on-screen keyboard (e.g. "onboard")
|
||||||
|
# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
|
||||||
|
# reader = command to launch screen reader (e.g. "orca")
|
||||||
|
#
|
||||||
|
# Security:
|
||||||
|
# allow-debugging = false|true ("false" by default)
|
||||||
|
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
|
||||||
|
#
|
||||||
|
# Template for per-monitor configuration:
|
||||||
|
# [monitor: name]
|
||||||
|
# background = overrides default value
|
||||||
|
# user-background = overrides default value
|
||||||
|
# laptop = false|true ("false" by default) Marks monitor as laptop display
|
||||||
|
# transition-duration = overrides default value
|
||||||
|
#
|
||||||
|
[greeter]
|
||||||
|
logo=/usr/share/icons/lubuntu/places/64/start-here.svg
|
||||||
|
background=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
theme-name=Lubuntu-default
|
||||||
|
icon-theme-name=lubuntu
|
||||||
|
font-name=Ubuntu
|
||||||
|
xft-antialias=true
|
||||||
|
#xft-dpi=
|
||||||
|
xft-hintstyle=full
|
||||||
|
xft-rgba=rgb
|
||||||
|
show-indicators=~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power
|
||||||
|
#show-clock=
|
||||||
|
#clock-format=
|
||||||
|
#keyboard=
|
@ -0,0 +1,181 @@
|
|||||||
|
[Default Applications]
|
||||||
|
application/csv=gnumeric.desktop
|
||||||
|
application/excel=gnumeric.desktop
|
||||||
|
application/msexcel=gnumeric.desktop
|
||||||
|
application/msword=abiword.desktop
|
||||||
|
application/ogg=audacious2.desktop
|
||||||
|
application/pdf=evince.desktop
|
||||||
|
application/postscript=evince.desktop
|
||||||
|
application/rtf=abiword.desktop
|
||||||
|
application/tab-separated-values=gnumeric.desktop
|
||||||
|
application/vnd.lotus-1-2-3=gnumeric.desktop
|
||||||
|
application/vnd.ms-excel=gnumeric.desktop
|
||||||
|
application/vnd.ms-word=abiword.desktop
|
||||||
|
application/vnd.rn-realmedia=io.github.GnomeMpv.desktop
|
||||||
|
application/vnd.sun.xml.calc=gnumeric.desktop
|
||||||
|
application/vnd.sun.xml.calc.template=gnumeric.desktop
|
||||||
|
application/vnd.sun.xml.draw=libreoffice-impress.desktop
|
||||||
|
application/vnd.sun.xml.draw.template=libreoffice-impress.desktop
|
||||||
|
application/vnd.sun.xml.math=libreoffice-math.desktop
|
||||||
|
application/vnd.sun.xml.writer=abiword.desktop
|
||||||
|
application/vnd.sun.xml.writer.template=abiword.desktop
|
||||||
|
application/vnd.sun.xml.writer.global=abiword.desktop
|
||||||
|
application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
|
||||||
|
application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
|
||||||
|
application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
|
||||||
|
application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
|
||||||
|
application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
|
||||||
|
application/vnd.oasis.opendocument.spreadsheet=gnumeric.desktop
|
||||||
|
application/vnd.oasis.opendocument.spreadsheet-template=gnumeric.desktop
|
||||||
|
application/vnd.oasis.opendocument.text=abiword.desktop
|
||||||
|
application/vnd.oasis.opendocument.text-template=abiword.desktop
|
||||||
|
application/vnd.oasis.opendocument.text-web=abiword.desktop
|
||||||
|
application/vnd.oasis.opendocument.text-master=abiword.desktop
|
||||||
|
application/vnd.oasis.opendocument.database=libreoffice-base.desktop
|
||||||
|
application/vnd.sun.xml.impress=libreoffice-impress.desktop
|
||||||
|
application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
|
||||||
|
application/vnd.stardivision.calc=gnumeric.desktop
|
||||||
|
application/vnd.stardivision.draw=libreoffice-draw.desktop
|
||||||
|
application/vnd.stardivision.impress=libreoffice-impress.desktop
|
||||||
|
application/vnd.stardivision.math=libreoffice-math.desktop
|
||||||
|
application/vnd.stardivision.writer=abiword.desktop
|
||||||
|
application/mspowerpoint=libreoffice-impress.desktop
|
||||||
|
application/vnd.ms-powerpoint=libreoffice-impress.desktop
|
||||||
|
application/vnd.wordperfect=abiword.desktop
|
||||||
|
application/wordperfect=abiword.desktop
|
||||||
|
application/x-123=gnumeric.desktop
|
||||||
|
application/x-abiword=abiword.desktop
|
||||||
|
application/x-applix-spreadsheet=gnumeric.desktop
|
||||||
|
application/x-ar=file-roller.desktop
|
||||||
|
application/x-arj=file-roller.desktop
|
||||||
|
application/x-bzip-compressed-tar=file-roller.desktop
|
||||||
|
application/x-bzip=file-roller.desktop
|
||||||
|
application/x-cd-image=file-roller.desktop
|
||||||
|
application/x-compressed-tar=file-roller.desktop
|
||||||
|
application/x-compress=file-roller.desktop
|
||||||
|
application/x-deb=gdebi.desktop
|
||||||
|
application/x-debian-package=gdebi.desktop
|
||||||
|
application/x-dos_ms_excel=gnumeric.desktop
|
||||||
|
application/x-ear=file-roller.desktop
|
||||||
|
application/x-excel=gnumeric.desktop
|
||||||
|
application/x-extension-m4a=io.github.GnomeMpv.desktop
|
||||||
|
application/x-extension-mp4=io.github.GnomeMpv.desktop
|
||||||
|
application/x-flac=audacious2.desktop
|
||||||
|
application/x-glade=glade-2.desktop
|
||||||
|
application/x-gnumeric=gnumeric.desktop
|
||||||
|
application/x-gtar=file-roller.desktop
|
||||||
|
application/x-gzip=file-roller.desktop
|
||||||
|
application/x-gzpostscript=evince.desktop
|
||||||
|
application/xhtml+xml=firefox.desktop
|
||||||
|
application/x-jar=file-roller.desktop
|
||||||
|
application/x-java-archive=file-roller.desktop
|
||||||
|
application/x-lha=file-roller.desktop
|
||||||
|
application/x-lhz=file-roller.desktop
|
||||||
|
application/xls=gnumeric.desktop
|
||||||
|
application/x-lzop=file-roller.desktop
|
||||||
|
application/x-matroska=io.github.GnomeMpv.desktop
|
||||||
|
application/x-mps=gnumeric.desktop
|
||||||
|
application/x-ms-excel=gnumeric.desktop
|
||||||
|
application/x-msexcel=gnumeric.desktop
|
||||||
|
application/x-ogg=audacious2.desktop
|
||||||
|
application/x-oleo=gnumeric.desktop
|
||||||
|
application/x-perl=leafpad.desktop
|
||||||
|
application/x-planperfect=gnumeric.desktop
|
||||||
|
application/x-quattropro=gnumeric.desktop
|
||||||
|
application/x-rar-compressed=file-roller.desktop
|
||||||
|
application/x-rar=file-roller.desktop
|
||||||
|
application/x-rpm=file-roller.desktop
|
||||||
|
application/x-sc=gnumeric.desktop
|
||||||
|
application/x-shockwave-flash=io.github.GnomeMpv.desktop
|
||||||
|
application/x-sylk=gnumeric.desktop
|
||||||
|
application/x-tar=file-roller.desktop
|
||||||
|
application/x-war=file-roller.desktop
|
||||||
|
application/x-xbase=gnumeric.desktop
|
||||||
|
application/x-xls=gnumeric.desktop
|
||||||
|
application/x-zip-compressed=file-roller.desktop
|
||||||
|
application/x-zip=file-roller.desktop
|
||||||
|
application/x-zoo=file-roller.desktop
|
||||||
|
application/zip=file-roller.desktop
|
||||||
|
audio/mpeg=audacious2.desktop
|
||||||
|
audio/mpegurl=audacious2.desktop
|
||||||
|
audio/vnd.rn-realaudio=audacious2.desktop
|
||||||
|
audio/x-flac=audacious2.desktop
|
||||||
|
audio/x-m4a=audacious2.desktop
|
||||||
|
audio/x-mp3=audacious2.desktop
|
||||||
|
audio/x-mpeg=audacious2.desktop
|
||||||
|
audio/x-mpegurl=audacious2.desktop
|
||||||
|
audio/x-ms-asf=audacious2.desktop
|
||||||
|
audio/x-ms-asx=audacious2.desktop
|
||||||
|
audio/x-ms-wax=audacious2.desktop
|
||||||
|
audio/x-pn-aiff=audacious2.desktop
|
||||||
|
audio/x-pn-au=audacious2.desktop
|
||||||
|
audio/x-pn-realaudio-plugin=audacious2.desktop
|
||||||
|
audio/x-pn-realaudio=audacious2.desktop
|
||||||
|
audio/x-pn-wav=audacious2.desktop
|
||||||
|
audio/x-pn-windows-acm=audacious2.desktop
|
||||||
|
audio/x-real-audio=audacious2.desktop
|
||||||
|
audio/x-scpls=audacious2.desktop
|
||||||
|
audio/x-wav=audacious2.desktop
|
||||||
|
image/bmp=gpicview.desktop
|
||||||
|
image/gif=gpicview.desktop
|
||||||
|
image/jpeg=gpicview.desktop
|
||||||
|
image/jpg=gpicview.desktop
|
||||||
|
image/pjpeg=gpicview.desktop
|
||||||
|
image/png=gpicview.desktop
|
||||||
|
image/svg+xml=gpicview.desktop
|
||||||
|
image/tiff=gpicview.desktop
|
||||||
|
image/vnd.rn-realpix=io.github.GnomeMpv.desktop
|
||||||
|
image/x-bmp=gpicview.desktop
|
||||||
|
image/x-gray=gpicview.desktop
|
||||||
|
image/x-icb=gpicview.desktop
|
||||||
|
image/x-ico=gpicview.desktop
|
||||||
|
image/x-png=gpicview.desktop
|
||||||
|
image/x-portable-anymap=gpicview.desktop
|
||||||
|
image/x-portable-bitmap=gpicview.desktop
|
||||||
|
image/x-portable-graymap=gpicview.desktop
|
||||||
|
image/x-portable-pixmap=gpicview.desktop
|
||||||
|
image/x-psd=gpicview.desktop
|
||||||
|
image/x-xbitmap=gpicview.desktop
|
||||||
|
image/x-xpixmap=gpicview.desktop
|
||||||
|
inode/directory=pcmanfm.desktop
|
||||||
|
misc/ultravox=totem.desktop
|
||||||
|
multipart/x-zip=file-roller.desktop
|
||||||
|
text/abiword=abiword.desktop
|
||||||
|
text/comma-separated-values=gnumeric.desktop
|
||||||
|
text/csv=gnumeric.desktop
|
||||||
|
text/html=firefox.desktop
|
||||||
|
text/plain=leafpad.desktop
|
||||||
|
text/richtext=abiword.desktop
|
||||||
|
text/rtf=abiword.desktop
|
||||||
|
text/spreadsheet=gnumeric.desktop
|
||||||
|
text/tab-separated-values=gnumeric.desktop
|
||||||
|
text/x-comma-separated-values=gnumeric.desktop
|
||||||
|
text/x-chdr=leafpad.desktop
|
||||||
|
text/x-csrc=leafpad.desktop
|
||||||
|
text/x-dtd=leafpad.desktop
|
||||||
|
text/x-java=leafpad.desktop
|
||||||
|
text/mathml=leafpad.desktop
|
||||||
|
text/x-python=leafpad.desktop
|
||||||
|
text/x-sql=leafpad.desktop
|
||||||
|
text/xml=firefox.desktop
|
||||||
|
video/dv=io.github.GnomeMpv.desktop
|
||||||
|
video/mp4=io.github.GnomeMpv.desktop
|
||||||
|
video/mpeg=io.github.GnomeMpv.desktop
|
||||||
|
video/msvideo=io.github.GnomeMpv.desktop
|
||||||
|
video/quicktime=io.github.GnomeMpv.desktop
|
||||||
|
video/vnd.rn-realvideo=io.github.GnomeMpv.desktop
|
||||||
|
video/ogg=io.github.GnomeMpv.desktop
|
||||||
|
video/x-anim=io.github.GnomeMpv.desktop
|
||||||
|
video/x-avi=io.github.GnomeMpv.desktop
|
||||||
|
video/x-flc=io.github.GnomeMpv.desktop
|
||||||
|
video/x-fli=io.github.GnomeMpv.desktop
|
||||||
|
video/x-mpeg=io.github.GnomeMpv.desktop
|
||||||
|
video/x-ms-asf=io.github.GnomeMpv.desktop
|
||||||
|
video/x-msvideo=io.github.GnomeMpv.desktop
|
||||||
|
video/x-ms-wmv=io.github.GnomeMpv.desktop
|
||||||
|
video/x-nsv=io.github.GnomeMpv.desktop
|
||||||
|
x-directory/normal=pcmanfm.desktop
|
||||||
|
zz-application/zz-winassoc-xls=gnumeric.desktop
|
||||||
|
x-scheme-handler/apt=apturl.desktop
|
||||||
|
x-scheme-handler/http=firefox.desktop
|
||||||
|
x-scheme-handler/https=firefox.desktop
|
@ -0,0 +1,55 @@
|
|||||||
|
[base]
|
||||||
|
## uncomment and set autologin username to enable autologin
|
||||||
|
# autologin=dgod
|
||||||
|
|
||||||
|
## uncomment and set timeout to enable timeout autologin,
|
||||||
|
## the value should >=5
|
||||||
|
# timeout=10
|
||||||
|
|
||||||
|
## default session or desktop used when no systemwide config
|
||||||
|
session=/usr/bin/startlubuntu
|
||||||
|
|
||||||
|
## uncomment and set to set numlock on your keyboard
|
||||||
|
# numlock=0
|
||||||
|
|
||||||
|
## set this if you don't want to put xauth file at ~/.Xauthority
|
||||||
|
# xauth_path=/tmp
|
||||||
|
|
||||||
|
## greeter used to welcome the user
|
||||||
|
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
||||||
|
|
||||||
|
[server]
|
||||||
|
## arg used to start xserver, not fully function
|
||||||
|
# arg=/usr/bin/X -background vt1
|
||||||
|
|
||||||
|
[display]
|
||||||
|
## gtk theme used by greeter
|
||||||
|
gtk_theme=Clearlooks
|
||||||
|
|
||||||
|
## background of the greeter
|
||||||
|
bg=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
|
||||||
|
## if show bottom pane
|
||||||
|
bottom_pane=1
|
||||||
|
|
||||||
|
## if show language select control
|
||||||
|
lang=1
|
||||||
|
|
||||||
|
## if show keyboard layout select control
|
||||||
|
keyboard=0
|
||||||
|
|
||||||
|
## the theme of greeter
|
||||||
|
theme=Lubuntu
|
||||||
|
|
||||||
|
[input]
|
||||||
|
|
||||||
|
[userlist]
|
||||||
|
## if disable the user list control at greeter
|
||||||
|
disable=0
|
||||||
|
|
||||||
|
## whitelist user
|
||||||
|
white=
|
||||||
|
|
||||||
|
## blacklist user
|
||||||
|
black=
|
||||||
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[general]
|
||||||
|
fontname=Ubuntu Mono 12
|
||||||
|
selchars=-A-Za-z0-9,./?%&#:_
|
||||||
|
scrollback=1000
|
||||||
|
bgcolor=#000000000000
|
||||||
|
fgcolor=#ffffffffffff
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Type=Directory
|
||||||
|
Name=LXQt
|
||||||
|
Icon=preferences-system
|
@ -0,0 +1,71 @@
|
|||||||
|
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||||
|
"http://standards.freedesktop.org/menu-spec/1.0/menu.dtd">
|
||||||
|
<Menu>
|
||||||
|
<Name>Applications</Name>
|
||||||
|
<Directory>lxde-menu-applications.directory</Directory>
|
||||||
|
<DefaultAppDirs/>
|
||||||
|
<DefaultDirectoryDirs/>
|
||||||
|
<DefaultMergeDirs/>
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<Merge type="menus"/>
|
||||||
|
<Menuname>Home</Menuname>
|
||||||
|
<Menuname>Internet</Menuname>
|
||||||
|
<Menuname>Settings</Menuname>
|
||||||
|
<Menuname>Other</Menuname>
|
||||||
|
</Layout>
|
||||||
|
|
||||||
|
<!-- Home Menu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Home</Name>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Internet Menu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Internet</Name>
|
||||||
|
<Directory>lxde-network.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Network</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Multimedia Menu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Multimedia</Name>
|
||||||
|
<Directory>lxde-audio-video.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Audio</Category>
|
||||||
|
<Category>Video</Category>
|
||||||
|
<Category>AudioVideo</Category>
|
||||||
|
<Category>Game</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Settings Menu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Settings</Name>
|
||||||
|
<Directory>lxde-settings.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>System</Category>
|
||||||
|
<Category>PackageManager</Category>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Other Menu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Other</Name>
|
||||||
|
<Directory>lxde-other.directory</Directory>
|
||||||
|
<OnlyUnallocated/>
|
||||||
|
<Include>
|
||||||
|
<And/>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
</Menu>
|
@ -0,0 +1,224 @@
|
|||||||
|
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||||
|
"http://standards.freedesktop.org/menu-spec/1.0/menu.dtd">
|
||||||
|
|
||||||
|
<Menu>
|
||||||
|
<Name>Applications</Name>
|
||||||
|
|
||||||
|
<!-- Read standard .directory and .desktop file locations -->
|
||||||
|
<DefaultAppDirs/>
|
||||||
|
<DefaultDirectoryDirs/>
|
||||||
|
|
||||||
|
<!-- Read in overrides and child menus from applications-merged/ -->
|
||||||
|
<DefaultMergeDirs/>
|
||||||
|
|
||||||
|
<!-- Applications Menu -->
|
||||||
|
|
||||||
|
<!-- Accessories submenu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Accessories</Name>
|
||||||
|
<Directory>lxde-utility.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Utility</Category>
|
||||||
|
<Not><Category>Accessibility</Category></Not>
|
||||||
|
<Not><Category>System</Category></Not>
|
||||||
|
<Not><Category>AudioVideo</Category></Not>
|
||||||
|
<Not><Category>Audio</Category></Not>
|
||||||
|
<Not><Category>Video</Category></Not>
|
||||||
|
</And>
|
||||||
|
<Or>
|
||||||
|
<Category>Core</Category>
|
||||||
|
<Category>Legacy</Category>
|
||||||
|
</Or>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Accessories -->
|
||||||
|
|
||||||
|
<!-- Accessibility submenu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Universal Access</Name>
|
||||||
|
<Directory>lxde-utility-accessibility.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Accessibility</Category>
|
||||||
|
<Not><Category>Settings</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Accessibility -->
|
||||||
|
|
||||||
|
<!-- Development Tools -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Development</Name>
|
||||||
|
<Directory>lxde-development.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Development</Category>
|
||||||
|
</And>
|
||||||
|
<Filename>emacs.desktop</Filename>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Development Tools -->
|
||||||
|
|
||||||
|
<!-- Education -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Education</Name>
|
||||||
|
<Directory>lxde-education.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Or>
|
||||||
|
<Category>Education</Category>
|
||||||
|
</Or>
|
||||||
|
<And>
|
||||||
|
<Category>Science</Category>
|
||||||
|
<Not><Category>Office</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Education -->
|
||||||
|
|
||||||
|
<!-- Electronics -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Electronics</Name>
|
||||||
|
<Directory>Electronics.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Electronics</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Electronics -->
|
||||||
|
|
||||||
|
<!-- Games -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Games</Name>
|
||||||
|
<Directory>lxde-game.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Game</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Games -->
|
||||||
|
|
||||||
|
<!-- Graphics -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Graphics</Name>
|
||||||
|
<Directory>lxde-graphics.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Graphics</Category>
|
||||||
|
<Not><Category>Utility</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>display-im6.q16.desktop</Filename>
|
||||||
|
<Filename>display-im6.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Graphics -->
|
||||||
|
|
||||||
|
<!-- Internet -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Internet</Name>
|
||||||
|
<Directory>lxde-network.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Network</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Internet -->
|
||||||
|
|
||||||
|
<!-- Multimedia -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Multimedia</Name>
|
||||||
|
<Directory>lxde-audio-video.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Audio</Category>
|
||||||
|
<Category>Video</Category>
|
||||||
|
<Category>AudioVideo</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Multimedia -->
|
||||||
|
|
||||||
|
<!-- Office -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Office</Name>
|
||||||
|
<Directory>lxde-office.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Office</Category>
|
||||||
|
<Not><Category>Graphics</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Office -->
|
||||||
|
|
||||||
|
<!-- Other -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Other</Name>
|
||||||
|
<Directory>lxde-other.directory</Directory>
|
||||||
|
<OnlyUnallocated/>
|
||||||
|
<Include>
|
||||||
|
<And/>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
<Filename>synaptic-kde.desktop</Filename>
|
||||||
|
<Filename>display-im6.q16.desktop</Filename>
|
||||||
|
<Filename>display-im6.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Other -->
|
||||||
|
|
||||||
|
<!-- Administration Menu, to include in Layout section -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Administration</Name>
|
||||||
|
<Directory>lxde-system-tools.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
<Category>System</Category>
|
||||||
|
</And>
|
||||||
|
<Or>
|
||||||
|
<And>
|
||||||
|
<Category>System</Category>
|
||||||
|
<Not><Category>FileManager</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Or>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
<Filename>synaptic-kde.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Preferences Menu, to include in Layout section -->
|
||||||
|
<Menu>
|
||||||
|
<Name>DesktopSettings</Name>
|
||||||
|
<Directory>lxde-settings.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
<Not>
|
||||||
|
<Or>
|
||||||
|
<Category>System</Category>
|
||||||
|
</Or>
|
||||||
|
</Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- General layout of the whole menu -->
|
||||||
|
<Layout>
|
||||||
|
<Menuname>Settings</Menuname>
|
||||||
|
<Separator/>
|
||||||
|
<Merge type="all"/>
|
||||||
|
<Separator/>
|
||||||
|
<Menuname>Administration</Menuname>
|
||||||
|
<Menuname>DesktopSettings</Menuname>
|
||||||
|
</Layout>
|
||||||
|
|
||||||
|
</Menu>
|
@ -0,0 +1,205 @@
|
|||||||
|
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||||
|
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||||
|
<Menu>
|
||||||
|
<Name>Applications</Name>
|
||||||
|
<Directory>lxde-menu-applications.directory</Directory>
|
||||||
|
<DefaultAppDirs/>
|
||||||
|
<DefaultDirectoryDirs/>
|
||||||
|
<DefaultMergeDirs/>
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<Merge type="menus"/>
|
||||||
|
<Menuname>Action</Menuname>
|
||||||
|
<Menuname>ArcadeGame</Menuname>
|
||||||
|
<Menuname>BoardGame</Menuname>
|
||||||
|
<Menuname>CardGame</Menuname>
|
||||||
|
<Menuname>Education</Menuname>
|
||||||
|
<Menuname>Emulator</Menuname>
|
||||||
|
<Menuname>LogicGame</Menuname>
|
||||||
|
<Menuname>Simulation</Menuname>
|
||||||
|
<Menuname>SportsGame</Menuname>
|
||||||
|
<Menuname>Strategy</Menuname>
|
||||||
|
<Menuname>Other</Menuname>
|
||||||
|
<Menuname>Settings</Menuname>
|
||||||
|
</Layout>
|
||||||
|
<Menu>
|
||||||
|
<Name>Action</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>ActionGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>ArcadeGame</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>ArcadeGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>BoardGame</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>BoardGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>CardGame</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>CardGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Education</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Education</Category>
|
||||||
|
<Not><Category>Game</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Emulator</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>Emulator</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>LogicGame</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>LogicGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Simulation</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>Simulation</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>SportsGame</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>SportsGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Strategy</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Category>StrategyGame</Category>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Other</Name>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Game</Category>
|
||||||
|
<Not><Category>ActionGame</Category></Not>
|
||||||
|
<Not><Category>ArcadeGame</Category></Not>
|
||||||
|
<Not><Category>BoardGame</Category></Not>
|
||||||
|
<Not><Category>CardGame</Category></Not>
|
||||||
|
<Not><Category>Emulator</Category></Not>
|
||||||
|
<Not><Category>LogicGame</Category></Not>
|
||||||
|
<Not><Category>Simulation</Category></Not>
|
||||||
|
<Not><Category>SportsGame</Category></Not>
|
||||||
|
<Not><Category>StrategyGame</Category></Not>
|
||||||
|
<Not><Category>Education</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<Menu>
|
||||||
|
<Name>Settings</Name>
|
||||||
|
<Directory>lxde-settings.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>System</Category>
|
||||||
|
<Category>PackageManager</Category>
|
||||||
|
<Not><Category>Game</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
<Not><Category>Game</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Add some dirty hacks to map gnome categories to lxlauncher ones for merges -->
|
||||||
|
<Move>
|
||||||
|
<Old>Graphics</Old>
|
||||||
|
<New>Work/Graphics</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Accessories</Old>
|
||||||
|
<New>Work/Accessories</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Development</Old>
|
||||||
|
<New>Work/Development</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Education</Old>
|
||||||
|
<New>Learn</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Games</Old>
|
||||||
|
<New>Play/Games</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Multimedia</Old>
|
||||||
|
<New>Play/Multimedia</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>Office</Old>
|
||||||
|
<New>Work/Office</New>
|
||||||
|
</Move>
|
||||||
|
<Move>
|
||||||
|
<Old>System</Old>
|
||||||
|
<New>Settings</New>
|
||||||
|
</Move>
|
||||||
|
|
||||||
|
<Move>
|
||||||
|
<Old>wine-wine</Old>
|
||||||
|
<New>Work/wine-wine</New>
|
||||||
|
</Move>
|
||||||
|
</Menu>
|
||||||
|
|
@ -0,0 +1,17 @@
|
|||||||
|
[Openbox]
|
||||||
|
source=/usr/share/lubuntu/openbox/rc.xml
|
||||||
|
|
||||||
|
[XScreensaver]
|
||||||
|
source=/usr/share/lubuntu/xscreensaver/xscreensaver
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
source=/usr/share/lubuntu/qt/Trolltech.conf
|
||||||
|
|
||||||
|
[Leafpad]
|
||||||
|
source=/usr/share/lubuntu/leafpad/leafpadrc
|
||||||
|
|
||||||
|
[LXterminal]
|
||||||
|
source=/etc/xdg/lubuntu/lxterminal/lxterminal.conf
|
||||||
|
|
||||||
|
[libfm]
|
||||||
|
source=/etc/xdg/lubuntu/libfm/libfm.conf
|
@ -0,0 +1,119 @@
|
|||||||
|
[Session]
|
||||||
|
windows_manager/command=openbox
|
||||||
|
windows_manager/session=Lubuntu
|
||||||
|
windows_manager/extras=
|
||||||
|
|
||||||
|
panel/command=lxpanel
|
||||||
|
panel/session=Lubuntu
|
||||||
|
|
||||||
|
screensaver/command=
|
||||||
|
|
||||||
|
power_manager/command=auto
|
||||||
|
|
||||||
|
file_manager/command=pcmanfm
|
||||||
|
file_manager/session=lubuntu
|
||||||
|
file_manager/extras=
|
||||||
|
|
||||||
|
desktop_manager/command=lxlauncher
|
||||||
|
desktop_manager/wallpaper=
|
||||||
|
|
||||||
|
polkit/command=lxpolkit
|
||||||
|
|
||||||
|
network_gui/command=dhcpcd-gtk
|
||||||
|
|
||||||
|
audio_manager/command=pavucontrol
|
||||||
|
|
||||||
|
quit_manager/command=lxsession-logout
|
||||||
|
quit_manager/image=/usr/share/lubuntu/images/logout-banner.png
|
||||||
|
quit_manager/layout=top
|
||||||
|
|
||||||
|
workspace_manager/command=obconf
|
||||||
|
|
||||||
|
launcher_manager/command=lxpanelctl
|
||||||
|
|
||||||
|
terminal_manager/command=x-terminal-emulator
|
||||||
|
|
||||||
|
screenshot_manager/command=scrot
|
||||||
|
|
||||||
|
upgrade_manager/command=update-manager
|
||||||
|
|
||||||
|
clipboard/command=lxclipboard
|
||||||
|
|
||||||
|
composite_manager/command=
|
||||||
|
composite_manager/autostart=
|
||||||
|
|
||||||
|
disable_autostart=no
|
||||||
|
|
||||||
|
upstart_user_session=false
|
||||||
|
|
||||||
|
webbrowser/command=x-www-browser
|
||||||
|
webbrowser/desktop=
|
||||||
|
|
||||||
|
im1/command=pidgin
|
||||||
|
im1/autostart=
|
||||||
|
|
||||||
|
webcam/command=guvcview
|
||||||
|
|
||||||
|
[State]
|
||||||
|
laptop_mode=unknown
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
gnome=false
|
||||||
|
|
||||||
|
[Keymap]
|
||||||
|
mode=system
|
||||||
|
model=
|
||||||
|
layout=
|
||||||
|
variant=
|
||||||
|
options=
|
||||||
|
|
||||||
|
[XRandr]
|
||||||
|
mode=
|
||||||
|
command=
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
keyring=no
|
||||||
|
|
||||||
|
[a11y]
|
||||||
|
activate=no
|
||||||
|
type=
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
activate=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
type=lubuntu
|
||||||
|
menu_prefix=lxgames-
|
||||||
|
ubuntu_menuproxy=false
|
||||||
|
toolkit_integration=gtk3
|
||||||
|
gtk/overlay_scrollbar_disable=true
|
||||||
|
qt/force_theme=gtk
|
||||||
|
qt/platform=lxqt
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Lubuntu-default
|
||||||
|
sNet/IconThemeName=Lubuntu
|
||||||
|
sGtk/FontName=Ubuntu 11
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintslight
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
sGtk/CursorThemeName=DMZ-White
|
||||||
|
sGtk/ColorScheme=
|
||||||
|
iGtk/ToolbarIconSize=3
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
@ -0,0 +1,17 @@
|
|||||||
|
[Openbox]
|
||||||
|
source=/usr/share/lubuntu/openbox/rc.xml
|
||||||
|
|
||||||
|
[XScreensaver]
|
||||||
|
source=/usr/share/lubuntu/xscreensaver/xscreensaver
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
source=/usr/share/lubuntu/qt/Trolltech.conf
|
||||||
|
|
||||||
|
[Leafpad]
|
||||||
|
source=/usr/share/lubuntu/leafpad/leafpadrc
|
||||||
|
|
||||||
|
[LXterminal]
|
||||||
|
source=/etc/xdg/lubuntu/lxterminal/lxterminal.conf
|
||||||
|
|
||||||
|
[libfm]
|
||||||
|
source=/etc/xdg/lubuntu/libfm/libfm.conf
|
@ -0,0 +1,119 @@
|
|||||||
|
[Session]
|
||||||
|
windows_manager/command=openbox
|
||||||
|
windows_manager/session=Lubuntu
|
||||||
|
windows_manager/extras=
|
||||||
|
|
||||||
|
panel/command=lxpanel
|
||||||
|
panel/session=Lubuntu
|
||||||
|
|
||||||
|
screensaver/command=
|
||||||
|
|
||||||
|
power_manager/command=auto
|
||||||
|
|
||||||
|
file_manager/command=pcmanfm
|
||||||
|
file_manager/session=lubuntu
|
||||||
|
file_manager/extras=
|
||||||
|
|
||||||
|
desktop_manager/command=lxlauncher
|
||||||
|
desktop_manager/wallpaper=
|
||||||
|
|
||||||
|
polkit/command=lxpolkit
|
||||||
|
|
||||||
|
network_gui/command=dhcpcd-gtk
|
||||||
|
|
||||||
|
audio_manager/command=pavucontrol
|
||||||
|
|
||||||
|
quit_manager/command=lxsession-logout
|
||||||
|
quit_manager/image=/usr/share/lubuntu/images/logout-banner.png
|
||||||
|
quit_manager/layout=top
|
||||||
|
|
||||||
|
workspace_manager/command=obconf
|
||||||
|
|
||||||
|
launcher_manager/command=lxpanelctl
|
||||||
|
|
||||||
|
terminal_manager/command=x-terminal-emulator
|
||||||
|
|
||||||
|
screenshot_manager/command=scrot
|
||||||
|
|
||||||
|
upgrade_manager/command=update-manager
|
||||||
|
|
||||||
|
clipboard/command=lxclipboard
|
||||||
|
|
||||||
|
composite_manager/command=
|
||||||
|
composite_manager/autostart=
|
||||||
|
|
||||||
|
disable_autostart=no
|
||||||
|
|
||||||
|
upstart_user_session=false
|
||||||
|
|
||||||
|
webbrowser/command=x-www-browser
|
||||||
|
webbrowser/desktop=
|
||||||
|
|
||||||
|
im1/command=pidgin
|
||||||
|
im1/autostart=
|
||||||
|
|
||||||
|
webcam/command=guvcview
|
||||||
|
|
||||||
|
[State]
|
||||||
|
laptop_mode=unknown
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
gnome=false
|
||||||
|
|
||||||
|
[Keymap]
|
||||||
|
mode=system
|
||||||
|
model=
|
||||||
|
layout=
|
||||||
|
variant=
|
||||||
|
options=
|
||||||
|
|
||||||
|
[XRandr]
|
||||||
|
mode=
|
||||||
|
command=
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
keyring=no
|
||||||
|
|
||||||
|
[a11y]
|
||||||
|
activate=no
|
||||||
|
type=
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
activate=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
type=lubuntu
|
||||||
|
menu_prefix=lxde-
|
||||||
|
ubuntu_menuproxy=false
|
||||||
|
toolkit_integration=gtk3
|
||||||
|
gtk/overlay_scrollbar_disable=true
|
||||||
|
qt/force_theme=gtk
|
||||||
|
qt/platform=lxqt
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Lubuntu-default
|
||||||
|
sNet/IconThemeName=Lubuntu
|
||||||
|
sGtk/FontName=Ubuntu 11
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintslight
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
sGtk/CursorThemeName=DMZ-White
|
||||||
|
sGtk/ColorScheme=
|
||||||
|
iGtk/ToolbarIconSize=3
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
@ -0,0 +1,17 @@
|
|||||||
|
[Openbox]
|
||||||
|
source=/usr/share/lubuntu/openbox/nexus-rc.xml
|
||||||
|
|
||||||
|
[XScreensaver]
|
||||||
|
source=/usr/share/lubuntu/xscreensaver/xscreensaver
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
source=/usr/share/lubuntu/qt/Trolltech.conf
|
||||||
|
|
||||||
|
[Leafpad]
|
||||||
|
source=/usr/share/lubuntu/leafpad/leafpadrc
|
||||||
|
|
||||||
|
[LXterminal]
|
||||||
|
source=/etc/xdg/lubuntu/lxterminal/lxterminal.conf
|
||||||
|
|
||||||
|
[libfm]
|
||||||
|
source=/etc/xdg/lubuntu/libfm/libfm.conf
|
@ -0,0 +1,119 @@
|
|||||||
|
[Session]
|
||||||
|
windows_manager/command=openbox
|
||||||
|
windows_manager/session=Lubuntu
|
||||||
|
windows_manager/extras=
|
||||||
|
|
||||||
|
panel/command=lxpanel
|
||||||
|
panel/session=Lubuntu-Nexus7
|
||||||
|
|
||||||
|
screensaver/command=
|
||||||
|
|
||||||
|
power_manager/command=auto
|
||||||
|
|
||||||
|
file_manager/command=pcmanfm
|
||||||
|
file_manager/session=lubuntu
|
||||||
|
file_manager/extras=
|
||||||
|
|
||||||
|
desktop_manager/command=lxlauncher
|
||||||
|
desktop_manager/wallpaper=
|
||||||
|
|
||||||
|
polkit/command=lxpolkit
|
||||||
|
|
||||||
|
network_gui/command=dhcpcd-gtk
|
||||||
|
|
||||||
|
audio_manager/command=pavucontrol
|
||||||
|
|
||||||
|
quit_manager/command=lxsession-logout
|
||||||
|
quit_manager/image=/usr/share/lubuntu/images/logout-banner.png
|
||||||
|
quit_manager/layout=top
|
||||||
|
|
||||||
|
workspace_manager/command=obconf
|
||||||
|
|
||||||
|
launcher_manager/command=lxpanelctl
|
||||||
|
|
||||||
|
terminal_manager/command=x-terminal-emulator
|
||||||
|
|
||||||
|
screenshot_manager/command=scrot
|
||||||
|
|
||||||
|
upgrade_manager/command=update-manager
|
||||||
|
|
||||||
|
clipboard/command=lxclipboard
|
||||||
|
|
||||||
|
composite_manager/command=
|
||||||
|
composite_manager/autostart=
|
||||||
|
|
||||||
|
disable_autostart=no
|
||||||
|
|
||||||
|
upstart_user_session=false
|
||||||
|
|
||||||
|
webbrowser/command=x-www-browser
|
||||||
|
webbrowser/desktop=
|
||||||
|
|
||||||
|
im1/command=pidgin
|
||||||
|
im1/autostart=
|
||||||
|
|
||||||
|
webcam/command=guvcview
|
||||||
|
|
||||||
|
[State]
|
||||||
|
laptop_mode=unknown
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
gnome=false
|
||||||
|
|
||||||
|
[Keymap]
|
||||||
|
mode=system
|
||||||
|
model=
|
||||||
|
layout=
|
||||||
|
variant=
|
||||||
|
options=
|
||||||
|
|
||||||
|
[XRandr]
|
||||||
|
mode=
|
||||||
|
command=
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
keyring=no
|
||||||
|
|
||||||
|
[a11y]
|
||||||
|
activate=yes
|
||||||
|
type=gnome
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
activate=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
type=lubuntu
|
||||||
|
menu_prefix=lxde-
|
||||||
|
ubuntu_menuproxy=false
|
||||||
|
toolkit_integration=gtk3
|
||||||
|
gtk/overlay_scrollbar_disable=true
|
||||||
|
qt/force_theme=gtk
|
||||||
|
qt/platform=lxqt
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Lubuntu-default
|
||||||
|
sNet/IconThemeName=Lubuntu
|
||||||
|
sGtk/FontName=Ubuntu 11
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintslight
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
sGtk/CursorThemeName=DMZ-White
|
||||||
|
sGtk/ColorScheme=
|
||||||
|
iGtk/ToolbarIconSize=3
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
@ -0,0 +1,17 @@
|
|||||||
|
[Openbox]
|
||||||
|
source=/usr/share/lubuntu/openbox/rc.xml
|
||||||
|
|
||||||
|
[XScreensaver]
|
||||||
|
source=/usr/share/lubuntu/xscreensaver/xscreensaver
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
source=/usr/share/lubuntu/qt/Trolltech.conf
|
||||||
|
|
||||||
|
[Leafpad]
|
||||||
|
source=/usr/share/lubuntu/leafpad/leafpadrc
|
||||||
|
|
||||||
|
[LXterminal]
|
||||||
|
source=/etc/xdg/lubuntu/lxterminal/lxterminal.conf
|
||||||
|
|
||||||
|
[libfm]
|
||||||
|
source=/etc/xdg/lubuntu/libfm/libfm.conf
|
@ -0,0 +1,123 @@
|
|||||||
|
[Session]
|
||||||
|
windows_manager/command=openbox
|
||||||
|
windows_manager/session=Lubuntu
|
||||||
|
windows_manager/extras=
|
||||||
|
|
||||||
|
panel/command=lxpanel
|
||||||
|
panel/session=Lubuntu
|
||||||
|
|
||||||
|
screensaver/command=
|
||||||
|
|
||||||
|
power_manager/command=auto
|
||||||
|
|
||||||
|
file_manager/command=pcmanfm
|
||||||
|
file_manager/session=lubuntu
|
||||||
|
file_manager/extras=
|
||||||
|
|
||||||
|
desktop_manager/command=filemanager
|
||||||
|
desktop_manager/wallpaper=
|
||||||
|
|
||||||
|
polkit/command=lxpolkit
|
||||||
|
|
||||||
|
network_gui/command=dhcpcd-gtk
|
||||||
|
|
||||||
|
audio_manager/command=pavucontrol
|
||||||
|
|
||||||
|
quit_manager/command=lxsession-logout
|
||||||
|
quit_manager/image=/usr/share/lubuntu/images/logout-banner.png
|
||||||
|
quit_manager/layout=top
|
||||||
|
|
||||||
|
workspace_manager/command=obconf
|
||||||
|
|
||||||
|
launcher_manager/command=lxpanelctl
|
||||||
|
launcher_manager/autostart=false
|
||||||
|
|
||||||
|
terminal_manager/command=x-terminal-emulator
|
||||||
|
|
||||||
|
screenshot_manager/command=scrot
|
||||||
|
|
||||||
|
upgrade_manager/command=update-manager
|
||||||
|
|
||||||
|
clipboard/command=lxclipboard
|
||||||
|
|
||||||
|
composite_manager/command=
|
||||||
|
composite_manager/autostart=
|
||||||
|
|
||||||
|
disable_autostart=no
|
||||||
|
|
||||||
|
upstart_user_session=false
|
||||||
|
|
||||||
|
webbrowser/command=x-www-browser
|
||||||
|
webbrowser/desktop=
|
||||||
|
|
||||||
|
im1/command=pidgin
|
||||||
|
im1/autostart=
|
||||||
|
|
||||||
|
webcam/command=guvcview
|
||||||
|
|
||||||
|
lock_manager/command=light-locker-command -l
|
||||||
|
|
||||||
|
[State]
|
||||||
|
laptop_mode=unknown
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
gnome=false
|
||||||
|
|
||||||
|
[Keymap]
|
||||||
|
mode=system
|
||||||
|
model=
|
||||||
|
layout=
|
||||||
|
variant=
|
||||||
|
options=
|
||||||
|
|
||||||
|
[XRandr]
|
||||||
|
mode=
|
||||||
|
command=
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
keyring=no
|
||||||
|
|
||||||
|
[a11y]
|
||||||
|
activate=no
|
||||||
|
type=
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
activate=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
type=lubuntu
|
||||||
|
menu_prefix=lxde-
|
||||||
|
ubuntu_menuproxy=false
|
||||||
|
toolkit_integration=gtk3
|
||||||
|
gtk/overlay_scrollbar_disable=true
|
||||||
|
qt/force_theme=gtk
|
||||||
|
qt/platform=lxqt
|
||||||
|
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Lubuntu-default
|
||||||
|
sNet/IconThemeName=Lubuntu
|
||||||
|
sGtk/FontName=Ubuntu 11
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintslight
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
sGtk/CursorThemeName=DMZ-White
|
||||||
|
sGtk/ColorScheme=
|
||||||
|
iGtk/ToolbarIconSize=3
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
@ -0,0 +1,17 @@
|
|||||||
|
[Openbox]
|
||||||
|
source=/usr/share/lubuntu/openbox/rc.xml
|
||||||
|
|
||||||
|
[XScreensaver]
|
||||||
|
source=/usr/share/lubuntu/xscreensaver/xscreensaver
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
source=/usr/share/lubuntu/qt/Trolltech-qt-session.conf
|
||||||
|
|
||||||
|
[Leafpad]
|
||||||
|
source=/usr/share/lubuntu/leafpad/leafpadrc
|
||||||
|
|
||||||
|
[LXterminal]
|
||||||
|
source=/etc/xdg/lubuntu/lxterminal/lxterminal.conf
|
||||||
|
|
||||||
|
[libfm]
|
||||||
|
source=/etc/xdg/lubuntu/libfm/libfm.conf
|
@ -0,0 +1,121 @@
|
|||||||
|
[Session]
|
||||||
|
windows_manager/command=openbox
|
||||||
|
windows_manager/session=Lubuntu
|
||||||
|
windows_manager/extras=
|
||||||
|
|
||||||
|
panel/command=lxqt-panel
|
||||||
|
panel/session=
|
||||||
|
|
||||||
|
screensaver/command=
|
||||||
|
|
||||||
|
power_manager/command=auto
|
||||||
|
|
||||||
|
file_manager/command=pcmanfm-qt
|
||||||
|
file_manager/session=lxqt
|
||||||
|
file_manager/extras=
|
||||||
|
|
||||||
|
desktop_manager/command=filemanager
|
||||||
|
desktop_manager/wallpaper=
|
||||||
|
|
||||||
|
polkit/command=lxqt-policykit-agent
|
||||||
|
|
||||||
|
network_gui/command=lxqt-connman-applet
|
||||||
|
|
||||||
|
audio_manager/command=pavucontrol-qt
|
||||||
|
|
||||||
|
quit_manager/command=lxqt-leave
|
||||||
|
quit_manager/image=
|
||||||
|
quit_manager/layout=
|
||||||
|
|
||||||
|
workspace_manager/command=
|
||||||
|
|
||||||
|
launcher_manager/command=lxqt-runner
|
||||||
|
launcher_manager/autostart=true
|
||||||
|
|
||||||
|
terminal_manager/command=x-terminal-emulator
|
||||||
|
|
||||||
|
screenshot_manager/command=scrot
|
||||||
|
|
||||||
|
upgrade_manager/command=muon-updater
|
||||||
|
|
||||||
|
clipboard/command=
|
||||||
|
|
||||||
|
composite_manager/command=
|
||||||
|
composite_manager/autostart=
|
||||||
|
|
||||||
|
notification/command=lxqt-notificationd
|
||||||
|
notification/autostart=true
|
||||||
|
|
||||||
|
keybindings/command=lxqt-globalkeysd
|
||||||
|
keybindings/autostart=true
|
||||||
|
|
||||||
|
disable_autostart=no
|
||||||
|
|
||||||
|
upstart_user_session=false
|
||||||
|
|
||||||
|
webbrowser/command=x-www-browser
|
||||||
|
webbrowser/desktop=
|
||||||
|
|
||||||
|
[State]
|
||||||
|
laptop_mode=unknown
|
||||||
|
|
||||||
|
[Dbus]
|
||||||
|
lxde=true
|
||||||
|
gnome=false
|
||||||
|
|
||||||
|
[Keymap]
|
||||||
|
mode=system
|
||||||
|
model=
|
||||||
|
layout=
|
||||||
|
variant=
|
||||||
|
options=
|
||||||
|
|
||||||
|
[XRandr]
|
||||||
|
mode=
|
||||||
|
command=
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
keyring=no
|
||||||
|
|
||||||
|
[a11y]
|
||||||
|
activate=no
|
||||||
|
type=
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
activate=true
|
||||||
|
|
||||||
|
[Environment]
|
||||||
|
type=lubuntu
|
||||||
|
menu_prefix=lxde-
|
||||||
|
ubuntu_menuproxy=false
|
||||||
|
toolkit_integration=gtk3
|
||||||
|
gtk/overlay_scrollbar_disable=true
|
||||||
|
qt/force_theme=gtk
|
||||||
|
qt/platform=lxqt
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
sNet/ThemeName=Lubuntu-default
|
||||||
|
sNet/IconThemeName=Lubuntu
|
||||||
|
sGtk/FontName=Ubuntu 11
|
||||||
|
iGtk/ToolbarStyle=3
|
||||||
|
iGtk/ButtonImages=1
|
||||||
|
iGtk/MenuImages=1
|
||||||
|
iGtk/CursorThemeSize=18
|
||||||
|
iXft/Antialias=1
|
||||||
|
iXft/Hinting=1
|
||||||
|
sXft/HintStyle=hintslight
|
||||||
|
sXft/RGBA=rgb
|
||||||
|
sGtk/CursorThemeName=DMZ-White
|
||||||
|
sGtk/ColorScheme=
|
||||||
|
iGtk/ToolbarIconSize=3
|
||||||
|
iNet/EnableEventSounds=1
|
||||||
|
iNet/EnableInputFeedbackSounds=1
|
||||||
|
|
||||||
|
[Mouse]
|
||||||
|
AccFactor=20
|
||||||
|
AccThreshold=10
|
||||||
|
LeftHanded=0
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
Delay=500
|
||||||
|
Interval=30
|
@ -0,0 +1,14 @@
|
|||||||
|
[*]
|
||||||
|
wallpaper_mode=crop
|
||||||
|
wallpaper_common=1
|
||||||
|
wallpapers_configured=1
|
||||||
|
wallpaper0=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
wallpaper=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
desktop_bg=#2e4060
|
||||||
|
desktop_fg=#ffffff
|
||||||
|
desktop_shadow=#000000
|
||||||
|
desktop_font=Ubuntu 11
|
||||||
|
sort=mtime;ascending;
|
||||||
|
show_documents=0
|
||||||
|
show_trash=1
|
||||||
|
show_mounts=1
|
@ -0,0 +1,34 @@
|
|||||||
|
[config]
|
||||||
|
bm_open_method=0
|
||||||
|
su_cmd=gksu %s
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
mount_on_startup=1
|
||||||
|
mount_removable=1
|
||||||
|
autorun=1
|
||||||
|
|
||||||
|
[desktop]
|
||||||
|
wallpaper_mode=crop
|
||||||
|
wallpaper_common=1
|
||||||
|
wallpapers_configured=1
|
||||||
|
wallpaper0=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
wallpaper=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
|
desktop_bg=#2e4060
|
||||||
|
desktop_fg=#ffffff
|
||||||
|
desktop_shadow=#000000
|
||||||
|
desktop_font=Ubuntu 11
|
||||||
|
sort=mtime;ascending;
|
||||||
|
show_documents=0
|
||||||
|
show_trash=1
|
||||||
|
show_mounts=1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
always_show_tabs=0
|
||||||
|
max_tab_chars=32
|
||||||
|
win_width=798
|
||||||
|
win_height=547
|
||||||
|
side_pane_mode=1
|
||||||
|
view_mode=0
|
||||||
|
show_hidden=0
|
||||||
|
sort_type=0
|
||||||
|
sort_by=2
|
@ -1,2 +0,0 @@
|
|||||||
[General]
|
|
||||||
theme=Lubuntu
|
|
@ -1,15 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Comment=Manage your network connections
|
|
||||||
Exec=nm-applet
|
|
||||||
Hidden=true
|
|
||||||
Icon=nm-device-wireless
|
|
||||||
Name=Network
|
|
||||||
NoDisplay=true
|
|
||||||
NotShowIn=KDE;GNOME;
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
|
||||||
X-GNOME-Bugzilla-Component=nm-applet
|
|
||||||
X-GNOME-Bugzilla-Product=NetworkManager
|
|
||||||
X-GNOME-UsesNotifications=true
|
|
||||||
X-Ubuntu-Gettext-Domain=nm-applet
|
|
@ -0,0 +1,38 @@
|
|||||||
|
# A sample configuration for dhcpcd.
|
||||||
|
# See dhcpcd.conf(5) for details.
|
||||||
|
|
||||||
|
# Allow users of this group to interact with dhcpcd via the control socket.
|
||||||
|
#controlgroup wheel
|
||||||
|
|
||||||
|
# Inform the DHCP server of our hostname for DDNS.
|
||||||
|
hostname
|
||||||
|
|
||||||
|
# Use the hardware address of the interface for the Client ID.
|
||||||
|
#clientid
|
||||||
|
# or
|
||||||
|
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
|
||||||
|
# Some non-RFC compliant DHCP servers do not reply with this set.
|
||||||
|
# In this case, comment out duid and enable clientid above.
|
||||||
|
duid
|
||||||
|
|
||||||
|
# Persist interface configuration when dhcpcd exits.
|
||||||
|
persistent
|
||||||
|
|
||||||
|
# Rapid commit support.
|
||||||
|
# Safe to enable by default because it requires the equivalent option set
|
||||||
|
# on the server to actually work.
|
||||||
|
option rapid_commit
|
||||||
|
|
||||||
|
# A list of options to request from the DHCP server.
|
||||||
|
option domain_name_servers, domain_name, domain_search, host_name
|
||||||
|
option classless_static_routes
|
||||||
|
# Most distributions have NTP support.
|
||||||
|
option ntp_servers
|
||||||
|
# Respect the network MTU. This is applied to DHCP routes.
|
||||||
|
option interface_mtu
|
||||||
|
|
||||||
|
# A ServerID is required by RFC2131.
|
||||||
|
require dhcp_server_identifier
|
||||||
|
|
||||||
|
# Generate Stable Private IPv6 Addresses instead of hardware based ones
|
||||||
|
slaac private
|
@ -1,8 +0,0 @@
|
|||||||
gtk-theme-name = "Breeze"
|
|
||||||
gtk-icon-theme-name = "ePapirus"
|
|
||||||
gtk-font-name = "Ubuntu 11"
|
|
||||||
gtk-button-images = 1
|
|
||||||
gtk-menu-images = 1
|
|
||||||
gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
|
|
||||||
gtk-cursor-theme-name = breeze_cursors
|
|
||||||
gtk-cursor-theme-size = 18
|
|
@ -1,9 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
gtk-theme-name = Breeze
|
|
||||||
gtk-icon-theme-name = ePapirus
|
|
||||||
gtk-font-name = Ubuntu 11
|
|
||||||
gtk-menu-images = 1
|
|
||||||
gtk-button-images = 1
|
|
||||||
gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
|
|
||||||
gtk-cursor-theme-name = breeze_cursors
|
|
||||||
gtk-cursor-theme-size = 18
|
|
@ -1,222 +0,0 @@
|
|||||||
[General]
|
|
||||||
AllowGrabBaseKeypad=true
|
|
||||||
AllowGrabBaseSpecial=false
|
|
||||||
AllowGrabLocks=false
|
|
||||||
AllowGrabMiscKeypad=true
|
|
||||||
AllowGrabMiscSpecial=true
|
|
||||||
MultipleActionsBehaviour=first
|
|
||||||
|
|
||||||
[Alt%2BMeta%2BS.58]
|
|
||||||
Comment=Orca
|
|
||||||
Enabled=true
|
|
||||||
Exec=/usr/bin/orca, --replace
|
|
||||||
|
|
||||||
[Control%2BAlt%2BDelete.1]
|
|
||||||
Comment=Task manager
|
|
||||||
Enabled=true
|
|
||||||
Exec=qps
|
|
||||||
|
|
||||||
[Control%2BAlt%2BB.2]
|
|
||||||
Comment=Web browser
|
|
||||||
Enabled=true
|
|
||||||
Exec=xdg-open, about:blank
|
|
||||||
|
|
||||||
[Control%2BAlt%2BL.3]
|
|
||||||
Comment=lockscreen
|
|
||||||
Enabled=true
|
|
||||||
Exec=xdg-screensaver, lock
|
|
||||||
|
|
||||||
[Control%2BAlt%2BT.4]
|
|
||||||
Comment=Launch Terminal
|
|
||||||
Enabled=true
|
|
||||||
Exec=qterminal
|
|
||||||
|
|
||||||
[Meta%2B0.5]
|
|
||||||
Comment=Activate task 10
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_10
|
|
||||||
|
|
||||||
[Meta%2B1.6]
|
|
||||||
Comment=Activate task 1
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_1
|
|
||||||
|
|
||||||
[Meta%2B2.7]
|
|
||||||
Comment=Activate task 2
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_2
|
|
||||||
|
|
||||||
[Meta%2B3.8]
|
|
||||||
Comment=Activate task 3
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_3
|
|
||||||
|
|
||||||
[Meta%2B4.9]
|
|
||||||
Comment=Activate task 4
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_4
|
|
||||||
|
|
||||||
[Meta%2B5.10]
|
|
||||||
Comment=Activate task 5
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_5
|
|
||||||
|
|
||||||
[Meta%2B6.11]
|
|
||||||
Comment=Activate task 6
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_6
|
|
||||||
|
|
||||||
[Meta%2B7.12]
|
|
||||||
Comment=Activate task 7
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_7
|
|
||||||
|
|
||||||
[Meta%2B8.13]
|
|
||||||
Comment=Activate task 8
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_8
|
|
||||||
|
|
||||||
[Meta%2B9.14]
|
|
||||||
Comment=Activate task 9
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/taskbar/task_9
|
|
||||||
|
|
||||||
[Meta%2BD.15]
|
|
||||||
Comment=Show desktop
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/showdesktop/show_hide
|
|
||||||
|
|
||||||
[Meta%2BE.16]
|
|
||||||
Comment=Pcmanfm
|
|
||||||
Enabled=true
|
|
||||||
Exec=pcmanfm-qt
|
|
||||||
|
|
||||||
[Meta%2BF1.17]
|
|
||||||
Comment=Switch to desktop 1
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_1
|
|
||||||
|
|
||||||
[Meta%2BF10.18]
|
|
||||||
Comment=Switch to desktop 10
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_10
|
|
||||||
|
|
||||||
[Meta%2BF11.19]
|
|
||||||
Comment=Switch to desktop 11
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_11
|
|
||||||
|
|
||||||
[Meta%2BF12.20]
|
|
||||||
Comment=Switch to desktop 12
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_12
|
|
||||||
|
|
||||||
[Meta%2BF2.21]
|
|
||||||
Comment=Switch to desktop 2
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_2
|
|
||||||
|
|
||||||
[Meta%2BF3.22]
|
|
||||||
Comment=Switch to desktop 3
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_3
|
|
||||||
|
|
||||||
[Meta%2BF4.23]
|
|
||||||
Comment=Switch to desktop 4
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_4
|
|
||||||
|
|
||||||
[Meta%2BF5.24]
|
|
||||||
Comment=Switch to desktop 5
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_5
|
|
||||||
|
|
||||||
[Meta%2BF6.25]
|
|
||||||
Comment=Switch to desktop 6
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_6
|
|
||||||
|
|
||||||
[Meta%2BF7.26]
|
|
||||||
Comment=Switch to desktop 7
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_7
|
|
||||||
|
|
||||||
[Meta%2BF8.27]
|
|
||||||
Comment=Switch to desktop 8
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_8
|
|
||||||
|
|
||||||
[Meta%2BF9.28]
|
|
||||||
Comment=Switch to desktop 9
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/desktopswitch/desktop_9
|
|
||||||
|
|
||||||
[Print.29]
|
|
||||||
Comment=screen shot
|
|
||||||
Enabled=true
|
|
||||||
Exec=screengrab
|
|
||||||
|
|
||||||
[Shift%2BControl%2BF6.30]
|
|
||||||
Comment=\x2600 \x2193
|
|
||||||
Enabled=true
|
|
||||||
Exec=lxqt-config-brightness, -d
|
|
||||||
|
|
||||||
[Shift%2BControl%2BF7.31]
|
|
||||||
Comment=\x2600 \x2191
|
|
||||||
Enabled=true
|
|
||||||
Exec=lxqt-config-brightness, -i
|
|
||||||
|
|
||||||
[Super_L.32]
|
|
||||||
Comment=Show/hide main menu
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/mainmenu/show_hide
|
|
||||||
|
|
||||||
[XF86AudioLowerVolume.33]
|
|
||||||
Comment=Decrease sound volume
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/volume/down
|
|
||||||
|
|
||||||
[XF86AudioMute.34]
|
|
||||||
Comment=Mute/unmute sound volume
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/volume/mute
|
|
||||||
|
|
||||||
[XF86AudioRaiseVolume.35]
|
|
||||||
Comment=Increase sound volume
|
|
||||||
Enabled=true
|
|
||||||
path=/panel/volume/up
|
|
||||||
|
|
||||||
[XF86Calculator.36]
|
|
||||||
Comment=Launch calculator
|
|
||||||
Enabled=true
|
|
||||||
Exec=kcalc
|
|
||||||
|
|
||||||
[XF86HomePage.37]
|
|
||||||
Comment=Launch browser
|
|
||||||
Enabled=true
|
|
||||||
Exec=xdg-open, about:blank
|
|
||||||
|
|
||||||
[XF86Mail.38]
|
|
||||||
Comment=Launch mail
|
|
||||||
Enabled=true
|
|
||||||
Exec=trojita
|
|
||||||
|
|
||||||
[XF86MonBrightnessDown.39]
|
|
||||||
Comment=\x2600 \x2193
|
|
||||||
Enabled=true
|
|
||||||
Exec=lxqt-config-brightness, -d
|
|
||||||
|
|
||||||
[XF86MonBrightnessUp.40]
|
|
||||||
Comment=\x2600 \x2191
|
|
||||||
Enabled=true
|
|
||||||
Exec=lxqt-config-brightness, -i
|
|
||||||
|
|
||||||
[XF86MyComputer.41]
|
|
||||||
Comment=Launch pcmanfm
|
|
||||||
Enabled=true
|
|
||||||
Exec=pcmanfm-qt
|
|
||||||
|
|
||||||
[XF86Search.42]
|
|
||||||
Comment=Show/hide runner
|
|
||||||
Enabled=true
|
|
||||||
path=/runner/show_hide_dialog
|
|
@ -1,2 +0,0 @@
|
|||||||
[General]
|
|
||||||
ControlGTKThemeEnabled=true
|
|
@ -1,7 +0,0 @@
|
|||||||
[General]
|
|
||||||
showIcon=true
|
|
||||||
useThemeIcons=true
|
|
||||||
iconType=4
|
|
||||||
disableIdlenessWhenFullscreen=true
|
|
||||||
powerLowLevel=10
|
|
||||||
powerLowWarning=60
|
|
@ -1,2 +0,0 @@
|
|||||||
[dialog]
|
|
||||||
shortcut=Meta+R
|
|
@ -1,15 +1,14 @@
|
|||||||
[General]
|
[General]
|
||||||
icon_theme=ePapirus
|
icon_theme=Papirus-Dark
|
||||||
icon_follow_color_scheme=false
|
|
||||||
theme=Lubuntu Arc
|
theme=Lubuntu Arc
|
||||||
single_click_activate=false
|
single_click_activate=false
|
||||||
tool_button_style=ToolButtonTextBesideIcon
|
tool_button_style=ToolButtonTextBesideIcon
|
||||||
|
|
||||||
[Mouse]
|
[Mouse]
|
||||||
cursor_theme=breeze_cursors
|
cursor_theme=DMZ-White
|
||||||
|
|
||||||
[Qt]
|
[Qt]
|
||||||
font="Ubuntu,11,-1,5,50,0,0,0,0,0"
|
font="Ubuntu,11,-1,5,50,0,0,0,0,0"
|
||||||
style=kvantum
|
style=Breeze
|
||||||
doubleClickInterval=400
|
doubleClickInterval=400
|
||||||
wheelScrollLines=3
|
wheelScrollLines=3
|
||||||
|
@ -0,0 +1,224 @@
|
|||||||
|
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||||
|
"http://standards.freedesktop.org/menu-spec/1.0/menu.dtd">
|
||||||
|
|
||||||
|
<Menu>
|
||||||
|
<Name>Applications</Name>
|
||||||
|
|
||||||
|
<!-- Read standard .directory and .desktop file locations -->
|
||||||
|
<DefaultAppDirs/>
|
||||||
|
<DefaultDirectoryDirs/>
|
||||||
|
|
||||||
|
<!-- Read in overrides and child menus from applications-merged/ -->
|
||||||
|
<DefaultMergeDirs/>
|
||||||
|
|
||||||
|
<!-- Applications Menu -->
|
||||||
|
|
||||||
|
<!-- Accessories submenu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Accessories</Name>
|
||||||
|
<Directory>lxde-utility.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Utility</Category>
|
||||||
|
<Not><Category>Accessibility</Category></Not>
|
||||||
|
<Not><Category>System</Category></Not>
|
||||||
|
<Not><Category>AudioVideo</Category></Not>
|
||||||
|
<Not><Category>Audio</Category></Not>
|
||||||
|
<Not><Category>Video</Category></Not>
|
||||||
|
</And>
|
||||||
|
<Or>
|
||||||
|
<Category>Core</Category>
|
||||||
|
<Category>Legacy</Category>
|
||||||
|
</Or>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Accessories -->
|
||||||
|
|
||||||
|
<!-- Accessibility submenu -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Universal Access</Name>
|
||||||
|
<Directory>lxde-utility-accessibility.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Accessibility</Category>
|
||||||
|
<Not><Category>Settings</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Accessibility -->
|
||||||
|
|
||||||
|
<!-- Development Tools -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Development</Name>
|
||||||
|
<Directory>lxde-development.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Development</Category>
|
||||||
|
</And>
|
||||||
|
<Filename>emacs.desktop</Filename>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Development Tools -->
|
||||||
|
|
||||||
|
<!-- Education -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Education</Name>
|
||||||
|
<Directory>lxde-education.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Or>
|
||||||
|
<Category>Education</Category>
|
||||||
|
</Or>
|
||||||
|
<And>
|
||||||
|
<Category>Science</Category>
|
||||||
|
<Not><Category>Office</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Education -->
|
||||||
|
|
||||||
|
<!-- Electronics -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Electronics</Name>
|
||||||
|
<Directory>Electronics.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Electronics</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Electronics -->
|
||||||
|
|
||||||
|
<!-- Games -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Games</Name>
|
||||||
|
<Directory>lxde-game.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Game</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Games -->
|
||||||
|
|
||||||
|
<!-- Graphics -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Graphics</Name>
|
||||||
|
<Directory>lxde-graphics.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Graphics</Category>
|
||||||
|
<Not><Category>Utility</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>display-im6.q16.desktop</Filename>
|
||||||
|
<Filename>display-im6.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Graphics -->
|
||||||
|
|
||||||
|
<!-- Internet -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Internet</Name>
|
||||||
|
<Directory>lxde-network.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Network</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Internet -->
|
||||||
|
|
||||||
|
<!-- Multimedia -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Multimedia</Name>
|
||||||
|
<Directory>lxde-audio-video.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<Category>Audio</Category>
|
||||||
|
<Category>Video</Category>
|
||||||
|
<Category>AudioVideo</Category>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Multimedia -->
|
||||||
|
|
||||||
|
<!-- Office -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Office</Name>
|
||||||
|
<Directory>lxde-office.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Office</Category>
|
||||||
|
<Not><Category>Graphics</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Office -->
|
||||||
|
|
||||||
|
<!-- Other -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Other</Name>
|
||||||
|
<Directory>lxde-other.directory</Directory>
|
||||||
|
<OnlyUnallocated/>
|
||||||
|
<Include>
|
||||||
|
<And/>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
<Filename>synaptic-kde.desktop</Filename>
|
||||||
|
<Filename>display-im6.q16.desktop</Filename>
|
||||||
|
<Filename>display-im6.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
<!-- End Other -->
|
||||||
|
|
||||||
|
<!-- Administration Menu, to include in Layout section -->
|
||||||
|
<Menu>
|
||||||
|
<Name>Administration</Name>
|
||||||
|
<Directory>lxde-system-tools.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
<Category>System</Category>
|
||||||
|
</And>
|
||||||
|
<Or>
|
||||||
|
<And>
|
||||||
|
<Category>System</Category>
|
||||||
|
<Not><Category>FileManager</Category></Not>
|
||||||
|
</And>
|
||||||
|
</Or>
|
||||||
|
</Include>
|
||||||
|
<Exclude>
|
||||||
|
<Or>
|
||||||
|
<Filename>debian-uxterm.desktop</Filename>
|
||||||
|
<Filename>debian-xterm.desktop</Filename>
|
||||||
|
<Filename>synaptic-kde.desktop</Filename>
|
||||||
|
</Or>
|
||||||
|
</Exclude>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- Preferences Menu, to include in Layout section -->
|
||||||
|
<Menu>
|
||||||
|
<Name>DesktopSettings</Name>
|
||||||
|
<Directory>lxde-settings.directory</Directory>
|
||||||
|
<Include>
|
||||||
|
<And>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
<Not>
|
||||||
|
<Or>
|
||||||
|
<Category>System</Category>
|
||||||
|
</Or>
|
||||||
|
</Not>
|
||||||
|
</And>
|
||||||
|
</Include>
|
||||||
|
</Menu>
|
||||||
|
|
||||||
|
<!-- General layout of the whole menu -->
|
||||||
|
<Layout>
|
||||||
|
<Menuname>Settings</Menuname>
|
||||||
|
<Separator/>
|
||||||
|
<Merge type="all"/>
|
||||||
|
<Separator/>
|
||||||
|
<Menuname>Administration</Menuname>
|
||||||
|
<Menuname>DesktopSettings</Menuname>
|
||||||
|
</Layout>
|
||||||
|
|
||||||
|
</Menu>
|
@ -1,201 +0,0 @@
|
|||||||
[Default Applications]
|
|
||||||
application/csv=libreoffice-math.desktop
|
|
||||||
application/excel=libreoffice-calc.desktop
|
|
||||||
application/msexcel=libreoffice-calc.desktop
|
|
||||||
application/msword=libreoffice-writer.desktop
|
|
||||||
application/ogg=vlc.desktop
|
|
||||||
application/pdf=qpdfview.desktop
|
|
||||||
application/postscript=qpdfview.desktop
|
|
||||||
application/rtf=libreoffice-writer.desktop
|
|
||||||
application/tab-separated-values=libreoffice-calc.desktop
|
|
||||||
application/vnd.debian.binary-package=qapt-deb-installer.desktop
|
|
||||||
application/vnd.flatpak=org.kde.discover.desktop
|
|
||||||
application/vnd.flatpak.ref=org.kde.discover.desktop
|
|
||||||
application/vnd.flatpak.repo=org.kde.discover.desktop
|
|
||||||
application/vnd.lotus-1-2-3=libreoffice-calc.desktop
|
|
||||||
application/vnd.ms-excel=libreoffice-calc.desktop
|
|
||||||
application/vnd.ms-word=libreoffice-writer.desktop
|
|
||||||
application/vnd.rn-realmedia=vlc.desktop
|
|
||||||
application/vnd.sun.xml.calc=libreoffice-calc.desktop
|
|
||||||
application/vnd.sun.xml.calc.template=libreoffice-calc.desktop
|
|
||||||
application/vnd.sun.xml.draw=libreoffice-impress.desktop
|
|
||||||
application/vnd.sun.xml.draw.template=libreoffice-impress.desktop
|
|
||||||
application/vnd.sun.xml.math=libreoffice-math.desktops
|
|
||||||
application/vnd.sun.xml.writer=libreoffice-writer.desktop
|
|
||||||
application/vnd.sun.xml.writer.template=libreoffice-writer.desktop
|
|
||||||
application/vnd.sun.xml.writer.global=libreoffice-writer.desktop
|
|
||||||
application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
|
|
||||||
application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
|
|
||||||
application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
|
|
||||||
application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
|
|
||||||
application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
|
|
||||||
application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop
|
|
||||||
application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop
|
|
||||||
application/vnd.oasis.opendocument.text=libreoffice-writer.desktop
|
|
||||||
application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop
|
|
||||||
application/vnd.oasis.opendocument.text-web=libreoffice-writer.desktop
|
|
||||||
application/vnd.oasis.opendocument.text-master=libreoffice-writer.desktop
|
|
||||||
application/vnd.oasis.opendocument.database=libreoffice-base.desktop
|
|
||||||
application/vnd.sun.xml.impress=libreoffice-impress.desktop
|
|
||||||
application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
|
|
||||||
application/vnd.stardivision.calc=libreoffice-calc.desktop
|
|
||||||
application/vnd.stardivision.draw=libreoffice-draw.desktop
|
|
||||||
application/vnd.stardivision.impress=libreoffice-impress.desktop
|
|
||||||
application/vnd.stardivision.math=libreoffice-math.desktop
|
|
||||||
application/vnd.stardivision.writer=libreoffice-writer.desktop
|
|
||||||
application/mspowerpoint=libreoffice-impress.desktop
|
|
||||||
application/vnd.ms-powerpoint=libreoffice-impress.desktop
|
|
||||||
application/vnd.wordperfect=libreoffice-writer.desktop
|
|
||||||
application/wordperfect=libreoffice-writer.desktop
|
|
||||||
application/x-123=libreoffice-calc.desktop
|
|
||||||
application/x-libreoffice-writer=libreoffice-writer.desktop
|
|
||||||
application/x-applix-spreadsheet=libreoffice-calc.desktop
|
|
||||||
application/x-ar=lxqt-archiver.desktop
|
|
||||||
application/x-arj=lxqt-archiver.desktop
|
|
||||||
application/x-bittorrent=transmission-qt.desktop
|
|
||||||
application/x-bzip-compressed-tar=lxqt-archiver.desktop
|
|
||||||
application/x-bzip=lxqt-archiver.desktop
|
|
||||||
application/x-cd-image=lxqt-archiver.desktop
|
|
||||||
application/x-compressed-tar=lxqt-archiver.desktop
|
|
||||||
application/x-compress=lxqt-archiver.desktop
|
|
||||||
application/x-cue=org.kde.k3b.desktop
|
|
||||||
application/x-deb=qapt-deb-installer.desktop
|
|
||||||
application/x-debian-package=qapt-deb-installer.desktop
|
|
||||||
application/x-dos_ms_excel=libreoffice-calc.desktop
|
|
||||||
application/x-ear=lxqt-archiver.desktop
|
|
||||||
application/x-excel=libreoffice-calc.desktop
|
|
||||||
application/x-extension-m4a=vlc.desktop
|
|
||||||
application/x-extension-mp4=vlc.desktop
|
|
||||||
application/x-flac=vlc.desktop
|
|
||||||
application/x-libreoffice-calc=libreoffice-calc.desktop
|
|
||||||
application/x-gtar=lxqt-archiver.desktop
|
|
||||||
application/x-gzip=lxqt-archiver.desktop
|
|
||||||
application/x-gzpostscript=qpdfview.desktop
|
|
||||||
application/xhtml+xml=firefox.desktop
|
|
||||||
application/x-iso=org.kde.k3b.desktop
|
|
||||||
application/x-jar=lxqt-archiver.desktop
|
|
||||||
application/x-java-archive=lxqt-archiver.desktop
|
|
||||||
application/x-k3b=org.kde.k3b.desktop
|
|
||||||
application/x-lha=lxqt-archiver.desktop
|
|
||||||
application/x-lhz=lxqt-archiver.desktop
|
|
||||||
application/xls=libreoffice-calc.desktop
|
|
||||||
application/x-lzop=lxqt-archiver.desktop
|
|
||||||
application/x-matroska=vlc.desktop
|
|
||||||
application/x-mps=libreoffice-calc.desktop
|
|
||||||
application/x-ms-excel=libreoffice-calc.desktop
|
|
||||||
application/x-msexcel=libreoffice-calc.desktop
|
|
||||||
application/x-ogg=vlc.desktop
|
|
||||||
application/x-oleo=libreoffice-calc.desktop
|
|
||||||
application/x-pdf=qpdfview.desktop
|
|
||||||
application/x-perl=featherpad.desktop
|
|
||||||
application/x-planperfect=libreoffice-calc.desktop
|
|
||||||
application/x-quattropro=libreoffice-calc.desktop
|
|
||||||
application/x-rar-compressed=lxqt-archiver.desktop
|
|
||||||
application/x-rar=lxqt-archiver.desktop
|
|
||||||
application/x-rpm=lxqt-archiver.desktop
|
|
||||||
application/x-sc=libreoffice-calc.desktop
|
|
||||||
application/x-shockwave-flash=vlc.desktop
|
|
||||||
application/x-sylk=libreoffice-calc.desktop
|
|
||||||
application/x-tar=lxqt-archiver.desktop
|
|
||||||
application/x-war=lxqt-archiver.desktop
|
|
||||||
application/x-xbase=libreoffice-calc.desktop
|
|
||||||
application/x-xls=libreoffice-calc.desktop
|
|
||||||
application/x-zip-compressed=lxqt-archiver.desktop
|
|
||||||
application/x-zip=lxqt-archiver.desktop
|
|
||||||
application/x-zoo=lxqt-archiver.desktop
|
|
||||||
application/zip=lxqt-archiver.desktop
|
|
||||||
audio/mpeg=vlc.desktop
|
|
||||||
audio/mpegurl=vlc.desktop
|
|
||||||
audio/vnd.rn-realaudio=vlc.desktop
|
|
||||||
audio/x-flac=vlc.desktop
|
|
||||||
audio/x-m4a=vlc.desktop
|
|
||||||
audio/x-mp3=vlc.desktop
|
|
||||||
audio/x-mpeg=vlc.desktop
|
|
||||||
audio/x-mpegurl=vlc.desktop
|
|
||||||
audio/x-ms-asf=vlc.desktop
|
|
||||||
audio/x-ms-asx=vlc.desktop
|
|
||||||
audio/x-ms-wax=vlc.desktop
|
|
||||||
audio/x-pn-aiff=vlc.desktop
|
|
||||||
audio/x-pn-au=vlc.desktop
|
|
||||||
audio/x-pn-realaudio-plugin=vlc.desktop
|
|
||||||
audio/x-pn-realaudio=vlc.desktop
|
|
||||||
audio/x-pn-wav=vlc.desktop
|
|
||||||
audio/x-pn-windows-acm=vlc.desktop
|
|
||||||
audio/x-real-audio=vlc.desktop
|
|
||||||
audio/x-scpls=vlc.desktop
|
|
||||||
audio/x-wav=vlc.desktop
|
|
||||||
image/bmp=lximage-qt.desktop
|
|
||||||
image/gif=lximage-qt.desktop
|
|
||||||
image/jpeg=lximage-qt.desktop
|
|
||||||
image/jpg=lximage-qt.desktop
|
|
||||||
image/pdf=qpdfview.desktop
|
|
||||||
image/pjpeg=lximage-qt.desktop
|
|
||||||
image/png=lximage-qt.desktop
|
|
||||||
image/svg+xml=lximage-qt.desktop
|
|
||||||
image/tiff=lximage-qt.desktop
|
|
||||||
image/vnd.rn-realpix=vlc.desktop
|
|
||||||
image/x-bmp=lximage-qt.desktop
|
|
||||||
image/x-gray=lximage-qt.desktop
|
|
||||||
image/x-icb=lximage-qt.desktop
|
|
||||||
image/x-ico=lximage-qt.desktop
|
|
||||||
image/x-pdf=qpdfview.desktop
|
|
||||||
image/x-png=lximage-qt.desktop
|
|
||||||
image/x-portable-anymap=lximage-qt.desktop
|
|
||||||
image/x-portable-bitmap=lximage-qt.desktop
|
|
||||||
image/x-portable-graymap=lximage-qt.desktop
|
|
||||||
image/x-portable-pixmap=lximage-qt.desktop
|
|
||||||
image/x-psd=lximage-qt.desktop
|
|
||||||
image/x-xbitmap=lximage-qt.desktop
|
|
||||||
image/x-xpixmap=lximage-qt.desktop
|
|
||||||
inode/directory=pcmanfm-qt.desktop
|
|
||||||
misc/ultravox=vlc.desktop
|
|
||||||
multipart/x-zip=lxqt-archiver.desktop
|
|
||||||
text/libreoffice-writer=libreoffice-writer.desktop
|
|
||||||
text/comma-separated-values=libreoffice-calc.desktop
|
|
||||||
text/csv=libreoffice-calc.desktop
|
|
||||||
text/html=firefox.desktop
|
|
||||||
text/pdf=qpdfview.desktop
|
|
||||||
text/plain=featherpad.desktop
|
|
||||||
text/richtext=libreoffice-writer.desktop
|
|
||||||
text/rtf=libreoffice-writer.desktop
|
|
||||||
text/spreadsheet=libreoffice-calc.desktop
|
|
||||||
text/tab-separated-values=libreoffice-calc.desktop
|
|
||||||
text/x-comma-separated-values=libreoffice-calc.desktop
|
|
||||||
text/x-chdr=featherpad.desktop
|
|
||||||
text/x-csrc=featherpad.desktop
|
|
||||||
text/x-dtd=featherpad.desktop
|
|
||||||
text/x-java=featherpad.desktop
|
|
||||||
text/mathml=featherpad.desktop
|
|
||||||
text/x-pdf=qpdfview.desktop
|
|
||||||
text/x-python=featherpad.desktop
|
|
||||||
text/x-sql=featherpad.desktop
|
|
||||||
text/xml=firefox.desktop
|
|
||||||
video/dv=vlc.desktop
|
|
||||||
video/mp4=vlc.desktop
|
|
||||||
video/mpeg=vlc.desktop
|
|
||||||
video/msvideo=vlc.desktop
|
|
||||||
video/quicktime=vlc.desktop
|
|
||||||
video/vnd.rn-realvideo=vlc.desktop
|
|
||||||
video/ogg=vlc.desktop
|
|
||||||
video/x-anim=vlc.desktop
|
|
||||||
video/x-avi=vlc.desktop
|
|
||||||
video/x-flc=vlc.desktop
|
|
||||||
video/x-fli=vlc.desktop
|
|
||||||
video/x-mpeg=vlc.desktop
|
|
||||||
video/x-ms-asf=vlc.desktop
|
|
||||||
video/x-msvideo=vlc.desktop
|
|
||||||
video/x-ms-wmv=vlc.desktop
|
|
||||||
video/x-nsv=vlc.desktop
|
|
||||||
x-directory/normal=pcmanfm-qt.desktop
|
|
||||||
zz-application/zz-winassoc-xls=libreoffice-calc.desktop
|
|
||||||
x-content/blank-cd=org.kde.k3b.desktop
|
|
||||||
x-content/blank-bd=org.kde.k3b.desktop
|
|
||||||
x-content/blank-hddvd=org.kde.k3b.desktop
|
|
||||||
x-content/blank-dvd=org.kde.k3b.desktop
|
|
||||||
x-scheme-handler/apt=org.kde.discover.apt.urlhandler.desktop
|
|
||||||
x-scheme-handler/magnet=transmission-qt.desktop
|
|
||||||
x-scheme-handler/http=firefox.desktop
|
|
||||||
x-scheme-handler/https=firefox.desktop
|
|
||||||
x-scheme-handler/mailto=trojita.desktop
|
|
||||||
x-scheme-handler/snap=org.kde.discover.snap.urlhandler.desktop
|
|
||||||
x-scheme-handler/vnd.libreoffice.cmis=libreoffice-startcenter.desktop
|
|
@ -1,2 +0,0 @@
|
|||||||
[General]
|
|
||||||
connectionsEditor=nm-connection-editor
|
|
@ -0,0 +1,985 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!-- Do not edit this file, it will be overwritten on install.
|
||||||
|
Copy the file to $HOME/.config/openbox/ instead. -->
|
||||||
|
|
||||||
|
<openbox_config xmlns="http://openbox.org/3.4/rc"
|
||||||
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
|
||||||
|
<resistance>
|
||||||
|
<strength>10</strength>
|
||||||
|
<screen_edge_strength>20</screen_edge_strength>
|
||||||
|
</resistance>
|
||||||
|
|
||||||
|
<focus>
|
||||||
|
<focusNew>yes</focusNew>
|
||||||
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
|
apply -->
|
||||||
|
<followMouse>no</followMouse>
|
||||||
|
<!-- move focus to a window when you move the mouse into it -->
|
||||||
|
<focusLast>yes</focusLast>
|
||||||
|
<!-- focus the last used window when changing desktops, instead of the one
|
||||||
|
under the mouse pointer. when followMouse is enabled -->
|
||||||
|
<underMouse>no</underMouse>
|
||||||
|
<!-- move focus under the mouse, even when the mouse is not moving -->
|
||||||
|
<focusDelay>200</focusDelay>
|
||||||
|
<!-- when followMouse is enabled, the mouse must be inside the window for
|
||||||
|
this many milliseconds (1000 = 1 sec) before moving focus to it -->
|
||||||
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
|
<!-- when followMouse is enabled, and a window is given focus by moving the
|
||||||
|
mouse into it, also raise the window -->
|
||||||
|
</focus>
|
||||||
|
|
||||||
|
<placement>
|
||||||
|
<!-- Lubuntu specific : Place new windows where the mouse is
|
||||||
|
<monitor>Mouse</monitor>
|
||||||
|
<primaryMonitor>Mouse</primaryMonitor>
|
||||||
|
-->
|
||||||
|
<policy>Smart</policy>
|
||||||
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
|
<center>yes</center>
|
||||||
|
<!-- whether to place windows in the center of the free area found or
|
||||||
|
the top left corner -->
|
||||||
|
<monitor>Mouse</monitor>
|
||||||
|
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
||||||
|
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
||||||
|
the active window is, 'Primary' - only on the primary monitor -->
|
||||||
|
<primaryMonitor>Mouse</primaryMonitor>
|
||||||
|
<!-- The monitor where Openbox should place popup dialogs such as the
|
||||||
|
focus cycling popup, or the desktop switch popup. It can be an index
|
||||||
|
from 1, specifying a particular monitor. Or it can be one of the
|
||||||
|
following: 'Mouse' - where the mouse is, or
|
||||||
|
'Active' - where the active window is -->
|
||||||
|
</placement>
|
||||||
|
|
||||||
|
<theme>
|
||||||
|
<!-- Lubuntu specific : Theme = Lubuntu and font = Ubuntu
|
||||||
|
-->
|
||||||
|
<name>Lubuntu Arc</name>
|
||||||
|
<titleLayout>NLIMC</titleLayout>
|
||||||
|
<!--
|
||||||
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
N: window icon
|
||||||
|
L: window label (AKA title).
|
||||||
|
I: iconify
|
||||||
|
M: maximize
|
||||||
|
C: close
|
||||||
|
S: shade (roll up/down)
|
||||||
|
D: omnipresent (on all desktops).
|
||||||
|
-->
|
||||||
|
<keepBorder>yes</keepBorder>
|
||||||
|
<animateIconify>yes</animateIconify>
|
||||||
|
<font place="ActiveWindow">
|
||||||
|
<name>Ubuntu Medium</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="InactiveWindow">
|
||||||
|
<name>Ubuntu Medium</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuHeader">
|
||||||
|
<name>Ubuntu</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="MenuItem">
|
||||||
|
<name>Ubuntu</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>normal</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="ActiveOnScreenDisplay">
|
||||||
|
<name>Ubuntu Medium</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
<font place="InactiveOnScreenDisplay">
|
||||||
|
<name>Ubuntu Medium</name>
|
||||||
|
<size>11</size>
|
||||||
|
<!-- font size in points -->
|
||||||
|
<weight>bold</weight>
|
||||||
|
<!-- 'bold' or 'normal' -->
|
||||||
|
<slant>normal</slant>
|
||||||
|
<!-- 'italic' or 'normal' -->
|
||||||
|
</font>
|
||||||
|
</theme>
|
||||||
|
|
||||||
|
<desktops>
|
||||||
|
<!-- this stuff is only used at startup, pagers allow you to change them
|
||||||
|
during a session
|
||||||
|
|
||||||
|
these are default values to use when other ones are not already set
|
||||||
|
by other applications, or saved in your session
|
||||||
|
|
||||||
|
use obconf if you want to change these without having to log out
|
||||||
|
and back in -->
|
||||||
|
<number>4</number>
|
||||||
|
<firstdesk>1</firstdesk>
|
||||||
|
<names>
|
||||||
|
<!-- set names up here if you want to, like this:
|
||||||
|
<name>desktop 1</name>
|
||||||
|
<name>desktop 2</name>
|
||||||
|
-->
|
||||||
|
</names>
|
||||||
|
<popupTime>875</popupTime>
|
||||||
|
<!-- The number of milliseconds to show the popup for when switching
|
||||||
|
desktops. Set this to 0 to disable the popup. -->
|
||||||
|
</desktops>
|
||||||
|
|
||||||
|
<resize>
|
||||||
|
<!-- Lubuntu specific : Don't draw content on resize (too heavy).
|
||||||
|
<drawContents>no</drawContents>
|
||||||
|
-->
|
||||||
|
<drawContents>no</drawContents>
|
||||||
|
<popupShow>Nonpixel</popupShow>
|
||||||
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
|
<popupPosition>Center</popupPosition>
|
||||||
|
<!-- 'Center', 'Top', or 'Fixed' -->
|
||||||
|
<popupFixedPosition>
|
||||||
|
<!-- these are used if popupPosition is set to 'Fixed' -->
|
||||||
|
|
||||||
|
<x>10</x>
|
||||||
|
<!-- positive number for distance from left edge, negative number for
|
||||||
|
distance from right edge, or 'Center' -->
|
||||||
|
<y>10</y>
|
||||||
|
<!-- positive number for distance from top edge, negative number for
|
||||||
|
distance from bottom edge, or 'Center' -->
|
||||||
|
</popupFixedPosition>
|
||||||
|
</resize>
|
||||||
|
|
||||||
|
<!-- You can reserve a portion of your screen where windows will not cover when
|
||||||
|
they are maximized, or when they are initially placed.
|
||||||
|
Many programs reserve space automatically, but you can use this in other
|
||||||
|
cases. -->
|
||||||
|
<margins>
|
||||||
|
<top>0</top>
|
||||||
|
<bottom>0</bottom>
|
||||||
|
<left>0</left>
|
||||||
|
<right>0</right>
|
||||||
|
</margins>
|
||||||
|
|
||||||
|
<dock>
|
||||||
|
<position>TopLeft</position>
|
||||||
|
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
|
||||||
|
<floatingX>0</floatingX>
|
||||||
|
<floatingY>0</floatingY>
|
||||||
|
<noStrut>no</noStrut>
|
||||||
|
<stacking>Above</stacking>
|
||||||
|
<!-- 'Above', 'Normal', or 'Below' -->
|
||||||
|
<direction>Vertical</direction>
|
||||||
|
<!-- 'Vertical' or 'Horizontal' -->
|
||||||
|
<autoHide>no</autoHide>
|
||||||
|
<hideDelay>300</hideDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<showDelay>300</showDelay>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<moveButton>Middle</moveButton>
|
||||||
|
<!-- 'Left', 'Middle', 'Right' -->
|
||||||
|
</dock>
|
||||||
|
|
||||||
|
<keyboard>
|
||||||
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
|
||||||
|
<!-- Keybindings for desktop switching -->
|
||||||
|
<keybind key="C-A-Left">
|
||||||
|
<action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Right">
|
||||||
|
<action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Up">
|
||||||
|
<action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Down">
|
||||||
|
<action name="GoToDesktop"><to>down</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Left">
|
||||||
|
<action name="SendToDesktop"><to>left</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Right">
|
||||||
|
<action name="SendToDesktop"><to>right</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Up">
|
||||||
|
<action name="SendToDesktop"><to>up</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="S-A-Down">
|
||||||
|
<action name="SendToDesktop"><to>down</to><wrap>no</wrap></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F1">
|
||||||
|
<action name="GoToDesktop"><to>1</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F2">
|
||||||
|
<action name="GoToDesktop"><to>2</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F3">
|
||||||
|
<action name="GoToDesktop"><to>3</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-F4">
|
||||||
|
<action name="GoToDesktop"><to>4</to></action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-d">
|
||||||
|
<action name="ToggleShowDesktop"/>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for windows -->
|
||||||
|
<!-- Keybindings for windows -->
|
||||||
|
<keybind key="A-F4">
|
||||||
|
<action name="Close"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-Escape">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-space">
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for window switching -->
|
||||||
|
<keybind key="A-Tab">
|
||||||
|
<action name="NextWindow">
|
||||||
|
<finalactions>
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</finalactions>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-S-Tab">
|
||||||
|
<action name="PreviousWindow">
|
||||||
|
<finalactions>
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</finalactions>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-A-Tab">
|
||||||
|
<action name="NextWindow">
|
||||||
|
<panels>yes</panels><desktop>yes</desktop>
|
||||||
|
<finalactions>
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</finalactions>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for window switching with the arrow keys -->
|
||||||
|
<keybind key="W-S-Right">
|
||||||
|
<action name="DirectionalCycleWindows">
|
||||||
|
<direction>right</direction>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Left">
|
||||||
|
<action name="DirectionalCycleWindows">
|
||||||
|
<direction>left</direction>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Up">
|
||||||
|
<action name="DirectionalCycleWindows">
|
||||||
|
<direction>up</direction>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-S-Down">
|
||||||
|
<action name="DirectionalCycleWindows">
|
||||||
|
<direction>down</direction>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Lubuntu specific.
|
||||||
|
Keybindings for window tiling
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
# HalfLeftScreen
|
||||||
|
-->
|
||||||
|
<keybind key="W-Left">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<height>100%</height>
|
||||||
|
<width>50%</width>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!--
|
||||||
|
# HalfRightScreen
|
||||||
|
-->
|
||||||
|
<keybind key="W-Right">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<x>-0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<height>100%</height>
|
||||||
|
<width>50%</width>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!--
|
||||||
|
# HalfUpperScreen
|
||||||
|
-->
|
||||||
|
<keybind key="W-Up">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>100%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<!--
|
||||||
|
# HalfLowerScreen
|
||||||
|
-->
|
||||||
|
<keybind key="W-Down">
|
||||||
|
<action name="UnmaximizeFull"/>
|
||||||
|
<action name="MoveResizeTo">
|
||||||
|
<x>0</x>
|
||||||
|
<y>-0</y>
|
||||||
|
<width>100%</width>
|
||||||
|
<height>50%</height>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Lubuntu specific : Keybindings -->
|
||||||
|
|
||||||
|
<!-- Keybindings for running applications on Home + E -->
|
||||||
|
<keybind key="W-e">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<name>File manager</name>
|
||||||
|
</startupnotify>
|
||||||
|
<command>pcmanfm-qt</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for running Run menu from Lxpanel on Home + R-->
|
||||||
|
<keybind key="W-r">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxqt-runner</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-F2">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxqt-runner</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for running Menu from Lxpanel -->
|
||||||
|
<!--
|
||||||
|
<keybind key="A-F1">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-Escape">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxpanelctl menu</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Keybindings to toggle fullscreen -->
|
||||||
|
<keybind key="F11">
|
||||||
|
<action name="ToggleFullscreen"/>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch task manager on Ctrl + Alt + Del-->
|
||||||
|
<keybind key="C-A-Delete">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>qps</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch a terminal on Ctrl + Alt + T-->
|
||||||
|
<keybind key="C-A-T">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>qterminal</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Launch a filemanager on Ctrl + Alt + D-->
|
||||||
|
<keybind key="C-A-D">
|
||||||
|
<action name="Execute">
|
||||||
|
<startupnotify>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<name>PCManFM</name>
|
||||||
|
</startupnotify>
|
||||||
|
<command>pcmanfm-qt</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Lock the screen on Ctrl + Alt + l-->
|
||||||
|
<!--
|
||||||
|
<keybind key="C-A-l">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxsession-default lock</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Keybinding for Volume management -->
|
||||||
|
<keybind key="XF86AudioRaiseVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer -q sset Master 3%+ unmute</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioLowerVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer -q sset Master 3%- unmute</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioMute">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer -q sset Master toggle</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybinding for terminal button-->
|
||||||
|
<keybind key="XF86WWW">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>qterminal</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86Terminal">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>qterminal</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybinding for calculator button-->
|
||||||
|
<!--
|
||||||
|
<keybind key="XF86Calculator">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxsession-default calculator</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Keybinding for computer button-->
|
||||||
|
<keybind key="XF86MyComputer">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>pcmanfm-qt</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) -->
|
||||||
|
<keybind key="C-F7">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xset dpms force off</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-F10">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xbacklight -dec 10</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="C-F11">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xbacklight -inc 10</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Take a screenshot of the current window with scrot when Alt+Print are pressed
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
<keybind key="Print">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxsession-default screenshot</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="A-Print">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxsession-default screenshot window</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Launch logout when push on the shutdown button -->
|
||||||
|
<!--
|
||||||
|
<keybind key="XF86PowerOff">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>lxsession-default quit</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
-->
|
||||||
|
</keyboard>
|
||||||
|
|
||||||
|
<mouse>
|
||||||
|
<!--
|
||||||
|
Lubuntu specific : Specific mouse settings
|
||||||
|
<dragThreshold>8</dragThreshold>
|
||||||
|
<doubleClickTime>200</doubleClickTime>
|
||||||
|
-->
|
||||||
|
<dragThreshold>8</dragThreshold>
|
||||||
|
<!-- number of pixels the mouse must move before a drag begins -->
|
||||||
|
<doubleClickTime>200</doubleClickTime>
|
||||||
|
<!-- in milliseconds (1000 = 1 second) -->
|
||||||
|
<screenEdgeWarpTime>400</screenEdgeWarpTime>
|
||||||
|
<!-- Time before changing desktops when the pointer touches the edge of the
|
||||||
|
screen while moving a window, in milliseconds (1000 = 1 second).
|
||||||
|
Set this to 0 to disable warping -->
|
||||||
|
<screenEdgeWarpMouse>false</screenEdgeWarpMouse>
|
||||||
|
<!-- Set this to TRUE to move the mouse pointer across the desktop when
|
||||||
|
switching due to hitting the edge of the screen -->
|
||||||
|
|
||||||
|
<context name="Frame">
|
||||||
|
<mousebind button="A-Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Click">
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Right" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Up" action="Click">
|
||||||
|
<action name="SendToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-S-Down" action="Click">
|
||||||
|
<action name="SendToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Titlebar">
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="DoubleClick">
|
||||||
|
<action name="ToggleMaximize"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="if">
|
||||||
|
<shaded>no</shaded>
|
||||||
|
<then>
|
||||||
|
<action name="Shade"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
<action name="Lower"/>
|
||||||
|
</then>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="if">
|
||||||
|
<shaded>yes</shaded>
|
||||||
|
<then>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</then>
|
||||||
|
</action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Lower"/>
|
||||||
|
<action name="FocusToBottom"/>
|
||||||
|
<action name="Unfocus"/>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Top">
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>top</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Left">
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>left</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Right">
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>right</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Bottom">
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"><edge>bottom</edge></action>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="TRCorner BRCorner TLCorner BLCorner">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Drag">
|
||||||
|
<action name="Resize"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Client">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Icon">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="AllDesktops">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleOmnipresent"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Shade">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleShade"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Iconify">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Iconify"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Maximize">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="ToggleMaximize"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Middle" action="Click">
|
||||||
|
<action name="ToggleMaximize"><direction>vertical</direction></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Click">
|
||||||
|
<action name="ToggleMaximize"><direction>horizontal</direction></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Close">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
<action name="Unshade"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Left" action="Click">
|
||||||
|
<action name="Close"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Desktop">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="C-A-Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="Root">
|
||||||
|
<!-- Menus -->
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Right" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
|
<context name="MoveResize">
|
||||||
|
<mousebind button="Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Up" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>previous</to></action>
|
||||||
|
</mousebind>
|
||||||
|
<mousebind button="A-Down" action="Click">
|
||||||
|
<action name="GoToDesktop"><to>next</to></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
</mouse>
|
||||||
|
|
||||||
|
<menu>
|
||||||
|
<!-- You can specify more than one menu file in here and they are all loaded,
|
||||||
|
just don't make menu ids clash or, well, it'll be kind of pointless -->
|
||||||
|
<!-- Lubuntu specific : Default menu of Lubuntu -->
|
||||||
|
<file>/usr/share/lubuntu/openbox/menu.xml</file>
|
||||||
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
|
<file>menu.xml</file>
|
||||||
|
|
||||||
|
<hideDelay>200</hideDelay>
|
||||||
|
<!-- if a press-release lasts longer than this setting (in milliseconds), the
|
||||||
|
menu is hidden again -->
|
||||||
|
<middle>no</middle>
|
||||||
|
<!-- center submenus vertically about the parent entry -->
|
||||||
|
<submenuShowDelay>100</submenuShowDelay>
|
||||||
|
<!-- time to delay before showing a submenu after hovering over the parent
|
||||||
|
entry.
|
||||||
|
if this is a negative value, then the delay is infinite and the
|
||||||
|
submenu will not be shown until it is clicked on -->
|
||||||
|
<submenuHideDelay>400</submenuHideDelay>
|
||||||
|
<!-- time to delay before hiding a submenu when selecting another
|
||||||
|
entry in parent menu
|
||||||
|
if this is a negative value, then the delay is infinite and the
|
||||||
|
submenu will not be hidden until a different submenu is opened -->
|
||||||
|
<applicationIcons>yes</applicationIcons>
|
||||||
|
<!-- Lubuntu specific : Show applications icons if openbox is build with this support -->
|
||||||
|
<manageDesktops>yes</manageDesktops>
|
||||||
|
<!-- show the manage desktops section in the client-list-(combined-)menu -->
|
||||||
|
<showIcons>yes</showIcons>
|
||||||
|
<!-- controls if icons appear in the client-list-(combined-)menu -->
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<applications>
|
||||||
|
<!--
|
||||||
|
# this is an example with comments through out. use these to make your
|
||||||
|
# own rules, but without the comments of course.
|
||||||
|
# you may use one or more of the name/class/role/title/type rules to specify
|
||||||
|
# windows to match
|
||||||
|
|
||||||
|
<application name="the window's _OB_APP_NAME property (see obxprop)"
|
||||||
|
class="the window's _OB_APP_CLASS property (see obxprop)"
|
||||||
|
groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
|
||||||
|
groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
|
||||||
|
role="the window's _OB_APP_ROLE property (see obxprop)"
|
||||||
|
title="the window's _OB_APP_TITLE property (see obxprop)"
|
||||||
|
type="the window's _OB_APP_TYPE property (see obxprob)..
|
||||||
|
(if unspecified, then it is 'dialog' for child windows)">
|
||||||
|
# you may set only one of name/class/role/title/type, or you may use more
|
||||||
|
# than one together to restrict your matches.
|
||||||
|
|
||||||
|
# the name, class, role, and title use simple wildcard matching such as those
|
||||||
|
# used by a shell. you can use * to match any characters and ? to match
|
||||||
|
# any single character.
|
||||||
|
|
||||||
|
# the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
|
||||||
|
# or desktop
|
||||||
|
|
||||||
|
# when multiple rules match a window, they will all be applied, in the
|
||||||
|
# order that they appear in this list
|
||||||
|
|
||||||
|
|
||||||
|
# each rule element can be left out or set to 'default' to specify to not
|
||||||
|
# change that attribute of the window
|
||||||
|
|
||||||
|
<decor>yes</decor>
|
||||||
|
# enable or disable window decorations
|
||||||
|
|
||||||
|
<shade>no</shade>
|
||||||
|
# make the window shaded when it appears, or not
|
||||||
|
|
||||||
|
<position force="no">
|
||||||
|
# the position is only used if both an x and y coordinate are provided
|
||||||
|
# (and not set to 'default')
|
||||||
|
# when force is "yes", then the window will be placed here even if it
|
||||||
|
# says you want it placed elsewhere. this is to override buggy
|
||||||
|
# applications who refuse to behave
|
||||||
|
<x>center</x>
|
||||||
|
# a number like 50, or 'center' to center on screen. use a negative number
|
||||||
|
# to start from the right (or bottom for <y>), ie -50 is 50 pixels from
|
||||||
|
# the right edge (or bottom). use 'default' to specify using value
|
||||||
|
# provided by the application, or chosen by openbox, instead.
|
||||||
|
<y>200</y>
|
||||||
|
<monitor>1</monitor>
|
||||||
|
# specifies the monitor in a xinerama setup.
|
||||||
|
# 1 is the first head, or 'mouse' for wherever the mouse is
|
||||||
|
</position>
|
||||||
|
|
||||||
|
<size>
|
||||||
|
# the size to make the window.
|
||||||
|
<width>20</width>
|
||||||
|
# a number like 20, or 'default' to use the size given by the application.
|
||||||
|
# you can use fractions such as 1/2 or percentages such as 75% in which
|
||||||
|
# case the value is relative to the size of the monitor that the window
|
||||||
|
# appears on.
|
||||||
|
<height>30%</height>
|
||||||
|
</size>
|
||||||
|
|
||||||
|
<focus>yes</focus>
|
||||||
|
# if the window should try be given focus when it appears. if this is set
|
||||||
|
# to yes it doesn't guarantee the window will be given focus. some
|
||||||
|
# restrictions may apply, but Openbox will try to
|
||||||
|
|
||||||
|
<desktop>1</desktop>
|
||||||
|
# 1 is the first desktop, 'all' for all desktops
|
||||||
|
|
||||||
|
<layer>normal</layer>
|
||||||
|
# 'above', 'normal', or 'below'
|
||||||
|
|
||||||
|
<iconic>no</iconic>
|
||||||
|
# make the window iconified when it appears, or not
|
||||||
|
|
||||||
|
<skip_pager>no</skip_pager>
|
||||||
|
# asks to not be shown in pagers
|
||||||
|
|
||||||
|
<skip_taskbar>no</skip_taskbar>
|
||||||
|
# asks to not be shown in taskbars. window cycling actions will also
|
||||||
|
# skip past such windows
|
||||||
|
|
||||||
|
<fullscreen>yes</fullscreen>
|
||||||
|
# make the window in fullscreen mode when it appears
|
||||||
|
|
||||||
|
<maximized>true</maximized>
|
||||||
|
# 'Horizontal', 'Vertical' or boolean (yes/no)
|
||||||
|
</application>
|
||||||
|
|
||||||
|
# end of the example
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Option to maximize all normal window when launched-->
|
||||||
|
<!--
|
||||||
|
<application type="normal">
|
||||||
|
<maximized>true</maximized>
|
||||||
|
</application>
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
Lubuntu specific :
|
||||||
|
Focus all applications launched
|
||||||
|
Usefull when launching applications, like terminal from pcmanfm
|
||||||
|
-->
|
||||||
|
<application class="*">
|
||||||
|
<focus>yes</focus>
|
||||||
|
</application>
|
||||||
|
|
||||||
|
</applications>
|
||||||
|
|
||||||
|
</openbox_config>
|
@ -1,10 +0,0 @@
|
|||||||
[General]
|
|
||||||
ConfirmMultilinePaste=true
|
|
||||||
FixedTabWidth=false
|
|
||||||
HideTabBarWithOnlyOneTab=true
|
|
||||||
fontFamily=Ubuntu Mono
|
|
||||||
fontSize=14
|
|
||||||
colorScheme=Ubuntu
|
|
||||||
|
|
||||||
[MainWindow]
|
|
||||||
size=@Size(800 600)
|
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfce4-power-manager" version="1.0">
|
||||||
|
<property name="xfce4-power-manager" type="empty">
|
||||||
|
<property name="power-button-action" type="uint" value="3"/>
|
||||||
|
<property name="show-tray-icon" type="int" value="1"/>
|
||||||
|
</property>
|
||||||
|
</channel>
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
lxsession-default quit
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec openbox --config-file $XDG_CONFIG_HOME/openbox/lubuntu-rc.xml $@
|
@ -1,724 +0,0 @@
|
|||||||
!
|
|
||||||
! XScreenSaver
|
|
||||||
!
|
|
||||||
! a screen saver and locker for the X window system
|
|
||||||
! by Jamie Zawinski
|
|
||||||
!
|
|
||||||
! version 6.02
|
|
||||||
! 11-Oct-2021
|
|
||||||
!
|
|
||||||
! See "man xscreensaver" for more info. The latest version is always
|
|
||||||
! available at https://www.jwz.org/xscreensaver/
|
|
||||||
|
|
||||||
|
|
||||||
! These resources, when placed in the system-wide app-defaults directory
|
|
||||||
! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
|
|
||||||
! settings for new users. However, if you have a ".xscreensaver" file in
|
|
||||||
! your home directory, the settings in that file take precedence.
|
|
||||||
|
|
||||||
|
|
||||||
! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
|
|
||||||
! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
|
|
||||||
! file, they are used differently, and if you run this file through xrdb,
|
|
||||||
! you will probably mess things up.
|
|
||||||
|
|
||||||
#error Do not run app-defaults files through xrdb!
|
|
||||||
#error That does not do what you might expect.
|
|
||||||
#error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
|
|
||||||
|
|
||||||
! /* (xrdb prevention kludge: whole file)
|
|
||||||
|
|
||||||
*mode: one
|
|
||||||
*selected: 143
|
|
||||||
*timeout: 0:10:00
|
|
||||||
*cycle: 0:10:00
|
|
||||||
*lockTimeout: 0:00:00
|
|
||||||
*passwdTimeout: 0:00:30
|
|
||||||
*dpmsEnabled: False
|
|
||||||
*dpmsQuickoffEnabled: False
|
|
||||||
*dpmsStandby: 2:00:00
|
|
||||||
*dpmsSuspend: 2:00:00
|
|
||||||
*dpmsOff: 4:00:00
|
|
||||||
*grabDesktopImages: False
|
|
||||||
*grabVideoFrames: False
|
|
||||||
*chooseRandomImages: False
|
|
||||||
! This can be a local directory name, or the URL of an RSS or Atom feed.
|
|
||||||
*imageDirectory: /usr/share/backgrounds/
|
|
||||||
*nice: 10
|
|
||||||
*memoryLimit: 0
|
|
||||||
*lock: False
|
|
||||||
*verbose: False
|
|
||||||
*fade: True
|
|
||||||
*unfade: False
|
|
||||||
*fadeSeconds: 0:00:03
|
|
||||||
*fadeTicks: 20
|
|
||||||
! For some reason splash: False doesn't supress the splash screen, and setting
|
|
||||||
! the splashDuration to 0 still lets it pop up for a bit if you restart
|
|
||||||
! XScreenSaver. If the splash screen is going to display anyway, may as well
|
|
||||||
! let it display for a while so that the user can actually read it rather than
|
|
||||||
! having it vanish too quickly.
|
|
||||||
*splash: True
|
|
||||||
*splashDuration: 0:00:05
|
|
||||||
*visualID: default
|
|
||||||
*installColormap: True
|
|
||||||
*ignoreUninstalledPrograms: False
|
|
||||||
*authWarningSlack: 20
|
|
||||||
|
|
||||||
*textMode: url
|
|
||||||
*textLiteral: XScreenSaver
|
|
||||||
*textFile: /usr/share/doc/xserver-common/copyright
|
|
||||||
*textProgram: fortune
|
|
||||||
*textURL: https://feeds.feedburner.com/ubuntu-news
|
|
||||||
|
|
||||||
! This is what the "Settings" button on the splash screen runs.
|
|
||||||
*demoCommand: xscreensaver-settings
|
|
||||||
|
|
||||||
! This is the URL loaded by the "Help" button on the splash screen,
|
|
||||||
! and by the "Documentation" menu item in xscreensaver-settings.
|
|
||||||
*helpURL: https://manpages.ubuntu.com/manpages/kinetic/en/man1/xscreensaver.1.html
|
|
||||||
|
|
||||||
! loadURL -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
|
|
||||||
! manualCommand -- how the "Documentation" buttons display man pages.
|
|
||||||
!
|
|
||||||
! And there are so very many options to choose from!
|
|
||||||
!
|
|
||||||
! Gnome 2.4, 2.6:
|
|
||||||
!
|
|
||||||
! Debian: If we _build_ with GNOME this one will be used,
|
|
||||||
! but the built packages should work on non-GNOME systems as well.
|
|
||||||
! Use yelp if installed, since it works fine in current GNOME.
|
|
||||||
!*loadURL: @WITH_BROWSER@ '%s'
|
|
||||||
!*manualCommand: yelp man:%s || \
|
|
||||||
! x-terminal-emulator -t '%s manual' \
|
|
||||||
! -e /bin/sh -c "man %s; read foo"
|
|
||||||
!
|
|
||||||
!
|
|
||||||
! Gnome 2.2:
|
|
||||||
!
|
|
||||||
!*loadURL: gnome-url-show '%s'
|
|
||||||
!*manualCommand: gnome-terminal --title '%s manual' \
|
|
||||||
! --command '/bin/sh -c "man %s; read foo"'
|
|
||||||
!
|
|
||||||
! Gnome 1.4:
|
|
||||||
!
|
|
||||||
! *loadURL: gnome-moz-remote --newwin '%s'
|
|
||||||
! *manualCommand: gnome-help-browser 'man:%s'
|
|
||||||
!
|
|
||||||
! non-Gnome systems:
|
|
||||||
!
|
|
||||||
! Debian: This is used when _building_ without GNOME
|
|
||||||
!
|
|
||||||
*loadURL: x-www-browser '%s' || firefox '%s' || chromium-browser '%s'
|
|
||||||
*manualCommand: qterminal -e "man %s"
|
|
||||||
|
|
||||||
! The strftime(3) format string for printing the time on the password dialog.
|
|
||||||
*dateFormat:
|
|
||||||
! DD MMM:
|
|
||||||
! *dateFormat: %I:%M %p, %e %b (%a)
|
|
||||||
! 12 hour time only:
|
|
||||||
! *dateFormat: %I:%M %p
|
|
||||||
! 24 hour time only:
|
|
||||||
! *dateFormat: %H:%M
|
|
||||||
! ISO 8601:
|
|
||||||
! *dateFormat: %Y-%m-%d %H:%M:%S
|
|
||||||
|
|
||||||
! This command is executed by the "New Login" button on the lock dialog.
|
|
||||||
! (That button does not appear on the dialog if this program does not exist.)
|
|
||||||
! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve".
|
|
||||||
! Or maybe yet another wheel-reinvention, "lxdm -c USER_SWITCH".
|
|
||||||
! Oh wait, this wheel just keeps getting better: "dm-tool switch-to-greeter".
|
|
||||||
!
|
|
||||||
! Debian: Hard-wire the command in case the build machine does not have gdm
|
|
||||||
*newLoginCommand: gdmflexiserver -ls
|
|
||||||
|
|
||||||
! Mouse motions less than this many pixels per second are ignored.
|
|
||||||
! This helps with cats, trucks and earthquakes.
|
|
||||||
XScreenSaver.pointerHysteresis: 10
|
|
||||||
|
|
||||||
! Change this at your peril:
|
|
||||||
XScreenSaver.bourneShell: /bin/sh
|
|
||||||
|
|
||||||
|
|
||||||
!=============================================================================
|
|
||||||
!
|
|
||||||
! Colors and fonts for the unlock dialog and splash screen.
|
|
||||||
!
|
|
||||||
!=============================================================================
|
|
||||||
|
|
||||||
! Which of the following color schemes is in use for the unlock dialog.
|
|
||||||
*dialogTheme: lubuntu
|
|
||||||
|
|
||||||
! Resources for theme names are downcased with spaces stripped.
|
|
||||||
*themeNames: Default, Lubuntu, Borderless, Dark Gray, Borderless Black, \
|
|
||||||
Green Black, White, Blue, Aqua Black, Wine
|
|
||||||
|
|
||||||
! FIXME: This font doesn't look all that particularly good, but biwidth seems to not look good either.
|
|
||||||
*Dialog.headingFont: Ubuntu bold 16
|
|
||||||
*Dialog.bodyFont: Ubuntu 14
|
|
||||||
*Dialog.errorFont: Ubuntu bold 14
|
|
||||||
*Dialog.labelFont: Ubuntu 14
|
|
||||||
*Dialog.unameFont: Ubuntu 12
|
|
||||||
*Dialog.buttonFont: Ubuntu bold 14
|
|
||||||
*Dialog.dateFont: Ubuntu 9
|
|
||||||
|
|
||||||
! Whether to display the local host name in the unlock dialog.
|
|
||||||
*passwd.uname: false
|
|
||||||
|
|
||||||
! Whether typed passwords should echo as asterisks, or as nothing.
|
|
||||||
*passwd.asterisks: True
|
|
||||||
|
|
||||||
! The default theme is similar to the Gtk defaults.
|
|
||||||
!
|
|
||||||
*default.Dialog.foreground: #000000
|
|
||||||
*default.Dialog.background: #E6E6E6
|
|
||||||
*default.Dialog.button.foreground: #000000
|
|
||||||
*default.Dialog.button.background: #F5F5F5
|
|
||||||
*default.Dialog.logo.background: #BBBBBB
|
|
||||||
*default.Dialog.text.foreground: #000000
|
|
||||||
*default.Dialog.error.foreground: #FF0000
|
|
||||||
*default.Dialog.text.background: #FFFFFF
|
|
||||||
*default.Dialog.topShadowColor: #FFFFFF
|
|
||||||
*default.Dialog.bottomShadowColor: #CECECE
|
|
||||||
*default.Dialog.shadowWidth: 2
|
|
||||||
*default.Dialog.logo.width: 210
|
|
||||||
*default.Dialog.logo.height: 210
|
|
||||||
*default.Dialog.thermometer.foreground: #4464AC
|
|
||||||
*default.Dialog.thermometer.background: #FFFFFF
|
|
||||||
*default.Dialog.thermometer.width: 8
|
|
||||||
*default.Dialog.borderColor: #CECECE
|
|
||||||
*default.Dialog.borderWidth: 0
|
|
||||||
*default.Dialog.internalPadding: 24
|
|
||||||
|
|
||||||
! Lubuntu theme:
|
|
||||||
*lubuntu.Dialog.foreground: #033C71
|
|
||||||
*lubuntu.Dialog.background: #00182C
|
|
||||||
*lubuntu.Dialog.button.foreground: #00182C
|
|
||||||
*lubuntu.Dialog.button.background: #0068C8
|
|
||||||
*lubuntu.Dialog.text.foreground: #00182C
|
|
||||||
*lubuntu.Dialog.text.background: #0068C8
|
|
||||||
! Can't set the thermometer width to 0, huh? Fine, then just blend in.
|
|
||||||
*lubuntu.Dialog.thermometer.foreground: #00182C
|
|
||||||
*lubuntu.Dialog.thermometer.background: #00182C
|
|
||||||
*lubuntu.Dialog.topShadowColor: #00182C
|
|
||||||
*lubuntu.Dialog.bottomShadowColor: #00182C
|
|
||||||
*lubuntu.Dialog.logo.width: 210
|
|
||||||
*lubuntu.Dialog.logo.height: 210
|
|
||||||
*lubuntu.Dialog.internalPadding: 10
|
|
||||||
*lubuntu.Dialog.borderWidth: 1
|
|
||||||
*lubuntu.Dialog.shadowThickness: 2
|
|
||||||
! FIXME: The header text no longer says "Lubuntu 23.04".
|
|
||||||
|
|
||||||
! Borderless theme:
|
|
||||||
!
|
|
||||||
*borderless.Dialog.topShadowColor: #E6E6E6
|
|
||||||
*borderless.Dialog.button.background: #FFFFFF
|
|
||||||
*borderless.Dialog.bottomShadowColor: #E6E6E6
|
|
||||||
*borderless.Dialog.logo.background: #E6E6E6
|
|
||||||
*borderless.Dialog.borderColor: #888888
|
|
||||||
*borderless.Dialog.thermometer.width: 6
|
|
||||||
*borderless.Dialog.borderWidth: 1
|
|
||||||
|
|
||||||
! Dark gray theme:
|
|
||||||
!
|
|
||||||
*darkgray.Dialog.foreground: #CCCCCC
|
|
||||||
*darkgray.Dialog.background: #333333
|
|
||||||
*darkgray.Dialog.topShadowColor: #444444
|
|
||||||
*darkgray.Dialog.bottomShadowColor: #111111
|
|
||||||
*darkgray.Dialog.borderColor: #111111
|
|
||||||
*darkgray.Dialog.text.foreground: #DDDDDD
|
|
||||||
*darkgray.Dialog.text.background: #666666
|
|
||||||
*darkgray.Dialog.button.foreground: #CCCCCC
|
|
||||||
*darkgray.Dialog.button.background: #666666
|
|
||||||
*darkgray.Dialog.logo.background: #444444
|
|
||||||
*darkgray.Dialog.thermometer.foreground: #4464AC
|
|
||||||
*darkgray.Dialog.thermometer.background: #666666
|
|
||||||
*darkgray.Dialog.borderWidth: 0
|
|
||||||
|
|
||||||
! Borderless black theme:
|
|
||||||
!
|
|
||||||
*borderlessblack.Dialog.foreground: #CCCCCC
|
|
||||||
*borderlessblack.Dialog.background: #000000
|
|
||||||
*borderlessblack.Dialog.topShadowColor: #000000
|
|
||||||
*borderlessblack.Dialog.bottomShadowColor: #000000
|
|
||||||
*borderlessblack.Dialog.text.foreground: #CCCCCC
|
|
||||||
*borderlessblack.Dialog.text.background: #000000
|
|
||||||
*borderlessblack.Dialog.button.foreground: #CCCCCC
|
|
||||||
*borderlessblack.Dialog.button.background: #333333
|
|
||||||
*borderlessblack.Dialog.logo.background: #000000
|
|
||||||
*borderlessblack.Dialog.thermometer.foreground: #CCCCCC
|
|
||||||
*borderlessblack.Dialog.thermometer.background: #333333
|
|
||||||
*borderlessblack.Dialog.thermometer.width: 3
|
|
||||||
*borderlessblack.Dialog.borderColor: #333333
|
|
||||||
*borderlessblack.Dialog.borderWidth: 1
|
|
||||||
|
|
||||||
! Green on black theme:
|
|
||||||
!
|
|
||||||
*greenblack.Dialog.foreground: #00FF00
|
|
||||||
*greenblack.Dialog.background: #000000
|
|
||||||
*greenblack.Dialog.topShadowColor: #000000
|
|
||||||
*greenblack.Dialog.bottomShadowColor: #000000
|
|
||||||
*greenblack.Dialog.shadowWidth: 1
|
|
||||||
*greenblack.Dialog.text.foreground: #00FF00
|
|
||||||
*greenblack.Dialog.text.background: #006600
|
|
||||||
*greenblack.Dialog.button.foreground: #00FF00
|
|
||||||
*greenblack.Dialog.button.background: #006600
|
|
||||||
*greenblack.Dialog.logo.background: #000000
|
|
||||||
*greenblack.Dialog.thermometer.foreground: #00CC00
|
|
||||||
*greenblack.Dialog.thermometer.background: #006600
|
|
||||||
*greenblack.Dialog.borderColor: #006600
|
|
||||||
*greenblack.Dialog.borderWidth: 1
|
|
||||||
|
|
||||||
! White theme:
|
|
||||||
!
|
|
||||||
*white.Dialog.foreground: #000000
|
|
||||||
*white.Dialog.background: #FFFFFF
|
|
||||||
*white.Dialog.topShadowColor: #CCCCCC
|
|
||||||
*white.Dialog.bottomShadowColor: #CCCCCC
|
|
||||||
*white.Dialog.shadowWidth: 1
|
|
||||||
*white.Dialog.borderColor: #CCCCCC
|
|
||||||
*white.Dialog.text.foreground: #000000
|
|
||||||
*white.Dialog.text.background: #FFFFFF
|
|
||||||
*white.Dialog.button.foreground: #000000
|
|
||||||
*white.Dialog.button.background: #FFFFFF
|
|
||||||
*white.Dialog.logo.background: #FFFFFF
|
|
||||||
*white.Dialog.borderWidth: 0
|
|
||||||
|
|
||||||
! Blue theme:
|
|
||||||
!
|
|
||||||
*blue.Dialog.foreground: #000000
|
|
||||||
*blue.Dialog.background: #BBCCDD
|
|
||||||
*blue.Dialog.topShadowColor: #CCDDEE
|
|
||||||
*blue.Dialog.bottomShadowColor: #AABBCC
|
|
||||||
*blue.Dialog.borderColor: #AABBCC
|
|
||||||
*blue.Dialog.text.foreground: #000000
|
|
||||||
*blue.Dialog.text.background: #DDEEFF
|
|
||||||
*blue.Dialog.button.foreground: #000000
|
|
||||||
*blue.Dialog.button.background: #DDEEFF
|
|
||||||
*blue.Dialog.logo.background: #BBCCDD
|
|
||||||
*blue.Dialog.thermometer.foreground: #5566AA
|
|
||||||
*blue.Dialog.thermometer.background: #BBCCDD
|
|
||||||
*blue.Dialog.borderWidth: 0
|
|
||||||
|
|
||||||
! Aqua on black borderless theme:
|
|
||||||
!
|
|
||||||
*aquablack.Dialog.foreground: #00EFEF
|
|
||||||
*aquablack.Dialog.background: #000000
|
|
||||||
*aquablack.Dialog.topShadowColor: #000000
|
|
||||||
*aquablack.Dialog.bottomShadowColor: #000000
|
|
||||||
*aquablack.Dialog.shadowWidth: 2
|
|
||||||
*aquablack.Dialog.button.foreground: #000000
|
|
||||||
*aquablack.Dialog.button.background: #2244EE
|
|
||||||
*aquablack.Dialog.logo.background: #000000
|
|
||||||
*aquablack.Dialog.text.foreground: #2244EE
|
|
||||||
*aquablack.Dialog.text.background: #EEEEEE
|
|
||||||
*aquablack.Dialog.thermometer.foreground: #2244EE
|
|
||||||
*aquablack.Dialog.thermometer.background: #000088
|
|
||||||
*aquablack.Dialog.borderColor: #000066
|
|
||||||
*aquablack.Dialog.borderWidth: 1
|
|
||||||
*aquablack.Dialog.internalPadding: 36
|
|
||||||
|
|
||||||
! Wine theme, similar to the login screen of "Ubuntu 18.04 Community".
|
|
||||||
!
|
|
||||||
*wine.Dialog.foreground: #AD8FA6
|
|
||||||
*wine.Dialog.background: #2C041E
|
|
||||||
*wine.Dialog.topShadowColor: #2C041E
|
|
||||||
*wine.Dialog.bottomShadowColor: #2C041E
|
|
||||||
*wine.Dialog.text.foreground: #706B70
|
|
||||||
*wine.Dialog.text.background: #F9F9F8
|
|
||||||
*wine.Dialog.button.foreground: #5F585B
|
|
||||||
*wine.Dialog.logo.background: #2C041E
|
|
||||||
*wine.Dialog.thermometer.foreground: #AD8FA6
|
|
||||||
*wine.Dialog.thermometer.background: #4D2946
|
|
||||||
*wine.Dialog.borderColor: #4D2946
|
|
||||||
*wine.Dialog.thermometer.width: 6
|
|
||||||
*wine.Dialog.borderWidth: 1
|
|
||||||
|
|
||||||
|
|
||||||
! For displaying error messages about crashed screen savers.
|
|
||||||
!
|
|
||||||
*errorFont: sans-serif bold 18
|
|
||||||
*errorColor: #FF0000
|
|
||||||
|
|
||||||
|
|
||||||
!=============================================================================
|
|
||||||
!
|
|
||||||
! This is the list of installed screen saver modes. See "man xscreensaver"
|
|
||||||
! for the syntax used here.
|
|
||||||
!
|
|
||||||
! If you want to disable a screensaver, DO NOT remove it from this list:
|
|
||||||
! instead, mark it as inactive by placing a "-" at the beginning of the line.
|
|
||||||
!
|
|
||||||
! You can use the `xscreensaver-settings' program to edit the current list of
|
|
||||||
! screen savers interactively.
|
|
||||||
!
|
|
||||||
!=============================================================================
|
|
||||||
|
|
||||||
*programs: \
|
|
||||||
maze -root \n\
|
|
||||||
GL: superquadrics -root \n\
|
|
||||||
attraction -root \n\
|
|
||||||
blitspin -root \n\
|
|
||||||
greynetic -root \n\
|
|
||||||
helix -root \n\
|
|
||||||
hopalong -root \n\
|
|
||||||
imsmap -root \n\
|
|
||||||
- noseguy -root \n\
|
|
||||||
- pyro -root \n\
|
|
||||||
qix -root \n\
|
|
||||||
- rocks -root \n\
|
|
||||||
rorschach -root \n\
|
|
||||||
decayscreen -root \n\
|
|
||||||
flame -root \n\
|
|
||||||
halo -root \n\
|
|
||||||
slidescreen -root \n\
|
|
||||||
pedal -root \n\
|
|
||||||
bouboule -root \n\
|
|
||||||
- braid -root \n\
|
|
||||||
coral -root \n\
|
|
||||||
deco -root \n\
|
|
||||||
drift -root \n\
|
|
||||||
- fadeplot -root \n\
|
|
||||||
galaxy -root \n\
|
|
||||||
goop -root \n\
|
|
||||||
grav -root \n\
|
|
||||||
ifs -root \n\
|
|
||||||
GL: jigsaw -root \n\
|
|
||||||
julia -root \n\
|
|
||||||
- kaleidescope -root \n\
|
|
||||||
GL: moebius -root \n\
|
|
||||||
moire -root \n\
|
|
||||||
GL: morph3d -root \n\
|
|
||||||
mountain -root \n\
|
|
||||||
munch -root \n\
|
|
||||||
penrose -root \n\
|
|
||||||
GL: pipes -root \n\
|
|
||||||
rd-bomb -root \n\
|
|
||||||
GL: rubik -root \n\
|
|
||||||
- sierpinski -root \n\
|
|
||||||
slip -root \n\
|
|
||||||
GL: sproingies -root \n\
|
|
||||||
starfish -root \n\
|
|
||||||
strange -root \n\
|
|
||||||
swirl -root \n\
|
|
||||||
triangle -root \n\
|
|
||||||
xjack -root \n\
|
|
||||||
xlyap -root \n\
|
|
||||||
GL: atlantis -root \n\
|
|
||||||
bsod -root \n\
|
|
||||||
GL: bubble3d -root \n\
|
|
||||||
GL: cage -root \n\
|
|
||||||
- crystal -root \n\
|
|
||||||
cynosure -root \n\
|
|
||||||
discrete -root \n\
|
|
||||||
distort -root \n\
|
|
||||||
epicycle -root \n\
|
|
||||||
flow -root \n\
|
|
||||||
GL: glplanet -root \n\
|
|
||||||
interference -root \n\
|
|
||||||
kumppa -root \n\
|
|
||||||
GL: lament -root \n\
|
|
||||||
moire2 -root \n\
|
|
||||||
GL: sonar -root \n\
|
|
||||||
GL: stairs -root \n\
|
|
||||||
truchet -root \n\
|
|
||||||
- vidwhacker -root \n\
|
|
||||||
blaster -root \n\
|
|
||||||
bumps -root \n\
|
|
||||||
ccurve -root \n\
|
|
||||||
compass -root \n\
|
|
||||||
deluxe -root \n\
|
|
||||||
- demon -root \n\
|
|
||||||
GL: extrusion -root \n\
|
|
||||||
- loop -root \n\
|
|
||||||
penetrate -root \n\
|
|
||||||
petri -root \n\
|
|
||||||
phosphor -root \n\
|
|
||||||
GL: pulsar -root \n\
|
|
||||||
ripples -root \n\
|
|
||||||
shadebobs -root \n\
|
|
||||||
GL: sierpinski3d -root \n\
|
|
||||||
spotlight -root \n\
|
|
||||||
squiral -root \n\
|
|
||||||
wander -root \n\
|
|
||||||
- webcollage -root \n\
|
|
||||||
- xflame -root \n\
|
|
||||||
xmatrix -root \n\
|
|
||||||
GL: gflux -root \n\
|
|
||||||
- nerverot -root \n\
|
|
||||||
xrayswarm -root \n\
|
|
||||||
xspirograph -root \n\
|
|
||||||
GL: circuit -root \n\
|
|
||||||
GL: dangerball -root \n\
|
|
||||||
- GL: dnalogo -root \n\
|
|
||||||
GL: engine -root \n\
|
|
||||||
GL: flipscreen3d -root \n\
|
|
||||||
GL: gltext -root \n\
|
|
||||||
GL: menger -root \n\
|
|
||||||
GL: molecule -root \n\
|
|
||||||
rotzoomer -root \n\
|
|
||||||
scooter -root \n\
|
|
||||||
speedmine -root \n\
|
|
||||||
GL: starwars -root \n\
|
|
||||||
GL: stonerview -root \n\
|
|
||||||
vermiculate -root \n\
|
|
||||||
whirlwindwarp -root \n\
|
|
||||||
zoom -root \n\
|
|
||||||
anemone -root \n\
|
|
||||||
apollonian -root \n\
|
|
||||||
GL: boxed -root \n\
|
|
||||||
GL: cubenetic -root \n\
|
|
||||||
GL: endgame -root \n\
|
|
||||||
euler2d -root \n\
|
|
||||||
fluidballs -root \n\
|
|
||||||
GL: flurry -root \n\
|
|
||||||
- GL: glblur -root \n\
|
|
||||||
GL: glsnake -root \n\
|
|
||||||
halftone -root \n\
|
|
||||||
GL: juggler3d -root \n\
|
|
||||||
GL: lavalite -root \n\
|
|
||||||
- polyominoes -root \n\
|
|
||||||
GL: queens -root \n\
|
|
||||||
- GL: sballs -root \n\
|
|
||||||
GL: spheremonics -root \n\
|
|
||||||
- thornbird -root \n\
|
|
||||||
twang -root \n\
|
|
||||||
- GL: antspotlight -root \n\
|
|
||||||
apple2 -root \n\
|
|
||||||
GL: atunnel -root \n\
|
|
||||||
barcode -root \n\
|
|
||||||
GL: blinkbox -root \n\
|
|
||||||
GL: blocktube -root \n\
|
|
||||||
GL: bouncingcow -root \n\
|
|
||||||
cloudlife -root \n\
|
|
||||||
GL: cubestorm -root \n\
|
|
||||||
eruption -root \n\
|
|
||||||
GL: flipflop -root \n\
|
|
||||||
GL: flyingtoasters -root \n\
|
|
||||||
fontglide -root \n\
|
|
||||||
GL: gleidescope -root \n\
|
|
||||||
GL: glknots -root \n\
|
|
||||||
GL: glmatrix -root \n\
|
|
||||||
- GL: glslideshow -root \n\
|
|
||||||
GL: hypertorus -root \n\
|
|
||||||
- GL: jigglypuff -root \n\
|
|
||||||
metaballs -root \n\
|
|
||||||
GL: mirrorblob -root \n\
|
|
||||||
piecewise -root \n\
|
|
||||||
GL: polytopes -root \n\
|
|
||||||
pong -root \n\
|
|
||||||
popsquares -root \n\
|
|
||||||
GL: surfaces -root \n\
|
|
||||||
xanalogtv -root \n\
|
|
||||||
abstractile -root \n\
|
|
||||||
anemotaxis -root \n\
|
|
||||||
- GL: antinspect -root \n\
|
|
||||||
fireworkx -root \n\
|
|
||||||
fuzzyflakes -root \n\
|
|
||||||
interaggregate -root \n\
|
|
||||||
intermomentary -root \n\
|
|
||||||
memscroller -root \n\
|
|
||||||
GL: noof -root \n\
|
|
||||||
pacman -root \n\
|
|
||||||
GL: pinion -root \n\
|
|
||||||
GL: polyhedra -root \n\
|
|
||||||
- GL: providence -root \n\
|
|
||||||
substrate -root \n\
|
|
||||||
wormhole -root \n\
|
|
||||||
- GL: antmaze -root \n\
|
|
||||||
GL: boing -root \n\
|
|
||||||
boxfit -root \n\
|
|
||||||
GL: carousel -root \n\
|
|
||||||
celtic -root \n\
|
|
||||||
GL: crackberg -root \n\
|
|
||||||
GL: cube21 -root \n\
|
|
||||||
fiberlamp -root \n\
|
|
||||||
GL: fliptext -root \n\
|
|
||||||
GL: glhanoi -root \n\
|
|
||||||
GL: tangram -root \n\
|
|
||||||
GL: timetunnel -root \n\
|
|
||||||
GL: glschool -root \n\
|
|
||||||
GL: topblock -root \n\
|
|
||||||
GL: cubicgrid -root \n\
|
|
||||||
cwaves -root \n\
|
|
||||||
GL: gears -root \n\
|
|
||||||
GL: glcells -root \n\
|
|
||||||
GL: lockward -root \n\
|
|
||||||
m6502 -root \n\
|
|
||||||
GL: moebiusgears -root \n\
|
|
||||||
GL: voronoi -root \n\
|
|
||||||
GL: hypnowheel -root \n\
|
|
||||||
GL: klein -root \n\
|
|
||||||
- lcdscrub -root \n\
|
|
||||||
GL: photopile -root \n\
|
|
||||||
GL: skytentacles -root \n\
|
|
||||||
GL: rubikblocks -root \n\
|
|
||||||
GL: companioncube -root \n\
|
|
||||||
GL: hilbert -root \n\
|
|
||||||
GL: tronbit -root \n\
|
|
||||||
GL: geodesic -root \n\
|
|
||||||
hexadrop -root \n\
|
|
||||||
GL: kaleidocycle -root \n\
|
|
||||||
GL: quasicrystal -root \n\
|
|
||||||
GL: unknownpleasures -root \n\
|
|
||||||
binaryring -root \n\
|
|
||||||
GL: cityflow -root \n\
|
|
||||||
GL: geodesicgears -root \n\
|
|
||||||
GL: projectiveplane -root \n\
|
|
||||||
GL: romanboy -root \n\
|
|
||||||
tessellimage -root \n\
|
|
||||||
GL: winduprobot -root \n\
|
|
||||||
GL: splitflap -root \n\
|
|
||||||
GL: cubestack -root \n\
|
|
||||||
GL: cubetwist -root \n\
|
|
||||||
GL: discoball -root \n\
|
|
||||||
GL: dymaxionmap -root \n\
|
|
||||||
GL: energystream -root \n\
|
|
||||||
GL: hexstrut -root \n\
|
|
||||||
GL: hydrostat -root \n\
|
|
||||||
GL: raverhoop -root \n\
|
|
||||||
GL: splodesic -root \n\
|
|
||||||
GL: unicrud -root \n\
|
|
||||||
GL: esper -root \n\
|
|
||||||
GL: vigilance -root \n\
|
|
||||||
GL: crumbler -root \n\
|
|
||||||
filmleader -root \n\
|
|
||||||
glitchpeg -root \n\
|
|
||||||
GL: handsy -root \n\
|
|
||||||
GL: maze3d -root \n\
|
|
||||||
GL: peepers -root \n\
|
|
||||||
GL: razzledazzle -root \n\
|
|
||||||
vfeedback -root \n\
|
|
||||||
GL: deepstars -root \n\
|
|
||||||
GL: gravitywell -root \n\
|
|
||||||
GL: beats -root \n\
|
|
||||||
GL: covid19 -root \n\
|
|
||||||
GL: etruscanvenus -root \n\
|
|
||||||
GL: gibson -root \n\
|
|
||||||
GL: headroom -root \n\
|
|
||||||
GL: sphereeversion -root \n\
|
|
||||||
binaryhorizon -root \n\
|
|
||||||
marbling -root \n
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
!=============================================================================
|
|
||||||
!
|
|
||||||
! Pretty names for the hacks that have unusual capitalization.
|
|
||||||
! Used by xscreensaver-settings.
|
|
||||||
!
|
|
||||||
!=============================================================================
|
|
||||||
|
|
||||||
*hacks.antinspect.name: Ant Inspect
|
|
||||||
*hacks.antmaze.name: Ant Maze
|
|
||||||
*hacks.antspotlight.name: Ant Spotlight
|
|
||||||
*hacks.apple2.name: Apple ][
|
|
||||||
*hacks.binaryhorizon.name: Binary Horizon
|
|
||||||
*hacks.binaryring.name: Binary Ring
|
|
||||||
*hacks.blinkbox.name: Blink Box
|
|
||||||
*hacks.blitspin.name: Blit Spin
|
|
||||||
*hacks.blocktube.name: Block Tube
|
|
||||||
*hacks.bouncingcow.name: Bouncing Cow
|
|
||||||
*hacks.boxfit.name: Box Fit
|
|
||||||
*hacks.bsod.name: BSOD
|
|
||||||
*hacks.bubble3d.name: Bubble 3D
|
|
||||||
*hacks.ccurve.name: C Curve
|
|
||||||
*hacks.cityflow.name: City Flow
|
|
||||||
*hacks.cloudlife.name: Cloud Life
|
|
||||||
*hacks.companioncube.name: Companion Cube
|
|
||||||
*hacks.covid19.name: COVID19
|
|
||||||
*hacks.cube21.name: Cube 21
|
|
||||||
*hacks.cubestack.name: Cube Stack
|
|
||||||
*hacks.cubestorm.name: Cube Storm
|
|
||||||
*hacks.cubetwist.name: Cube Twist
|
|
||||||
*hacks.cubicgrid.name: Cubic Grid
|
|
||||||
*hacks.cwaves.name: C Waves
|
|
||||||
*hacks.dangerball.name: Danger Ball
|
|
||||||
*hacks.decayscreen.name: Decay Screen
|
|
||||||
*hacks.deepstars.name: Deep Stars
|
|
||||||
*hacks.dnalogo.name: DNA Logo
|
|
||||||
*hacks.dymaxionmap.name: Dymaxion Map
|
|
||||||
*hacks.energystream.name: Energy Stream
|
|
||||||
*hacks.etruscanvenus.name: Etruscan Venus
|
|
||||||
*hacks.euler2d.name: Euler 2D
|
|
||||||
*hacks.fadeplot.name: Fade Plot
|
|
||||||
*hacks.fiberlamp.name: Fiber Lamp
|
|
||||||
*hacks.filmleader.name: Film Leader
|
|
||||||
*hacks.flipflop.name: Flip Flop
|
|
||||||
*hacks.flipscreen3d.name: Flip Screen 3D
|
|
||||||
*hacks.fliptext.name: Flip Text
|
|
||||||
*hacks.fluidballs.name: Fluid Balls
|
|
||||||
*hacks.flyingtoasters.name: Flying Toasters
|
|
||||||
*hacks.fontglide.name: Font Glide
|
|
||||||
*hacks.fuzzyflakes.name: Fuzzy Flakes
|
|
||||||
*hacks.geodesicgears.name: Geodesic Gears
|
|
||||||
*hacks.gflux.name: GFlux
|
|
||||||
*hacks.glblur.name: GL Blur
|
|
||||||
*hacks.glcells.name: GL Cells
|
|
||||||
*hacks.gleidescope.name: Gleidescope
|
|
||||||
*hacks.glforestfire.name: GL Forest Fire
|
|
||||||
*hacks.glhanoi.name: GL Hanoi
|
|
||||||
*hacks.glitchpeg.name: GlitchPEG
|
|
||||||
*hacks.glknots.name: GL Knots
|
|
||||||
*hacks.glmatrix.name: GL Matrix
|
|
||||||
*hacks.glplanet.name: GL Planet
|
|
||||||
*hacks.glschool.name: GL School
|
|
||||||
*hacks.glslideshow.name: GL Slideshow
|
|
||||||
*hacks.glsnake.name: GL Snake
|
|
||||||
*hacks.gltext.name: GL Text
|
|
||||||
*hacks.gravitywell.name: Gravity Well
|
|
||||||
*hacks.hexstrut.name: Hex Strut
|
|
||||||
*hacks.ifs.name: IFS
|
|
||||||
*hacks.imsmap.name: IMS Map
|
|
||||||
*hacks.jigglypuff.name: Jiggly Puff
|
|
||||||
*hacks.juggler3d.name: Juggler 3D
|
|
||||||
*hacks.lcdscrub.name: LCD Scrub
|
|
||||||
*hacks.lmorph.name: LMorph
|
|
||||||
*hacks.m6502.name: m6502
|
|
||||||
*hacks.maze3d.name: Maze 3D
|
|
||||||
*hacks.memscroller.name: Mem Scroller
|
|
||||||
*hacks.metaballs.name: Meta Balls
|
|
||||||
*hacks.mirrorblob.name: Mirror Blob
|
|
||||||
*hacks.moebius.name: Möbius
|
|
||||||
*hacks.moebiusgears.name: Möbius Gears
|
|
||||||
*hacks.moire.name: Moiré
|
|
||||||
*hacks.moire2.name: Moiré 2
|
|
||||||
*hacks.morph3d.name: Morph 3D
|
|
||||||
*hacks.nerverot.name: Nerve Rot
|
|
||||||
*hacks.noseguy.name: Nose Guy
|
|
||||||
*hacks.pacman.name: Pac-Man
|
|
||||||
*hacks.photopile.name: Photo Pile
|
|
||||||
*hacks.popsquares.name: Pop Squares
|
|
||||||
*hacks.projectiveplane.name:Projective Plane
|
|
||||||
*hacks.quasicrystal.name: Quasi-Crystal
|
|
||||||
*hacks.raverhoop.name: Raver Hoop
|
|
||||||
*hacks.razzledazzle.name: Razzle Dazzle
|
|
||||||
*hacks.rd-bomb.name: RD-Bomb
|
|
||||||
*hacks.rd-bomb.name: RD-Bomb
|
|
||||||
*hacks.romanboy.name: Roman Boy
|
|
||||||
*hacks.rotzoomer.name: Rot Zoomer
|
|
||||||
*hacks.rubikblocks.name: Rubik Blocks
|
|
||||||
*hacks.sballs.name: SBalls
|
|
||||||
*hacks.shadebobs.name: Shade Bobs
|
|
||||||
*hacks.sierpinski3d.name: Sierpinski 3D
|
|
||||||
*hacks.skytentacles.name: Sky Tentacles
|
|
||||||
*hacks.slidescreen.name: Slide Screen
|
|
||||||
*hacks.speedmine.name: Speed Mine
|
|
||||||
*hacks.sphereeversion.name: Sphere Eversion
|
|
||||||
*hacks.splitflap.name: Split-Flap
|
|
||||||
*hacks.starwars.name: Star Wars
|
|
||||||
*hacks.stonerview.name: Stoner View
|
|
||||||
*hacks.t3d.name: T3D
|
|
||||||
*hacks.testx11.name: Test X11
|
|
||||||
*hacks.timetunnel.name: Time Tunnel
|
|
||||||
*hacks.topblock.name: Top Block
|
|
||||||
*hacks.tronbit.name: Tron Bit
|
|
||||||
*hacks.unknownpleasures.name:Unknown Pleasures
|
|
||||||
*hacks.vfeedback.name: VFeedback
|
|
||||||
*hacks.vidwhacker.name: Vid Whacker
|
|
||||||
*hacks.webcollage.name: Web Collage
|
|
||||||
*hacks.whirlwindwarp.name: Whirlwind Warp
|
|
||||||
*hacks.winduprobot.name: Windup Robot
|
|
||||||
*hacks.xanalogtv.name: XAnalogTV
|
|
||||||
*hacks.xrayswarm.name: XRaySwarm
|
|
||||||
|
|
||||||
! (xrdb prevention kludge: whole file) */
|
|
@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Screenshot
|
|
||||||
GenericName=Screenshot
|
|
||||||
Comment=Take a screenshot
|
|
||||||
Exec=lximage-qt --screenshot
|
|
||||||
Icon=camera-photo
|
|
||||||
Categories=Graphics;Core;Qt;
|
|
||||||
StartupNotify=true
|
|
||||||
NoDisplay=true
|
|
@ -1,2 +0,0 @@
|
|||||||
[Default Applications]
|
|
||||||
application/pdf=qpdfview.desktop
|
|
@ -1,2 +0,0 @@
|
|||||||
[Added Associations]
|
|
||||||
application/pdf=qpdfview.desktop
|
|
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=Shutdown
|
||||||
|
_Comment=Shutdown or Reboot
|
||||||
|
Icon=system-shutdown-panel
|
||||||
|
Exec=lxsession-default quit
|
||||||
|
Type=Application
|
||||||
|
NoDisplay=true
|
@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=identi.ca
|
||||||
|
_Comment=Launching identi.ca
|
||||||
|
Icon=internet-web-browser
|
||||||
|
Exec=chromium-browser --app=https://identi.ca/
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;
|
||||||
|
OnlyShowIn=LXDE;
|
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=Rotate your screen
|
||||||
|
_Comment=Rotate your screen using xrotate
|
||||||
|
Icon=object-rotate-left
|
||||||
|
Exec=xrotate
|
||||||
|
Type=Application
|
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
_Name=ScreenLock
|
||||||
|
_Comment=Lock your screen
|
||||||
|
Icon=system-lock-screen
|
||||||
|
Exec=light-locker-command -l
|
||||||
|
NoDisplay=true
|
||||||
|
Type=Application
|
@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
POTFILES := $(shell cat POTFILES.in)
|
||||||
|
|
||||||
|
all: generate-po-files
|
||||||
|
|
||||||
|
generate-pot: POTFILES.in
|
||||||
|
intltool-update --pot --gettext-package=lubuntu-default-settings-applications
|
||||||
|
|
||||||
|
generate-po-files:
|
||||||
|
for i in $(POTFILES); do \
|
||||||
|
f=$$(echo $$i | sed 's/\.in//'); \
|
||||||
|
intltool-merge -d . ../$$i ../$$f; \
|
||||||
|
done
|
||||||
|
|
||||||
|
update-po:
|
||||||
|
for i in *.po; do \
|
||||||
|
code=$$(echo $$i | sed 's/.po//'); \
|
||||||
|
intltool-update --gettext-package=lubuntu-default-settings-applications --dist $$code; \
|
||||||
|
done
|
||||||
|
|
||||||
|
# vim:ts=4
|
@ -0,0 +1,4 @@
|
|||||||
|
lubuntu-logout.desktop.in
|
||||||
|
lubuntu-nexus7-identica.desktop.in
|
||||||
|
lubuntu-nexus7-rotate.desktop.in
|
||||||
|
lubuntu-screenlock.desktop.in
|
@ -0,0 +1,50 @@
|
|||||||
|
# Arabic translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-12-31 14:16+0000\n"
|
||||||
|
"Last-Translator: Fcmam5 <Unknown>\n"
|
||||||
|
"Language-Team: Arabic <ar@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "إيقاف التشغيل"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "إيقاف أو إعادة التشغيل"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "إطلاق identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "تدوير شاشتك"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "تدوير شاشتك باستعمال xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "قفل الشاشة"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "إقفل شاشتك"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Belarusian translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2016-02-09 12:59+0000\n"
|
||||||
|
"Last-Translator: meequz <meequz@gmail.com>\n"
|
||||||
|
"Language-Team: Belarusian <be@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Адключыць"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Адключыць ці перазагрузіць"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Запуск identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Павярнуць экран"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Павярнуць экран з дапамогай xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Блакаванне экрана"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Заблакаваць экран"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Breton translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-03-19 22:26+0000\n"
|
||||||
|
"Last-Translator: Melan <Unknown>\n"
|
||||||
|
"Language-Team: Breton <br@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Lazhañ"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Lazhañ pe Adloc'hañ"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Launching identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "C'hwelit ho skramm"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "C'hwelit ho skramm gant xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Prennañ ar skramm"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Prennit ho skramm"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Catalan translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-04-30 07:36+0000\n"
|
||||||
|
"Last-Translator: JoanColl <Unknown>\n"
|
||||||
|
"Language-Team: Catalan <ca@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Atura"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Atura o reinicia"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Llançament d'identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Roteu la vostra pantalla"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Roteu la vostra pantalla usant el xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Bloqueig de pantalla"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Bloquegeu la pantalla"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Czech translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-08-14 19:13+0000\n"
|
||||||
|
"Last-Translator: Adam Janik <Unknown>\n"
|
||||||
|
"Language-Team: Czech <cs@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-08-15 05:28+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18446)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Ukončení"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Vypnout nebo restartovat"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Spouštění identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Otočení obrazovky"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Otočení obrazovky pomocí xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Zámek obrazovky"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Uzamykání obrazovky"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Danish translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-04-01 20:53+0000\n"
|
||||||
|
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
|
||||||
|
"Language-Team: Danish <da@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Luk ned"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Luk ned eller genstart"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Starter identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Drej din skærm"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Drej din skærm med xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Skærmlås"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Lås din skærm"
|
@ -0,0 +1,50 @@
|
|||||||
|
# German translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2016-10-14 13:19+0000\n"
|
||||||
|
"Last-Translator: Tobias Bannert <tobannert@gmail.com>\n"
|
||||||
|
"Language-Team: German <de@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Herunterfahren"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Herunterfahren oder Neustarten"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "identi.ca wird gestartet …"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Bildschirm drehen"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Bildschirm mit xrotate drehen"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "ScreenLock"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Bildschirm sperren"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Greek translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-11-23 09:20+0000\n"
|
||||||
|
"Last-Translator: ΑναστόπουλοςΧάρης <xaris.anasto@gmail.com>\n"
|
||||||
|
"Language-Team: Greek <el@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Τερματισμός"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Τερματισμός ή επανεκκίνηση"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Φόρτωση identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Περιστρέψτε την οθόνη σας"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Περιστρέψτε την οθόνη σας χρησιμοποιώντας το xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Κλείδωμα οθόνης"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Κλειδώστε την οθόνη σας"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Spanish translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2014-11-23 16:54+0000\n"
|
||||||
|
"Last-Translator: Fran Fondo <franfondo@gmail.com>\n"
|
||||||
|
"Language-Team: Spanish <es@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Apagado"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Apagar o reiniciar"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Lanzando identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Rotar la pantalla"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Rote la pantalla usando xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "bloquear pantalla"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Bloquea su pantalla"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Estonian translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-09-13 12:34+0000\n"
|
||||||
|
"Last-Translator: Jalakas <Unknown>\n"
|
||||||
|
"Language-Team: Estonian <et@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Väljalülitamine"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr ""
|
@ -0,0 +1,50 @@
|
|||||||
|
# Basque translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2014-12-20 16:57+0000\n"
|
||||||
|
"Last-Translator: Asier Iturralde Sarasola <Unknown>\n"
|
||||||
|
"Language-Team: Basque <eu@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Itzali"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Itzali edo berrabiarazi"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "identi.ca abiarazten"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Biratu zure pantaila"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Biratu zure pantaila xrotate erabiliz"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Blokeatu pantaila"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Blokeatu zure pantaila"
|
@ -0,0 +1,50 @@
|
|||||||
|
# French translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-08-18 17:10+0000\n"
|
||||||
|
"Last-Translator: Anne017 <anneonyme017@openmailbox.org>\n"
|
||||||
|
"Language-Team: French <fr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Éteindre"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Éteindre ou redémarrer"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Lancement d'identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Faire pivoter votre écran"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Faites pivoter votre écran à l'aide de xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Verrouillage d'écran"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Verrouiller votre écran"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Galician translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2015-09-22 13:06+0000\n"
|
||||||
|
"Last-Translator: Xosé <Unknown>\n"
|
||||||
|
"Language-Team: Galician <gl@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "Apagar"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Apagar ou reiniciar"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Iniciando identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Virar a pantalla"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Vire a pantalla usando xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "ScreenLock"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Bloquee a pantalla"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Hebrew translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-09-03 10:15+0000\n"
|
||||||
|
"Last-Translator: shy tzedaka <shaytzedaka@outlook.com>\n"
|
||||||
|
"Language-Team: Hebrew <he@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-09-04 05:48+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18446)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr "כיבוי"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "כיבוי או הפעלה מחדש"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr "identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "שירות identi.ca מופעל"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "סיבוב המסך שלך"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "סיבוב המסך שלך באמצעות xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "נעילת מסך"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "נעילת המסך שלך"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Croatian translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-09-28 20:18+0000\n"
|
||||||
|
"Last-Translator: zvacet <ikoli@yahoo.com>\n"
|
||||||
|
"Language-Team: Croatian <hr@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-09-29 05:22+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18471)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr "Isključivanje ili ponovno pokretanje"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr "Pokrećem identi.ca"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr "Rotirajte vaš zaslon"
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Rotirajte vaš zaslon koristeći xrotate"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr "Zaključajte zaslon"
|
@ -0,0 +1,50 @@
|
|||||||
|
# Hungarian translation for lubuntu-default-settings
|
||||||
|
# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016
|
||||||
|
# This file is distributed under the same license as the lubuntu-default-settings package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: lubuntu-default-settings\n"
|
||||||
|
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"POT-Creation-Date: 2014-10-27 18:02+0100\n"
|
||||||
|
"PO-Revision-Date: 2016-04-03 16:02+0000\n"
|
||||||
|
"Last-Translator: Gabor Kelemen <kelemeng@openscope.org>\n"
|
||||||
|
"Language-Team: Hungarian <hu@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Launchpad-Export-Date: 2017-06-18 06:03+0000\n"
|
||||||
|
"X-Generator: Launchpad (build 18416)\n"
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:1
|
||||||
|
msgid "Shutdown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-logout.desktop.in.h:2
|
||||||
|
msgid "Shutdown or Reboot"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:1
|
||||||
|
msgid "identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-identica.desktop.in.h:2
|
||||||
|
msgid "Launching identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:1
|
||||||
|
msgid "Rotate your screen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../lubuntu-nexus7-rotate.desktop.in.h:2
|
||||||
|
msgid "Rotate your screen using xrotate"
|
||||||
|
msgstr "Képernyőforgatás xrotate segítségével"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:1
|
||||||
|
msgid "ScreenLock"
|
||||||
|
msgstr "Képernyőzár"
|
||||||
|
|
||||||
|
#: ../lubuntu-screenlock.desktop.in.h:2
|
||||||
|
msgid "Lock your screen"
|
||||||
|
msgstr ""
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue