[Bug 1022100] [NEW] evince does not store settings

2012-07-07 Thread Lukas Hejtmanek
Public bug reported:

Hi,

I use XFCE environment and evince. On evince start, I get message:

** (evince:14863): WARNING **: Error retrieving accessibility bus
address: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.a11y.Bus was not provided by any .service files

Maybe it is related to the main problem, evince does not preserve any
setting I made (e.g., non continuous viewing). At each new start, I have
to again turn off continuous viewing. Also zoom level nor window size is
not preserved. Either for old pdf files or new ones.

I use ubuntu quantal (but this bug is present also in 12.04). I use
evince-gtk package, version  3.5.3-0ubuntu5 amd64.

-- 
Lukas Hejtmanek

** 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/1022100

Title:
  evince does not store settings

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

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


[Bug 586012] Re: [Maverick] XFCE system tray became unusable after libgtk upgrade

2010-06-13 Thread Lukas Hejtmanek
Looks like gtk 2.21.0 has also problem with screen corruption. It seems
that some Expose events are missed, gtk applications do not redraw their
windows correctly after virtual desktop switch.

-- 
[Maverick] XFCE system tray became unusable after libgtk upgrade
https://bugs.launchpad.net/bugs/586012
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 537238] [NEW] gthumb crashes if dbus has been restarted

2010-03-11 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gthumb

gthumb3:2.11.1-2ubuntu1 (ubuntu lucid)

gthumb crashes if dbus has been restarted. I looked over the source
codes. This small patch fixes the problem.

below is patch that fixes use of uninitialized variable leading to crash when
dbus is restarted (and ck session is lost).

Signed-off-by: Lukas Hejtmanek xhejt...@ics.muni.cz


diff -rNu a/gthumb/gth-icon-cache.c b/gthumb/gth-icon-cache.c
--- a/gthumb/gth-icon-cache.c   2010-03-11 10:54:10.673089507 +0100
+++ b/gthumb/gth-icon-cache.c   2010-03-11 10:51:53.0 +0100
@@ -118,7 +118,7 @@
 gth_icon_cache_get_pixbuf (GthIconCache *icon_cache,
   GIcon*icon)
 {
-   const char *key;
+   const char *key=0;
GdkPixbuf  *pixbuf;

if (icon != NULL)

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

-- 
gthumb crashes if dbus has been restarted
https://bugs.launchpad.net/bugs/537238
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2010-01-14 Thread Lukas Hejtmanek
No, there is no problem anymore. The root cause of this is the intel
graphics driver. It is not the notification area problem.

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 422110] Re: stickynotes_applet crashed with SIGSEGV

2009-09-21 Thread Lukas Hejtmanek
I'm still getting the crash with 2.28.0-0ubuntu1.

-- 
stickynotes_applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/422110
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 431258] [NEW] stickynotes applet crashes

2009-09-17 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-applets

stickynotes crashes if added to panel with existing note. It also
crashes when adding a new note.

It crashes because gtk_builder_get_obect returns NULL instead of
note-w_window.

StickyNote *
stickynote_new_aux (GdkScreen *screen, gint x, gint y, gint w, gint h)
{
StickyNote *note;
GtkBuilder *builder;
GtkIconSize size;

note = g_new (StickyNote, 1);

builder = gtk_builder_new ();
gtk_builder_add_from_file (builder, BUILDER_PATH, NULL);

note-w_window = GTK_WIDGET (gtk_builder_get_object (builder,
stickynote_window));


the version is karmic (todays update). gnome-applets  2.27.92-0ubuntu1

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

-- 
stickynotes applet crashes
https://bugs.launchpad.net/bugs/431258
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 408761] [NEW] notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
Public bug reported:

If g-p-m is set to display icon only when charging/discharging, none
icon is displayed at all (mainly when charging/discharging). If I set
always display the icons, I got the icon.

Ubuntu/karmic, g-p-m version: 2.27.5-0ubuntu1

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

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
it appears to be because the g-p-m reports battery fully charged even if
running from battery.

