Gnomes-hell shortcut workaround

Yesterday I installed cinnamon. Unfortinately I can't found a way to bind it with any DM except gdm. So I got a broken shortcuts with gnomes-hell. No way to switch keyboard layouts. Keyboard panel applet missing at all. When I trying to add him to panel, I getting the battery and the network applets added instead of keyboard layout. The default shortcut (Ctrl+Space) doesn't work.
I didn't look for solution because developers knows about this issue but does nothing to fix it since 3.6 was released. I think they are going to disable keyboard at all since they can't handle it.
But I need keyboard layout switcher so I've written a small script:
#!/bin/bash
LCUR=`setxkbmap -print | awk -F"+" '/xkb_symbols/ {print $2}'`
L1="us"
L2="<your language here>"
if [[ $LCUR == $L1 ]]; then
setxkbmap $L2
/usr/bin/xset led named 'Scroll Lock'
else
setxkbmap $L1
/usr/bin/xset -led named 'Scroll Lock'
fi
May be it would be useful for someone else. Scroll Lock Led indicates non-us layout.
Currently I have this script binded to Ctrl+Space keys (as custom shortcut).
But I would like to bind it to Ctrl+Shift or Alt+Shift.
Any suggestions are welcome.

I don’t think Cinnamon works very well unless you use it as a session. If you don’t want to use gdm, try lightdm: it’s fairly easy to set up, and supports user-switching.
I’ve been playing around with Cinnamon all weekend and have managed to get it to integrate with my systemd-user setup, though I had to create a target so it wouldn’t start all of my Openbox applications. I’ve set a custom keyboard layout with xkb, but like you, the keyboard layout indicator doesn’t seem to display (even though it’s apparently been added to the panel). It crashes occasionally when you modify keyboard shortcuts too.

