[Bug 1175579] Re: When mapping workspace switcher to super+arrows, super+up and super+down does not work

2013-08-08 Thread Bambitroll
Good news and bad news...

On the plus side, my little script is working :)

On the minus side, I have to use it almost every hour since something
messes up my settings to switch to workspace up/down very regularly. I
am not sure what it is at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175579

Title:
  When mapping workspace switcher to super+arrows, super+up and
  super+down does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1175579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1175579] Re: When mapping workspace switcher to super+arrows, super+up and super+down does not work

2013-08-02 Thread Bambitroll
I found out that if you go to keyboard settings, then redefine the shortcuts 
for switch to workspace above and below to something then back to 
Super+up/down, it is working again.
So something happens that confuses unity.
I understand that this is not a very practical work around but maybe if I can 
script this it would take just a quick command line instruction to fix this...

Something like this maybe:
#!/bin/bash
echo "Reseting shortcuts..."
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down 
"['Down']" 
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up 
"['Up']"
echo "Sleeping 2s..."
sleep 2
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down 
"['Down']" 
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up 
"['Up']"
echo "done!"

This seems to work for me but I have to test more :)
Let me know if you have a better way!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175579

Title:
  When mapping workspace switcher to super+arrows, super+up and
  super+down does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1175579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929115] Re: F2 broken

2013-01-06 Thread Bambitroll
It also works in Quental (12.10).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929115

Title:
  F2 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/929115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1069053] Re: Keyboard shortcuts (System Settings > Keyboard) are reset to default values after upgrading to 12.10

2013-01-06 Thread Bambitroll
Looks like it happens when using dual screens. But not (at least not
always) when using only the laptop screen.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069053

Title:
  Keyboard shortcuts (System Settings > Keyboard) are reset to default
  values after  upgrading to 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1069053/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079440] Re: Random complete freeze using dual monitors

2013-01-02 Thread Bambitroll
I have now installed the nVidia proprietary driver and hopefully it will
help...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079440

Title:
  Random complete freeze using dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1079440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079440] Re: Random complete freeze using dual monitors

2013-01-02 Thread Bambitroll
I have the same problem but with a nVidia card:
sudo lshw -c video
  *-display   
   description: VGA compatible controller
   product: GT218 [NVS 3100M]
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@:01:00.0
   version: a2
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
   configuration: driver=nouveau latency=0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079440

Title:
  Random complete freeze using dual monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1079440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929115] Re: F2 broken

2012-10-14 Thread Bambitroll
I have been using doublecmd as a replacement for tuxcmd for a while now...
After spending some time configuring it to my liking, it is now a viable 
alternative :)
And the F2 keyboard shortcut works there!! :P

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929115

Title:
  F2 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/929115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929115] Re: F2 broken

2012-07-18 Thread Bambitroll
Paul, I fully agree! :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929115

Title:
  F2 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/929115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929115] Re: F2 broken

2012-07-18 Thread Bambitroll
Using the F2 button on the keyboard does not work but click on the
"F2-Rename" button (bottom left) in tuxcmd with the mouse works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929115

Title:
  F2 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/929115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929115] Re: F2 broken

2012-07-18 Thread Bambitroll
Is there any work around?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929115

Title:
  F2 broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/929115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1002267] Re: [tuxcmd] failed to start, AccessViolation at startup

2012-07-09 Thread Bambitroll
mad_man: your solution works great! Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1002267

Title:
  [tuxcmd] failed to start, AccessViolation at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/1002267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577728] Re: tuxcmd: Access violation on i386

2012-07-09 Thread Bambitroll
Hi again,

I managed to compile tuxcmd from source but still get the same problem!
:(

JM.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577728

Title:
  tuxcmd: Access violation on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/577728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577728] Re: tuxcmd: Access violation on i386

2012-07-09 Thread Bambitroll
Hi Paul,

