[Bug 285998] Re: mv or rm of any XDG user dir causes its definition to change to wrong, oversimple $HOME/

2015-01-26 Thread Jussi Pakkanen
** Changed in: mediascanner2
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xdg-user-dirs in Ubuntu.
https://bugs.launchpad.net/bugs/285998

Title:
  mv or rm of any XDG user dir causes its definition to change to wrong,
  oversimple $HOME/

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

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


[Bug 1396735] Re: Thumbnails for GIF images fail

2014-11-28 Thread Jussi Pakkanen
Nautilus does not use the thumbnailer, it does thumbnailing by itself.
Thus this is not a bug in the thumbnailer library. Reassigning to
Nautilus.

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: thumbnailer
   Status: New = Invalid

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

Title:
  Thumbnails for GIF images fail

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

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


[Bug 285998] Re: mv or rm of any XDG user dir causes its definition to change to wrong, oversimple $HOME/

2014-10-22 Thread Jussi Pakkanen
** Changed in: mediascanner2
   Status: New = In Progress

** Changed in: mediascanner2 (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xdg-user-dirs in Ubuntu.
https://bugs.launchpad.net/bugs/285998

Title:
  mv or rm of any XDG user dir causes its definition to change to wrong,
  oversimple $HOME/

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

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


[Bug 1368519] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:std::

2014-09-12 Thread Jussi Pakkanen
The backtrace only shows worker thread, meaning the exception is thrown
and leaked fully inside dbus-cpp. That makes this a bug in dbus-cpp, not
indicator-network.

** Also affects: dbus-cpp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-network (Ubuntu)
   Status: New = Invalid

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

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  
service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:std::__throw_system_error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1368519/+subscriptions

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


[Bug 1293599] [NEW] Does not compile with Ninja

2014-03-17 Thread Jussi Pakkanen
Public bug reported:

The way dbus-cpp sets up gtest and gmock is broken and does not work
with Ninja. To replicate:

bzr branch lp:dbus-cpp
cd dbus-cpp
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=debug -G Ninja ..
ninja

This brings (eventually) a gazillion errors starting with this:

[43/65] Building CXX object 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o
FAILED: /usr/bin/c++   -DCORE_DBUS_ENABLE_GOOGLE_TEST_FIXTURE -std=c++11 
-Werror -Wall -fno-strict-aliasing -fvisibility=hidden 
-fvisibility-inlines-hidden -pedantic -Wextra -fPIC -pthread -g -I../include 
-I/usr/include/libxml2 -Itests -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -MMD -MT 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o -MF 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o.d -o 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o -c 
../tests/compiler_test.cpp
In file included from 
/usr/include/gmock/gmock-generated-function-mockers.h:43:0,
 from /usr/include/gmock/gmock.h:61,
 from ../tests/compiler_test.cpp:23:
/usr/include/gmock/gmock-spec-builders.h:134:41: error: expected ‘;’ at end of 
member declaration
   bool VerifyAndClearExpectationsLocked()
 ^
/usr/include/gmock/gmock-spec-builders.h:135:38: error: ‘g_gmock_mutex’ is not 
a type
   GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex);
  ^
This happens with both Gcc 4.8 and 4.7.

** Affects: dbus-cpp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Does not compile with Ninja

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1293599/+subscriptions

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

[Bug 1293599] Re: Does not compile with Ninja

2014-03-17 Thread Jussi Pakkanen
** Description changed:

  The way dbus-cpp sets up gtest and gmock is broken and does not work
  with Ninja. To replicate:
  
  bzr branch lp:dbus-cpp
  cd dbus-cpp
  mkdir build
  cd build
  cmake -DCMAKE_BUILD_TYPE=debug -G Ninja ..
  ninja
  
- This brings (eventually) a gazillion errors starting with this:
+ This prints the following error:
  