lshal | grep battery

udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0'
  battery.charge_level.current = 48500  (0xbd74)  (int)
  battery.charge_level.design = 84240  (0x14910)  (int)
  battery.charge_level.last_full = 66560  (0x10400)  (int)
  battery.charge_level.percentage = 72  (0x48)  (int)
  battery.charge_level.rate = 15714  (0x3d62)  (int)
  battery.is_rechargeable = true  (bool)
  battery.model = '42T4511'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = true  (bool)
  battery.remaining_time = 1  (0x2b67)  (int)
  battery.reporting.current = 48500  (0xbd74)  (int)
  battery.reporting.design = 84240  (0x14910)  (int)
  battery.reporting.last_full = 66560  (0x10400)  (int)
  battery.reporting.rate = 15714  (0x3d62)  (int)
  battery.reporting.technology = 'Li-ion'  (string)
  battery.reporting.unit = 'mWh'  (string)
  battery.serial = '30492'  (string)
  battery.technology = 'lithium-ion'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'SANYO'  (string)
  battery.voltage.current = 11851  (0x2e4b)  (int)
  battery.voltage.design = 10800  (0x2a30)  (int)
  battery.voltage.unit = 'mV'  (string)
  info.capabilities = {'battery'} (string list)
  info.category = 'battery'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0'  
(string)

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
Alex, it is not. Moreover, g-p-m power history tells: There is no data
to display.

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 405542] [NEW] gnome-panel broken patch

2009-07-27 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-panel

gnome-panel 2.27.4-0ubuntu3 contains patch
16_compiz_workspace_switcher.patch which is stupid.

It produces code:
static void
pager_update (PagerData *pager)
{
wnck_pager_set_orientation (WNCK_PAGER (pager-pager),
pager-orientation);
wnck_pager_set_n_rows (WNCK_PAGER (pager-pager),
   pager-n_rows);

if (pager-wm == PAGER_WM_METACITY) {
wnck_pager_set_show_all (WNCK_PAGER (pager-pager),
 pager-display_all);
wnck_pager_set_display_mode (WNCK_PAGER (pager-pager),
 pager-display_mode);
} else {
wnck_pager_set_show_all (WNCK_PAGER (pager-pager),
 FALSE);
wnck_pager_set_display_mode (WNCK_PAGER (pager-pager),
 WNCK_PAGER_DISPLAY_CONTENT);
}
}

Every other WM than METACITY is forced to show only the current
workspace, e.g. Openbox WM. This is definitely not what users want. It
should be fixed or completely removed.

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

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

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


[Bug 261084] Re: Suspends again right after resume

2009-02-17 Thread Lukas Hejtmanek
I still see this bug in Jaunty. Is there any fix pending?

-- 
Suspends again right after resume
https://bugs.launchpad.net/bugs/261084
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 249373] Re: gnome session does not start window manager nor restores the previous session

2008-10-13 Thread Lukas Hejtmanek
 the new session protocol has each app that supports it
 (Which as far as I can tell are the apps in gnome-session and nothing else)
 directs each application to store session information in gconf2.

I wonder who starts all the applications that have their session saved
in gconf2. I don't care whether application remembers its last state,
but I care that applications do not start again as they were.

-- 
gnome session does not start window manager nor restores the previous session
https://bugs.launchpad.net/bugs/249373
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 249373] Re: gnome session does not start window manager nor restores the previous session

2008-10-08 Thread Lukas Hejtmanek
Yes, the firefox is just killed. Anyway, gnome-session-properties
complains that saving session is not implemented yet :) And I don't see
any session file under ~/.gnome2, ~/.gnome2_private, ~/.config

-- 
gnome session does not start window manager nor restores the previous session
https://bugs.launchpad.net/bugs/249373
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 204840] Re: totem-plugin-viewer crashed with SIGSEGV in dbus_glib_marshal_totem_embedded_BOOLEAN__STRING_STRING_POINTER()

2008-09-23 Thread Lukas Hejtmanek
I got this error in Intrepid with the current update at any embedded
video.

