[Bug 622088] Re: f-spot crashes on launch

2010-09-09 Thread Martijn Vermaat
** Changed in: f-spot (Ubuntu)
   Status: In Progress = New

-- 
f-spot crashes on launch
https://bugs.launchpad.net/bugs/622088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 622088] Re: f-spot crashes on launch

2010-09-08 Thread Martijn Vermaat
As of today, I have the exact same exception trace when starting F-Spot.
I have no idea what might have caused this.

F-Spot 0.6.1.5-2ubuntu7 on Ubuntu Lucid.

** Changed in: f-spot (Ubuntu)
   Status: Invalid = In Progress

-- 
f-spot crashes on launch
https://bugs.launchpad.net/bugs/622088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 354264] Re: Imports all photos to the root of the home directory

2009-06-10 Thread Martijn Vermaat
Here's an attempt at a clean up strategy. Note that I don't have any
incorrectly placed photos on this computer, so the following is all
untested. You should only proceed if you understand what the commands
are doing.

Move the relevant photos (probably in ~/2009) to the ~/Photos directory.
Make sure you don't accidentally overwrite any existing photos or
directories (go back and forth between the two directories, copying
photos, in Nautilus for example). There's probably an easy automated
command line solution for this, but I leave that to someone else (fiddle
with 'find ~/2009', 'mkdir -p', and 'cp').

Now update the F-Spot database:

mart...@michelle:~$ sqlite3 .gnome2/f-spot/photos.db 
SQLite version 3.6.10
Enter .help for instructions
Enter SQL statements terminated with a ;
sqlite update photos set uri = 
replace(uri,'file:///home/martijn/2009/','file:///home/martijn/Photos/2009/');
sqlite update photo_versions set uri = 
replace(uri,'file:///home/martijn/2009/','file:///home/martijn/Photos/2009/');
sqlite .exit
mart...@michelle:~$

Of course, if you have a localized or customized location for ~/Photos,
use that in the above instructions. And use your own home directory.

This can all be easily combined into a script that does some safety
checks and reports back to the user on its results by whoever wants to
sit down for it.

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
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 287914] Re: Nautilus bookmarks deleted when computer runs out of memory

2009-05-18 Thread Martijn Vermaat
*** This bug is a duplicate of bug 222957 ***
https://bugs.launchpad.net/bugs/222957

I could reproduce this bug and agree it is not a duplicate of bug
#222957 (or at least that one should be updated to reflect this issue,
because if they are related, #222957 is a specific case of this bug).

To reproduce, fill the partition your home dir is on and run Nautilus
and close Nautilus. The observed result is that the ~/.gtk-bookmarks
file is truncated to 0 bytes. The expected result is that it is left
unchanged.

What is happening here, is that somewhere probably
nautilus_bookmark_list_save_file gets called which replaces the
bookmarks file with an empty file.

http://git.gnome.org/cgit/nautilus/tree/src/nautilus-bookmark-
list.c#n503

I don't know what the real problem here is. Reading the GIO
documentation for g_file_replace suggests that it might go through some
trouble to avoid this behaviour, but I'm not sure.

http://library.gnome.org/devel/gio/unstable/GFile.html#g-file-replace

In any case, g_file_replace is called with the make_backup parameter set
to FALSE. I don't know what the reasoning behind this is, but it seems
to me that setting it to TRUE should remedy the problem. User's
bookmarks seem important enough to warrant some backup before editing I
guess.

-- 
Nautilus bookmarks deleted when computer runs out of memory
https://bugs.launchpad.net/bugs/287914
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 96434] Re: gnome keyboard indicator Alt left+Alt right shortcut does not work anymore.

2008-04-25 Thread Martijn Vermaat
I can confirm everything worked as expected in Gutsy, but it does not in
Hardy.

This is on the same machine. After upgrading to Hardy, the alt+alt
shortcut does not change keyboard layout.