- [43/65] Building CXX object 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o
- FAILED: /usr/bin/c++   -DCORE_DBUS_ENABLE_GOOGLE_TEST_FIXTURE -std=c++11 
-Werror -Wall -fno-strict-aliasing -fvisibility=hidden 
-fvisibility-inlines-hidden -pedantic -Wextra -fPIC -pthread -g -I../include 
-I/usr/include/libxml2 -Itests -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -MMD -MT 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o -MF 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o.d -o 
tests/CMakeFiles/compiler_test.dir/compiler_test.cpp.o -c 
../tests/compiler_test.cpp
- In file included from 
/usr/include/gmock/gmock-generated-function-mockers.h:43:0,
-  from /usr/include/gmock/gmock.h:61,
-  from ../tests/compiler_test.cpp:23:
- /usr/include/gmock/gmock-spec-builders.h:134:41: error: expected ‘;’ at end 
of member declaration
-bool VerifyAndClearExpectationsLocked()
-  ^
- /usr/include/gmock/gmock-spec-builders.h:135:38: error: ‘g_gmock_mutex’ is 
not a type
-GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex);
-   ^
+ ninja: error: 'gmock/libs/gtest/libgtest.a', needed by 'tests/bus_test',
+ missing and no known rule to make it
+ 
  This happens with both Gcc 4.8 and 4.7.

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

Title:
  Does not compile with Ninja

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1293599/+subscriptions

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

[Bug 1041137] Re: Activating suspend from power button menu does not work

2012-08-28 Thread Jussi Pakkanen
Conversely, reboot does not work when activated from the corner menu but
does work from the power button menu.

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

Title:
  Activating suspend from power button menu does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1041137/+subscriptions

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


[Bug 1041137] [NEW] Activating suspend from power button menu does not work

2012-08-24 Thread Jussi Pakkanen
Public bug reported:

When I click the power button on my laptop, the suspend/reboot/shutdown
menu shows up. Selecting suspend does nothing. The other buttons work.

Suspend works if you activate it by closing the lid or by selecting
suspend from the top right corner menu.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-session 3.5.5-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
Uname: Linux 3.5.0-11-generic x86_64
ApportVersion: 2.5.1-0ubuntu2
Architecture: amd64
Date: Fri Aug 24 13:59:28 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20120220)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: gnome-session
UpgradeStatus: Upgraded to quantal on 2012-08-06 (17 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Activating suspend from power button menu does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1041137/+subscriptions

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


[Bug 1041137] Re: Activating suspend from power button menu does not work

2012-08-24 Thread Jussi Pakkanen
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1041137

Title:
  Activating suspend from power button menu does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1041137/+subscriptions

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


[Bug 799202] Re: wacom stylus jumps with latest xserver-xorg-core

2012-04-02 Thread Jussi Pakkanen
Please file a new  bug against Gimp. You can refer to this bug in the
description if you want.

** Package changed: gimp (Ubuntu) = qt4-x11 (Ubuntu)

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

Title:
  wacom stylus jumps with latest xserver-xorg-core

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/799202/+subscriptions

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


[Bug 823640] Re: Add uTouch gesture support to EOG

2011-08-10 Thread Jussi Pakkanen
The patch and description are not in sync. The description says that
image scrolling happens with one finger touch screen drags and two
finger touchpad drags. The only drag gesture subscription call looks
like this:

++  grip_gesture_manager_register_window (manager,
++widget,
++GRIP_GESTURE_DRAG,
++GRIP_DEVICE_TOUCHSCREEN,
++2,
++eog_gesture_event,
++NULL, NULL);

That is, only two finger drags on touchscreens drag the image.

Other than that it looks fine.

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

Title:
  Add uTouch gesture support to EOG

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

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


[Bug 823970] [NEW] Add uTouch gesture support for Evince

2011-08-10 Thread Jussi Pakkanen
Public bug reported:

This patch adds basic gesture support for Evince.

One and two finger drags on touchscreens move the document and flicks
change pages.

Pinches zoom in and out and rotates, well, rotate the page in 90 degree
increments.

Two finger touches on touchpads are ignored for the same reason as in
bug 823640.

A package built with this patch can be found in utouch-team's unstable
PPA.

This bug supersedes bug 741242.

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

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

Title:
  Add uTouch gesture support for Evince

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

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


[Bug 823970] Re: Add uTouch gesture support for Evince

2011-08-10 Thread Jussi Pakkanen
** Attachment added: evince_utouch_debdiff
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/823970/+attachment/2266144/+files/evince_utouch_debdiff

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

Title:
  Add uTouch gesture support for Evince

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

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