Ref #7, I just downloaded tuxcmd from your ppa and installed it on my Ubuntu 
12.04 64bit and I still get this when I start it:
~$ tuxcmd
/home/me/.gtkrc-2.0:7: error: invalid string constant "user-font", expected 
valid string constant
An unhandled exception occurred at $7F542D094558 :
EAccessViolation : Access violation
  $7F542D094558
  $7F542D09D242

An unhandled exception occurred at $2C180061 :
EAccessViolation : Access violation
  $2C180061
  $00540841
  $005335C2


I also tried to compile it from source but I get the following error:
Compiling ./libgtk_kylix/GTKForms.pas
Fatal: Can't find unit gtk2 used by GTKForms
Fatal: Compilation aborted

Any idea what I am missing??

Thanks for your help!

JM.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577728

Title:
  tuxcmd: Access violation on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tuxcmd/+bug/577728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-26 Thread Bambitroll
Martin, this was the problem indeed! I removed the ssh.orig I had in 
/etc/bash_completion.d and now all is fine.
Thanks a bunch for your help :)

-- 
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Bambitroll
Martin, I have the same behavior as Jerome's... I used the last ssh file you 
provided, and have since then restarted my machine twice to no avail.
I use key authentication between the machine so I can log onto the remote one 
only with "ssh hostname", so I guess I am passwordless right? :)

I also have the same version of bash.

-- 
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290391] Re: Parcellite causes system to freeze

2009-01-05 Thread Bambitroll
I have the same problem as Jon, with more or less the same setup (kernel is 
2.6.27-11-generic).
Very annoying.

Can someone make Parcellite 0.9-1 available in Intrepid-proposed or
intrepid-backports?

-- 
Parcellite causes system to freeze
https://bugs.launchpad.net/bugs/290391
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313714] Re: Problem with X if no power supply

2009-01-04 Thread Bambitroll
I would like to stress again that the problem is only with xorg-driver-fglrx 
2:8.552 from Intrepid-proposed.
All works fine with xorg-driver-fglrx 2:8.543 (the default Intrepid one).

-- 
Problem with X if no power supply
https://bugs.launchpad.net/bugs/313714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313714] Re: Problem with X if no power supply

2009-01-04 Thread Bambitroll
And the result of a lspci -vnn

** Attachment added: "lspic_vnn.txt"
   http://launchpadlibrarian.net/20897587/lspic_vnn.txt

-- 
Problem with X if no power supply
https://bugs.launchpad.net/bugs/313714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313714] Re: Problem with X if no power supply

2009-01-04 Thread Bambitroll
Here is my xorg.conf

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/20897555/xorg.conf

-- 
Problem with X if no power supply
https://bugs.launchpad.net/bugs/313714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313714] Re: Problem with X if no power supply

2009-01-04 Thread Bambitroll

** Attachment added: "syslog_flgrxpb"
   http://launchpadlibrarian.net/20897544/syslog_flgrxpb

-- 
Problem with X if no power supply
https://bugs.launchpad.net/bugs/313714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313714] [NEW] Problem with X if no power supply

2009-01-04 Thread Bambitroll
Public bug reported:

I upgraded to Intrepid recently and noticed that X did not behave properly when 
I did not have the power supply attached to my Thinkpad T60.
The symptoms:
- if I boot the machine without the power supply attached, X never starts. I 
just get a dark screen and I get a "[fglrx] ASIC hang happened" in the syslog
- If the machine is up and running and I remove the power supply, X dies and 
get just full of grey dots.
- The but is a bit similar to https://bugs.launchpad.net/fglrx/+bug/197209 even 
though I do not experience problems with suspend/resume.
- All works fine if I have a external screen attached.
- All works fine if I do not use fglrx as a driver but use the open source one.
- I have the problem only if I use xorg-driver-fglrx 2:8.552 (from 
Intrepid-proposed)
- Works fine with xorg-driver-fglrx 2:8.543 (the default Intrepid one)

I have a Thinkpad T60 with an ATI X1400 graphic card.
Kernel is 2.6.27-11
I attached the relevant part of my syslog.

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Problem with X if no power supply
https://bugs.launchpad.net/bugs/313714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs