Giter Club home page Giter Club logo

Comments (7)

cdown avatar cdown commented on May 24, 2024

Works fine here, so you're going to need to provide more information. For example, what does running clipmenu with xtrace show in the rofi and dmenu cases?

from clipmenu.

nPHYN1T3 avatar nPHYN1T3 commented on May 24, 2024

xtrace /usr/bin/clipmenu
Function File Line
-- Dashes --
addr2line: /usr/bin/clipmenu: file format not recognized
Press return here to close xterm(/usr/bin/clipmenu). <-- after selecting from rofi list

(with dmenu selected)
xtrace /usr/bin/clipmenu
Function File Line
-- Dashes --
addr2line: /usr/bin/clipmenu: file format not recognized
addr2line: /usr/bin/clipmenu: file format not recognized <-- after selection no return to close but the selection is correctly added to clipboard

from clipmenu.

cdown avatar cdown commented on May 24, 2024

xtrace as in set -o xtrace, or set -x.

from clipmenu.

nPHYN1T3 avatar nPHYN1T3 commented on May 24, 2024

set -o xtrace
clipmenu

  • clipmenu
    ++ printf '\033]0;%s@%s:%s\007' $USER $HOSTNAME '~'

from clipmenu.

cdown avatar cdown commented on May 24, 2024

You've turned on xtrace in your shell, not in clipmenu. Please run with bash -x clipmenu.

from clipmenu.

nPHYN1T3 avatar nPHYN1T3 commented on May 24, 2024

clipmenu.log

from clipmenu.

cdown avatar cdown commented on May 24, 2024

Your rofi is outputting debug info on stdout (hence why the chosen line consists of 2000+ lines, which matches nothing). This means the stdout from rofi is not usable.

Turn off G_MESSAGES_DEBUG or whatever you've enabled that's spamming these to stdout.

The issue is with the local rofi environment, so closing.

from clipmenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.