-- 
totem-plugin-viewer crashed with SIGSEGV in 
dbus_glib_marshal_totem_embedded_BOOLEAN__STRING_STRING_POINTER()
https://bugs.launchpad.net/bugs/204840
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 259327] [NEW] gnome-session does not obey gnome-session-properties

2008-08-19 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-session

gnome-session in Ubuntu/intrepid does not obey gnome-session-properties.
I disabled gnome-keyring-daemon, bluetooth applet and many other craps
but they all starts again and again if I start the session. (using
startx not gdm).

Also, the gnome-session has problem with openbox window manager. At
logout (which should save the current session), it complains that
openbox is not responding. If it sometimes does not complain, it does
not start the only window manager I have - the openbox.

I'm using ubuntu/intrepid. gnome-session version is 2.23.6-0ubuntu2.

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

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

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


[Bug 249373] [NEW] gnome session does not start window manager nor restores the previous session

2008-07-17 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-session

The latest gnome-session in Ubuntu/intrepid does not restore saved
session at all. It does not start window manager (I'm not using craps
like compiz or metacity, I'm using openbox, but /usr/bin/gnome-wm
correctly starts the openbox).

I have gnome-session: 2.23.4.1-0ubuntu1

I did gnome-session-save before quiting the session but nothing is
restored. Moreover, I use save session on exit option.

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

-- 
gnome session does not start window manager nor restores the previous session
https://bugs.launchpad.net/bugs/249373
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 246505] Re: ghtumb says no image in a folder full of images

2008-07-09 Thread Lukas Hejtmanek
I finally got it work. Indeed, the problem has been in broken mime
database.

-- 
ghtumb says no image in a folder full of images
https://bugs.launchpad.net/bugs/246505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 246505] Re: ghtumb says no image in a folder full of images

2008-07-09 Thread Lukas Hejtmanek
update-mime-database /usr/share/mime rebuilt the database but file
permissions were 600 so no user could access the database. Also it looks
like the system had to be restarted before database rebuild has been
propagated. Now it works. Also evince was broken, no pdf file could be
displayed.

-- 
ghtumb says no image in a folder full of images
https://bugs.launchpad.net/bugs/246505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 246505] [NEW] ghtumb says no image in a folder full of images

2008-07-08 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gthumb

If I run gthumb /somedirectory_with_jpg_pictures, gthumb shows window
with message no image. Opening of a single image works. Multiple
images do not show thumbnails.

gthumb 3:2.10.8-1ubuntu2

ubuntu/intrepid.

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

-- 
ghtumb says no image in a folder full of images
https://bugs.launchpad.net/bugs/246505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 246505] Re: ghtumb says no image in a folder full of images

2008-07-08 Thread Lukas Hejtmanek
tried both, none helped.

I also removed /usr/local/share/mime and run update-mime-database
/usr/share/mime but still the same result.

-- 
ghtumb says no image in a folder full of images
https://bugs.launchpad.net/bugs/246505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 186353] Re: not using gdm does not create a ConsoleKit session

2008-03-05 Thread Lukas Hejtmanek
Just plain text oldschool login.

-- 
not using gdm does not create a ConsoleKit session
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 198505] [NEW] gnome-volume-manager does not mount devices any more in hardy

2008-03-04 Thread Lukas Hejtmanek
Public bug reported:

As of gnome-volume-manager (2.22.1-1ubuntu2), it does not mount
removable or any other devices automatically. I noticed in the change
log that this support was removed on behalf of nautilus. Why?? Why the
hell I should use something like nautilus? I just want gnome-panel 
some applets nothing more.

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

-- 
gnome-volume-manager does not mount devices any more in hardy
https://bugs.launchpad.net/bugs/198505
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 194052] Re: hal not reading information about sysfs batteries correctly

2008-03-01 Thread Lukas Hejtmanek
Bruce, I tried your latest hal (ubuntu8), I built it for AMD64 architecture. It 
does refresh battery content almost correctly. Remaining capacity seems to be 
OK. But it seems that it does not report current rate at all:
lshal | grep -i bat
  battery.charge_level.current = 65080  (0xfe38)  (int)
  battery.charge_level.last_full = 81980  (0x1403c)  (int)
  battery.charge_level.percentage = 79  (0x4f)  (int)
  battery.charge_level.rate = 0  (0x0)  (int)
  battery.model = '42T4511'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = true  (bool)
  battery.remaining_time = 16270  (0x3f8e)  (int)
  battery.reporting.current = 65080  (0xfe38)  (int)
  battery.reporting.design = 84240  (0x14910)  (int)
  battery.reporting.last_full = 81980  (0x1403c)  (int)
  battery.reporting.rate = 0  (0x0)  (int)
  battery.reporting.technology = 'Li-ion'  (string)
  battery.reporting.unit = 'mWh'  (string)
  battery.technology = 'lithium-ion'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'SANYO'  (string)
  battery.voltage.current = 12031  (0x2eff)  (int)
  battery.voltage.design = 10800  (0x2a30)  (int)
  battery.voltage.unit = 'mV'  (string)
  info.capabilities = {'battery'} (string list)
  info.category = 'battery'  (string)
  linux.sysfs_path = 
'/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0'
  (string)

-- 
hal not reading information about sysfs batteries correctly
https://bugs.launchpad.net/bugs/194052
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 194052] Re: hal not reading information about sysfs batteries correctly

2008-03-01 Thread Lukas Hejtmanek
OK, there is a typo in sources. hald/linux/device.c line 3181,
if(!hal...) should be if(hal..). After it, lshal reports correctly rate.
But gnome-power-manager is still wrong about the rate, more precisely,
g-p-m updates the rate only on power plug/unplug. Battery capacity (%)
is updated on the fly correctly. Also, after desktop startup g-p-m
reports battery is discharging even if running on power.

-- 
hal not reading information about sysfs batteries correctly
https://bugs.launchpad.net/bugs/194052
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 194052] Re: gpm does not create the correct profiling files

2008-02-27 Thread Lukas Hejtmanek
I think this is a bug in hal.

lshal | grep -i bat
  [...]
  linux.sysfs_path = 
'/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0'
  (string)

