[Bug 1596381] Re: [X555UA, Realtek ALC256, Mic, Internal] No sound at all

2020-03-15 Thread Oleksandr Senkovych
I have Asus ROG GX501VIK laptop with same issue. 
Device: Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
card 0: PCH [HDA Intel PCH], device 0: ALC295 Analog [ALC295 Analog]

Solution from comment #8 worked like a charm.

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

Title:
  [X555UA, Realtek ALC256, Mic, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1596381/+subscriptions

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

[Bug 1682193] Re: Mouse acceleration significantly reduced after upgrade to 17.04

2017-04-25 Thread Oleksandr Senkovych
Same for me. Mouse is Logitech MX master. Mouse speed slider have no effect on 
my mouse.
The only way I was able to increase mouse speed is using xinput utility as 
described in this link:
https://askubuntu.com/questions/794185/how-to-disable-mouse-acceleration-in-ubuntu-16-04

Command that worked for me: 
xinput --set-prop "pointer:MX Master" "libinput Accel Speed" 0.8

Output of xinput --list-props for my device:

Device 'MX Master':
Device Enabled (140):   1
Coordinate Transformation Matrix (142): 1.00, 0.00, 0.00, 
0.00, 1.00, 0.00, 0.00, 0.00, 1.00
libinput Accel Speed (317): 0.80
libinput Accel Speed Default (318): 0.00
libinput Accel Profiles Available (319):1, 1
libinput Accel Profile Enabled (320):   1, 0
libinput Accel Profile Enabled Default (321):   1, 0
libinput Natural Scrolling Enabled (322):   0
libinput Natural Scrolling Enabled Default (323):   0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263):0, 0
libinput Send Events Mode Enabled Default (264):0, 0
libinput Left Handed Enabled (324): 0
libinput Left Handed Enabled Default (325): 0
libinput Scroll Methods Available (326):0, 0, 1
libinput Scroll Method Enabled (327):   0, 0, 0
libinput Scroll Method Enabled Default (328):   0, 0, 0
libinput Button Scrolling Button (329): 2
libinput Button Scrolling Button Default (330): 2
libinput Middle Emulation Enabled (331):0
libinput Middle Emulation Enabled Default (332):0
Device Node (265):  "/dev/input/event17"
Device Product ID (266):0, 0
libinput Drag Lock Buttons (333):   
libinput Horizontal Scroll Enabled (334):   1

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

Title:
  Mouse acceleration significantly reduced after upgrade to 17.04

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

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-05-06 Thread Oleksandr Senkovych
Sorry, don't mind to my previous comment. It doesn't work (although it
seemed to me that it did for a moment).

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

Title:
  Alt+key window menu shortcuts cannot be disabled

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

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-05-06 Thread Oleksandr Senkovych
Just in case someone is so annoyed that he is ready to do some untested
things, just copy-paste this in terminal with root permissions:


export QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
export QUILT_PATCHES=debian/patches
apt-get -y build-dep indicator-appmenu
apt-get -y source indicator-appmenu
apt-get -y install quilt
cd indicator-appmenu-*
quilt new disable_alt_shortcut
quilt push
quilt add src/window-menu-dbusmenu.c
echo 
Index: indicator-appmenu-15.02.0+15.04.20150302/src/window-menu-dbusmenu.c
===
--- indicator-appmenu-15.02.0+15.04.20150302.orig/src/window-menu-dbusmenu.c
+++ indicator-appmenu-15.02.0+15.04.20150302/src/window-menu-dbusmenu.c
@@ -345,7 +345,6 @@ item_activate (DbusmenuClient * client,
 static void
 status_changed (DbusmenuClient * client, GParamSpec * pspec, gpointer 
user_data)
 {
-  g_signal_emit_by_name(G_OBJECT(user_data), 
WINDOW_MENU_SIGNAL_STATUS_CHANGED, dbusmenu_client_get_status (client));
 }
 
 WindowMenuStatus dbusmenu_status_table[] = {
 | patch --ignore-whitespace -p1
quilt refresh
dpkg-buildpackage 
cd ..
dpkg -i indicator-appmenu-*.deb

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

Title:
  Alt+key window menu shortcuts cannot be disabled

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

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


[Bug 1328491] [NEW] Menu accelerators override application hotkeys

2014-06-10 Thread Oleksandr Senkovych
Public bug reported:

In Ubuntu 14.04 menu accelerators (like Alt+F for File entry) are
activated instead of hotkeys registered by application (if you e.g.
assign Alt+F shortcut to some action).

Expected behavior: executing action assigned to that shortcut instead of
activating menu item.

** Affects: indicator-appmenu (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/1328491

Title:
  Menu accelerators override application hotkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1328491/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-02-17 Thread Oleksandr Senkovych
Alt+menu shortcut shortcuts doesn't work also (e.g. Alt+F should open
File menu)

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

Title:
  Alt+key window menu shortcuts cannot be disabled

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

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


[Bug 620858] Re: Mouse wheel no longer works to change volume

2013-09-02 Thread Oleksandr Senkovych
This bug is happening again in upcoming 13.10 release.

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

Title:
  Mouse wheel no longer works to change volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/620858/+subscriptions

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


[Bug 1215826] Re: Lost ability to remap Caps Lock to Ctrl

2013-09-02 Thread Oleksandr Senkovych
If anyone cannot set CapsLock or Ctrl-Shift etc. as keyboard switch
modifier, look at input-sources-switcher key at the org.gnome.settings-
daemon.peripherals.keyboard in dconf-editor.

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

Title:
  Lost ability to remap Caps Lock to Ctrl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1215826/+subscriptions

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


[Bug 1126210] Re: GTK theme information not used (was: Fonts look non-optimal in Qt Creator)

2013-02-28 Thread Oleksandr Senkovych
@Time Jyrinki: libsqtcreator from your ppa fixed fonts on my system
without any glitches (video driver: intel), but icon set and mouse
cursor bitmaps are still look like hello from 1990. Anyway, thanks a
lot!

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

Title:
  GTK theme information not used (was: Fonts look non-optimal in Qt
  Creator)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1126210/+subscriptions

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


[Bug 1130589] [NEW] Desktop theme is not applied on applications using qt5

2013-02-20 Thread Oleksandr Senkovych
Public bug reported:

Subject says it all. Every application that uses qt5 looks very ugly on
ubuntu: that includes icon set, font face, font smoothing, mouse cursor
theme.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: libqt5gui5 5.0.1+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
Uname: Linux 3.8.0-6-generic i686
ApportVersion: 2.8-0ubuntu4
Architecture: i386
Date: Wed Feb 20 12:19:06 2013
InstallationDate: Installed on 2011-10-22 (487 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
SourcePackage: qtbase-opensource-src
UpgradeStatus: Upgraded to raring on 2013-01-23 (27 days ago)

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring running-unity

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

Title:
  Desktop theme is not applied on applications using qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1130589/+subscriptions

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


[Bug 1058045] Re: HUD search not working properly with file path in menu

2012-09-28 Thread Oleksandr Senkovych
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058045

Title:
  HUD search not working properly with file path in menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1058045/+subscriptions

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


[Bug 1058045] [NEW] HUD search not working properly with file path in menu

2012-09-28 Thread Oleksandr Senkovych
Public bug reported:

When using HUD when you try to find menu item with file path in it, you can not.
E.g. when trying to open recent project in Qt Creator the menu item contains 
full path to project: ~/programming/myproject/myproject.pro. If you try to 
search this item using HUD, typing myproject in a box does not find 
corresponding item.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: indicator-appmenu 12.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
Uname: Linux 3.5.0-15-generic i686
ApportVersion: 2.5.2-0ubuntu4
Architecture: i386
Date: Fri Sep 28 13:59:49 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: indicator-appmenu
UpgradeStatus: Upgraded to quantal on 2012-09-25 (2 days ago)

** Affects: indicator-appmenu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal running-unity third-party-packages

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

Title:
  HUD search not working properly with file path in menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1058045/+subscriptions

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


[Bug 925522] [NEW] VNC max password length is 8 chars

2012-02-02 Thread Oleksandr Senkovych
Public bug reported:

Summary says it all. People often set their passwords more than 8 chars
length, but they just can't enter because this restriction.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: vinagre 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.27-generic-pae 3.0.17
Uname: Linux 3.0.0-16-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Thu Feb  2 17:12:39 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: vinagre
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  VNC max password length is 8 chars

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

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


[Bug 925522] Re: VNC max password length is 8 chars

2012-02-02 Thread Oleksandr Senkovych
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925522

Title:
  VNC max password length is 8 chars

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

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


[Bug 906072] Re: Unity mouse wheel scroll too small

2011-12-18 Thread Oleksandr Senkovych
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/906072

Title:
  Unity mouse wheel scroll too small

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

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


[Bug 906072] [NEW] Unity mouse wheel scroll too small

2011-12-18 Thread Oleksandr Senkovych
Public bug reported:

Mouse scroll step when cursor is over the unity bar is very small, in fact it's 
completely unusable - you have to spin wheel multiple times to simply switch to 
the next icon. 
It would be great if one mouse wheel event would scroll for one unity's element.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-15.24-generic-pae 3.0.13
Uname: Linux 3.0.0-15-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,place,compiztoolbox,snap,session,vpswitch,gnomecompat,move,commands,regex,grid,resize,mousepoll,imgpng,animation,expo,wall,workarounds,ezoom,fade,scale,unityshell]
Date: Mon Dec 19 00:48:17 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Unity mouse wheel scroll too small

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

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


[Bug 793979] [NEW] package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu3.1 failed to install/upgrade: installed post-installation script returned status 2

2011-06-07 Thread Oleksandr Senkovych
Public bug reported:

Syntax error in postinstall script:
/var/lib/dpkg/info/bcmwl-kernel-source.postinst: 53: Syntax error: fi 
unexpected (expecting ;;)

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
AptOrdering: bcmwl-kernel-source: Configure
Architecture: i386
Date: Tue Jun  7 14:40:08 2011
DpkgTerminalLog:
 Налаштовування bcmwl-kernel-source (5.100.82.38+bdcom-0ubuntu3.1) ...
 /var/lib/dpkg/info/bcmwl-kernel-source.postinst: 53: Syntax error: fi 
unexpected (expecting ;;)
 dpkg: error processing bcmwl-kernel-source (--configure):
  підпроцес installed post-installation script повернув статус помилку 2
ErrorMessage: підпроцес installed post-installation script повернув статус 
помилку 2
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.1 failed to 
install/upgrade: підпроцес installed post-installation script повернув статус 
помилку 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu3.1 failed to
  install/upgrade: installed post-installation script returned status 2

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

[Bug 793979] Re: package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu3.1 failed to install/upgrade: installed post-installation script returned status 2

2011-06-07 Thread Oleksandr Senkovych
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793979

Title:
  package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu3.1 failed to
  install/upgrade: installed post-installation script returned status 2

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


[Bug 711004] [NEW] X86Backlight while screen blocked

2011-01-31 Thread Oleksandr Senkovych
Public bug reported:

Binary package hint: gnome-screensaver

If laptop screen is being turned (using X86Backilght key) off and locked
by gnome-screensaver (e.g. time out), when you try to unlock it you
can't turn on screen back.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-screensaver 2.30.0-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-23.37-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
Date: Tue Feb  1 01:36:43 2011
EcryptfsInUse: Yes
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=uk_UA.utf8
 SHELL=/bin/zsh
SourcePackage: gnome-screensaver
WindowManager: compiz

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

Title:
  X86Backlight while screen blocked

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


[Bug 711004] Re: X86Backlight while screen blocked

2011-01-31 Thread Oleksandr Senkovych


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

Title:
  X86Backlight while screen blocked

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


[Bug 370818] Re: Unable to select scan area in preview window

2010-04-06 Thread Oleksandr Senkovych
** Also affects: xsane
   Importance: Undecided
   Status: New

-- 
Unable to select scan area in preview window
https://bugs.launchpad.net/bugs/370818
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 515269] [NEW] Samba server starts before cups does

2010-01-31 Thread Oleksandr Senkovych
Public bug reported:

Binary package hint: samba

Little bug - samba server starts before cups does so in shares there is
no printer, so i have to restart it manually.

#ls /etc/rc2.d

...
S20samba
...
S50cups
...

ProblemType: Bug
Architecture: i386
Date: Sun Jan 31 23:25:06 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: samba 2:3.4.3-2ubuntu1
ProcEnviron:
 LANGUAGE=uk_UA:uk:en_GB:en:ru_RU:ru
 LANG=uk_UA.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.32-7.10-386
SourcePackage: samba
Uname: Linux 2.6.32-pf1-bj i686

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


** Tags: cups i386 karmic samba

-- 
Samba server starts before cups does
https://bugs.launchpad.net/bugs/515269
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 515269] Re: Samba server starts before cups does