Other shortcuts work fine, for example shift+shift, or right ctrl only
(of course after changing to this shortcut in the keyboard layout
preferences).

I have three keyboard layouts: USA, USA International (with dead keys),
and Arabic.

-- 
gnome keyboard indicator Alt left+Alt right shortcut does not work anymore.
https://bugs.launchpad.net/bugs/96434
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 35636] Re: Manpage notify-send incorrect for --expire-time

2007-06-28 Thread Martijn Vermaat
No, this seems to be fixed in 7.04 (both bugs).

-- 
Manpage notify-send incorrect for --expire-time
https://bugs.launchpad.net/bugs/35636
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 44530] Re: the totem crash after remove the single audio from playlist

2006-12-05 Thread Martijn Vermaat
On my machine the problem is fixed in edgy.

-- 
the totem crash after remove the single audio from playlist
https://launchpad.net/bugs/44530

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


[Bug 44530] Re: the totem crash after remove the single audio from playlist

2006-05-23 Thread Martijn Vermaat
I don't think that's the same bug as the one I am experiencing (although
some of the comments there may actually be about this bug, eg 'crashes
for me too').

I don't get an xorg error, but the plain dialog saying 'The Application
totem has quit unexpectedly. You can inform...' with options
'restart', 'close' and 'inform developers'.

However, the suggested workaround of removing the splash image works, so
it does have something to do with that. Will paste a backtrace below
(looks the same as that of the reporter):


(gdb) run
Starting program: /usr/bin/totem
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1224886592 (LWP 7474)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread -1265935440 (LWP 7479)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread -1271436368 (LWP 7482)]
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread -1287816272 (LWP 7489)]
(no debugging symbols found)
[New Thread -1296208976 (LWP 7490)]
[New Thread -1304872016 (LWP 7492)]
[New Thread -1317364816 (LWP 7493)]
[New Thread -1327645776 (LWP 7494)]
[New Thread -1336038480 (LWP 7495)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread -1348883536 (LWP 7496)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to 

[Bug 44530] Re: the totem crash after remove the single audio from playlist

2006-05-22 Thread Martijn Vermaat
I can confirm this bug on Dapper with latest updates as of today.

The bug is only there with totem-xine, not with totem-gstreamer (just
double checked), so I guess it should be re-assigned.

I suspect it may have something to do with the default image shown by
Totem when no media file is loaded. When it should show that image, it
crashes.

Do you need more debugging info?

-- 
the totem crash after remove the single audio from playlist
https://launchpad.net/bugs/44530

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


[Bug 44646] Re: Same GNOME: False high score notice

2006-05-18 Thread Martijn Vermaat
Ok, I tried it and I can't reproduce it on my own computer either.
Although I'm sure the problem exists on my mother's computer (see the
screenshot I took there). I installed and maintain both systems, and I
don't see any obvious configuration differences. My mother created most
of the highscores under Breezy, so maybe that's where the problem is...

I will have a look at the highscore files. Any hints where to look?

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 44646] Re: Same GNOME: False high score notice

2006-05-18 Thread Martijn Vermaat
So I had a look at /var/games/same-gnome.Small.scores on the computer
with the problem:

4094 1146223647 Janny Vermaat
3976 1143716774 Janny Vermaat
3892 1144161002 Janny Vermaat
3834 1146580105 Janny Vermaat
3826 1139920615 Janny Vermaat
3802 1138970224 Janny Vermaat
3770 1142856452 Janny Vermaat
3756 1146070258 Janny Vermaat
3740 1140376532 Janny Vermaat
3738 1139584275 Janny Vermaat
.00 1140376532 Janny Vermaat
3738.00 1139584275 Janny Vermaat

The last two lines look suspicious ;)

Compare the same file on my own computer:

2632 1147958549 Martijn Vermaat
1739 1147958856 Martijn Vermaat
1447 1147958454 Martijn Vermaat
1433 1147958776 Martijn Vermaat
1300 1147958676 Martijn Vermaat
1182 1147958502 Martijn Vermaat
1180 1147958976 Martijn Vermaat
996 1147958593 Martijn Vermaat
601 1147958735 Martijn Vermaat
416 1147958915 Martijn Vermaat

