[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "shortcutpatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562245/+files/shortcutpatch

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

Title:
  fix super turning into caps when user swaps caps and esc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+subscriptions


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

[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "shortcutpatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562244/+files/shortcutpatch

** Tags added: patch

** Description changed:

  Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
-   This fix can be applied with these two patch files, applying the first 
to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and the second 
to "~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
- $ cat xcapepatch
- --- xcape-super-binding.desktop   2021-08-19 06:33:42.0 -0500
- +++ xcape-super-binding-updated.desktop   2022-02-19 21:15:45.383340028 
-0600
- @@ -1,4 +1,4 @@
-  [Desktop Entry]
-  Name=Bind Super Key
- -Exec=xcape -e 'Super_L=Control_L|Escape'
- +Exec=xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'
-  OnlyShowIn=XFCE;
- $ cat shortcutpatch
- --- xfce4-keyboard-shortcuts.xml  2022-02-19 20:57:08.901876000 -0600
- +++ xfce4-keyboard-shortcuts-updated.xml  2022-02-19 21:41:15.476227000 
-0600
- @@ -61,7 +61,6 @@
-
-
-
- -  
-
-
-
- @@ -78,6 +77,7 @@
-
-
-
- +  
-  
-
-
+  This fix can be applied with the two patch file in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"

** Description changed:

  Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
-  This fix can be applied with the two patch file in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
+  This fix can be applied with the two patch files in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"

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

Title:
  fix super turning into caps when user swaps caps and esc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+subscriptions


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

[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "xcapepatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562230/+files/xcapepatch

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

Title:
  fix super turning into caps when user swaps caps and esc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+subscriptions


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

[Bug 1961506] [NEW] fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
Public bug reported:

Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
This fix can be applied with these two patch files, applying the first 
to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and the second 
to "~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
$ cat xcapepatch
--- xcape-super-binding.desktop 2021-08-19 06:33:42.0 -0500
+++ xcape-super-binding-updated.desktop 2022-02-19 21:15:45.383340028 -0600
@@ -1,4 +1,4 @@
 [Desktop Entry]
 Name=Bind Super Key
-Exec=xcape -e 'Super_L=Control_L|Escape'
+Exec=xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'
 OnlyShowIn=XFCE;
$ cat shortcutpatch
--- xfce4-keyboard-shortcuts.xml2022-02-19 20:57:08.901876000 -0600
+++ xfce4-keyboard-shortcuts-updated.xml2022-02-19 21:41:15.476227000 
-0600
@@ -61,7 +61,6 @@
   
   
   
-  
   
   
   
@@ -78,6 +77,7 @@
   
   
   
+  
 
   
   

** Affects: xubuntu-default-settings (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  fix super turning into caps when user swaps caps and esc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+subscriptions


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

[Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-11 Thread Jane Doe
yaah, the touchpad not working on Windows was kind of my bad... It was simply 
disabled and I could enable it with the function-keys on my keyboard lol. 
Didn't have that key on my old laptop so I didn't even know it existed until I 
did some further research.
But it's still not working with Ubuntu, unfortunately.

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

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

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


[Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-09 Thread Jane Doe
@Ming: Thanks a lot for the link, I got wifi working now!

Sadly, my touchpad stopped working after executing one of the steps to
compile the new kernel.

What makes me wonder about this is that the touchpad isn't working
anymore under Windows as well... coincidence or not?

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

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

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


[Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Jane Doe
Hello everyone,
I followed the steps in #150, and after entering the make -jX command, I get 
asked a lot of things I don't understand, it's the first time I am compiling a 
kernel.
Is this how it should be? I just pressed enter on everything, since I guess 
this sets up the default values...?

I'm running Ubuntu 15.04 on an Acer Aspire VN7-571G (dual-boot with Windows 
8.1).
I entered make -j4, I have the Intel Core i7-5500U 2.4 which has 2 cores but 
is able to behave like it had 4 cores. Should I've been entering make -j2 
instead?

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

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

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


[Bug 453522] [NEW] Mouse freezes if it's not moved before the desktop starts.

2009-10-16 Thread Jane Doe
Public bug reported:

Binary package hint: xorg

The mouse will not respond to input unless it is moved before the
desktop environment starts. This condition persists even when the X
server is sent a HUP signal, until a reboot.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xorg 1:7.4~5ubuntu18
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5hostname4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
SourcePackage: xorg
Uname: Linux 2.6.28-11-generic i686
XorgConf:

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Mouse freezes if it's not moved before the desktop starts.
https://bugs.launchpad.net/bugs/453522
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 453522] Re: Mouse freezes if it's not moved before the desktop starts.

2009-10-16 Thread Jane Doe

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33802449/Dependencies.txt

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/33802450/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/33802451/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/33802452/LsPci.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/33802453/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/33802454/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/33802455/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/33802456/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/33802457/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/33802458/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/33802459/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/33802460/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/33802461/xkbcomp.txt

-- 
Mouse freezes if it's not moved before the desktop starts.
https://bugs.launchpad.net/bugs/453522
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