Similar Messages

  • Gnome-keyboard-shortcut issue

    Hi,
    I've configured keyboard shortcuts in gnome-keyboard-shortcuts to launch firefox, evolution. They work fine when i configure them, however after a xorg restart they act wierd.... I have to press the button several time before it opens..
    for example, i press the firefox key.. and start doing ps -ef | grep firefox but nothing...
    after pressing the button 4 times (interval of 10 seconds in between) firefox finally opens.
    same deal with evolution and rhythmbox.
    its not that my system is slow because if i click on the icon it opens up in 1 second.
    I just dont know how i should diagnose this. Thanks for the help

    same issue here for another user in ubuntu
    http://ubuntuforums.org/showthread.php?t=629990

  • IE shortcut workaround?

    Hi,
    The software I am creating elearning for has several
    shortcuts that conflict with Internet Explorer (IE) shortcuts,
    which I have to work around in my training because there appears to
    be no way to disable the IE shortcuts.
    My question is - does anyone have any sample verbiage that
    they have used (either narrated or in a caption) to indicate to the
    learner that they would normally do one thing, but must do another
    because of the conflicts with IE?
    The reason that this is important to me is that our software
    is a productivity tool and we never have our users click buttons,
    everything is done by keyboard command. Therefore, if our training
    says to click the OK button instead of ALT+O I need to be able to
    explain this clearly.
    Thanks for the help,
    Peter

    getURL("
    http://localhost/temple/","target=_blank");

  • Loosing ability to use keyboard shortcuts under Gnome

    Hi,
    I widely use lot of gnome keyboard shortcuts(mainly move on another desktop and so on) but time to time(often after I close last window on desktop, btw by ALT + F4) it "looses focus" and I have to click by mouse or touchpad to be able inser keyboard shortcut again.
    It is anoying. Any solution?

    Disabling the autostart of gnome-settings-daemon in the sessions dialog, and then manually starting it doesn't works too. But if I start it, kill it, and start again it works!

  • Gnome 3::Touchpad problem

    Hi,
    I have a problem with gnome3. I have a new laptop Lenovo Thinkpad L420 (Intel Core
    i5-2410M + Intel HD 3000) with OS Archlinux 64-bit + Gnome3.
    When I disable touchpad, touchpad is off and I enable touchpad, touchpad is
    still disable::touchpad toggle (Fn+F8). When I switch to some tty (Ctrl + Alt + F1-F6) and
    back to Xserver (Ctrl + Alt + F7), so touchpad works.
    And touchpad in gnome 2 works normally.
    What can I do with this problem? Sorry for my bad english. Thanks for your help!

    You should post some logs. Give us an output of "dmesg | tail" when this happen.
    I have done bellow to get a working switch for my touchpad in X environment. This is a WORKAROUND not a solution to your problem. First of all type:
    xinput list
    You will see your touchpad. My touchpad is:
    ETPS/2 Elantech Touchpad
    I will use my touchpad as an example.
    Now copy this text to blank file and make it executable:
    #!/bin/bash
    if
    xinput --list-props "ETPS/2 Elantech Touchpad" | grep "Synaptics Off" | grep 1
    then
    xinput --set-prop 'ETPS/2 Elantech Touchpad' 'Synaptics Off' 0
    else
    xinput --set-prop 'ETPS/2 Elantech Touchpad' 'Synaptics Off' 1
    fi
    Again, my touchpad is examplary you have too put yours in.
    Now you can use this script through gnome keyboard shortcut application and assign key combination.
    Last edited by Shark (2011-08-23 13:35:06)

  • [GNOME] Metacity not loading global keybindings

    Hi all,
    today I found that metacity was not getting my configurations for global keybindings. I have an IBM ThinkPad X41 tablet and there are some keys at the bottom of the screen I would like to configure. Both the keys are recognized as XF86LaunchA and XF86RotateWindows (checked with xev), ~/.gconf/apps/metacity/global_keybindings/%gconf.xml relevant part:
    <?xml version="1.0"?>
    <gconf>
    <entry name="run_command_2" mtime="1230726347" type="string">
    <stringvalue>XF86LaunchA</stringvalue>
    </entry>
    <entry name="run_command_1" mtime="1230726353" type="string">
    <stringvalue>XF86RotateWindows</stringvalue>
    </entry>
    </gconf>
    and ~/.gconf/apps/metacity/keybinding_commands/%gconf.xml relevant part:
    <?xml version="1.0"?>
    <gconf>
    <entry name="command_2" mtime="1224111268" type="string">
    <stringvalue>/usr/bin/cellwriter</stringvalue>
    </entry>
    <entry name="command_1" mtime="1230726795" type="string">
    <stringvalue>/usr/local/bin/xrotate.sh</stringvalue>
    </entry>
    </gconf>
    To workaround on that, I had to insert an entry on the session manager to launch 'metacity --replace &' at each session start.
    I'm asking to the GNOME wizards here: someone knows a better and cleaner way to make metacity aware of my keybindings?
    Thanks for the help, regards,

    Well, GNOME keyboard shortcuts are a limited set of properties more or less related to the window management. With the GUI, it is not possible to configure arbitrary commands to bind to certain key combinations (at least IIRC ).
    In any case, yes, I have tried also with it; I saw nothing that seemed to me to be related with the issue.
    Thanks for the reply.

  • Ctrl and fn keyboard shortcuts don't work after update

    After I updated today (list of updated packages below), all gnome keyboard shortcuts that use the ctrl or fn key stopped working completely. What could cause this? I've never had any problems with these keys in linux before and they all work out of the box, today is the first time I've had any issue.
    List of packages updated:
    [2012-10-13 08:34] synchronizing package lists
    [2012-10-13 08:35] starting full system upgrade
    [2012-10-13 08:37] upgraded gegl (0.2.0-3 -> 0.2.0-4)
    [2012-10-13 08:37] upgraded libglapi (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded libgl (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] installed glu (9.0.0-1)
    [2012-10-13 08:37] upgraded glew (1.8.0-1 -> 1.8.0-2)
    [2012-10-13 08:37] upgraded gnutls (3.1.2-1 -> 3.1.3-1)
    [2012-10-13 08:37] upgraded hplip (3.12.10.a-1 -> 3.12.10.a-2)
    [2012-10-13 08:37] upgraded imagemagick (6.7.9.8-1 -> 6.7.9.8-2)
    [2012-10-13 08:37] upgraded intel-dri (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded jasper (1.900.1-7 -> 1.900.1-8)
    [2012-10-13 08:37] upgraded khrplatform-devel (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded systemd (194-1 -> 194-3)
    [2012-10-13 08:37] upgraded libgbm (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded libegl (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded libreoffice-en-US (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-common (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-base (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-calc (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-draw (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-gnome (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-impress (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-math (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-postgresql-connector (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-sdk (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded libreoffice-writer (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 08:37] upgraded mesa (8.0.4-3 -> 9.0-1)
    [2012-10-13 08:37] upgraded mplayer-vaapi (35107-1 -> 35107-2)
    [2012-10-13 08:37] upgraded sysvinit-tools (2.88-8 -> 2.88-9)
    [2012-10-13 08:37] upgraded systemd-sysvcompat (194-1 -> 194-3)
    [2012-10-13 08:37] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-13 08:37] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
    [2012-10-13 08:37] upgraded xf86-video-intel (2.20.9-1 -> 2.20.9-2)
    [2012-10-13 08:37] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-2)
    [2012-10-13 08:37] upgraded xorg-server (1.12.4-1 -> 1.13.0-2)
    EDIT: Seems to be a gnome bug, gnome 3.4 has this issue with the new xorg. Works with gnome 3.6 in gnome-unstable.
    Last edited by bwat47 (2012-10-14 21:41:03)

    +1.
    [2012-10-13 10:00] upgraded firefox (15.0.1-1 -> 16.0.1-1)
    [2012-10-13 10:00] installed glu (9.0.0-1)
    [2012-10-13 10:00] upgraded glew (1.8.0-1 -> 1.8.0-2)
    [2012-10-13 10:00] upgraded gnutls (3.1.2-1 -> 3.1.3-1)
    [2012-10-13 10:00] upgraded imagemagick (6.7.9.8-1 -> 6.7.9.8-2)
    [2012-10-13 10:00] upgraded systemd (194-1 -> 194-3)
    [2012-10-13 10:00] upgraded sysvinit-tools (2.88-8 -> 2.88-9)
    [2012-10-13 10:00] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-10-13 10:00] ----
    [2012-10-13 10:00] > systemd no longer reads MODULES from rc.conf.
    [2012-10-13 10:00] ----
    [2012-10-13 10:00] upgraded initscripts (2012.09.2-2 -> 2012.10.1-1)
    [2012-10-13 10:00] upgraded jasper (1.900.1-7 -> 1.900.1-8)
    [2012-10-13 10:00] upgraded khrplatform-devel (8.0.4-3 -> 9.0-1)
    [2012-10-13 10:00] upgraded libglapi (8.0.4-3 -> 9.0-1)
    [2012-10-13 10:00] upgraded libgbm (8.0.4-3 -> 9.0-1)
    [2012-10-13 10:00] upgraded libegl (8.0.4-3 -> 9.0-1)
    [2012-10-13 10:00] upgraded libreoffice-en-US (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-common (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-base (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-calc (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-draw (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-gnome (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-impress (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-math (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded libreoffice-writer (3.6.2-1 -> 3.6.2-2)
    [2012-10-13 10:00] upgraded mesa (8.0.4-3 -> 9.0-1)
    [2012-10-13 10:00] upgraded openexr (1.7.0-2 -> 1.7.1-1)
    [2012-10-13 10:00] upgraded xine-lib (1.2.2-1 -> 1.2.2-2)
    [2012-10-13 10:00] upgraded opencv (2.4.2-2 -> 2.4.2-3)
    [2012-10-13 10:00] upgraded subversion (1.7.6-1 -> 1.7.7-1)
    [2012-10-13 10:00] upgraded sysvinit (2.88-8 -> 2.88-9)
    [2012-10-13 10:00] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-13 10:00] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
    [2012-10-13 10:00] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-2)
    [2012-10-13 10:00] upgraded xorg-server (1.12.4-1 -> 1.13.0-2)

  • GNOME3 - Keyboard shortcuts working inconsistently

    Hello again,
    I've searched around for an answer to this question, but haven't had much success. In GNOME2, I had a few keyboard shortcuts mapped to the Windows key (Mod4). In GNOME3, the developers seem to have mapped a number of shortcuts to the windows key, but for whatever reason, the shortcuts don't seem to work consistently. Of note, I have the following keyboard shortcuts setup:
    Lock Screen: Mod4+L
    Home Folder: Mod4+E
    Run: Mod4+R (Works)
    Run Terminal: Mod4+Enter (Works)
    For whatever reason, the Lock Screen and Home Folder shortcuts do not work. Any insights as to why this may be? Any assistance would be greatly appreciated.
    Thanks!
    P.S. Apologies for the multiple posts: I thought that the forums would be more appreciative of me asking several specific questions instead of requesting assistance for a laundry list of problems.
    Last edited by Nikorasu (2011-05-04 01:06:07)

    I've been using Gnome 3 in both Arch and Fedora 15 beta, and I've had the exact same problem with keyboard shortcuts as you describe. I have managed to successfully open a terminal using Super (Mod4) + T. But for some weird reason, that is the only keyboard shortcut that works with the Super Key. In the custom shortcuts menu, I've tried to map application shortcuts to the Super key, but none of them work. However, when I use a different combination -- like Ctrl + Alt + Letter -- the shortcuts work. This makes me think that something is going on with the Super key in Gnome 3. That key does play a special function as it calls up the Activities menu, so maybe the Super key is restricted as to how it can be mapped to other shortcuts? I still don't understand why I can map a Super key shortcut to open a terminal, but not for a custom command.
    Like you, I've been searching the internet to find out what's going on with the Gnome 3 shortcuts, but I haven't been able to find anything. I would love to hear from others to see if anyone has figured out how to create custom shortcuts with the Super key. If it is not possible to create custom shortcuts with the Super key, does anyone know why that's the case?

  • GDM 3.8 with two X servers

    Hello,
    I am curious if anyone has GDM running two X severs at startup. In the past (and still now) I am using XDM like in this thread:
    https://bbs.archlinux.org/viewtopic.php?id=142273
    However with the change to GNOME where the screenlocker requires GDM, I wanted to try using GDM. Thus far I have not been able to get GDM to work the way I want. I very much dislike "switch user" because the users are not consistently on the same virtual terminal.
    So, my goal at the moment is two launch two X servers at bootup on two consistent VT using GDM. This will provide the gnome screen locker. Has anyone successfully configured such a setup? If so, can you share what changes need made?
    Thanks

    I would still like to hear anyone's experience on the GDM question if anyone has it.
    I played with the code that jasonwryan showed in the other thread. It didn't completely work for me. The option -novtswitch didn't work. It would always keep starting X on a new VT. I modified the code to work for me,,,
    A .profile file in each of our home directories.
    ~/.bash_profile has an additional line added
    source ~/.profile
    My .profile for use with tty3:
    if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty3 ]]; then
    exec xinit -- :1 vt3 &>/dev/null && logout
    else read -p "Bryan, if you wanted to automatically start your desktop, logout, then press Ctrl + Alt + F3 and log in. Press [Enter] to continue."
    fi
    Her .profile for use with tty2:
    if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty2 ]]; then
    exec xinit -- :0 vt2 &>/dev/null && logout
    else read -p "Teresa, if you wanted to automatically start your desktop, logout, then press Ctrl + Alt + F2 and log in. Press [Enter] to continue."
    fi
    It's interesting... It allows me to logon to other tty without starting X, but suggests what to do if I was in error. One thing I notice is if I try to reboot the computer from the menu, it will tell me she is logged on in a console. With XDM, it showed she was logged on, but not in a console. Now for a little testing to see if there are permissions problems.
    BTW, I am using i3lock as my screen locker. In GNOME custom shortcuts I have Super + L executing a custom script. Shortcut command:
    i3lock-more /home/bryan/Data/wallpapers/ThinkLinux.png
    and the i3lock-more script in /usr/local/bin:
    #!/bin/sh
    xset dpms 0 0 30
    ( i3lock -n -i $1 && xset dpms 0 0 900 )
    Of course I didn't get any closer to GDM working, but I did get to hear "Why do you keep changing things?" :-)

  • Restoring backed-up files with Backup

    I'm restoring a large amount of data that I backed up on an external drive using Backup. I didn't realize that every three or four incremental backups I was supposed to force another "full backup," and now I am faced with restoring 178 incremental files. It's taking forever; by my calculations, based on the time elapsed so far, it's going to take at least 60 hours.
    Does anybody know a shortcut for this?
    I'm assuming that I have to restore every incremental file chronologically or risk losing data. Truth be told, if I I didn't restore some files from earlier backups, that would probably be OK.
    Any shortcuts, workarounds, tips, appreciated. This is a very painful lesson in the wisdom of doing more "full backups" than incrementals. (It also might be a good inducement to upgrade to Time Machine.)
    Thanks.

    Hi CommanderClueless, and a warm welcome to the forums!
    Sorry, I can't really help with your current questions/problems... try Backup once was enough for me to go back to my regular ways...
    Get carbon copy cloner to make an exact copy of your old HD to the New one...
    http://www.bombich.com/software/ccc.html
    SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    Or the most expensive one & my favorite, Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html

  • Can't open a terminal...

    Hi!
    I'm new to Arch, and 'relatively' new to Linux. But i'm a software IT, so i learn easy.
    I've managed to install and configure Arch both with Gnome and KED, but i can't find a console or terminal in either on them... This way, i can't install anything else and/or keep my system update... I'd really like to learn more about Arch and see if it really is that fast as i've heard...
    So... Can anyone give me a tip, or two...
    P.S: BTW, adding a shortcut to the context menu would be nice too (in Gnome).
    Last edited by nomadewolf (2010-04-04 17:31:51)

    flamelab wrote:
    nomadewolf wrote:
    flamelab wrote:Install lxterminal and try to execute gnome-terminal through lxterminal.
    When i click the Gnome Console shortcut, an icon appears in the 'taskbar' but it goes way after bout 10sec...
    When i click the lxterminal, nothing happens...
    Weird... Maybe i'll try a clean reinstall.
    Check in .xsession-errors in your ~ about errors during the launch of the terminals.
    You could launch the terminals through tty, but I don't remember the command which redirects the output to an existing X session instead of the X-less tty window.
    Found the following lines, which might be relevant, but i dont exactly know how to solve the problem...
    kbuildsycoca4(2943) KBuildSycoca::createEntry: new: "/usr/share/applications/gnome-terminal.desktop"
    kbuildsycoca4(2943)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/gnome-terminal.desktop"  has Type= "Application"  but no Exec line
    kbuildsycoca4(2943) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/gnome-terminal.desktop"

  • [SOLVED] Ctrl+Alt+S and Ctrl+Alt+O Blocked by ?

    Hi!
    On a new arch+gnome system, I cannot bind any command to the Ctrl+Alt+O and Ctrl+Alt+S shortcuts in pycharm.
    Going through all the shortcuts in gnomes' Keyboard > Shortcuts and via dconf-editor, I cannot find any program that binds to these shortcuts.
    Any advice?
    Last edited by nonZero (2015-05-19 07:10:58)

    When using xbindkeys -k , I get this for ctrl+alt+s or ctrl+alt+o:
    "(Scheme function)"
    m:0xc + c:64
    Control+Alt + Alt_L
    Which is very strange, because it does work correctly for other shortcuts, for example, ctrl+alt+a:
    "(Scheme function)"
    m:0xc + c:38
    Control+Alt + a

  • Moving to Openbox

    Being something of a minimalist myself (or at least someone who tries to be), I've always been attracted to the idea of running just a WM, but I've never been able to stick to it.  I've also long felt that the best looking desktops I've ever seen have been *box desktops, which actually includes alternate shells for windows like bb4win and the like.  I even used blackbox for a little while in the first year or so that I used Linux, but it just didn't stick.
    With all of the Openbox desktops I've seen, and of all the things I've read, I think it's time for me to make a serious stab at switching for good.  If everything goes well and I can land on a setup I'm happy with, I'll lose Gnome for good.  As-is, my Gnome setup is isn't necessarily "standard"; I've been without a taskbar/window list for almost as long as I've been using Linux (late 2005), so all I've had is an autohiding panel at the top of my screen with the menubar on it, my tray, my clock, and a few other things.  I think I could easily lose the tray altogether, and I like the idea of a root menu better, anyways.  I can probably lose the clock, too, since Conky covers that quite well for me.  I don't really need any of it anymore.
    Themes shouldn't be much of a problem.  Configuration shouldn't be much of a problem, either.  I'll have to adjust to using a few different programs, but for the ones I use the majority of the vast majority of the time (Firefox, etc.), there will be absolutely no difference.  I've been using xcompmgr for compositing/transparency for a long time and don't want any fancier effects, so I already have that down.
    So, when it comes down to it, this is where I'm at...
    Things I'm pretty sure I have replacements for:
    - Nautilus (as a file browser) will probably be replaced my pcmanfm.  I've used it a little bit before and I liked it, so I think that's what I'm going with.
    - Keybinds are all going to be handled by xbindkeys.  Only a few things have to be switched from the Gnome keyboard shortcuts to xbindkeys.
    - For the last few weeks I've been using tilda instead of gnome-terminal.  With a few minor annoyances with it, I prefer it.
    - Xcompmgr and transset/transset-df stay.
    More importantly, though, are the things I'm not sure about.  Not a huge list, but it's there.  These are:
    - "Run" box
    - To keep the functionality of what I do use my panel for, I'll probably need a tray program and perhaps a workspace switcher, though this isn't entirely necessary.  I want a tray with a completely transparent background, so it looks like my icons are just sitting on the desktop. Something I can throw volwheel on will be good.  Like I said, I probably won't go for a panel.
    - A text editor that is very similar to Gedit.  If I can't find one, I'll probably just keep it.  I don't think it has too many Gnome dependencies.
    - A calculator would be nice, but probably not 100% necessary.
    - Games.  I don't use them terribly often, but solitaire and freecell and a few others have a bit of a hold on me.
    - A data CD burner.  Not really necessary since my other programs handle this, too, but having it built in to Nautilus has been nice.
    - File manager actions/scripts.  I'm not sure about how pcman is with this.  I've heard it's not a big problem with Thunar, but again, I'm not sure.
    - An image viewer.
    And finally, things I might want to keep, but I can probably do fine without:
    - A graphic system monitor.
    - A small calendar program that just shows me the dates; it doesn't need to do scheduling or anything, I just want to see what I see when I click on the clock applet in gnome-panel.
    - An archive manager.  Not totally important, and CLI is often more powerful and not that hard.
    OK, so, basically I'm looking for suggestions on some things.  I don't want anyone to do anything for me, but pushing me in the right direction would be nice.  I think one of the most important things is figuring out how to get my tray transparent.  With the little toying around I've done (stalonetray, docker, trayer) under Gnome, programs like Quod Libet and Deluge keep the background color of gnome-panel.  I'm hoping this isn't a chronic problem.
    Crude representation of what I'm hoping to acheive:
    I think that's it.

    I use Openbox too, and love it. Here you go... no idea if this is suitable, this is just what comes to mind when I think of the categories you list.
    - "Run" box
    No idea. I have Openbox configured to start urxvtc when I hit F4, and while F4 sounds like it'd be a fairly depended-on key, it isn't actually that bad - the only app it clashes with is htop. Oh, and I exit terminals with 'x'.
    - To keep the functionality of what I do use my panel for, I'll probably need a tray program and perhaps a workspace switcher, though this isn't entirely necessary.  I want a tray with a completely transparent background, so it looks like my icons are just sitting on the desktop. Something I can throw volwheel on will be good.  Like I said, I probably won't go for a panel.
    Both 'tint2' and 'bmpanel' can go transparent, although the 2nd requires you have composite support for this functionality (but functions perfectly as a 100%-opaque panel if you don't have composite enabled). The former, while coming along nicely (it's quite a new project, designed specifically for openbox), lacks any sort of tray support. bmpanel does have tray support. Since I can't manage composite, I use tint, and since I use no tray-using applications (I use hotkeys for everything ) it all works out perfectly.
    - A text editor that is very similar to Gedit.  If I can't find one, I'll probably just keep it.  I don't think it has too many Gnome dependencies.
    GEANY!!!!!!
    - A calculator would be nice, but probably not 100% necessary.
    I use the 'calc' util from the terminal. And /exec -o calc <...> from irssi.
    - Games.  I don't use them terribly often, but solitaire and freecell and a few others have a bit of a hold on me.
    I don't game
    - A data CD burner.  Not really necessary since my other programs handle this, too, but having it built in to Nautilus has been nice.
    cdparanoia, from the terminal?
    - File manager actions/scripts.  I'm not sure about how pcman is with this.  I've heard it's not a big problem with Thunar, but again, I'm not sure.
    Yes, Thunar works with configurable actions, (that can be bound to all files, or tied to specific files based on filetype).
    - An image viewer.
    feh or mirage works for me. Mirage is written in Python though, so is a little slowish. Mirage is better for bigger images though, since feh takes milliseconds to load small images, and multiple orders of seconds to load large-ish images (here anyway), like 1280x1024+.
    And finally, things I might want to keep, but I can probably do fine without:
    - A graphic system monitor.
    htop in terminal?
    - A small calendar program that just shows me the dates; it doesn't need to do scheduling or anything, I just want to see what I see when I click on the clock applet in gnome-panel.
    terminal -> 'cal'
    - An archive manager.  Not totally important, and CLI is often more powerful and not that hard.
    Squeeze?
    As you might have guessed, I live out of a terminal, use bash for everything, script my life, and hate GUIs.
    -dav7
    Last edited by dav7 (2008-09-18 06:39:18)

  • Firefox 3 - Gnome Shortcut opens home directory?

    Interesting change, and I don't know whether it's a bug, config option, or difference in the new firefox that gnome doesn't know about...but when I use my keyboard shortcut to open "Minefield," (I have it set as CTRL+ALT+F) it will open but will not display my homepage.  Instead, it displays my home folder.
    Anyone else seeing this?  What's the fix?

    I, too, experienced this problem after upgrading to Firefox 3. If I remember correctly, I also encountered the issue at some point with Firefox 2 on Ubuntu (before my switch to Arch). In both cases, I fixed the problem by changing my preferred web browser (as you described, except without deleting the ~/.mozilla directory).
    On my system, at least, it seems that running firefox will execute /usr/lib/firefox-3.0/firefox:
    $ which firefox
    /usr/bin/firefox
    $ ls -l /usr/bin/firefox
    lrwxrwxrwx 1 root root 28 2008-06-21 19:02 /usr/bin/firefox -> /usr/lib/firefox-3.0/firefox
    I'm not quite sure why this occurs. I suppose that the two methods of execution interpret the "%s" differently for some reason. Perhaps there's something odd about executing a symlink (in this case, causing Firefox to behave properly) or -- alternatively -- a problem with explicitly executing something in /usr/lib? (The latter doesn't seem like it would be correct, but this situation brings it to mind.) It could simply be the case that the interpretation of "%s" depends on the directory in which the executed firefox resides....
    EDIT: It seems that someone else has had issues starting Firefox 3; however, they seem to have had an almost opposite problem....
    Last edited by ssjlegendx (2008-06-28 04:14:22)

  • Gnome 3 - command for shutdown dialog (need for keyboard shortcut)

    I'd like to create a keyboard shortcut for shutdown dialog; it's the dialog that appears when press your username (top-right corner) and then select "Shut down..." option. There was "gnome-session-save --shutdown-dialog" or something similar in Gnome 2 (or so it seems by reading forum posts), but the same command doesn't exist in Gnome 3.
    I'm not rebooting or shutting down my OS a lot, but when I do, I'm automatically trying to press some keyboard shortcut.

    I started digging around more and found this option in System Settings/Power: "When the power button is pressed: Ask me". But, it doesn't work for me, because OS doesn't detect power button on my thinkpad. So it seems that I have to install acpid, but I still need to know the command for Gnome's shutdown dialog.
    EDIT:
    LeCrayonVert wrote:
    Hi !
    Try gnome-session-quit :
    gnome-session-quit --power-off
    Thanks, that works! I didn't see your comment before I posted mine.
    Last edited by Camus (2011-07-18 20:31:19)

Maybe you are looking for

  • Multiple checkboxes in report

    Hi , I have a requirement to show a check box to each row in a report and delete the rows which has enabled . Here am using apex_item.check box(1,empno,'UNCHECKED') " ", in a query ,but i am unable to see check box in output. instead of check box it

  • Error not displayed in TCode CAT2

    Hi, We have created a new data profile wherein we have added an extra column for receiving order. The scenario is as described below: IN TCode CAT2, when we enter value in the receiving order coulmn along with values in the other columns for Activity

  • I can't find proofreader on pages anymore.

    I can no longer find proofreader after recently updating pages and really would like it back... Any suggestions? Thanks!

  • Delay in output, how to remove?

    brief programme description: 1. i have a Swing window spawning SwingWorkers. 2. workers fire events listened to by the swing window 3. window retrieves results and calls a static method in another class for output 4. the static method serialises a co

  • Photoshop and Illustrator CS6 updates fail

    I have subscibed to Creative Cloud and the uodater tells me I have updates to apply to Photoshop and Illustrator CS6. I would like to have these updates as there is no guarantee I shall be able to afford the CC subscription forever. However every tim