Bug#617349: Still can not reboot

2014-01-05 Thread Vladimir K
Hi! I'm currently getting this in terminal from lxsession-logout when trying to reboot: (lxsession-logout:12545): GLib-GIO-CRITICAL **: g_dbus_proxy_call_sync_internal: assertion `error == NULL || *error == NULL' failed (lxsession-logout:12545): GLib-CRITICAL **: g_variant_unref: assertion `v

Bug#713877: (no subject)

2013-12-10 Thread Vladimir K
I confirm. System does not react on eject button after disk is inserted and read. Enabling kernel polling would not only fix this issue, but help other apps which do not hard-depend on userspace (udisks) polling. For example, it is suggested to enable kernel polling to use SpaceFM file manager w

Bug#713877: Rule for removable media

2013-12-16 Thread Vladimir K
this solution works for me without disturbing whole block subsystem or the rest of the system: rule /etc/udev/rules.d/61-removable-storage-polling.rules with content: ACTION=="add", ATTR{removable}=="1", ATTR{events_poll_msecs}=="-1", ATTR{events_poll_msecs}="2500" -- To UNSUBSCRIBE, email to

Bug#726463: video

2014-06-17 Thread Vladimir K
Rc6 is a usual suspect, but not in this case. Surprisingly, i915.i915_enable_fbc=1 caused hangs. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#749191: network-manager does not auto connect to wireless connection after system start anymore

2014-06-27 Thread Vladimir K
It seems I have a variation of this bug. In my case Network Manager autoconnects to wireless networks in infrastructure mode successfully. But for profile set to ap mode autoconnect fails with message: device state change: unavailable -> disconnected (reason 'supplicant-available') Manually starti

Bug#738696: confirm

2014-04-09 Thread Vladimir K
I changed PMS to this: PMS="/usr/bin/gnome-power-manager /usr/bin/kpowersave /usr/bin/xfce4-power-manager /lib/systemd/systemd-logind /usr/bin/mate-power-manager" And it fixed double suspend on lid close. Wouldn't it be more nice to have this list dynamically assembled from some data of install

Bug#735648: Tested patch

2014-04-10 Thread Vladimir K
I've tested the patch. It works. But I have to note that I had a couple of (suddenly unreproducible now) issues when two instances of x11vnc running for two different users in two different X sessions, one crashes on connect. The other then works when alone. I had this for some time, but I can

Bug#743015: xinit does not handle starting X correctly

2014-04-14 Thread Vladimir K
I've tested the change. When using startx, X session is correctly started at the same VT, but some features are missing. I.e. I can not edit Network manager connections. (works when I login with lightdm) $ loginctl show-session $XDG_SESSION_ID Id=c9 Timestamp=Mon 2014-04-14 18:41:16 MSK Timest

Bug#743015: xinit does not handle starting X correctly

2014-04-14 Thread Vladimir K
Archlinux uses this xserverrc: #!/bin/sh if [ -z "$XDG_VTNR" ]; then exec /usr/bin/X -nolisten tcp "$@" else exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR fi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#743015: xinit does not handle starting X correctly

2014-04-15 Thread Vladimir K
I've tweaked /etc/X11/Xsession.d/90consolekit to do nothing if systemd is pid 1, and now I am able to edit connections in nm-connection-editor. added this line: readlink -f $(ps -o cmd -p 1) 2> /dev/null | grep -q systemd && SYSTEMD=1 and changed this line: if [ -z "$GDMSESSION" ] && [ -x "$CK_L

Bug#743439: patch almost works

2014-04-22 Thread Vladimir K
I've tested the patch, it seems to work I have two machines: lightdm is used on one, plain startx with tweaked xsession on another. On both lxsession-logout does nothing on shutdown, reboot, suspend, hibernate. With the patch shutdown and reboot work. Suspend sort of works. Machine goes to susp

Bug#639296: Dup?

2014-04-23 Thread Vladimir K
It seems that #677441 fixes this issue doing relatively the same thing as workaround above. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#741471: Race condition

2014-03-27 Thread Vladimir K
I doubt it is a race condition. If you add sleep command to keep terminal open for some time, sshfs unmounts anyway when terminal is closed. SSH_ASKPASS is not always usable. Some frontends rely on terminal and assumption that sshfs, like any other mount command, does not need any special treat

Bug#726463: I would like to reopen this

2014-05-20 Thread Vladimir K
Hi everyone! I would like to reopen this bug, I'm experiencing the same symptoms: Random hard freeze, magic keys not working, nothing relevant in the logs after reboot. It first happened after upgrade to kernel 3.14.2. I rolled back to 3.13. But some time after that it also happened on previous

Bug#726463: video

2014-05-21 Thread Vladimir K
Tried to watch journal over network, no dice. Now I am 80% certain that hang happens if external display is connected (hdmi). It happened several times, minutes/hours after I switched to external monitor. But here is the problem: it happened with two different monitors and hdmi cables at my home,

Bug#726463: video

2014-05-21 Thread Vladimir K
Hang happend with VGA cable also. I've also checked compton vsync option (changed this to 'opengl' around the time when hangs started). Reverted to 'none', did not help. I also have access to Lenovo e130 laptop packing i3-3217U with similar system installed, and XFCE as the environment (I use st

Bug#726463: video

2014-05-21 Thread Vladimir K
My system booted on e130 did not hang in several hours. So maybe it is a hardware issue. I tried to blow out some dust from my laptop. And also removed ~/.drirc which contained a lot of old 'experiments'. Well, 32 minutes uptime with external monitor and ticking... If I will not report back in co

Bug#726463: video

2014-05-21 Thread Vladimir K
Dead out of the blue on 1:21 uptime. Either failing hardware, or specific-hardware related bug. I will try running on battery, then with 3.12 kernel. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Bug#726463: video

2014-05-28 Thread Vladimir K
Dug a bit further, looks like some of these kernel cmdline parameters causing hang: i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.semaphores=1 i915.lvds_downclock=1 I will test them all eventually... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "

Bug#692551: Symlinks in share root are not shown to client if share has sticky bit

2012-11-07 Thread Vladimir K
Package: samba Version: 2:3.6.6-3 Severity: normal Dear maintainer, I have samba server configured to follow symlinks. Some of the lines of my smb.conf: [global] unix extensions = no [public] path = /home/public wide links = yes follow symlinks = yes Generally it wor

Bug#660431: not supported

2012-10-02 Thread Vladimir K
It seems that "user=" option is just not supported in the kernel intentionally. Found here: http://en.opensuse.org/openSUSE:Systemd_status#Short_list_of_differences_with_integration_of_systemd_compared_to_SysVinit There is also a hint at "private mtab". I failed at googling about it. Can it be of

Bug#679386: Dirty Workaround

2012-10-17 Thread Vladimir K
As a dirty workaround, I've created a script: /etc/X11/Xsession.d/39-lightdm-dmrc-fix (runs just before xsessionrc parsing) --- #!/bin/bash TEMPLANG=$(cat "$HOME/.dmrc" | grep ^Language= | cut -d '=' -f 2 | sed 's/utf8/UTF8/') [ ! -z "$TEMPLANG" ] && export LANG=$TEMPLANG --- -- To UN

Bug#679386: Re: Dirty Workaround

2012-10-20 Thread Vladimir K
Tested accountsservice and here is a workaround for it also: - #!/bin/bash # use .dmrc or accountsservice data (if accounts-daemon is running) if pidof accounts-daemon &> /dev/null then TEMPLANG=$(cat "/var/lib/AccountsService/users/$USER" | grep ^Language= | cut -d '=' -f 2

Bug#679386: Re: Dirty Workaround

2012-10-20 Thread Vladimir K
Remove "&> /dev/null" in script condition, and it should work (for some reason "if" condition allways triggered as true when parsed by Xsession if redirect is present) If accountsservice is not installed, this workaround works best with lightdm 1.4.0-1 from experimental. Version 1.2.2-3 always

Bug#690899: Backend decision

2012-10-20 Thread Vladimir K
Usually accountsservice is either installed/runs or not. So choosing what to use should be automatic, depending on whether accounts-daemon is running or not. For compatibility reasons it is better to write to both .dmrc and /var/lib/AccountsService/users/$USER anyway./var/lib/AccountsService/use

Bug#679386: Update

2012-10-20 Thread Vladimir K
Yes, I know about ~/.xsessionrc. But this bug is about choosing language in greeter GUI. Updated workaround: -- #!/bin/bash # workaround for session language selection in lightdm greeter # use .dmrc or accountsservice data (if accounts-daemon is running) if pidof accounts-daemon the

Bug#679386: (no subject)

2012-10-22 Thread Vladimir K
My snippet decomposes $LANG by fields. Luckily, each delimiter in $LANG syntax is different, so it should be fairly reliable. added lightdm check, so this script does not mess with any other DM. /etc/X11/Xsession.d/39-lightdm-dmrc-fix: -- #!/bin/bash # workaround for session languag

Bug#691811: RFP: spacefm -- multi-panel tabbed customizable file manager for Linux.

2012-10-29 Thread Vladimir K
Package: wnpp Version: N/A; reported 2012-10-30 Severity: wishlist * Package name : spacefm Version : 0.8.2 Upstream Author : IgnorantGuru * URL : https://github.com/IgnorantGuru/spacefm/tarball/master * License : GPLv3+ Description : SpaceFM is a multi-panel tabbed file manager for Linux with b

Bug#691812: RFP: udevil -- flexible CLI tool which grants non-root users the ability to mount/unmount devices and network resources

2012-10-29 Thread Vladimir K
Package: wnpp Version: N/A; reported 2012-10-30 Severity: wishlist * Package name : udevil Version : 0.3.4 Upstream Author : IgnorantGuru * URL : https://github.com/IgnorantGuru/udevil/tarball/master * License : GPLv3+ Description : udevil is a command line Linux program which mounts and unmounts

Bug#679386: lightdm: Language selection is ignored in session, $LANG is system default

2012-06-28 Thread Vladimir K
Package: lightdm Version: 1.2.2-1 Severity: normal Dear Maintainer, After upgrade to 1.2.2 (tried both 1.2.2-1 and 1.2.2-3) language selection stopped working. home directory is not encrypted or anything. It is available before login. .dmrc is updated, (although encoding syntax for Language is di

Bug#679386: show-language-selector

2012-06-28 Thread Vladimir K
I set show-language-selector=true in /etc/lightdm/lightdm-gtk-greeter.conf The language field appears at login screen. I select language. It worked in 1.0.11 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#597937: Temporary fix

2012-06-30 Thread Vladimir K
See the same bug on launchpad: https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130 Temporary upgrade-friendly fix is in comment 16. It fixes launching session with startx, and does not break session launched with Lightdm. Although, I remember some time ago it broke sessions launched

Bug#679551: I support this

2012-08-09 Thread Vladimir K
It would be a great and compatible replacement for old and buggy xcompmgr. Currently testing it on wheezy, good results so far. No memory leaks or shadow artifacts like it was with xcompmgr. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#304406: Simple script

2013-05-28 Thread Vladimir K
Hi everyone! I've done some search and here is my simple script for new login functionality: #!/bin/bash # Issue a "new login" command for currently running login manager. # ...assuming there can be only one. pidof lightdm &> /dev/null && dm-tool switch-to-greeter pidof l

Bug#639296: Workaround

2013-03-28 Thread Vladimir K
Here is workaround: echo 'Name: ConsoleKit startx fix Default: yes Priority: 0 Session-Interactive-Only: yes Session-Type: Additional Session-Final: optional pam_loginuid.so' | sudo tee /usr/share/pam-configs/startx-fix sudo dpkg-reconfigure libpam-runtime But there is a chance that it may break

Bug#707976: Confirmed

2013-05-13 Thread Vladimir K
Confirming: there is no directory /usr/lib/i386-linux-gnu/wine/ in libwine-unstable 1.5.7-4. there is /usr/lib/i386-linux-gnu/wine-unstable instead, but it does not contain ntdll.dll.so -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#707976: Something isn't right

2013-05-14 Thread Vladimir K
Upgraded to wine-unstable 1.5.7-5 Libs seem to be in place now, but the binary still wants them to be in /usr/lib/i386-linux-gnu/wine/, instead of /usr/lib/i386-linux-gnu/wine-unstable/ I get "wine: failed to initialize: /usr/lib/i386-linux-gnu/wine/ntdll.dll.so: cannot open shared object file:

Bug#707976: It works, but there's still a glitch

2013-05-23 Thread Vladimir K
Libs are in place now, and wine programs work. But there is at least one file with incorrect path left - /usr/share/wine-unstable/wine.inf, which wine tries to look in /usr/share/wine/ When starting wine app: wine: failed to update /home/username/.wine with /usr/lib/i386-linux-gnu/wine-unstable

Bug#706330: Re: Some applications segfaults after upgrade to 3.8.0-1

2013-07-15 Thread Vladimir K
I've tested the patch, it works. Tested with nm-connection-editor and seahorse. They still output a LOT of errors about the theme, but at least they work. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Bug#710030: Confirm

2013-06-10 Thread Vladimir K
I confirm this. In older gtk2 versions this occasionaly happend in ~10% of cases which suggests some race condidion. But with gtk3 version of synaptic this happens every time. WM: Openbox -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#711902: Seems to be resolved

2013-06-12 Thread Vladimir K
With version 0.9.19.3-1 bug seems to be resolved. Resources are accessible. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#714860: upstream bug

2013-10-06 Thread Vladimir K
There is an upstream bug https://bugs.launchpad.net/sakura/+bug/1213077 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#725453: Confirm

2013-10-07 Thread Vladimir K
I can confirm the problem. And it is not only sound. After yesterday upgrades I have no sound in youtube, no context menus in flash objects, video playback controls do not work, video is unstoppable. Also on dailymotion video flash objects are plain white, no content rendered. My sound system (p

Bug#725453: solved

2013-10-07 Thread Vladimir K
It was either 'alternatives' problem or iceweasel. For some reason iceweasel used lightspark as flash plugin, despite flash_mozilla.so alternative was set to /usr/lib/flashplugin-nonfree/libflashplayer.so. (Tried manual selection also). Removing browser-plugin-lightspark is a workaround. Bug nee

Bug#720604: lxappearance writes to the wrong file

2013-10-09 Thread Vladimir K
Lxappearance can be used either as standalone appearance tweak app, or as an interface to xsettings daemon. Choice of working model depends on whether xsettings daemon function is available in the session (lxsession is running and governs xsettings): Use gtk config files if xsettings daemon is n

Bug#720604: Lxappearance read and write

2013-09-16 Thread Vladimir K
As far as I know, lxappearance was designed to work with lxsession if it is running, or use config files directly if no lxsession is used. Now lxappearance correctly gets settings from lxsession, (or ~/.config/lxsession/LXDE/desktop.conf) But it writes to ~/.gtkrc-2.0 and .config/gtk-3.0/setting

Bug#679551: Testing

2013-06-29 Thread Vladimir K
Just wanted to inform: I've been using compton, including 0.0.1+git-85e7d18-2013-04-21-1, in everyday usage (just shadows and transparency without blur or anything fancy) with uptimes up to 40 days. No problems were detected whatsoever. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lis

Bug#642136: Policy with two groups

2012-04-07 Thread Vladimir K
May I suggest another approach: make permissions same way as with cups printing: 'lp' group for those who are allowed to print, and 'lpadmin' group for those who are allowed to manage printers. Analogous to that: there exists 'netdev' group to allow use and switch existing connection profiles. A

Bug#658004: Rasterization

2012-04-11 Thread Vladimir K
cups-pdf takes very long time and high CPU usage (gs) to produce result. Rasterization is ineffective, I agree that embedded text should be default behavior. Looks like this bug is a duplicate of #523269 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "

Bug#660431: Confirming

2012-06-14 Thread Vladimir K
Confirming, if I make /etc/mtab a regular file, mount line for cifs share becomes more 'classic' in that file, with options only: "rw,noexec,nosuid,nodev,user=[local_user]". Umount works. /proc/mounts contains different line. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian

Bug#677836: ld: cannot find libncurses.so.5

2012-06-17 Thread Vladimir K
Package: libncurses5-dev Version: 5.9-8 Severity: serious Justification: fails to build from source (but built successfully in the past) Since upgrade from squeeze to wheezy few days ago, "ld" reports that libncurses.so.5 not found. $ gcc -o foo foo.c -lncurses /usr/local/bin/ld: cannot find lib

Bug#677836: ld: cannot find libncurses.so.5

2012-06-19 Thread Vladimir K
Joachim wrote: On 2012-06-17 10:21 +0200, Sven Joachim wrote: On 2012-06-17 09:45 +0200, Vladimir K wrote: Package: libncurses5-dev Version: 5.9-8 Severity: serious Justification: fails to build from source (but built successfully in the past) Since upgrade from squeeze to wheezy few days ago

Bug#648527: It works

2012-03-30 Thread Vladimir K
Tested on current wheezy It works if I override default setting: d /tmp 1777 root root 10d with D /tmp 1777 root root - /tmp is empty on boot, yay! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

Bug#666676: openbox: Wrong undecorated windows placement/sizing

2012-03-31 Thread Vladimir K
Package: openbox Version: 3.5.0-2 Severity: minor Hello! There was a bug in Openbox upstream, fixed 2011-11-11. https://bugzilla.icculus.org/show_bug.cgi?id=5179 But it is still affecting debian package. Please, apply upstream fix. -- System Information: Debian Release: wheezy/sid APT prefers

Bug#665004: Kinetic

2012-04-01 Thread Vladimir K
Kinetic scrolling is lost too. It was enabled by default for both Synaptics and Elantech devices, and it was very handy. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#666676: Releases

2012-04-01 Thread Vladimir K
Seems strange that 3.5 release does not even have a news article on Openbox wiki... Well, that fix would be nice. Thank you! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#664538: Confirming

2012-04-02 Thread Vladimir K
Confirming. Tested with cups-pdf and some HP printers like 3030 and 1536dnf. gs process goes nuts. On cups-pdf printer status changes to "PDF file is damaged - attempting to reconstruct xref table" But after some long waiting output is created. (although affected by bug #523269) Hardware prin

Bug#656698: Works

2012-04-03 Thread Vladimir K
On current testing: theming in lightdm-gtk-greeter works. Theme should support gtk3 though. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#795494: udev: Interface is incorrectly renamed at boot, outdated nonexistent name used

2015-08-15 Thread Vladimir K
> That sounds like you have an outdated udev rule in the initramfs, which > renames your interface. > Please run "update-initramfs -u" and then test again. That seem to be the case, thank you! Digging a bit deeper, I now think that udev's README should be updated and initramfs-tools should someho

Bug#858245: gmusicbrowser: Search-as-you-type causes crash

2017-05-21 Thread Vladimir K
Reproduction steps from fresh state: - add a library with at least one track - switch player window layout to "with lists" - try typing in main list

Bug#863227: system-config-printer: applet.py does not exit with session

2017-05-23 Thread Vladimir K
Package: system-config-printer Version: 1.5.7-3 Severity: normal Dear Maintainer, printing applet (started in openbox session via XDG autostart) does not exit upon logout from openbox session. This leaves a process: /usr/bin/python3 /usr/share/system-config-printer/applet.py and a dangling

Bug#859758: pulseaudio: Occasional audio stutter

2017-04-06 Thread Vladimir K
Package: pulseaudio Version: 10.0-1 Severity: normal Dear Maintainer, sound is interrupted occasionally when pulseaudio is installed. Every 1-10 minutes there is an audible glitch. Playback source does not matter, it happens with mpv, firefox, wine and other applications. The problem does not cor

Bug#859758: pulseaudio: Occasional audio stutter

2017-04-07 Thread Vladimir K
> This looks like a kernel problem. There is a related redhat bug log[1] > and a kernel one[2], that suggests disabling the wireless interface > might avoid the problem. Could you try that? > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1262957 > [2] https://bugzilla.kernel.org/show_bug.cgi?id

Bug#857050: firefox no longer plays sound without pulseaudio daemon

2017-03-13 Thread Vladimir K
Tried installing pulseaudio and found that while it made some progress, after all these years it still can not output sound without occasional stutter. On i7 CPU. Without load. So I'm also in the list of people who do not want to lay any bloatware over rock-solid ALSA soundsystem that just work

Bug#775098: RFP: apulse -- PulseAudio emulation for ALSA

2017-03-14 Thread Vladimir K
The it is alive, buildable, and works.

Bug#857050: firefox no longer plays sound without pulseaudio daemon

2017-03-14 Thread Vladimir K
Unfortunately, developers' decision to break the sound seems to be very strong. #775098 should be given some attention.

Bug#775098: RFP: apulse -- PulseAudio emulation for ALSA

2017-03-14 Thread Vladimir K
Here is an idea: a set of complementary packages utilizing dpkg diversions. I.e. apulse-firefox which would move firefox to firefox-orig and replace it with #!/bin/sh exec apulse firefox-orig "$@" May be others. But firefox is the only app that demands pulseaudio.

Bug#858245: gmusicbrowser: Search-as-you-type causes crash

2017-03-20 Thread Vladimir K
Package: gmusicbrowser Version: 1.1.15~ds0-1 Severity: normal Dear Maintainer, Invoking search in any list in gmusicbrowser crashes the program. Stderr for different situations: In main list:   invalid iter -- stamp -1875915568 does not match requested 94319900871888 at /usr/bin/../share/gmus

Bug#846068: nitrogen: GUI fails to start due to GIO error

2017-02-21 Thread Vladimir K
https://github.com/l3ib/nitrogen/issues/93 The cause was an empty structure in /usr/local/share/icons/hicolor/ with supposedly broken cache. This bug can be closed.

Bug#807427: sane-utils: Can not provide access to hplip scanner over network

2017-02-21 Thread Vladimir K
Any news on this? localOnly check is still active in current testing.

Bug#807427: sane-utils: Can not provide access to hplip scanner over network

2017-02-25 Thread Vladimir K
> Vladimir, please would you post the 'scanimage -L' output from the > server. It shows among others: device `hpaio:/net/HP_LaserJet_M1536dnf_MFP?hostname=printerhostname' is a Hewlett-Packard HP_LaserJet_M1536dnf_MFP all-in-one I'm using locally patched version of the packages, so network

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-12 Thread Vladimir K
After some digging, I've added this var to session environment, and icons appeared in qt5 apps: QT_QPA_PLATFORMTHEME=gtk2 Can someone explain what is the difference between QT_STYLE_OVERRIDE and QT_QPA_PLATFORMTHEME, and why the former affects theme and the latter affects icons?

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-12 Thread Vladimir K
> As explained earlier in this bug, style ≠ theme. Though the gtk2 theme will > (in Qt ≤ 5.6) set the correct style for you too (so only the second variable > should be enough). > > Also if Qt could detect your desktop as GTK+-based, then even that variable > would not be needed. Did you mean in Q

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-12 Thread Vladimir K
> In Qt 5.6, the GTK+ *style* was removed, and the rest of GTK+ integration > (i.e. dialogs or icon theme settings) got ported to GTK+ 3. The recommended > alternative for those who need the style is using third-party styles like > Adwaita-Qt. So after version 5.6 Qt will mimic GTK 3 instead of GT

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-12 Thread Vladimir K
> @Lisandro >>  But that doesn't seems to solve the ssh problem, right? For example one >> could >>  run wireshark trough X port forwarding without a DE. > > If you're running some xsettings daemon on your local system, any X client > using this X server should > get these xsettings. If theme fil

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-13 Thread Vladimir K
> You are not right. A theme is a plugin that provides: icon theme settings, > dialogs (file, color, font), platform menus, system tray icons, palette > settings, font settings, standard keybindings, and more (the GTK+ theme > only provides a subset of this). > > Everything related to look of widge

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-13 Thread Vladimir K
Another issue in current Qt theming: I have Vivacious-Dark-Graphite icon theme seleced in GTK, it has inheritance sequence: Vivacious-Colors-Dark,Vivacious-Colors,ubuntu-mono-dark,gnome,hicolor GTK applications (like volti mixer) correctly use icons from Vivacious-Color-Dark (i.e. /usr/share/ico

Bug#749191: network-manager does not auto connect to wireless connection after system start anymore

2016-05-26 Thread Vladimir K
With network-manager 1.2.2-1 wireless hotspot profile is being auto-activated successfully during boot or daemon restart. For my situation (hotspot) the bug is resolved. For client profiles I've never experienced this bug.

Bug#807427: sane-utils: Can not provide access to hplip scanner over network

2015-12-08 Thread Vladimir K
Saned output with debug enabled: saned[6641]: saned (AF-indep+IPv6+systemd) from sane-backends 1.0.24 starting up saned[6641]: check_host: access by remote host: :::[client_ip] saned[6641]: init: access granted to user@:::[client_ip] saned[6641]: [sanei_debug] Setting debug level of dll

Bug#791961: saned won't run from systemd (bad status=22 or procnum=1)

2015-12-08 Thread Vladimir K
I've tested "Standard Input=null/Output=syslog/Error=syslog" unit variant on Jessie (without any foreign packages), it works. Well, sort of (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807427), but at least it starts and works the same as init version.

Bug#778940: Please package a new HPLIP upstream release, really

2015-12-09 Thread Vladimir K
Hi! I'm trying to build the latest package locally. How do I apply the patch? I've downloaded upstream sources, unpacked debian dir from latest package sources. When running 'patch -np1 < ../hplip_3.15.2.patch' from sources root dir, it responds: === can't f

Bug#778940: Please package a new HPLIP upstream release, really

2015-12-09 Thread Vladimir K
OK, I've cherry-picked the patch and was able to build a package with version 3.15.11-1~bpo8+1 for myself. Got another problem: new hp-plugin does not allow itself to be run by root, but when being run by user it requests root's password. If root login is disabled in favor of sudo usage, hp-plu

Bug#807427: sane-utils: Can not provide access to hplip scanner over network

2015-12-09 Thread Vladimir K
I've backported sane-utils from Stretch and rebuilt upstream hplip 3.15.11. Did not help. Still getting 'io/hpmud/pp.c 627: unable to read device-id ret=-1' error

Bug#807427: sane-utils: Can not provide access to hplip scanner over network

2015-12-09 Thread Vladimir K
On another Jessie host I have a USB Epson scanner that works via iscan backend. Saned works fine on this host. To summarize what cases I have at hand: scanimage > iscan > USB > Epson device - works scanimage > netwrok > saned > iscan > USB > Epson device - works scanimage > hplip > network > HP d

Bug#807427: sane-utils: Can not provide access to hplip scanner over network, FIX!

2015-12-09 Thread Vladimir K
GOTCHA! https://bugs.launchpad.net/hplip/+bug/1435022 https://launchpadlibrarian.net/200926403/fix-hpaio-local-only.patch saned uses 'localOnly' flag when probes for devices. This makes sense for saned, so it does not end up in the loop by probing scanners networked by itself. But hplip also t

Bug#758832: Copy/paste files does not work

2014-08-23 Thread Vladimir K
> Could you say me if your bug is similar ? It seems so. Thank you -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#758832: parcellite: History menu problems

2014-08-23 Thread Vladimir K
Details are different on this one, i.e. I can not even launch clipboard editor window, history length is not reduced to 1 item in my case. But the overrall 'look and feel' of the bug is similar. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscrib

Bug#599690: /usr/bin/nm-applet: Dies repeatedly during normal operation.

2016-05-26 Thread Vladimir K
It dies with segmentation fault very frequently, usually after coming out of suspend, or just during normal operation. Latest version increased the frequency of crashes.

Bug#825394: systemd kill background processes after user logs out

2016-05-29 Thread Vladimir K
If some software is supposed to relate to user's session and does not properly exit with session, that is the bug of said software and no business of init system. This change breaks things and requires to jump through hoops to repair things that until now just worked.

Bug#599690: /usr/bin/nm-applet: Dies repeatedly during normal operation.

2016-06-07 Thread Vladimir K
In the last few days I can only run nm-applet with EN locales. If run with ru_RU.UTF-8 it segfaults immediately. Happens with versions 1.2.2-1 and 1.2.2-2 $ gdb nm-applet GNU gdb (Debian 7.10-1+b1) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or late

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-11 Thread Vladimir K
I'm experiencing this issue too. My session is plain openbox with some environment tweaks: export XDG_CURRENT_DESKTOP=OPENBOX export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtkrc-2.0:/etc/gtk-2.0/gtkrc" export QT_STYLE_OVERRIDE=gtk qt5 apps get theme successfully, but fail to get icons, all icons are mi

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-11 Thread Vladimir K
I've also tried running xsettingsd with same icon theme as in gtkrc files, but it did not help.

Bug#803423: #803423 libqt5gui5: Ugly GUI (no icons) / Weird interpretation of XDG_CURRENT_DESKTOP and GNOME_DESKTOP_SESSION_ID

2016-05-11 Thread Vladimir K
I was able to get qt applications to show icons with qt5ct application and plugin (which is apparently quite slow and heavy, at least judging by speed of related stdout messages). So, from my point of view the essense of this bug currently is that qt5 fails to get GTK icon theme when gtk-related

Bug#820295: network-manager-pptp: pppd segfaults when NM tries to establish PPTP connection since 1.1.92-1

2016-04-24 Thread Vladimir K
Upgraded to 1.2.0, the bug is gone.

Bug#814906: network-manager-pptp: PPTP fails to obtain secret second time on 1.1.90

2016-04-24 Thread Vladimir K
No longer observing this issue in 1.2.0.

Bug#754299: dnsmasq: Reloading dnsmasq with systctl results in stop

2016-04-24 Thread Vladimir K
No longer observing this issue on current testing.

Bug#765077: lightdm-gtk-greeter: Language selection is broken (again)

2014-11-20 Thread Vladimir K
I've installed a new system recently. LANGUAGE in /etc/default/locale is set during installation process. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#753554: qpdfview: Printing PDF with forms results in error/blank page

2014-07-03 Thread Vladimir K
I've printed this file successfully with evince-gtk. I do not have access to a real printer at this moment, but lp produces blank page on cups-pdf printer, just like qpdfview. Evince prints to cups-pdf successfully. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#753554: qpdfview: Printing PDF with forms results in error/blank page

2014-07-07 Thread Vladimir K
I can not find related bug in cups-filters, maybe this bug should be reassigned. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#754382: network-manager: nmtui fails to save wireless psk passphrase

2014-07-10 Thread Vladimir K
nm-applet also saves psk correctly. Only nmtui silently fails. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

  1   2   3   >