[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2015-09-12 Thread robbert
Andrei (andrei-doom) on 2015-09-07: #320 Exactly. This is the point I'm always trying to make when talking to Linux or Ubuntu fanboys. To them it's like the holy grail in operating systems, but come on... if you can't even implement a proper clipboard. This problem has always existed. Even years b

[Bug 532633] Re: [light-theme] please revert the order of the window controls back to "menu:minimize, maximize, close"

2010-03-18 Thread robbert
Can people please stop complaining about the window controls being on the left side? Windows has them on the right side, but it’s completely illogical to have them on the right side. The GUI of Windows is completely illogical and causes it’s users to get RSI, because of all the mouse movement when

[Bug 880587] [NEW] syncronizing ipod in renaming playlists only works with a space enter behind the new name of the playlist and syncronizing iPod makes rhythmbox crash, adding and deleting playlists

2011-10-23 Thread Robbert
Public bug reported: When plugging in my iPod, and want to syncronize it , Rhythmbox crashes. Adding new playlists and deleting playlists makes Rhythmbox crash. Renaming new playlists only possible with a 'space' behind the new name of the playlist and then Entering. ProblemType: Bug DistroRelea

[Bug 880587] Re: syncronizing ipod in renaming playlists only works with a space enter behind the new name of the playlist and syncronizing iPod makes rhythmbox crash, adding and deleting playlists in

2011-10-23 Thread Robbert
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/880587 Title: syncronizing ipod in renaming playlists only works with a space enter behind the new name of the playlist and syncro

[Bug 885502] [NEW] 64-bit Rhythmbox calls 32-bit libgstpbutils-0.10.so.0.24.0 (gstreamer) whilst 64-bit library is available. Causing crash when syncing playlists to ipod

2011-11-02 Thread Robbert
Public bug reported: 64-bit Rhythmbox calls 32-bit libgstpbutils-0.10.so.0.24.0 (gstreamer) whilst 64-bit library is available. Causing crash when syncing playlists to ipod ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: rhythmbox 2.90.1~20110908-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-

[Bug 885502] Re: 64-bit Rhythmbox calls 32-bit libgstpbutils-0.10.so.0.24.0 (gstreamer) whilst 64-bit library is available. Causing crash when syncing playlists to ipod

2011-11-02 Thread Robbert
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/885502 Title: 64-bit Rhythmbox calls 32-bit libgstpbutils-0.10.so.0.24.0 (gstreamer) whilst 64-bit library is available. Causing c

[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2011-10-04 Thread robbert
For everyone who wants this bug to be fixed in this crappy, amateuristic operating system: It will never happen. The only way to solve is this problem: Buy a Mac or install Windows. I'm confident a big number of people who subscribed to this bug of clicked "Affects me too" have already solved thi

[Bug 8422] Re: Error message on ending VNC session

2011-10-04 Thread robbert
Ken Sharp (kennybobs) wrote on 2011-09-27: "Still present in Natty" Of course it's still present. What did you expect? This bug to be fixed? Of course not. In the Linux world bugs it's common to not fix bugs. Just live with it or use another operating system. It's as easy as that. -- You receive

[Bug 202861] [NEW] gvfs-sftp hangs after network disconnect

2008-03-16 Thread Robbert
Public bug reported: Binary package hint: gvfs Release: Ubuntu Hardy amd64 Gvfs version 0.2.0.1-0ubuntu2 When using Nautilus to browse on a remote location using sftp it hangs after and while my network had a disconnection. Killing gvfs, gvfs-sftp and nautilus is the only solution. It should gi

[Bug 13199] Re: Drag n' Drop directories from File-Roller is somewhat tricky

2007-09-09 Thread Robbert
I build nautilus (2.19.91 on Gutsy x86_64) with the patch and it seems to work. Dragging files from file-roller to my desktop works like a charm, also to other nautilus windows. But it doesn't work while dragging them to a nfs mount or an other remote location (for example ssh). It says "Cannot ex

[Bug 13199] Re: Drag n' Drop directories from File-Roller is somewhat tricky

2007-09-09 Thread Robbert
I just tested Amos his patch and it seems to work for nfs mounts. But at a remote ssh folder it doesn't seem to work, just nothing happens when dragging the file into it. Using the extract button in file-roller works fine for the way that matters. -- Drag n' Drop directories from File-Roller is s

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
I forgot to mention some things. I'm using file-roller 2.19.92 on Ubuntu Gutsy amd64. -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact

[Bug 138486] File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
Public bug reported: Binary package hint: file-roller When opening files on a nfs mount the files are getting copied to my homedir (~/.fr-[randomhash]). This problem exists since the the ability to open files on gnome-vfs was introduced. It looks like that copying the archive to homedir is neces

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
I found out that the problem is in the following piece of code (file- utils.c line 1253): gboolean uri_is_local (const char *uri) { GnomeVFSURI *vfs_uri; gboolean is_local; vfs_uri = new_uri_from_path (uri); g_return_val_if_fail (vfs_uri != NULL, FALSE);

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-09 Thread Robbert
Well, i made the following change: is_local = strcmp(gnome_vfs_uri_get_scheme (vfs_uri), "file") == 0; Instead of using gnome_vfs_uri_is_local I check whether the scheme is equal to file. If the schema is file, the file could be transparently accessed by the filesystem so we could threat it like

[Bug 13199] Re: Drag n' Drop directories from File-Roller is somewhat tricky

2007-09-10 Thread Robbert
The problem that dnd to a nfs mount doesn't work have to do with the following issue: http://bugzilla.gnome.org/show_bug.cgi?id=475296 and https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/138486 Because file-roller threats nfs mounts as remote and shouldn't do that because nfs mounts are

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-10 Thread Robbert
I guess we couldn't make any changes in the gnome-vfs code since the ABI freeze. So i think this patch is the only way to fix it in Gutsy. (Link to the bugreport in Gnome Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=475296) -- File-roller is threating a nfs mount like a remote filesystem

[Bug 138486] Re: File-roller is threating a nfs mount like a remote filesystem

2007-09-19 Thread Robbert
It looks like it's fixed upstream :) -- File-roller is threating a nfs mount like a remote filesystem https://bugs.launchpad.net/bugs/138486 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@lis

[Bug 90729] Couldn't unmount fuseiso mounts with Disk Mounter

2007-03-08 Thread robbert
Public bug reported: Hi, I couldn't unmount mounts mounted with fuseiso with the Gnome Disk Mounter applet. When trying to unmount it gives the following error: Unable to unmount the selected volume umount: /path/to/mountpoint is not in the fstab (and you are not root) File, Unmount Volume in N

[Bug 90729] Re: Couldn't unmount fuseiso mounts with Disk Mounter

2007-03-09 Thread robbert
No thanks ;). I'm running Ubuntu Feisty. The only way to unmount it is: fusermount -u /path/to/mountpoint -- Couldn't unmount fuseiso mounts with Disk Mounter https://launchpad.net/bugs/90729 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 37587] Re: Font size adjust wont work with external subtitles

2007-03-20 Thread robbert
There is a patch available at: http://bugzilla.gnome.org/show_bug.cgi?id=314123 -- Font size adjust wont work with external subtitles https://launchpad.net/bugs/37587 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs