Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] dbeaver no desktop entry KDE Plasma
@ 2021-11-12  9:07 russnes
  2021-11-15 15:15 ` splpaul
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: russnes @ 2021-11-12  9:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

New issue by russnes on void-packages repository

https://github.com/void-linux/void-packages/issues/34040

Description:
### System
glibc with KDE Plasma

* xuname:  
  $ xuname
Void 5.13.19_1 x86_64 GenuineIntel notuptodate rrrmFFF
* package:  
  $ xbps-query -p pkgver dbeaver
dbeaver-21.2.4_1

### Expected behavior
dbeaver appears in the application launcher

### Actual behavior
it doesn't. Have to start it with command `dbeaver`

### Steps to reproduce the behavior
Open Application Launcher
search for "dbeaver"


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
@ 2021-11-15 15:15 ` splpaul
  2021-11-15 16:16 ` Johnnynator
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: splpaul @ 2021-11-15 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

New comment by splpaul on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-969011356

Comment:
This is an issue on your end. I just installed it on my machine and it starts from my application launcher (rofi). I'm running i3wm, but I doubt it has anything to do with the window manager. 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
  2021-11-15 15:15 ` splpaul
@ 2021-11-15 16:16 ` Johnnynator
  2022-06-12  2:16 ` github-actions
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2021-11-15 16:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-969072702

Comment:
> This is an issue on your end. I just installed it on my machine and it starts from my application launcher (rofi). I'm running i3wm, but I doubt it has anything to do with the window manager.

This isn't an issue on his end. Dbeaver doesn't provide a .desktop file therefore no desktop entry in any Application launcher.

I take an educated guess and assume that your rofi is configured to just pick binaries in `$PATH` instead of `.desktop` files in `$XDG_DATA_DIRS`.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
  2021-11-15 15:15 ` splpaul
  2021-11-15 16:16 ` Johnnynator
@ 2022-06-12  2:16 ` github-actions
  2022-06-12  9:32 ` paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-12  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-1153048552

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
                   ` (2 preceding siblings ...)
  2022-06-12  2:16 ` github-actions
@ 2022-06-12  9:32 ` paper42
  2022-06-12 10:40 ` ar-jan
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-06-12  9:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-1153113530

Comment:
@ar-jan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
                   ` (3 preceding siblings ...)
  2022-06-12  9:32 ` paper42
@ 2022-06-12 10:40 ` ar-jan
  2023-06-16 19:12 ` ar-jan
  2023-06-16 19:54 ` [ISSUE] [CLOSED] " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: ar-jan @ 2022-06-12 10:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-1153125549

Comment:
It looks like the desktop entry should be generated by Maven. I'm not familiar with how this works, but it looks like the configuration comes from [here](https://github.com/dbeaver/dbeaver/blob/devel/product/community/DBeaver.product).

On my system I found an entry `~/.local/share/applications/_usr_lib_dbeaver_.desktop` containing:

```
[Desktop Entry]
Name=DBeaver
Exec=/usr/lib/dbeaver/dbeaver %u
NoDisplay=true
Type=Application
MimeType=x-scheme-handler/eclipse+command;
```

I don't know where the `NoDisplay=true` comes from.

Any suggestions how to handle this? I also see in DBeaver's issue queue they've had problems with packaging the desktop entry multiple times.

To patch this in the meantime, make the entry look like:

```
[Desktop Entry]
Name=DBeaver
Exec=/usr/lib/dbeaver/dbeaver %u
Icon=/usr/lib/dbeaver/icon.xpm
Type=Application
MimeType=x-scheme-handler/eclipse+command;
```
and run `sudo update-desktop-database ~/.local/share/applications/`.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
                   ` (4 preceding siblings ...)
  2022-06-12 10:40 ` ar-jan
@ 2023-06-16 19:12 ` ar-jan
  2023-06-16 19:54 ` [ISSUE] [CLOSED] " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: ar-jan @ 2023-06-16 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/issues/34040#issuecomment-1595166130

Comment:
Desktop entry is present now, this can be closed.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ISSUE] [CLOSED] dbeaver no desktop entry KDE Plasma
  2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
                   ` (5 preceding siblings ...)
  2023-06-16 19:12 ` ar-jan
@ 2023-06-16 19:54 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-16 19:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Closed issue by russnes on void-packages repository

https://github.com/void-linux/void-packages/issues/34040

Description:
### System
glibc with KDE Plasma

* xuname:  
  $ xuname
Void 5.13.19_1 x86_64 GenuineIntel notuptodate rrrmFFF
* package:  
  $ xbps-query -p pkgver dbeaver
dbeaver-21.2.4_1

### Expected behavior
dbeaver appears in the application launcher

### Actual behavior
it doesn't. Have to start it with command `dbeaver`

### Steps to reproduce the behavior
Open Application Launcher
search for "dbeaver"


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-16 19:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12  9:07 [ISSUE] dbeaver no desktop entry KDE Plasma russnes
2021-11-15 15:15 ` splpaul
2021-11-15 16:16 ` Johnnynator
2022-06-12  2:16 ` github-actions
2022-06-12  9:32 ` paper42
2022-06-12 10:40 ` ar-jan
2023-06-16 19:12 ` ar-jan
2023-06-16 19:54 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).