[Bug 666803] [NEW] update-desktop-database ignores defaults.list

2010-10-26 Thread Rumpeltux
Public bug reported:

Binary package hint: desktop-file-utils

After uninstalling an acroread package, several programs (i.e. firefox
or thunderbird) open pdf files with gimp rather than evince although I
set up evince to be the default opener in nautilus which consequently
handles files fine.

Apparently the other programs start the opener which comes first in the 
/usr/share/applications/mimeinfo.cache list, which is gimp.desktop. If I change 
the entry to have evince.desktop at first, firefox handles the file just fine.
Each time, the update-desktop-database file is run though, the entries get 
swapped again and gimp starts to open pdf files.
Consequently either firefox (or whatever mechanism they use to launch the 
program) ignores the defaults.list or the update-desktop-database does.

This has been previously discussed at Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=496237

** Affects: desktop-file-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
update-desktop-database ignores defaults.list
https://bugs.launchpad.net/bugs/666803
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in ubuntu.

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


[Bug 455512] Re: “share my desktop” is greyed out

2010-06-16 Thread Rumpeltux
Nope it’s Lucid twice.

The option is available for Jabber contacts, but for some reason empathy
does not show myself in the buddy list…

-- 
“share my desktop” is greyed out
https://bugs.launchpad.net/bugs/455512
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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

[Bug 455512] Re: “share my desktop” is greyed out

2010-06-16 Thread Rumpeltux
I can also confirm, that this is still an issue in Lucid.

-- 
“share my desktop” is greyed out
https://bugs.launchpad.net/bugs/455512
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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

[Bug 279139] Re: ~/.gvfs directory not mounted

2010-05-18 Thread Rumpeltux
Sorry. Meanwhile the fix turned out to be: install gvfs-fuse.

-- 
~/.gvfs directory not mounted
https://bugs.launchpad.net/bugs/279139
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 279139] Re: ~/.gvfs directory not mounted

2010-05-18 Thread Rumpeltux
I experience the same problem after the upgrade to 10.04. The user is in the 
fuse group, however .gvfs is not mounted.
I also cannot find any documentation on how to fix this. /usr/share/doc/gvfs 
has practically *no* documentation for gvfs.

** Changed in: gvfs (Ubuntu)
   Status: Invalid => New

-- 
~/.gvfs directory not mounted
https://bugs.launchpad.net/bugs/279139
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 455512] Re: “share my desktop” is greyed out

2010-02-15 Thread Rumpeltux
I faced this originally using karmic, but I just updated to
2.29.90-0ubuntu2 to check and it's still greyed out (although the remote
side is still 2.28.1.1).

-- 
“share my desktop” is greyed out
https://bugs.launchpad.net/bugs/455512
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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

[Bug 467012] [NEW] panel does not reappear with autohide enabled

2009-10-31 Thread Rumpeltux
Public bug reported:

Binary package hint: gnome-panel

With a relatively fresh karmic install (with avant-window-navigator and compiz 
desktop effects) I have placed the gnome-panel in the bottom right corner and 
autohide enabled.
Now when I move to the hidden panel, it does not reappear but stays hidden.

If I change auto_hide size to st >= 4, the panel reappears if I move the mouse 
there. Though not always: sometimes it stays hidden or behaves like the 
following:
If auto_hide_size is set to 3, the panel reappears only after I move the mouse 
up again (i.e. move the mouse to screen-bottom wait for panel to reappear which 
does not happen, move mouse away again: it reappears).

With auto_hide_size < 3 I cannot make the panel reappear at all.
This is also reproducible at other screen-positions or expand=true.

gnome-panel:
  Installiert: 1:2.28.0-0ubuntu6
  Kandidat: 1:2.28.0-0ubuntu6

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

-- 
panel does not reappear with autohide enabled
https://bugs.launchpad.net/bugs/467012
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 41602] S/MIME sign results in error message

2006-04-26 Thread Rumpeltux
Public bug reported:

Affects: evolution (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
When i try to sign a message with my certificate, evolution fails with this 
error-message:
Could not create message.

Because "Cannot add SMIMEEncKeyPrefs attribute", you may need to select
different mail options.

This error message does not explain anything! I found out that the error occurs 
when
a) the certificate is not capable of signing
b) the certificate's CA certificate is not installed

Evolution should find out what's wrong and print an appropriate error-
message.

This problem was observed with evolution 2.6.1

-- 
S/MIME sign results in error message
https://launchpad.net/bugs/41602

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


[Bug 41345] syntax-highlighting problem with c-code

2006-04-25 Thread Rumpeltux
Public bug reported:

Affects: gedit (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
following c-code will be highlighted wrong:
if(key == 0xdf) key = 0x5c; //sz -> \\
if(key == '+') key = '~';

the second line is also a comment due the backslash at the end, but is not 
highlighted as such. because i assume gedit thinks the backslash has been 
escaped, but gcc does not care and assumes the next line to be a comment as 
well.
for example vim handles this correctly.

-- 
syntax-highlighting problem with c-code
https://launchpad.net/bugs/41345

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


[Bug 35475] Re: Deskbar is unselectable when using xserver-xgl

2006-04-23 Thread Rumpeltux
I confirm this bug as well. You can put text into it by clicking with the 
middle-mouse-button.
When selected it seems like the focus is overridden by the currently active 
window, so this might rather be a bug in compiz.

When opening the Gnome-Menu, the focus in the deskbar becomes visible, but you 
still cannot type and upon closing the menu, the focus disappears again.

-- 
Deskbar is unselectable when using xserver-xgl
https://launchpad.net/bugs/35475

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