hal reports different values than in linux.sysfs_path/*  It seems that
hal reloads values *only* on an acpi event, e.g., unplugging power.
Values in the directory are getting changed while lshal reports still
the same values unless I generate an acpi event using power cord
(plug/unplug). Maybe other acpi events work as well.

-- 
gpm does not create the correct profiling files
https://bugs.launchpad.net/bugs/194052
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 186353] Re: gnome-volume-manager does not start in Hardy

2008-02-27 Thread Lukas Hejtmanek
I do not use gdm so consolekit did not show any session. I installed
libpam-ck-connector and now the gnome-volume-manager starts.

However, it used to work even without libpam-ck-connector in edgy. I
wonder why it does not work in hardy.

-- 
gnome-volume-manager does not start in Hardy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 186353] Re: gnome-volume-manager does not start in Hardy

2008-02-21 Thread Lukas Hejtmanek
I found that problem is in function gvm_console_kit_seat_get_sessions.

do {
if (dbus_message_iter_get_arg_type (elem) == 
DBUS_TYPE_OBJECT_PATH) {
dbus_message_iter_get_basic (elem, path);
g_ptr_array_add (sessions, g_strdup (path));
}
} while (dbus_message_iter_next (elem));

this iteration is done but the condition in the if statement never
holds.

-- 
gnome-volume-manager does not start in Hardy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 186353] Re: gnome-volume-manager does not start in Hardy

2008-02-21 Thread Lukas Hejtmanek
the problem will be probably in console kit or something as ck-list-
sessions does not show any session.

-- 
gnome-volume-manager does not start in Hardy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 186353] Re: gnome-volume-manager does not start in Hardy

2008-02-11 Thread Lukas Hejtmanek
hal is running.

$ ps ax |grep hal
 3308 ?Ss 0:05 /usr/sbin/hald
 3373 ?S  0:00 hald-runner
 3388 ?S  0:00 hald-addon-input: Listening on /dev/input/event4 
/dev/input/event3 /dev/input/event5 /dev/input/event0 /dev/input/event1 
/dev/input/event2
 3397 ?S  0:00 /usr/lib/hal/hald-addon-cpufreq
 3398 ?S  0:00 hald-addon-acpi: listening on acpid socket 
/var/run/acpid.socket
 3411 ?S  0:02 hald-addon-storage: polling /dev/scd0 (every 16 sec)
24841 pts/6R+ 0:00 grep hal


$ ps ax |grep dbus
 3276 ?Ss 0:03 /usr/bin/dbus-daemon --system
 4075 ?Ss 0:00 dbus-daemon --fork --print-address 16 --print-pid 18 
--session
24848 pts/6R+ 0:00 grep dbus

-- 
gnome-volume-manager does not start in Hardy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu.

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


[Bug 186353] Re: gnome-volume-manager does not start in Hardy

2008-02-06 Thread Lukas Hejtmanek
yes, it is.

-- 
gnome-volume-manager does not start in Hardy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu.

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


[Bug 187071] Re: gnome-terminal deadlocks in Hardy

2008-02-03 Thread Lukas Hejtmanek
fixed in 2.21.90.

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Fix Released

-- 
gnome-terminal deadlocks in Hardy
https://bugs.launchpad.net/bugs/187071
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 187071] [NEW] gnome-terminal deadlocks in Hardy

2008-01-29 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-terminal

When running midnight commander in gnome-terminal, gnome-terminal
deadlocks after while of huge mc activiti (e.g. coping kernel source
from dir to dir).

It looks like a deadlock due race condition as attaching strace
unfreezes the terminal for a while and then it stops in nanosleep. If I
cancel strace and run it again, the terminal unfreezes again.

Gnome-terminal version is 2.21.5-0ubuntu

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

** Summary changed:

- gnome-terminal deadlocks in hardy
+ gnome-terminal deadlocks in Hardy

** Description changed:

  Binary package hint: gnome-terminal
  
  When running midnight commander in gnome-terminal, gnome-terminal
  deadlocks after while of huge mc activiti (e.g. coping kernel source
  from dir to dir).
  
  It looks like a deadlock due race condition as attaching strace
  unfreezes the terminal for a while and then it stops in nanosleep. If I
  cancel strace and run it again, the terminal unfreezes again.
+ 
+ Gnome-terminal version is 2.21.5-0ubuntu

-- 
gnome-terminal deadlocks in Hardy
https://bugs.launchpad.net/bugs/187071
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

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


[Bug 186353] [NEW] gnome-volume-manager does not start in Hurdy

2008-01-27 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-volume-manager

In the current Hurdy (I know it is unstable/developement branch), the
gnome-volume-manager does not start at all. mounter applet reports:
Error org.freedesktop.DBus.Error.AccessDenied. (rejected message had
interface org.freedesktop.Hal.Device.Volume member Mount error name
(unset) destination org.freedesktop.Hal).

it quits immediately:
$ /usr/lib/gnome-volume-manager/gnome-volume-manager -n
$

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

-- 
gnome-volume-manager does not start in Hurdy
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu.

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


[Bug 57764] Hibernate button is missing

2006-08-25 Thread Lukas Hejtmanek
Public bug reported:

Hibernate button is missing due to debian patch 11_session_dialog.patch
which checks CanHibernate method while gnome-power-manager version
2.15.x has AllowedHibernate method instead.

** Affects: gnome-session (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Hibernate button is missing
https://launchpad.net/bugs/57764

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


[Bug 54717] Re: No hibernate option when logging out

2006-08-25 Thread Lukas Hejtmanek
Watch this:
https://launchpad.net/distros/ubuntu/+source/gnome-session/+bug/57764

-- 
No hibernate option when logging out 
https://launchpad.net/bugs/54717

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