2010-01-31 Thread Oleksandr Senkovych

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

** Tags added: samba
** Tags removed: apport-bug

-- 
Samba server starts before cups does
https://bugs.launchpad.net/bugs/515269
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 492290] Re: [Karmic] ubuntu-bug (console frontend) doesn't work (probably) with Russian locale

2010-01-31 Thread Oleksandr Senkovych
I have the same problem - after I input letter (in my locale) - it
simply re-asks  me what to do and show this error

/usr/bin/apport-cli:83: UnicodeWarning: Unicode equal comparison failed to 
convert both arguments to Unicode - interpreting them as being unequal
  return self.keys.index(response[0].upper()) + 1

apport-1.12-0ubuntu3

-- 
[Karmic] ubuntu-bug (console frontend) doesn't work (probably) with Russian 
locale
https://bugs.launchpad.net/bugs/492290
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 515269] [NEW] Samba server starts before cups does

2010-01-31 Thread Oleksandr Senkovych
Public bug reported:

Binary package hint: samba

Little bug - samba server starts before cups does so in shares there is
no printer, so i have to restart it manually.

#ls /etc/rc2.d

...
S20samba
...
S50cups
...

ProblemType: Bug
Architecture: i386
Date: Sun Jan 31 23:25:06 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: samba 2:3.4.3-2ubuntu1
ProcEnviron:
 LANGUAGE=uk_UA:uk:en_GB:en:ru_RU:ru
 LANG=uk_UA.UTF-8
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.32-7.10-386
SourcePackage: samba
Uname: Linux 2.6.32-pf1-bj i686

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


** Tags: cups i386 karmic samba

-- 
Samba server starts before cups does
https://bugs.launchpad.net/bugs/515269
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 515269] Re: Samba server starts before cups does

2010-01-31 Thread Oleksandr Senkovych

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

** Tags added: samba
** Tags removed: apport-bug

-- 
Samba server starts before cups does
https://bugs.launchpad.net/bugs/515269
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