I checked and indeed placing the first file on my machine introduces the
bug on my machine.

Now my mother is certain the bug was introduced with the upgrade to
Dapper I did some weeks ago. Are there other users with a Same GNOME
highscore file that got corrupted after upgrading from Breezy to Dapper?

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 44646] Re: Same GNOME: False high score notice

2006-05-18 Thread Martijn Vermaat
Sorry, forgot to add this. The highscore file for the 'medium' sized
game has the same problem. That is, /var/games/same-gnome.Medium.scores
looks like this:

2826 1147632471 Janny Vermaat
2300 1135165871 Janny Vermaat
2278 1135268901 Janny Vermaat
2139 1147698776 Janny Vermaat
2034 1135280560 Janny Vermaat
1944 1135262321 Janny Vermaat
1821 1135252639 Janny Vermaat
1658 1135177926 Janny Vermaat
1620 1135274661 Janny Vermaat
1582 1135262944 Janny Vermaat
.00 1135162833 Janny Vermaat
1551.00 1135261983 Janny Vermaat

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 35636] Manpage notify-send incorrect for --expire-time

2006-05-18 Thread Martijn Vermaat
Public bug reported:

Since my upgrade to Ubuntu Dapper, the --expire-time argument of notify-
send takes a time in milliseconds while it used to take a time in
seconds.

The manpage is not updated to reflect this change.

Fix is to look for this line in the manpage:

  Specifies the timeout in seconds at which to expire the notification.

Change it to

  Specifies the timeout in milliseconds at which to expire the
notification.

** Affects: notification-daemon (Ubuntu)
   Severity: Minor
   Priority: (none set)
 Status: Confirmed

-- 
Manpage notify-send incorrect for --expire-time
https://launchpad.net/bugs/35636

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


[Bug 44646] Re: Same GNOME: False high score notice

2006-05-15 Thread Martijn Vermaat
Yes, running Dapper with all updates (as of yesterday).

I considered the possibility that this is a locale problem, but my
mother tried it today in English and the problem was still there
('Congratulations! Your score has made the top ten.').

Are there relevant files that might give a clue whether or not this is a
problem local to my mother's computer? I have not yet tried to reproduce
it on my own computer because it takes some time to fill the highscores
first...

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 44646] Same GNOME: False high score notice

2006-05-14 Thread Martijn Vermaat
Public bug reported:

After playing a Same GNOME game, the high scores pop up in a dialog.
That's expected, but even if my score is too low to be a high score, the
dialog says Congratulations! Your score is in the top 10..

My low score does not appear in the high scores and I cannot type my
name anywhere, so it's just the message that should not be displayed.

When I actually have a high score, I can just type my name as expected.

** Affects: gnome-games (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

** Attachment added: Example screenshot
   http://librarian.launchpad.net/2620937/same-gnome.png

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 43161] Bookmarks on toolbar get cut-off randomly

2006-05-05 Thread Martijn Vermaat
Public bug reported:

Affects: epiphany-browser (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
Some bookmarks on the bookmarks toolbar have their text cut-off for no
clear reason.

For example, a bookmark with the name 'Rosanne' is displayed as
'Rosan...', while a bookmark with the (much longer) name 'Mi Viaje a
Guatemala' is displayed in its entirety.

I have found no relation between the bookmark texts and this issue,
other than that it always happens when I start a bookmark with 'Ro', but
some other texts work too. For example, 'Tweakers.net' gets cut-off to
'Tweakers...'.

I will attach a small screenshot below.

** Attachment added: Screenshot of the issue
   http://librarian.launchpad.net/2501606/epiphany-toolbar.png

-- 
Bookmarks on toolbar get cut-off randomly
https://launchpad.net/bugs/43161

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