Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Icon request] X Tile #2187

Closed
rauldipeas opened this issue May 1, 2020 · 15 comments
Closed

[Icon request] X Tile #2187

rauldipeas opened this issue May 1, 2020 · 15 comments

Comments

@rauldipeas
Copy link

Application name: X Tile
Icon name: x-tile
Original icon image:
image
Small description and/or a link to the official webpage: https://www.giuspen.com/x-tile/

@rauldipeas
Copy link
Author

Tray icon needed too.

@gregorydk
Copy link

gregorydk commented May 2, 2020

Icon is incorrect, original icon: https://github.com/giuspen/x-tile/blob/master/glade/x-tile.svg

@rauldipeas
Copy link
Author

Icon is incorrect, original icon: https://github.com/giuspen/x-tile/blob/master/glade/x-tile.svg

On Xubuntu, it don't has de X, look at Rofi and notification area..

ksnip_20200502-121333

@SmartFinn
Copy link
Member

@rauldipeas what applets on the panel do you using? Especially for the dock. I want to make Xfce more user-friendly, your desktop looks nice.

@rauldipeas
Copy link
Author

@rauldipeas what applets on the panel do you using? Especially for the dock. I want to make Xfce more user-friendly, your desktop looks nice.

Please, take a look at my personal project: XFScripts

@maxtron95
Copy link
Contributor

I was looking at that screenshot and I noticed that the X-Tile icon looks glitched.

@rauldipeas
Copy link
Author

I was looking at that screenshot and I noticed that the X-Tile icon looks glitched.

Probably, it has a number above when i open it on Inkscape.

@varlesh
Copy link
Contributor

varlesh commented May 12, 2020

@rauldipeas @gregorydk tray icon name?

varlesh added a commit that referenced this issue May 12, 2020
@varlesh
Copy link
Contributor

varlesh commented May 12, 2020

On Xubuntu, it don't has de X, look at Rofi and notification area..

X not rendered because it's font Bitstream Charter with filters

@varlesh
Copy link
Contributor

varlesh commented May 12, 2020

        """Creates the Stats Icon"""
        if self.use_appindicator():
            self.ind = appindicator.Indicator.new("x-tile", "indicator-messages", appindicator.IndicatorCategory.APPLICATION_STATUS)
            self.ind.set_status(appindicator.IndicatorStatus.ACTIVE)
            self.ind.set_attention_icon("indicator-messages-new")
            for icp in ["/usr/share/icons/hicolor/scalable/apps/x-tile.svg", "/usr/local/share/icons/hicolor/scalable/apps/x-tile.svg", "glade/x-tile.svg"]:
                if os.path.isfile(icp):
                    icon_path = icp
                    break
            else: icon_path = cons.APP_NAME
            self.ind.set_icon(icon_path)
            self.ind.set_menu(self.ui.get_widget("/SysTrayMenu"))
        else:
            self.status_icon = Gtk.StatusIcon()
            self.status_icon.set_from_stock("tile-quad")
            self.status_icon.connect('button-press-event', self.on_mouse_button_clicked_systray)
            self.status_icon.set_tooltip_text(_("Tile the Windows Upon your X Desktop"))

@rauldipeas
Copy link
Author

@rauldipeas @gregorydk tray icon name?

I think it's the same, i didn't find anywhere.

varlesh added a commit that referenced this issue May 12, 2020
@varlesh
Copy link
Contributor

varlesh commented May 12, 2020

@rauldipeas Please test with libappindicator, it's should be worked

@rauldipeas
Copy link
Author

@rauldipeas Please test with libappindicator, it's should be worked

I'm using systray on XFCE.
https://docs.xfce.org/xfce/xfce4-panel/systray

@varlesh
Copy link
Contributor

varlesh commented May 13, 2020

for tray used /usr/share/x-tile/glade/tile-quad.svg This can be fixed on hardcode-tray, but this icon use on interface

@varlesh
Copy link
Contributor

varlesh commented May 13, 2020

tray icon x-tile-panel. I think, better solution open request on X-Tile developer for support system tray icon from theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants