[SOLVED] Metacity gconf keys?

I've been battling for the best part of a week to dump emerald in favour of using the gtk-window-decorator with compiz, but having real problems on my xfce system theming the window decorations. After searching all over the net (and re-reading seemingly the same solutions) ad-nauseum it finally dawned on me that my minimal gnome compatibility didn't have the metacity keys at all in gconf.
I sorted the theming out by manually creating metacity/general/button_layout, theme and titlebar_font, but clearly this only represents a subset of metacity keys.
Can someone list the complete set of metacity/general keys for me so that I can properly populate gconf. I'll be blowed if I can find one by googling.
Last edited by Roken (2012-05-18 23:06:42)

Your google-fu is weak!
Metacity Keys
Also, review This Thread.  Basically, in the Metacity Keys link you would not preface the key with "Schema" when setting it using gconftool-2.  Look in the review thread for examples at the bottom for setting the keys.

Similar Messages

  • [SOLVED] Gnome3 gconf-editor "This key has no schema"

    I am using gnome3 and I tried to enable the minimize and maxmize button, so I type
    gconftool-2 -s -t string /desktop/gnome/shell/windows/button_layout ":minimize,maximize,close"
    in terminal.
    Then I open gconf-editor,  select "/desktop/gnome/shell/windows/button_layout" , it shows "The key has no schema". And there is no minimize and maximize button on my window.
    What's wrong with it? Should I install any package to solve it?
    Last edited by tony412 (2012-06-06 09:33:43)

    tony412 wrote:
    I am using gnome3 and I tried to enable the minimize and maxmize button, so I type
    gconftool-2 -s -t string /desktop/gnome/shell/windows/button_layout ":minimize,maximize,close"
    in terminal.
    Then I open gconf-editor,  select "/desktop/gnome/shell/windows/button_layout" , it shows "The key has no schema". And there is no minimize and maximize button on my window.
    What's wrong with it? Should I install any package to solve it?
    Starting from gnome 3.4 (maybe), the setting of windows button_layout has been changed to donf-config with the path of:
    org.gnome.shell.overrides.button-layout

  • [SOLVED] Sony Vaio Keys don't work (probably udev issue)

    Hardware: SONY VAIO VPC-EH2L1R
    Linux distribution: archlinux, XFCE
    udev versions: 177, 178 (core), udev-git 20120123-1 (AUR)
    keyboard driver: evdev
    At least a week earlier I had some of Sony Vaio Keys working: Volume control (Fn+F2: mute, Fn+F3: down, Fn+F4: up) and Brightness control (Fn+F5: down, Fn+F6: up). Other Vaio Keys (Fn+F1: touchpad switch, Fn+F7: switch video mode, Fn+F12: suspend) never worked.
    At some point (I think after updating to udev-177-1) Brightness control keys stopped working. Volume control keys still work.
    Brightness control still works directly via acpi.
    I know this may sound like this bug, but that solution doesn't work for me - neither updating to udev-git nor manually loading the keymap.
    My keyboards are:
    [ajaxas@r2d2 ~]$ /lib/udev/findkeyboards
    AT keyboard: input/event0
    module: input/event1
    which are actually:
    [ajaxas@r2d2 ~]$ cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0010 Vendor=104d Product=0000 Version=0000
    N: Name="Sony Vaio Keys"
    P: Phys=
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/SNY5001:00/input/input1
    U: Uniq=
    H: Handlers=kbd rfkill event1
    B: PROP=0
    B: EV=13
    B: KEY=1f16cf0000 c00000000 10010000000000 200000000 600e00102c00 380000240300400 e000000000000 0
    B: MSC=10
    Now, the funny thing is that (I think) udev loads my keymap correctly:
    [ajaxas@r2d2 ~]$ cat /sys/class/dmi/id/{sys_vendor,product_name}
    Sony Corporation
    VPCEH2L1R
    Here is this keymap module-sony (which worked until recently!):
    [ajaxas@r2d2 ~]$ cat /lib/udev/keymaps/module-sony
    0x06 mute # Fn+F2
    0x07 volumedown # Fn+F3
    0x08 volumeup # Fn+F4
    0x09 brightnessdown # Fn+F5
    0x0A brightnessup # Fn+F6
    0x0B switchvideomode # Fn+F7
    0x0E zoom # Fn+F10
    0x10 suspend # Fn+F12
    - but here is where it starts getting curiouser and curiouser.
    My Volume control keys seem to be mapped to input/event0 (keyboard itself):
    [root@r2d2 ajaxas]# /lib/udev/keynap -i input/event0
    scan code: 0xA0 key code: mute
    scan code: 0xAE key code: volumedown
    scan code: 0xB0 key code: volumeup
    and these scan codes correspond not to my keymap (0x06, 0x07, 0x08), but to /lib/udev/keymaps/force-release/common-volume-keys:
    [ajaxas@r2d2 ~]$ cat /lib/udev/keymaps/force-release/common-volume-keys
    0xa0 #mute
    0xae #volume down
    0xb0 #volume up
    So I assume, udev uses force-release rules before other keymaps and maps my Volume control keys to input/event0 (how? I couldn't find the rule!), which is more or less fine with me, but!
    My Brightness control keys, mapped as 0x09 and 0x0A in the keymap, are reported by udev as:
    [root@r2d2 ajaxas]# /lib/udev/keymap -i input/event1
    scan code: 0x10 key code: brightnessdown
    scan code: 0x11 key code: brightnessup
    If I change my keymap file (0x09 -> 0x10, 0x0A -> 0x11) and load keymap manually, nothing changes. And when I reboot with this changed keymap, udev reports this for my Brightness control keys:
    [root@r2d2 ajaxas]# /lib/udev/keymap -i input/event1
    scan code: 0x10 key code: fn_f5
    scan code: 0x11 key code: fn_f6
    Again, nothing works, and keys are not reported as Brightness control keys anymore.
    As I said earlier, updating udev doesn't help.
    Could somebody please help me?
    EDIT: added keyboard driver (evdev) reference.
    Last edited by ajaxas (2012-01-25 13:52:54)

    jst wrote:
    ajaxas wrote:Okay, this is stupid but it was XFCE's fault. If anyone with the same problem reads this, try creating a new user account and see if it's actually udev or only your shitty DE. -_-
    How did you solve this? I realized I have the same problem with XFCE, but could not solve it
    I don't really remember. As a matter of fact, I've already switched to KDE and I'm quite content with it

  • [Solved] Metacity theme question

    Hi,
    I use a modified version of the "Human" theme but it's not perfect yet.
    The ugly 'point' on the left should be removed and at this area the application icon should be shown.
    What is needed to modify? Thanks for help.
    Screenshot:
    metacity-theme.xml:
    http://pastebin.com/ZVx5My1U
    Edit: solved by myself
    Last edited by Radioactiveman (2011-03-21 17:56:57)

    anonymous_user wrote:
    Haptic wrote:What's wrong with asking 2 things in 1 thread?
    Arch Wiki wrote:Choose one topic per thread. Long threads are typically discouraged in the technical issue subforums. Try not to post multiple questions in a single topic -- this makes it difficult to search for specific problems.
    https://wiki.archlinux.org/index.php/Fo … ow_to_Post
    Sorry, I moved the other question to another topic.
    Nothing shows up in ncmpcpp
    mpd.conf
    http://paste.pocoo.org/show/342598/
    Last edited by Haptic (2011-02-22 02:49:02)

  • [SOLVED] No Fn key anymore!

    Before upgrade I could type "/" using my Fn+0 key now I can't, I can use my Fn+Fx but no the numeric keypad... the thing only happens in gnome, when I entered to my fluxbox without the gnome-settings-daemon it works also in console mode.
    So I guess it's about keyboard-properties but I haven't solved, I've tried changing the keyboard distribution but nothing new happens.
    I have a Lenovo Ideapad Y510.
    Any suggestion? thx in advance
    Last edited by danes (2008-04-08 17:06:42)

    From: http://nancib.wordpress.com/2008/03/17/ … ntu-hardy/
    First off, there's an easy workaround for it. Go into the Keyboard Preferences (System >Preferences > Keyboard) and go to the Mouse Keys tab. Simply uncheck the box for Allow to control the pointer using the keyboard. (I know the grammar sucks on that sentence. I need to find a bug for that as well.)  That will let users of Ubuntu Hardy, and other distros that use GNOME 2.22, to regain the use of their numeric keypad.

  • [Solved] errors with keys after pacman update?

    Hi,
    I installed pacman 4.0.1-4, but now this is what happens when I try and update.
    Proceed with installation? [Y/n] Y
    (28/28) checking package integrity [######################] 100%
    error: binutils-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: libcap-ng: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: cifs-utils: signature from "Tobias Powalowski <[email protected]>" is unknown trust
    error: cmake: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: colord: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: lib32-glibc: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: lib32-gcc-libs: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-libs-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: perl: key "6D1655C14CE1C13E" is unknown
    error: key "6D1655C14CE1C13E" could not be looked up remotely
    error: openssl: signature from "Pierre Schmitz <[email protected]>" is unknown trust
    error: git: signature from "Dan McGee <[email protected]>" is unknown trust
    error: gpgme: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: gvfs: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: inetutils: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] Y
    error: key "Eric Belanger <[email protected]>" could not be imported
    error: intltool: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] ^C
    Interrupt signal received
    When pacman updated it suggested that I run this command,
    sudo pacman-key --init
    I know that usually I would say yes to a key and pacman should remember it, but what are all the errors?
    Last edited by mich04 (2012-01-20 17:19:26)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is.

  • [SOLVED] [udev] invalid key/value pair in custom rule

    Hey,
    this simple rule in /etc/udev/rules.d/99-usb-backup.rules, which is used to automatically mount my encrypted backup disk when plugging in run a backup script after the backup disk has been mounted, is said to be invalid:
    SUBSYSTEMS=="usb", ATTRS{idProduct}=="0470", ATTRS{serial}=="2080000048FD", ACTION=="add", ENV{SYSTEMD_WANTS}=="secbackup.service"
    (The service file will mount the volume and start the backup script; mounting is done via udiskie.)
    The following error pops up when booting the system:
    systemd-udevd[225]: invalid key/value pair in file /etc/udev/rules.d/99-usb-backup.rules on line 1,starting at character 131 (':')
    I don't see any colon (':') in my rule and the last closing quotation mark (") is the 130th character in this file...
    This worked well before; I don't know when the error started to pop up. I use systemd 213-9.
    Any hints?
    Last edited by ball (2014-06-18 09:28:24)

    ukhippo wrote:Shouldn't that last “==” be “+=”?
    Well... I don't know. I've taken this snippet from jasonwryan's blog post. I guess it's correct...
    ukhippo wrote:
    If that's just a typo on your part, are there any non-printing characters? Use “od” to check:
    od -c /etc/udev/rules.d/99-usb-backup.rules
    Nothing suspicious:
    0000000 S U B S Y S T E M S = = " u s b
    0000020 " , A T T R S { i d P r o d u
    0000040 c t } = = " 0 4 7 0 " , A T T
    0000060 R S { s e r i a l } = = " 2 0 8
    0000100 0 0 0 0 0 4 8 F D " , A C T I
    0000120 O N = = " a d d " , E N V { S
    0000140 Y S T E M D _ W A N T S } = = "
    0000160 s e c b a c k u p . s e r v i c
    0000200 e "
    0000202

  • [SOLVED]Extra keyboard key to eject cd/dvd

    Hi,
    Every my extra key (what i needed) are working.
    Problem is only with ejecting CD.
    I have added to my openbox rc.xml file :
    <keybind key="XF86Eject">
    <action name="Execute">
    <execute>sudo eject -r /dev/sr0</execute>
    </action>
    </keybind>
    <keybind key="XF86AudioLowerVolume">
    <action name="Execute">
    <execute>amixer set Master 5- unmute</execute>
    </action>
    </keybind>
    <keybind key="XF86AudioRaiseVolume">
    <action name="Execute">
    <execute>amixer set Master 5+ unmute</execute>
    </action>
    </keybind>
    <keybind key="XF86AudioMute">
    <action name="Execute">
    <execute>amixer set Master toggle</execute>
    </action>
    </keybind>
    and only eject doesn't working.
    Everybody user can do "eject". So I dont know why key not working.
    Last edited by xorgx3 (2012-03-29 18:00:33)

    Did you configure sudo so that it doesn't ask for a password (for this particalur command)? If not, that's probably the problem. Anyway, I think users in group optical can use eject -- no need for sudo -- and maybe this is what you mean by 'Everybody user can do "eject".'.

  • [solved]gpg: listing keys in keyfile before import

    Alice runs
    gpg --export -a -o pub.asc
    to export her public keys to pub.asc.
    How can Bob list the keys in pub.asc without importing them?
    So far the best solution that I've found is
    gpg --list-only --import pub.asc
    but that seems kludgy because it's still running through the entire import process. Is there any way to inspect the keyfile directly (and maybe extract a subset of keys from it to another file)?
    Last edited by Xyne (2012-03-20 04:10:14)

    Thanks.
    What search terms did you use? I tried several variations of:
    gpg list keys in key file (and keyfile)
    gpg list before import
    gpg inspect key file
    gpg examine key file
    gpg show me the keyfile's secrets
    gpg just list the *%$#%^ keys already
    Nowhere in the man page do I see anything that indicates that "--with-fingerprint" would accept a file argument.
    --fingerprint
    List all keys (or the specified ones) along with their finger‐
    prints. This is the same output as --list-keys but with the
    additional output of a line with the fingerprint. May also be
    combined with --list-sigs or --check-sigs. If this command is
    given twice, the fingerprints of all secondary keys are listed
    too.
    --with-fingerprint
    Same as the command --fingerprint but changes only the format of
    the output and may be used together with another command.
    EXAMPLES
    gpg --list-keys user_ID
    show keys
    gpg --fingerprint user_ID
    show fingerprint
    I had tried "gpg --list-keys <file>" but that doesn't work, so I had no reason to think that --with-fingerprint  would work, as it is really just a modified version of "--list-keys".
    Last edited by Xyne (2012-03-20 04:10:53)

  • [SOLVED] Thinkpad Fn keys suddenly stopped working

    I'm on ThinkPad Edge 14. For some reason(s) unknown, my Fn keys stopped working after I restarted Arch a few hours ago.
    I've checked the BIOS, everything is fine (no settings unchanged). I tried checking if X (I'm on Gnome 3) can still detect the keys using xev (as outlined here: https://wiki.archlinux.org/index.php/Ex … oard_Keys) and the Fn key is detected as "XF86WakeUp" witht the keycode "151", so at least nothing is wrong with the actual physical button.
    What's more weird is that, I tried booting from another Hard Drive into Ubuntu, and the Fn key also didn't work (it has worked fine previously). What could be causing this?
    EDIT: Even weirder, Fn keys aren't working in Windows as well (I dual boot). BIOS's still unchanged, and this started happening when I was working with Arch, so I'm quite sure this can be fixed through Arch. Problem is, I don't know where to start. How can Arch affect Ubuntu & Windows when I didn't change BIOS?
    Last edited by splatterdash (2011-08-28 22:32:23)

    I found out the problem!
    I tried checking the Lenovo forums about the problem and found this: http://forums.lenovo.com/t5/ThinkPad-Ed … d-p/323077
    Apparently, it's possible that the Fn keys suddenly stopped working for no clear reason. In my case, it happened when I was on Arch, so I thought the problem was with Arch. Anyway, I updated the BIOS from Lenovo's site and everything's working fine now.
    Thanks!

  • [Solved] [Openbox] Grave key binding stoped working

    Hi. I have (had) a terminal under C-` shortcut. It stoped working some time ago. I tried to replace it with C-grave and C-0xXX (don't remember value), no result. Anyone know how to get it work again?
    Last edited by ciembor (2013-01-15 03:23:59)

    Yes, it works with different keystrokes. Here is part with keybindings:
    <keyboard>
    <chainQuitKey>C-g</chainQuitKey>
    <!-- Keybindings for desktop switching -->
    <keybind key="C-A-Left">
    <action name="DesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-A-Right">
    <action name="DesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-A-Up">
    <action name="DesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-A-Down">
    <action name="DesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-A-Left">
    <action name="SendToDesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-A-Right">
    <action name="SendToDesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-A-Up">
    <action name="SendToDesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-A-Down">
    <action name="SendToDesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="W-F1">
    <action name="Desktop">
    <desktop>1</desktop>
    </action>
    </keybind>
    <keybind key="W-F2">
    <action name="Desktop">
    <desktop>2</desktop>
    </action>
    </keybind>
    <keybind key="W-F3">
    <action name="Desktop">
    <desktop>3</desktop>
    </action>
    </keybind>
    <keybind key="W-F4">
    <action name="Desktop">
    <desktop>4</desktop>
    </action>
    </keybind>
    <keybind key="W-d">
    <action name="ToggleShowDesktop"/>
    </keybind>
    <!-- Keybindings for windows -->
    <keybind key="C-Escape">
    <action name="Close"/>
    </keybind>
    <keybind key="F11">
    <action name="ToggleMaximizeFull"/>
    </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"/>
    </keybind>
    <keybind key="A-S-Tab">
    <action name="PreviousWindow"/>
    </keybind>
    <keybind key="C-A-Tab">
    <action name="NextWindow">
    <panels>yes</panels>
    <desktop>yes</desktop>
    </action>
    </keybind>
    <!-- Keybindings for running applications -->
    <keybind key="C-Tab">
    <action name="Execute">
    <startupnotify>
    <enabled>false</enabled>
    <name>gmrun</name>
    </startupnotify>
    <command>gmrun</command>
    </action>
    </keybind>
    <keybind key="C-0x60">
    <action name="Execute">
    <startupnotify>
    <enabled>false</enabled>
    <name>xfce4-terminal</name>
    </startupnotify>
    <command>xfce4-terminal</command>
    </action>
    </keybind>
    </keyboard>
    0x60 is a grave code.
    Last edited by ciembor (2013-01-13 19:14:42)

  • [SOLVED] Error: nemo: key "59B3122E2FA915EC" is unknown

    I noticed that the Cinnamon file manager, Nemo, was added to the community repository, so I decided to give it a try.  However when I try to install it, I get the following error message from pacman:
    error: nemo: key "59B3122E2FA915EC" is unknown
    error: key "59B3122E2FA915EC" could not be looked up remotely
    error: failed to commit transaction (invalid or corrupted packages)
    Errors occurred, no packages were upgraded.
    Is this a problem my end, or a problem with the package?
    Last edited by ryan117 (2013-02-21 09:18:31)

    Hmm, just tried installing it, error for me as well (a bit different)
    $ pac nemo
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): libtracker-sparql-0.14.4-3 nemo-1.1.2-2
    Total Download Size: 2.43 MiB
    Total Installed Size: 16.97 MiB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    libtracker-sparql-0... 272.9 KiB 135K/s 00:02 [######################] 100%
    :: Retrieving packages from community...
    nemo-1.1.2-2-x86_64 2.2 MiB 250K/s 00:09 [######################] 100%
    (2/2) checking package integrity [######################] 100%
    error: nemo: key "59B3122E2FA915EC" is unknown
    :: Import PGP key 2FA915EC, "Alexandre Filgueira <[email protected]>", created 2013-01-17? [Y/n]

  • [SOLVED] Metacity autostart programs without GNOME

    Hi,
    I would like to use a session with metacity + lxpanel (starts from LXDM)
    then I have edited my .dmrc:
    $ cat ~/.dmrc
    [Desktop]
    Session=metacity
    it works, but when I login my session (default) from LXDM, there is only metacity with nothing. how can I add "lxpanel" on start?
    I tryed to put "lxpanel.desktop" on" ~/.config/autostart" but it doesn't work.
    Someone can help me?
    Thanks.
    Last edited by quellen (2015-04-26 10:20:39)

    i have a problem with "lxde-logout" of lxpanel: it doesn't work good, when i press "logout" nothing happens ("Shutdown" and "Reboot" work)
    maybe i need to edit "/etc/lxdm/PostLogout"?
    $ cat /etc/lxdm/PostLogout
    #!/bin/sh
    # Note: this is a sample and will not be run as is.
    test -x /usr/bin/pax11publish && /usr/bin/pax11publish -r
    # Terminate current user session
    /usr/bin/loginctl terminate-session $XDG_SESSION_ID
    # Restart lxdm
    #/usr/bin/systemctl restart lxdm.service
    (screenshoot takes from google images)
    Last edited by quellen (2015-04-29 17:16:31)

  • [SOLVED] Passing Super key through TigerVNC

    I'm using TigerVNC to connect between two Arch Linux machines. The server is running Awesome WM and the client is running GNOME 3. When I press the Super key and the VNC window is open, I want the window to pass that keypress on to the server (similar to how keypresses are passed to VirtualBox). However, the keypress is consumed by the client. Is there any way to pass the Super key to the server I'm connecting to?
    Last edited by gsingh93 (2014-03-03 16:42:21)

    This worked Thanks.

  • [SOLVED]WinRar license key

    Hi!
    I have installed WinRar from AUR and I don't know where I should put the license key file.
    Last edited by Andy_Crowd (2014-02-20 13:29:13)

    There's a order.htm file in the source archive that's not installed by the packaging process, it states:
    If you use RAR/Unix and RAR for OS X, you should copy rarreg.key to your home directory or to one of the following directories: /etc, /usr/lib, /usr/local/lib, /usr/local/etc. You may rename it to .rarreg.key or .rarregkey, if you wish, but rarreg.key is also valid.

Maybe you are looking for

  • Output several lines in ALV report

    Hi all, My requirement is to output multiple lines (i.e. text lines) in a grid of an ALV report, so that user could later download it to an MS Excel sheet. Is there any solution to it? Many Thanks! e.g., target output is like this and all the text li

  • HELP! - what can I do someone has bought things using my account

    I just checked my emails and a few days ago I go a email saying that my password had been reset, I wasn't sure what had happened but I didn't take much notice. Now ive checked my emails and I have just received an email for 2 songs that have been pur

  • EDI - Incoming Invoices from Vendor

    Hi, This is Satya. My question is 'When a vendor sends a credit memo via EDI will Oracle need to see that as a positive or negative amount?' I will be thankful of all ur replies. Thanks, Satya.

  • Session level NLS_COMP NLS_SORT not inheriting from instance parameters???

    Hi all, I have an Oracle 11g installation with a database setup as follows: NLS_COMP=BINARY, NLS_SORT=BINARY. After playing a bit at the session level with NLS_COMP=LINGUISTIC and NLS_SORT=BINARY_CI, I persisted them at the instance level via ALTER S

  • Changes not showing after successfully building up.

    Hello everybody, I am new to the forum and also a new novice in Flex. I have written an application. I have a page called SchedAppointments.mxml, well, after writing the code and building the project successfully the page was displayed successfully a